<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Theme font */
/* ==========================================================================
1. State colors
========================================================================== */
/* ==========================================================================
2. Box shadows
========================================================================== */
html {
  font-size: 62.5%;
}

body {
  background: #ffffff;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0;
  margin: 0;
  color: rgba(50, 51, 51, 0.8);
  line-height: 2.6rem;
}

p {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0;
  margin: 0;
  color: rgba(50, 51, 51, 0.8);
  line-height: 2.6rem;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #00192f;
}

h1, .h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: 68px;
  line-height: 102px;
  font-size: 6.8rem;
  line-height: 10.2rem;
  line-height: 8rem;
}

h2, .h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.3rem;
  line-height: 4rem;
}

h3, .h3 {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9rem;
  line-height: 4rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}
h3 a, .h3 a {
  color: inherit;
}
h3 a:hover, .h3 a:hover {
  color: #1b89ef;
}

h4, .h4 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  line-height: 2rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}
h4 a, .h4 a {
  color: inherit;
}
h4 a:hover, .h4 a:hover {
  color: #1b89ef;
}

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  line-height: 2rem;
}

h6, .h6 {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  line-height: 1.8rem;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #039BE5;
  outline: 0;
}
a:focus, a:hover, a.active {
  text-decoration: none;
  color: #eee;
  outline: 0;
  transition-duration: 0.3s;
}

button:focus, button:active,
.btn:focus, .btn:active,
input[type=submit]:focus, input[type=submit]:active,
input[type=button]:focus, input[type=button]:active {
  outline: none;
}

.lgx-inner {
  padding: 13rem 0;
}

.lgx-social {
  font-size: 26px;
  margin-left: 0;
}
.lgx-social li {
  color: #1b89ef;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  transition: ease 0.3s;
  opacity: 0.7;
  margin-bottom: 5px;
}
.lgx-social li a {
  color: inherit;
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  box-shadow: 0 2px 10px rgba(52, 61, 71, 0.2);
}
.lgx-social li a i {
  font-size: 24px;
  line-height: 45px;
}
.lgx-social li:hover {
  background: #1b89ef;
  color: #1b89ef;
  border-radius: 50%;
}
.lgx-social li:hover a {
  border-radius: 50%;
  color: inherit;
}
.lgx-social:hover &gt; li {
  color: #1b89ef;
  opacity: 0.3;
}
.lgx-social:hover &gt; li a {
  color: inherit;
}
.lgx-social:hover &gt; li:hover {
  opacity: 1;
}
.lgx-social:hover &gt; li:hover a {
  background: #efa506;
}

.form-control {
  display: block;
  width: 100%;
  height: 54px;
  padding: 1rem 2rem;
  font-size: 14px;
  line-height: 1.42857143;
  color: #868686;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 2px solid #e4e4e4;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea.form-control {
  height: 170px;
}

.lgxmapcanvas {
  height: 450px;
}

.table {
  font-size: 1.4rem;
}

.table &gt; thead &gt; tr &gt; th {
  font-size: 1.2rem;
}

.text-danger {
  color: #FF7273 !important;
}

.text-info {
  color: #6cb2eb !important;
}

.text-warning {
  color: #eda514 !important;
}

.text-success {
  color: #00b289 !important;
}

.text-primary {
  color: #1b89ef !important;
}

.text-mute {
  color: #999 !important;
}

.table-mobile {
  padding: 2rem;
}

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  .table-mobile table,
.table-mobile thead,
.table-mobile tbody,
.table-mobile th,
.table-mobile td,
.table-mobile tr {
    display: block;
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid #eee;
    border-bottom: none !important;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .table-mobile thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table-mobile tr {
    border-bottom: 6px solid #e8e8e8 !important;
    border-top: 6px solid #e8e8e8 !important;
    margin-bottom: 6rem;
  }

  .table-mobile td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
    padding-top: 4rem !important;
    padding-bottom: 1rem !important;
  }

  .table-mobile td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  /*
  Label the data
  */
  .table-mobile td:before {
    content: attr(data-title);
  }
}
.lgx-heading {
  text-align: center;
  margin-bottom: 4rem;
  overflow: hidden;
  display: block;
  margin-top: 0;
}
.lgx-heading .heading {
  font-family: "Noto Sans", sans-serif;
  font-size: 36px;
  line-height: 54px;
  font-size: 3.6rem;
  line-height: 5.4rem;
  color: #00192f;
  font-weight: 600;
  margin: 0;
}
.lgx-heading .subheading {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  color: #00192f;
  color: rgba(50, 51, 51, 0.8);
  font-weight: 400;
  margin: 0;
}

.lgx-heading-white .heading {
  color: #fff;
}
.lgx-heading-white .subheading {
  color: #eee;
}

.lgx-content-white .title {
  color: #fff;
}
.lgx-content-white i, .lgx-content-white .info {
  color: #eee;
}

.lgx-subheading {
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  color: #1b89ef;
  margin-bottom: 3.9rem;
  margin-top: 0;
}

.event-tax {
  background: #f9f9f9;
  position: relative;
  display: block;
  padding: 0.8rem 1.4rem 0.8rem 1.4rem;
  border-radius: 12px;
}
.event-tax div:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.event-tax p {
  font-size: 11px;
  color: #999;
}
.event-tax p small {
  font-weight: 500;
  color: #333;
  font-size: 11px;
}

.ticket-info-toggle {
  font-size: 13px;
  color: #999;
}

.ticket-info {
  font-size: 12px;
  line-height: 1.6;
  color: #999;
}

.text-bold {
  font-weight: 600;
}

.text-small {
  font-size: 12px;
}

hr.small {
  margin: 0.4rem 0;
}

.custom-offset-1 {
  width: 3%;
  float: left;
}

.bg-red {
  background-color: #FF7273 !important;
}

.bg-blue {
  background-color: #039BE5 !important;
}

.bg-green {
  background-color: #00b289 !important;
}

.bg-orange {
  background-color: #eda514 !important;
}

.col-white {
  color: #fff !important;
}

.col-grey {
  color: rgba(255, 255, 255, 0.5) !important;
}

.pointer {
  cursor: pointer;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-30 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pr-0 {
  padding-right: 0 !important;
}

.pt-20 {
  padding-top: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.w-50 {
  width: 50% !important;
}

.w-30 {
  width: 30% !important;
}

.w-20 {
  width: 20% !important;
}

.w-10 {
  width: 10% !important;
}

@media (max-width: 767px) {
  .w-20-mobile {
    width: 20% !important;
  }
}
@media (max-width: 480px) {
  .w-20-mobile {
    width: 20% !important;
  }
}
.d-flex-wrap {
  flex-wrap: wrap;
}

.break-flex {
  flex-basis: 100%;
}

ul.list-group.list-group-striped li:nth-of-type(odd) {
  background: #f7f7f7;
  transition: background-color 0.25s ease-in-out;
}

ul.list-group.list-group-striped li:nth-of-type(even) {
  background: #f4f4f4;
  transition: background-color 0.25s ease-in-out;
}

ul.list-group li.list-group-item {
  border-top: 1px solid #eee !important;
  margin-bottom: 5px;
  border-radius: 0 !important;
}

ul.list-group li.list-group-item:first-child {
  border-top: 2px solid #eee !important;
}

ul.list-group li.list-group-item:last-child {
  border-bottom: 2px solid #eee !important;
  margin-bottom: 0px;
}

.ticket-selected-text {
  color: #1b89ef;
}

.form-input-sm {
  padding: 0 0 0 1rem;
  height: 40px;
  font-size: 12px;
  font-weight: 600;
}

.lead-caption {
  color: #1b89ef;
  background: #f9f9f9;
  border-radius: 4px;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.text-left {
  text-align: left !important;
}

.border-seperator {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.list-inline-item .active {
  color: #fff !important;
}

.share-btns {
  margin-top: 1rem !important;
  font-size: 2rem;
}
.share-btns a {
  font-size: 2rem;
  padding: 0.5rem;
}

.section-btn-area {
  text-align: center;
  display: block;
  margin-top: 2.6rem;
}

.lgx-btn {
  overflow: hidden;
  border: none;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  outline: none;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background: #fff;
  margin: 0 auto;
  font-family: "Noto Sans", sans-serif;
  padding: 1.5rem 4rem;
  display: inline-block;
  letter-spacing: 0.1rem;
  background: #1b89ef;
  transition-duration: 0.3s;
  box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
}
.lgx-btn:hover {
  color: #fff;
  border-radius: 16px;
  transition-duration: 0.3s;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.lgx-btn span {
  position: relative;
  z-index: 1;
}

.lgx-btn:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  height: 200px;
  width: 200px;
  background: #00192f;
  transition: all 0.5s ease-in-out;
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  opacity: 0.15;
}

.lgx-btn:hover:after {
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
  height: 604%;
  width: 300px;
  left: 43px;
  border-radius: 100%;
}

.lgx-btn-sm {
  padding: 0.8rem 2.6rem;
  font-size: 12px;
}

.lgx-btn-red {
  background: #ec398b;
}

.lgx-btn-yellow {
  background: #efa506;
}

.lgx-btn-success {
  background: #00b289;
}

.lgx-btn-danger {
  background: #FF7273;
}

.lgx-btn-black {
  background: #00192f;
}

.section-btn-area .lgx-btn {
  margin-right: 0.5rem;
}

.lgx-btn-white {
  background: #fff;
  color: #1b89ef;
}
.lgx-btn-white:after {
  background: #eee;
  opacity: 0.3;
}
.lgx-btn-white:hover {
  color: #1b89ef;
}

.btn-remove-image {
  position: absolute;
  right: 0px;
  background: red;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 1;
  width: 2.5rem;
}

/* ---------------------------------------------------------------------
    Extra small devices (phones, less UP TO 767px)
 ----------------------------------------------------------------------*/
@media (max-width: 767px) {
  /************** 767 GLOBAl USE***********/
  .lgx-btn {
    font-size: 12px;
    padding: 0.6rem 2rem;
    letter-spacing: 0rem;
  }

  /************** 767 GLOBAl USE END***********/
}
/*767 END*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.animate-out {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}

.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: 0.75s;
          animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    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% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}

@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 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.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    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.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    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.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    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.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 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;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    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;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    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 {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    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 {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    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 {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    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 {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    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 {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

@-webkit-keyframes lgx-bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes lgx-bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes lgx-pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes lgx-pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes lgx-rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes lgx-rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes lgx-shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes lgx-shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes lgx-headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes lgx-headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@-webkit-keyframes lgx-swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes lgx-swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes lgx-tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes lgx-tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes lgx-wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
@keyframes lgx-wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes lgx-jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes lgx-jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@-webkit-keyframes lgx-bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes lgx-bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes lgx-bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes lgx-bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes lgx-bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes lgx-bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes lgx-bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes lgx-bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@-webkit-keyframes lgx-bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lgx-bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes lgx-bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes lgx-bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@-webkit-keyframes lgx-bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes lgx-bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes lgx-bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes lgx-bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes lgx-bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes lgx-bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes lgx-bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes lgx-bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes lgx-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lgx-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes lgx-fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes lgx-fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes lgx-fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes lgx-fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes lgx-fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes lgx-fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes lgx-fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes lgx-fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes lgx-fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes lgx-fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes lgx-fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes lgx-fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes lgx-fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes lgx-fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes lgx-fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes lgx-fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes lgx-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes lgx-fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes lgx-fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes lgx-fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@-webkit-keyframes lgx-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes lgx-fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes lgx-fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes lgx-fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@-webkit-keyframes lgx-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes lgx-fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes lgx-fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes lgx-fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@-webkit-keyframes lgx-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes lgx-fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes lgx-fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes lgx-fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@-webkit-keyframes lgx-flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@keyframes lgx-flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
@-webkit-keyframes lgx-flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes lgx-flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@-webkit-keyframes lgx-flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes lgx-flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@-webkit-keyframes lgx-flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes lgx-flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes lgx-flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes lgx-flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes lgx-lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes lgx-lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes lgx-lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lgx-lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@-webkit-keyframes lgx-rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes lgx-rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes lgx-rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes lgx-rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes lgx-rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes lgx-rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes lgx-rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes lgx-rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes lgx-rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes lgx-rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes lgx-rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes lgx-rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@-webkit-keyframes lgx-rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes lgx-rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@-webkit-keyframes lgx-rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes lgx-rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@-webkit-keyframes lgx-rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes lgx-rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@-webkit-keyframes lgx-rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes lgx-rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes lgx-hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes lgx-hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes lgx-rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes lgx-rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes lgx-rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes lgx-rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@-webkit-keyframes lgx-zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes lgx-zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes lgx-zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes lgx-zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes lgx-zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes lgx-zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes lgx-zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes lgx-zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes lgx-zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes lgx-zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes lgx-zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes lgx-zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes lgx-zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes lgx-zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes lgx-zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes lgx-zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@-webkit-keyframes lgx-zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes lgx-zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@-webkit-keyframes lgx-zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes lgx-zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes lgx-slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lgx-slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes lgx-slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lgx-slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes lgx-slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lgx-slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes lgx-slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lgx-slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes lgx-slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes lgx-slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes lgx-slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes lgx-slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes lgx-slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes lgx-slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes lgx-slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes lgx-slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.lgx-header {
  background: #ffffff;
}
.lgx-header .lgx-inner {
  margin: 0 auto;
}
.lgx-header .lgx-toggle {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 99;
  color: #fff;
}
.lgx-header .lgx-toggle i {
  font-size: 26px;
}
.lgx-header .lgx-scroll.lgx-btn.lgx-btn-sm {
  padding: 1rem 2rem;
  margin: 2.2rem 1rem;
  border: 1px solid transparent;
}
.lgx-header .lgx-scroll.lgx-btn.lgx-btn-sm:hover {
  background: #1b89ef;
  color: #fff !important;
  border: 1px solid #fff;
}
.lgx-header .navbar-collapse.collapse.in {
  min-height: 100vh;
  background: #00192f;
}
.lgx-header .navbar-nav li:hover &gt; ul {
  display: block;
  -webkit-animation: fadeIn 0.3s ease-in;
          animation: fadeIn 0.3s ease-in;
}
.lgx-header .navbar-nav ul li:hover &gt; ul {
  display: block;
  -webkit-animation: fadeIn 0.3s ease-in;
          animation: fadeIn 0.3s ease-in;
}
.lgx-header .dropdown-submenu {
  position: relative;
}
.lgx-header .dropdown-submenu &gt; .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.lgx-header .dropdown-submenu:hover &gt; .dropdown-menu {
  display: block;
}
.lgx-header .dropdown-submenu &gt; a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
}
.lgx-header .dropdown-submenu.pull-left {
  float: none;
}
.lgx-header .dropdown-submenu.pull-left &gt; .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.lgx-header .lgx-navbar {
  margin-bottom: 0;
  border: none;
  background: transparent;
  border-radius: 0;
}
.lgx-header .lgx-navbar .container {
  padding-right: 0;
  padding-left: 0;
}
.lgx-header .lgx-navbar .lgx-nav {
  position: relative;
}
.lgx-header .lgx-navbar .lgx-nav li a {
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.95rem;
  font-weight: 600;
  opacity: 0.9;
  padding: 32px 11px;
  color: #00192f;
}
.lgx-header .lgx-navbar .lgx-nav li a:hover {
  background: transparent;
  color: #fff;
  opacity: 1;
}
.lgx-header .lgx-navbar .lgx-nav .active a {
  background: transparent;
}
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu {
  background: #fff;
  border: 0;
  border-radius: 8px;
  padding: 1rem;
  min-width: 200px;
  overflow: auto;
  max-height: 500px;
}
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a {
  font-family: "Noto Sans", sans-serif;
  color: #1b89ef !important;
  padding: 0.6rem 1.5rem !important;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.95rem;
  font-weight: 500;
  opacity: 1;
  letter-spacing: normal;
  transition-duration: 0.3s;
  border-left: 2px solid #1b89ef;
}
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a b {
  color: #1b89ef;
}
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a.active {
  color: #fff !important;
  background: #1b89ef !important;
  margin-left: 5px;
}
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a.active:hover {
  color: #fff !important;
  background: #1b89ef !important;
  margin-left: 5px;
}
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
  margin-left: 5px;
}
.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a:focus {
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
  color: #1b89ef;
}
.lgx-header .lgx-navbar .lgx-logo {
  margin-top: 0.8rem;
  display: inline-block;
}
.lgx-header .lgx-navbar .lgx-logo a img {
  float: left;
  height: 64px;
}
.lgx-header .lgx-navbar .lgx-collapse {
  display: flex !important;
  justify-content: flex-end;
}
.lgx-header .lgx-nav-right {
  overflow: hidden;
  margin-top: 15px;
  margin-left: 2rem;
  display: flex;
}
.lgx-header .lgx-nav-right .lgx-cart {
  position: relative;
}
.lgx-header .lgx-nav-right .lgx-cart .notification {
  font-family: "Noto Sans", sans-serif;
  position: absolute;
  top: -10px;
  left: 24px;
  background: #eee;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  font-weight: 700;
  line-height: 23px;
}
.lgx-header .lgx-nav-right .lgx-search {
  font-size: 26px;
  font-size: 2.6rem;
  margin-right: 1rem;
  color: #00192f;
  display: inline-block;
}
.lgx-header .lgx-nav-right .lgx-search a {
  color: inherit;
}
.lgx-header .lgx-nav-right .lgx-search a:hover {
  color: #1b89ef;
}
.lgx-header .lgx-container {
  max-width: 1140px;
  margin: 0 auto;
}
.lgx-header .lgx-container-fluid {
  max-width: 100%;
  margin: 0 3rem;
}

.lgx-header-position {
  width: 100%;
}

.lgx-header-position-fixed {
  position: fixed;
  z-index: 999;
  margin-top: 2rem;
}
.lgx-header-position-fixed .lgx-header-cart {
  margin-top: 46px;
}

.lgx-header-position-white .lgx-navbar .lgx-nav li a {
  color: #fff;
}
.lgx-header-position-white .lgx-nav-right .lgx-search a {
  color: #fff;
}

.lgx-header-fixed-container {
  background: transparent;
  margin-top: 0;
}
.lgx-header-fixed-container .navbar-collapse {
  margin-top: 0;
}
.lgx-header-fixed-container .lgx-navbar {
  background: white;
  padding: 16px 2rem;
}
.lgx-header-fixed-container .lgx-navbar .lgx-logo-default {
  margin-top: 6px;
}

.lgx-header-fixed-container-gap .navbar-collapse {
  margin-top: 0;
}
.lgx-header-fixed-container-gap .lgx-navbar {
  background: white;
  padding: 16px 2rem;
}

.lgx-header-background-tr {
  background: rgba(255, 255, 255, 0.1);
  margin-top: 0;
  padding: 1rem 0;
}

.lgx-header-background-brand .lgx-navbar {
  background: #1b89ef;
}

.lgx-header-background-brand-full {
  background: #1b89ef;
}

.lgx-header-background-black {
  background: #00192f;
}

.brand-name {
  position: absolute;
  top: 18px;
  left: 75px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}

.brand-slogan {
  position: absolute;
  top: 42px;
  left: 75px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #dadada;
}

.lgx-header .menu-onscroll {
  background: rgba(0, 25, 47, 0.95);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  transform-origin: center;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.lgx-header .menu-onscroll .lgx-nav-right .lgx-search {
  color: #fff;
}
.lgx-header .menu-onscroll .lgx-nav-right .lgx-search a {
  color: inherit;
}
.lgx-header .menu-onscroll .lgx-nav-right .lgx-search a:hover {
  color: #1b89ef;
}
.lgx-header .menu-onscroll .lgx-toggle {
  color: #1b89ef;
  top: 15px;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-logo-fixed {
  width: 130px;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-logo-fixed a img {
  padding: 1.6rem 2.6rem 2.6rem;
  max-width: 130px;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-logo-fixed-tpmenu {
  margin-top: 0;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-logo-default {
  margin-top: 0.6rem;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-nav li a {
  color: #fff;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-nav li a:hover {
  background: transparent;
  opacity: 1;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-nav .active a {
  background: transparent;
  color: #1b89ef;
  opacity: 1;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-logo {
  display: block;
}
.lgx-header .menu-onscroll .lgx-navbar .lgx-logo a img {
  margin-top: 0;
  height: 64px;
  transition: all 0.2s ease-in-out 0s;
}

.lgx-header-position-fixed.menu-onscroll {
  margin-top: 0;
}
.lgx-header-position-fixed.menu-onscroll .navbar-collapse {
  margin-top: 0;
}

.lgx-header-fixed-container.menu-onscroll .lgx-navbar {
  background: transparent;
  padding: 0;
}

.lgx-header-fixed-container-gap.menu-onscroll .lgx-navbar {
  background: transparent;
  padding: 0 0;
  margin-top: 0;
}

.lgx-header .menu-onscroll.lgx-header-background-tr {
  padding: 0;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* ----------------------------------------------------------------------
     Small devices (tablets, UP TO 991px~768px)
 -----------------------------------------------------------------------*/
@media (max-width: 991px) {
  /************** 991 GLOBAl USE***********/
  .lgx-header .lgx-navbar .lgx-nav li a {
    font-size: 13px;
    padding: 30px 7px;
  }

  .lgx-header .lgx-navbar .lgx-logo-fixed a img {
    padding: 2.6rem 1.5rem 3rem;
    max-width: 100px;
    left: 3rem;
  }

  .lgx-header .lgx-navbar .lgx-logo-fixed {
    width: 100px;
  }

  .lgx-navbar .lgx-nav li a.lgx-btn {
    padding: 0.8rem 1rem !important;
  }

  .lgx-header .lgx-nav-right,
.lgx-header .menu-onscroll .lgx-nav-right {
    border-left: 0;
    padding-left: 0;
  }

  .lgx-header .menu-onscroll .lgx-navbar .lgx-nav li a {
    font-size: 13px;
    padding: 30px 7px;
  }
  .lgx-header .menu-onscroll .lgx-navbar .lgx-logo-fixed a img {
    padding: 2.6rem 1.5rem 3rem;
    max-width: 100px;
  }

  .lgx-header-fixed-container-gap .lgx-navbar,
.lgx-header-fixed-container .lgx-navbar {
    padding: 10px 0;
  }

  .lgx-header .lgx-navbar .lgx-nav li a,
.lgx-header .menu-onscroll .lgx-navbar .lgx-nav li a {
    font-size: 12px;
    padding: 30px 5px;
  }

  .lgx-header .lgx-nav-right, .lgx-header .menu-onscroll .lgx-nav-right {
    padding-left: 1rem;
  }

  .lgx-header-position-fixed .navbar-collapse {
    margin-top: 8px;
  }

  .lgx-header-fixed-container-gap .navbar-collapse,
.lgx-header-fixed-container .navbar-collapse {
    margin-top: 0;
  }

  .lgx-header .lgx-navbar .lgx-logo {
    margin-left: 10px;
  }

  .lgx-slider-navbottom .owl-controls .owl-nav .owl-prev,
.lgx-slider-navbottom .owl-controls .owl-nav .owl-next {
    height: 60px !important;
    width: 60px !important;
    bottom: -50px !important;
  }

  .lgx-slider-navbottom .owl-controls .owl-nav .owl-next {
    margin-left: 50px !important;
  }

  .lgx-slider-navbottom .owl-nav [class*=owl-] {
    line-height: 60px !important;
  }

  /************** 991 GLOBAl USE END ***********/
}
/* ---------------------------------------------------------------------
    Extra small devices (phones, less UP TO 767px)
 ----------------------------------------------------------------------*/
@media (max-width: 767px) {
  /************** 767 GLOBAl USE***********/
  .lgx-header .lgx-navbar .lgx-nav li a,
.lgx-header .menu-onscroll .lgx-navbar .lgx-nav li a {
    padding: 10px 7px;
  }

  .lgx-header-position {
    background: transparent;
  }

  .lgx-header-position-fixed {
    position: fixed;
    margin-top: 0;
  }

  .lgx-header .lgx-navbar .lgx-logo-default,
.lgx-header .lgx-navbar .lgx-logo {
    margin-top: 0;
  }

  .lgx-navbar .lgx-nav li a.lgx-btn {
    display: inline-block;
  }

  .lgx-header .lgx-navbar .lgx-logo a img,
.lgx-header .menu-onscroll .lgx-navbar .lgx-logo a img {
    height: 42px;
    margin-top: 7px;
  }

  .brand-name {
    top: 10px;
    left: 60px;
    font-size: 1.6rem;
  }

  .brand-slogan {
    top: 26px;
    left: 60px;
    font-size: 1.2rem;
  }

  .navbar-default .navbar-toggle {
    border-color: transparent;
    margin-top: 11px;
  }
  .navbar-default .navbar-toggle span {
    background-color: #dedede !important;
    width: 26px;
    height: 3px;
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle:focus span, .navbar-default .navbar-toggle:hover span {
    background-color: #fff !important;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin: 0 15px;
  }

  .lgx-header .lgx-container-fluid {
    margin: 0 15px;
  }

  .section-gap {
    padding: 0 0 !important;
  }

  .lgx-header .lgx-navbar .lgx-logo-fixed a img,
.lgx-header .menu-onscroll .lgx-navbar .lgx-logo-fixed a img {
    padding: 1.5rem;
    max-width: 80px;
    left: 1rem;
  }

  .lgx-header-position-fixed .navbar-collapse,
.lgx-header-position-fixed .navbar-default .navbar-form {
    margin-top: 5px;
  }

  .lgx-header .lgx-navbar .lgx-nav {
    margin-top: 3rem;
  }

  .lgx-header-fixed-container .lgx-navbar {
    background: transparent;
    padding: 10px 0;
  }
  .lgx-header-fixed-container .lgx-navbar .lgx-logo-default {
    margin-top: 0;
  }

  .lgx-header-fixed-container-gap .navbar-collapse {
    margin-top: 0;
  }
  .lgx-header-fixed-container-gap .lgx-navbar {
    background: transparent;
    padding: 10px 0;
    margin-top: 0;
  }
  .lgx-header-fixed-container-gap .lgx-navbar .lgx-logo-default {
    margin-top: 0;
  }

  .header-top .contact {
    text-align: center;
  }
  .header-top .contact ul li {
    margin-top: 4px;
  }
  .header-top .header-top-inner .right-menu {
    text-align: center;
  }

  .lgx-header .lgx-nav-right, .lgx-header .menu-onscroll .lgx-nav-right {
    border-left: 0;
    padding-left: 0;
  }

  .lgx-header .lgx-nav-right {
    margin: 19px 0 30px 0;
    padding-left: 0;
  }

  .lgx-slider-navbottom .owl-controls .owl-nav .owl-prev,
.lgx-slider-navbottom .owl-controls .owl-nav .owl-next {
    bottom: -55px !important;
  }

  .lgx-header .lgx-navbar .lgx-nav {
    margin-top: 1.6rem;
    margin-bottom: 2.6rem;
  }

  .lgx-header .lgx-nav-right {
    margin-bottom: -10px;
    margin-left: -6px;
  }

  /************** 767 GLOBAl USE END***********/
}
/*767 END*/
.custom-menu .dropdown-menu.multi-level {
  overflow: unset !important;
}

@media (max-width: 990px) and (min-width: 767px) {
  .hide-ipad {
    display: none !important;
  }
}
.lgx-banner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lgx-banner.event-poster {
  min-height: 12vh;
}
.lgx-banner .lgx-inner {
  padding: 30rem 0 10rem;
}

.lgx-banner-info-area {
  display: flex;
  justify-content: center;
}

.lgx-banner-info {
  color: #fff;
}
.lgx-banner-info .circular-countdown-area {
  max-width: 700px;
  margin: 0 auto;
}
.lgx-banner-info .subtitle {
  font-size: 4rem;
  font-weight: 600;
  color: #ec398b;
  text-shadow: 3px 3px 0px #FFF;
  letter-spacing: 3px;
}
.lgx-banner-info .title {
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 60px;
  line-height: 90px;
  font-size: 6rem;
  line-height: 9rem;
  line-height: 7rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2.6rem;
  text-shadow: 1px 1px 0 #00192f;
}
.lgx-banner-info .title i, .lgx-banner-info .title span {
  font-style: normal;
}
.lgx-banner-info .title i b:nth-child(1), .lgx-banner-info .title span b:nth-child(1) {
  color: #ec398b;
}
.lgx-banner-info .title i b:nth-child(2), .lgx-banner-info .title span b:nth-child(2) {
  color: #efa506;
}
.lgx-banner-info .title i b:nth-child(3), .lgx-banner-info .title span b:nth-child(3) {
  color: #00acee;
}
.lgx-banner-info .date {
  font-family: "Noto Sans", sans-serif;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9rem;
  font-weight: 300;
  color: #fff;
  margin: 0 0 0.3rem;
}
.lgx-banner-info .date i {
  color: #efa506;
}
.lgx-banner-info .location {
  font-size: 1.4rem;
  border-radius: 24px 2px 24px 2px;
  font-weight: 600;
  padding: 0 2rem;
  color: #ec398b;
  display: inline-block;
  margin: 0 0 0.3rem;
  background: rgba(255, 255, 255, 0.75);
}
.lgx-banner-info .location i {
  color: #ec398b;
}
.lgx-banner-info .action-area {
  display: flex;
  margin-top: 4.2rem;
}
.lgx-banner-info .action-area .lgx-btn {
  margin-right: 0.5rem;
}
.lgx-banner-info .action-area .video-area {
  display: inline-block;
  color: #fff;
  position: relative;
  top: -18px;
  margin-left: 1rem;
}
.lgx-banner-info .action-area .video-area a {
  margin-right: 10px;
}
.lgx-banner-info .action-area .video-area a i {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 61px;
  font-size: 20px;
  padding-left: 5px;
  transition-duration: 0.3s;
}
.lgx-banner-info .action-area .video-area a:hover i {
  background: white;
  color: #efa506;
}

.lgx-banner-info.lgx-banner-info-homeone {
  margin-top: -4.2rem;
  margin-bottom: 4.2rem;
}

.lgx-banner-info-circle {
  background: transparent;
  padding: 1.5rem;
  border-radius: 50%;
  margin-right: 5rem;
}
.lgx-banner-info-circle .info-circle-inner {
  box-shadow: 0 9px 18px -4px rgba(0, 25, 47, 0.4);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto, cover;
  background-color: #00192f;
  text-align: center;
  width: 350px;
  height: 350px;
  border-radius: 50%;
}
.lgx-banner-info-circle .info-circle-inner .date {
  margin-top: 0;
  padding-top: 5rem;
  font-size: 166px;
  line-height: 249px;
  font-size: 16.6rem;
  line-height: 24.9rem;
  line-height: 15rem;
  color: rgba(255, 255, 255, 0.9);
}
.lgx-banner-info-circle .info-circle-inner .date span {
  font-family: "Noto Sans", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.3rem;
  font-weight: 700;
  display: block;
  opacity: 0.8;
}

/* ----------------------------------------------------------------------
   Small devices (tablets, UP TO 991px~768px)
-----------------------------------------------------------------------*/
@media (max-width: 991px) {
  /************** 991 GLOBAl USE***********/
  .lgx-banner .lgx-inner {
    padding: 40rem 0 10rem;
  }

  .lgx-banner-info .title {
    font-size: 68px;
    line-height: 102px;
    font-size: 6.8rem;
    line-height: 10.2rem;
    line-height: 7.8rem;
  }

  .lgx-banner-info .subtitle {
    font-size: 42px;
    line-height: 63px;
    font-size: 4.2rem;
    line-height: 6.3rem;
    line-height: 5rem;
  }

  .lgx-banner-info .action-area {
    margin-top: 3rem;
  }

  .welcome-slider {
    min-height: unset;
  }

  .lgx-banner {
    background-size: contain;
  }

  /************** 991 GLOBAl USE END ***********/
}
/* ---------------------------------------------------------------------
  Extra small devices (phones, less UP TO 767px)
----------------------------------------------------------------------*/
@media (max-width: 767px) {
  /************** 767 GLOBAl USE***********/
  .welcome-slider {
    min-height: unset;
  }

  .lgx-banner-info {
    color: #fff;
  }
  .lgx-banner-info .subtitle {
    font-size: 42px;
    line-height: 63px;
    font-size: 4.2rem;
    line-height: 6.3rem;
    line-height: 4.5rem;
  }
  .lgx-banner-info .title {
    font-size: 68px;
    line-height: 102px;
    font-size: 6.8rem;
    line-height: 10.2rem;
    line-height: 7rem;
    margin-bottom: 2rem;
  }
  .lgx-banner-info .text {
    margin-bottom: 2rem;
  }

  .lgx-banner-info .date,
.lgx-banner-info .location {
    line-height: 2.8rem;
  }

  .slider-text-single figure {
    overflow: hidden;
    height: auto !important;
  }
  .slider-text-single figure img {
    transform: scale(1.2);
    transition: all 0.3s linear;
    height: 300px;
  }
  .slider-text-single:hover figure img {
    transform: scale(1.5);
  }

  .lgx-slider-center .lgx-banner-info .subtitle {
    font-size: 2.6rem;
    line-height: 3rem;
  }

  .lgx-slider-center .lgx-banner-info .title {
    font-size: 2.6rem;
    line-height: 4rem;
  }

  .reduce-gap-mobile {
    padding: 0 0 8rem 0 !important;
  }
  .reduce-gap-mobile .subheading span {
    font-size: 1rem;
  }
  .reduce-gap-mobile .subheading span i {
    font-size: 2rem;
  }

  .lgx-banner .lgx-inner {
    padding: 12rem 0;
  }

  .lgx-banner {
    background-size: contain;
    min-height: 8vh !important;
  }

  /************** 767 GLOBAl USE END***********/
}
/*767 END*/
/* ----------------------------------------------------------------
    Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 480px) {
  /************** 480 GLOBAl USE***********/
  .welcome-slider {
    min-height: unset;
  }

  .lgx-banner-info {
    color: #fff;
  }
  .lgx-banner-info .subtitle {
    font-size: 1.6rem;
    line-height: 0rem;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0px #FFF;
    margin-top: 5rem;
  }
  .lgx-banner-info .title {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  .lgx-banner-info .text {
    margin-bottom: 2rem;
  }

  .slider-text-single figure img {
    height: 280px;
  }
  .reduce-gap-mobile {
    padding: 0 0 8rem 0 !important;
  }
  .reduce-gap-mobile .subheading span {
    font-size: 1rem;
  }
  .reduce-gap-mobile .subheading span i {
    font-size: 2rem;
  }

  .lgx-banner .lgx-inner {
    padding: 12rem 0;
  }

  .lgx-banner {
    background-size: contain;
    min-height: 8vh !important;
  }

  /************** 480 GLOBAl USE***********/
}
.lgx-banner.event-poster {
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 10vh;
  background-color: #00192f;
}

.welcome-slider {
  min-height: 130px;
  background: #00192f;
}

.lgx-slider {
  color: #fff;
  position: relative;
}
.lgx-slider .lgx-inner {
  padding-bottom: 0;
  padding-top: 0;
}
.lgx-slider .lgx-item-center {
  text-align: center;
}
.lgx-slider .lgx-item-center .text {
  margin: 0 auto;
}
.lgx-slider .lgx-item-left {
  text-align: left;
  /*.banner-btn {
    .lgx-btn {
      margin-right: .5rem;
    }
  }*/
}
.lgx-slider .lgx-item-right {
  text-align: right;
}
.lgx-slider .lgx-item-right .text {
  float: right;
}
.lgx-slider .lgx-item-right .banner-btn {
  float: right;
}
.lgx-slider .owl-controls .owl-nav [class*=owl-] {
  height: 60px;
  width: 60px;
  background: rgba(0, 25, 47, 0.5);
  color: #fff;
  box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
}
.lgx-slider .owl-controls .owl-nav [class*=owl-] i {
  font-size: 39px;
  line-height: 49px;
}
.lgx-slider .owl-controls .owl-nav [class*=owl-]:hover {
  background: #1b89ef;
}
.lgx-slider .owl-prev, .lgx-slider .owl-next {
  position: absolute;
  top: 45%;
  opacity: 0.8;
}
.lgx-slider .owl-prev {
  left: 0;
  transition: 0.5s;
}
.lgx-slider .owl-next {
  right: 0;
  transition: 0.5s;
}
.lgx-slider .owl-prev, .lgx-slider .owl-next {
  opacity: 0;
}
.lgx-slider:hover .owl-prev, .lgx-slider:hover .owl-next {
  opacity: 1;
}
.lgx-slider:hover .owl-prev {
  left: 15px;
}
.lgx-slider:hover .owl-next {
  right: 15px;
}
.lgx-slider .lgx-brand {
  background: transparent;
  padding-top: 2rem;
  padding-bottom: 10px;
  position: fixed;
  z-index: 999;
  width: 100%;
}
.lgx-slider .lgx-brand .lgx-logo {
  max-width: 180px;
}
.lgx-slider .slider-text-single figure {
  position: relative;
  height: auto;
}
.lgx-slider .slider-text-single figure img {
  width: 100%;
}
.lgx-slider .slider-text-single figure figcaption {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container {
  max-width: 1170px;
  display: block;
  margin: 0 auto;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link {
  width: 100%;
  height: 100%;
  display: table;
}
.lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical {
  display: table-cell;
  vertical-align: middle;
}
.lgx-slider .slider-text-single figure figcaption:before {
  content: "";
  position: absolute;
  top: -38px;
  left: 0;
  width: 100%;
  height: 20%;
  filter: blur(30px);
}
.lgx-slider .owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
}

.lgx-slider-navbottom .owl-controls {
  max-width: 1173px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.lgx-slider-navbottom .owl-controls .owl-nav .owl-prev {
  background: white;
  height: 120px;
  width: 120px;
  position: absolute;
  top: auto;
  bottom: -17px;
  left: 0;
  border-radius: 0;
  opacity: 1;
  color: #00192f !important;
}
.lgx-slider-navbottom .owl-controls .owl-nav .owl-next {
  background: rgba(0, 25, 47, 0.8);
  height: 120px;
  width: 120px;
  position: absolute;
  top: auto;
  bottom: -17px;
  right: auto;
  left: 0;
  border-radius: 0;
  margin-left: 102px;
  opacity: 1;
}
.lgx-slider-navbottom .owl-nav [class*=owl-] {
  line-height: 120px;
  box-shadow: none !important;
}

.lgx-banner-info .lgx-delay:first-child {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.lgx-banner-info .lgx-delay:nth-child(2) {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.lgx-banner-info .lgx-delay:nth-child(3) {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.lgx-banner-info .lgx-delay:nth-child(4) {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.lgx-banner-info .lgx-delay:nth-child(5) {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
.lgx-banner-info .lgx-delay:nth-child(6) {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}

#lgx-main-slider .active .lgx-slideInLeft,
.owl-carousel .active .lgx-slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}
#lgx-main-slider .active .lgx-slideInRight,
.owl-carousel .active .lgx-slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}
#lgx-main-slider .active .lgx-slideOutRight,
.owl-carousel .active .lgx-slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

#lgx-main-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

[dir=rtl] .VueCarousel-wrapper {
  direction: ltr;
}

[dir=rtl] .VueCarousel-slide {
  direction: rtl;
}

/* ----------------------------------------------------------------------
     Small devices (tablets, UP TO 991px~768px)
 -----------------------------------------------------------------------*/
@media (max-width: 991px) {
  /************** 991 GLOBAl USE***********/
  .lgx-slider-navbottom .owl-controls .owl-nav .owl-prev,
.lgx-slider-navbottom .owl-controls .owl-nav .owl-next {
    height: 60px !important;
    width: 60px !important;
    bottom: -50px !important;
  }

  .lgx-slider-navbottom .owl-controls .owl-nav .owl-next {
    margin-left: 50px !important;
  }

  .lgx-slider-navbottom .owl-nav [class*=owl-] {
    line-height: 60px !important;
  }

  .lgx-banner-info-bg {
    background: transparent;
  }

  /************** 991 GLOBAl USE END ***********/
}
/* ---------------------------------------------------------------------
    Extra small devices (phones, less UP TO 767px)
 ----------------------------------------------------------------------*/
@media (max-width: 767px) {
  /************** 767 GLOBAl USE***********/
  .lgx-slider-navbottom .owl-controls .owl-nav .owl-prev,
.lgx-slider-navbottom .owl-controls .owl-nav .owl-next {
    bottom: -55px !important;
  }

  .lgx-slider .owl-next, .lgx-slider .owl-prev,
.lgx-slider .owl-next, .lgx-slider .owl-next {
    top: 36%;
  }

  /************** 767 GLOBAl USE END***********/
}
/*767 END*/
.lgx-about {
  background: #fff;
}

.lgx-about-content {
  text-align: left;
  overflow-wrap: break-word;
}
.lgx-about-content .section-btn-area {
  text-align: left;
}
.lgx-about-content .section-btn-area .lgx-btn {
  margin: 0 0.3rem;
}

.lgx-about-content-area .lgx-heading {
  margin-bottom: 2.6rem;
  text-align: left;
}
.lgx-about-content-area .lgx-heading .heading {
  margin: 0;
}
.lgx-about-content-area .lgx-heading .subheading {
  font-family: "Noto Sans", sans-serif;
  color: #ec398b;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  opacity: 1;
}

.lgx-about-service {
  margin-top: 4.2rem;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
}
.lgx-about-service .lgx-single-service-color {
  background: #1b89ef;
  background-image: linear-gradient(to right top, #1b89ef, #3395f1, #4ba2f2, #ee5099, #ec398b);
  box-shadow: 0 15px 35px rgba(27, 137, 239, 0.3), 0 5px 15px rgba(227, 65, 154, 0.2);
  flex: 1;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 2rem 3rem;
  border-radius: 18px;
}
.lgx-about-service .lgx-single-service-color .icon {
  font-size: 3.8rem;
  color: #e2e2e2;
}
.lgx-about-service .lgx-single-service-color .text-area .title {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
  color: #ddd;
  display: inline-block;
}
.lgx-about-service .lgx-single-service-color .text-area p {
  color: #fff;
}
.lgx-about-service .lgx-single-service-white {
  flex: 1;
  background: #ffffff;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 2rem 3rem;
  border-radius: 6px;
}
.lgx-about-service .lgx-single-service-white .icon {
  font-size: 68px;
  font-size: 6.8rem;
  color: #ec398b;
  opacity: 0.4;
}
.lgx-about-service .lgx-single-service-white .text-area .title {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9rem;
  font-weight: 700;
  margin-top: 0;
}

.lgx-speakers2 {
  background: #00192f;
}
.lgx-speakers2 .lgx-inner {
  background: #00192f;
}

.lgx-single-speaker {
  background: white;
  padding: 1.6rem;
  border-radius: 16px;
  margin-bottom: 2.6rem;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
}
.lgx-single-speaker figure {
  position: relative;
}
.lgx-single-speaker figure a.profile-img img {
  transition-duration: 0.3s;
}
.lgx-single-speaker figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 90%;
  text-align: center;
  border-radius: 8px;
  opacity: 1;
  padding: 0.8rem 0;
  transition: all 0.3s ease-in-out 0.3s;
  z-index: 3;
}
.lgx-single-speaker figure figcaption a {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9rem;
  color: #1b89ef;
  padding: 0 0.3rem;
}
.lgx-single-speaker .social-group {
  text-align: right;
  padding: 1rem 2rem;
}
.lgx-single-speaker .social-group a {
  color: #fff;
}
.lgx-single-speaker .speaker-info {
  position: absolute;
  bottom: 5px;
  z-index: 99;
  width: 100%;
  text-align: left;
  padding: 1.5rem 2rem;
}
.lgx-single-speaker .speaker-info .title {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9rem;
  font-weight: 700;
  margin: 0;
  color: #efa506;
}
.lgx-single-speaker .speaker-info .title a {
  font-size: inherit;
  color: inherit;
}
.lgx-single-speaker .speaker-info .subtitle {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 400;
  margin: 0;
  color: #fff;
  opacity: 0.7;
}
.lgx-single-speaker:hover {
  overflow: hidden;
}
.lgx-single-speaker:hover figure a.profile-img img {
  transform: scale(1.2);
}
.lgx-single-speaker:hover figure figcaption {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.lgx-schedule {
  background: #1b89ef;
}
.lgx-schedule a {
  cursor: pointer;
}
.lgx-schedule .lgx-inner {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto, cover;
}

.lgx-schedule-dark {
  background: #00192f;
}

.lgx-schedule-light {
  background: #f9f9f9;
}

.lgx-tab-content-event .panel-heading {
  min-height: 80vh;
}
.lgx-tab-content-event .form-control {
  border: 1px solid #dcdcdc;
}

.lgx-tab .nav &gt; li &gt; a:focus, .lgx-tab .nav &gt; li &gt; a:hover {
  background-color: transparent;
}
.lgx-tab .lgx-nav,
.lgx-tab .lgx-tab-content {
  float: left;
}
.lgx-tab .lgx-nav {
  width: 25%;
  padding: 3rem 0;
}
.lgx-tab .lgx-nav-nogap {
  width: 25%;
  margin-right: 0;
}
.lgx-tab .lgx-nav-colorful {
  padding: 0;
}
.lgx-tab .lgx-nav-colorful li {
  margin: 0 !important;
  padding: 1rem 5px !important;
}
.lgx-tab .lgx-nav-colorful li:nth-child(1) {
  background: #efa506;
}
.lgx-tab .lgx-nav-colorful li:nth-child(2) {
  background: #ff8a00;
}
.lgx-tab .lgx-nav-colorful li:nth-child(3) {
  background: #00b9ff;
}
.lgx-tab .lgx-nav-colorful li:nth-child(4) {
  background: #8dc63f;
}
.lgx-tab .lgx-nav-colorful li:nth-child(5) {
  background: #6ba229;
}
.lgx-tab .lgx-nav-colorful .active {
  background: #1b89ef !important;
}
.lgx-tab .lgx-nav-colorful .active a:focus,
.lgx-tab .lgx-nav-colorful .active a:hover {
  background: transparent;
  margin-right: 0.6rem;
}
.lgx-tab .lgx-tab-content {
  width: 75%;
}
.lgx-tab .nav-pills {
  background: #00192f;
  border-radius: 16px 0 16px 16px;
  text-align: right;
  display: inline-block;
  box-shadow: 0 13px 35px rgba(0, 25, 47, 0.2);
}
.lgx-tab .nav-pills li {
  padding: 1rem;
  margin: 0 0 0 2rem;
  float: none;
  border-radius: 16px 0 0 16px;
}
.lgx-tab .nav-pills li a {
  padding: 1.6rem 2rem;
}
.lgx-tab .nav-pills li a h3 {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  line-height: 2.6rem;
  color: #fff;
  margin: 0;
  letter-spacing: 1px;
}
.lgx-tab .nav-pills li a p {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 600;
  margin: 0;
  color: #969696;
}
.lgx-tab .nav-pills .active {
  position: relative;
  background: #fff;
}
.lgx-tab .nav-pills .active a:focus a:hover {
  background: transparent;
  margin-right: 0.6rem;
}
.lgx-tab .nav-pills .active a {
  background: transparent;
  border-radius: 0;
}
.lgx-tab .nav-pills .active a h3 {
  color: #1b89ef;
}
.lgx-tab .nav-pills .active h3 {
  color: #1b89ef;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-group {
  margin-bottom: 0;
}

.lgx-tab-content {
  background: #ffffff;
  border: 4px solid #00192f;
  border-radius: 0 16px 16px 16px;
  padding: 1rem;
  box-shadow: 0 13px 35px rgba(0, 25, 47, 0.2);
  overflow: hidden;
}
.lgx-tab-content .active.in {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  transform-origin: center;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.single-event-schedule .lgx-tab-content {
  border-radius: 16px !important;
}

.lgx-panel {
  border: none;
  box-shadow: none;
}
.lgx-panel .panel-heading {
  background: transparent;
  padding: 1rem 2rem;
}
.lgx-panel .collapsed {
  background: #fff;
  border-radius: 8px;
  display: block;
}
.lgx-panel .collapsed .author img {
  border: 2px solid transparent !important;
}
.lgx-panel .collapsed .schedule-info {
  background: transparent !important;
}
.lgx-panel .panel-collapse .panel-body {
  border: none !important;
}
.lgx-panel .panel-body {
  padding: 0 2rem 2rem;
  margin-left: 120px;
  display: block;
}
.lgx-panel .lgx-single-schedule {
  display: flex;
  padding: 1rem;
}
.lgx-panel .lgx-single-schedule .author {
  max-width: 100px;
  margin-right: 1rem;
  margin-top: 2rem;
}
.lgx-panel .lgx-single-schedule .author img {
  border-radius: 50%;
  margin-bottom: 0.4rem;
  border: 2px solid #efa506;
}
.lgx-panel .lgx-single-schedule .author-multi img {
  width: 48%;
  margin-right: 1%;
  float: left;
}
.lgx-panel .lgx-single-schedule.expired-event .schedule-info, .lgx-panel .lgx-single-schedule.outofstock-event .schedule-info {
  background: #bdc1c5;
  box-shadow: none;
  cursor: not-allowed;
}
.lgx-panel .lgx-single-schedule.expired-event .schedule-info:hover, .lgx-panel .lgx-single-schedule.outofstock-event .schedule-info:hover {
  transform: none;
  box-shadow: none;
  transition: none;
  background: #bdc1c5;
}
.lgx-panel .lgx-single-schedule.expired-event .schedule-info .time.event-ended,
.lgx-panel .lgx-single-schedule.expired-event .schedule-info .time.event-outofstock, .lgx-panel .lgx-single-schedule.outofstock-event .schedule-info .time.event-ended,
.lgx-panel .lgx-single-schedule.outofstock-event .schedule-info .time.event-outofstock {
  background: #bdc1c5;
  margin-right: 1rem;
}
.lgx-panel .lgx-single-schedule.expired-event .schedule-info .time.event-ended span,
.lgx-panel .lgx-single-schedule.expired-event .schedule-info .time.event-outofstock span, .lgx-panel .lgx-single-schedule.outofstock-event .schedule-info .time.event-ended span,
.lgx-panel .lgx-single-schedule.outofstock-event .schedule-info .time.event-outofstock span {
  color: #fff;
}
.lgx-panel .lgx-single-schedule .schedule-info {
  width: 100%;
  background: #1b89ef;
  border: none;
  padding: 0.6rem 2rem;
  border-radius: 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: 0.1s all ease-out;
}
.lgx-panel .lgx-single-schedule .schedule-info:hover {
  transform: translateY(-2px) translateX(-2px) scale(1.06);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: 0.1s all ease-in;
  background: #ec398b;
}
.lgx-panel .lgx-single-schedule .schedule-info .time {
  background: #1b89ef;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2rem;
  color: #ec398b;
  font-weight: 600;
  display: inline-block;
  margin: 0;
  padding: 0.2rem 1rem;
  margin-top: 0.3rem;
  border-radius: 25px;
  float: right;
  background: #fff;
  border: 2px solid #00192f;
}
.lgx-panel .lgx-single-schedule .schedule-info .time span {
  color: #efa506;
}
.lgx-panel .lgx-single-schedule .schedule-info .title {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  font-weight: 600;
  line-height: 3.4rem;
  margin: 0;
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 1.5rem;
}
.lgx-panel .lgx-single-schedule .schedule-info .author-info {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin-bottom: 0;
}
.lgx-panel .lgx-single-schedule .schedule-info .author-info span {
  color: #ec398b;
}
.lgx-panel .lgx-single-schedule .schedule-info ul.date-list {
  display: inline-block;
  list-style: disc;
  padding-left: 0;
  margin: 0;
  padding-bottom: 0.8rem;
  padding-top: 0.5rem;
}
.lgx-panel .lgx-single-schedule .schedule-info ul.date-list li {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  display: inline-block;
  list-style: disc;
  padding: 0 1.6rem;
  border-right: 2px solid #00192f;
  min-width: 14rem;
}
.lgx-panel .schedule-row {
  margin-bottom: 2rem;
  background: #f7f7f7;
  border-top: 3px solid #1b89ef;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 16px;
  box-shadow: 0 8px 7px -9px rgba(50, 51, 51, 0.4);
}
.lgx-panel .schedule-number {
  padding: 1rem 0 1rem 0;
}
.lgx-panel .schedule-number .schedule-info {
  width: 100%;
  background: #1b89ef;
  padding: 0;
  border-radius: 16px;
}
.lgx-panel .schedule-number .schedule-info .time {
  margin: 0;
  background: #1b89ef;
  line-height: 2.4rem;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 0.3rem 3rem;
  border-radius: 16px;
}
.lgx-panel .panel-body .text, .lgx-panel .panel-heading .text {
  margin-bottom: 1.6rem;
}
.lgx-panel .panel-body .location, .lgx-panel .panel-heading .location {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.lgx-panel .panel-body .location strong, .lgx-panel .panel-heading .location strong {
  font-weight: 700;
  color: #1b89ef;
}
.lgx-panel .panel-body .location span, .lgx-panel .panel-heading .location span {
  color: #1b89ef;
}

@media (max-width: 1199px) {
  /************** 991 GLOBAl USE***********/
  .lgx-tab .lgx-nav,
.lgx-tab .lgx-tab-content {
    float: left;
  }
  .lgx-tab .lgx-nav {
    width: 100%;
    margin-right: 0;
    padding: 1.5rem 0;
  }
  .lgx-tab .lgx-tab-content {
    width: 100%;
    border-radius: 0 0 16px 16px;
  }
  .lgx-tab .nav-pills {
    text-align: center;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 16px 16px 0 0;
  }
  .lgx-tab .nav-pills li {
    flex: 1;
    float: none;
  }
  .lgx-tab .nav-pills li a {
    padding: 1rem;
  }
  .lgx-tab .nav-pills li a h3 {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 400;
    line-height: 2.6rem;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
  }
  .lgx-tab .nav-pills li a p {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: 300;
    margin: 0;
    color: #fff;
    opacity: 0.7;
  }
  .lgx-tab .nav-pills .active::before {
    display: none;
  }

  /************** 991 GLOBAl USE END***********/
}
/* ----------------------------------------------------------------
      Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 480px) {
  /************** 480 GLOBAl USE***********/
  .lgx-panel .lgx-single-schedule {
    display: block;
  }

  .lgx-panel .lgx-single-schedule .schedule-info {
    padding: 2rem;
  }

  .lgx-panel .lgx-single-schedule .schedule-info ul.date-list {
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .lgx-panel .panel-heading {
    padding: 0;
  }

  .lgx-tab .nav-pills li {
    margin: 1rem 2rem;
    border-radius: 16px;
  }

  .lgx-panel .lgx-single-schedule .author {
    max-width: 100%;
    overflow: hidden;
    margin: 0 1.5rem;
    margin-bottom: 0.5rem;
  }

  .lgx-panel .lgx-single-schedule .schedule-info .time {
    margin-top: 0.2rem;
  }

  .lgx-panel .lgx-single-schedule .schedule-info .title {
    padding-left: 1rem;
  }

  .lgx-panel .lgx-single-schedule .author img {
    max-height: 80px;
  }

  .lgx-panel .lgx-single-schedule .author-multi img {
    width: auto;
  }

  /************** 480 GLOBAl USE***********/
}
.lgx-sponsors .lgx-inner {
  background: rgba(255, 255, 255, 0.88);
}

.lgx-sponsors-black .lgx-inner {
  background: #00192f;
}

.sponsors-area.cities .single-name {
  top: 20%;
  line-height: 1;
  font-size: 3rem;
  font-weight: 600;
}
.sponsors-area.cities .single-name-sub {
  position: absolute;
  bottom: 10%;
  line-height: 2;
  left: 0;
  right: 0;
  color: #1b89ef;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
}
.sponsors-area.cities .single {
  width: 40%;
  margin: 2%;
}

.sponsors-area {
  text-align: center;
}
.sponsors-area .single-name {
  position: absolute;
  top: 43.5%;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-shadow: 0 0 5px #00192f;
}
.sponsors-area .single {
  position: relative;
  overflow: hidden;
  margin: 0 0.5%;
  padding: 0;
  border-radius: 16px;
  width: 23%;
  display: inline-block;
  margin-bottom: 0.6rem;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.05);
}
.sponsors-area .single a {
  display: block;
  text-align: center;
}
.sponsors-area .single a img {
  width: 100%;
  border-radius: 8px;
}
.sponsors-area .single:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  /************** 767 GLOBAl USE***********/
  .sponsors-area .single-name {
    font-size: 1.5rem;
  }
}
.sponsors-area-colorfull .single {
  background: #1b89ef;
}
.sponsors-area-colorfull .single img {
  filter: grayscale(40%);
}
.sponsors-area-colorfull .single:nth-child(1) {
  background: #ff6600;
}
.sponsors-area-colorfull .single:nth-child(2) {
  background: #ff9400;
}
.sponsors-area-colorfull .single:nth-child(3) {
  background: #ffc600;
}
.sponsors-area-colorfull .single:nth-child(4) {
  background: #8cc700;
}
.sponsors-area-colorfull .single:nth-child(5) {
  background: #0fad00;
}
.sponsors-area-colorfull .single:nth-child(6) {
  background: #00a3c1;
}
.sponsors-area-colorfull .single:nth-child(7) {
  background: #0061b5;
}
.sponsors-area-colorfull .single:nth-child(8) {
  background: #6300a4;
}
.sponsors-area-colorfull .single:nth-child(9) {
  background: #ff0000;
}
.sponsors-area-colorfull .single:nth-child(10) {
  background: #ff6600;
}
.sponsors-area-colorfull .single:nth-child(11) {
  background: #ff9400;
}
.sponsors-area-colorfull .single:nth-child(12) {
  background: #ffc600;
}
.sponsors-area-colorfull .single:nth-child(13) {
  background: #8cc700;
}
.sponsors-area-colorfull .single:nth-child(14) {
  background: #0fad00;
}
.sponsors-area-colorfull .single:nth-child(15) {
  background: #00a3c1;
}
.sponsors-area-colorfull .single:nth-child(16) {
  background: #0061b5;
}
.sponsors-area-colorfull .single:nth-child(17) {
  background: #6300a4;
}
.sponsors-area-colorfull .single:nth-child(18) {
  background: #ff0000;
}
.sponsors-area-colorfull .single:nth-child(19) {
  background: #ff6600;
}
.sponsors-area-colorfull .single:nth-child(20) {
  background: #ff9400;
}
.sponsors-area-colorfull .single:nth-child(21) {
  background: #ffc600;
}
.sponsors-area-colorfull .single:nth-child(22) {
  background: #8cc700;
}
.sponsors-area-colorfull .single:nth-child(23) {
  background: #0fad00;
}
.sponsors-area-colorfull .single:nth-child(24) {
  background: #00a3c1;
}
.sponsors-area-colorfull .single:nth-child(25) {
  background: #0061b5;
}
.sponsors-area-colorfull .single:nth-child(26) {
  background: #6300a4;
}
.sponsors-area-colorfull .single:nth-child(27) {
  background: #ff0000;
}
.sponsors-area-colorfull .single:nth-child(28) {
  background: #ff6600;
}
.sponsors-area-colorfull .single:nth-child(29) {
  background: #ff9400;
}
.sponsors-area-colorfull .single:nth-child(30) {
  background: #ffc600;
}
.sponsors-area-colorfull .single:nth-child(31) {
  background: #8cc700;
}
.sponsors-area-colorfull .single:nth-child(32) {
  background: #0fad00;
}
.sponsors-area-colorfull .single:nth-child(33) {
  background: #00a3c1;
}
.sponsors-area-colorfull .single:nth-child(34) {
  background: #0061b5;
}
.sponsors-area-colorfull .single:nth-child(35) {
  background: #6300a4;
}
.sponsors-area-colorfull .single:nth-child(36) {
  background: #ff0000;
}
.sponsors-area-colorfull .single:hover img {
  filter: grayscale(0);
}

.sponsors-area-colorfull-border .single {
  background: #fff;
}
.sponsors-area-colorfull-border .single:nth-child(1) {
  border: 8px solid #ff6600;
}
.sponsors-area-colorfull-border .single:nth-child(2) {
  border: 8px solid #ff9400;
}
.sponsors-area-colorfull-border .single:nth-child(3) {
  border: 8px solid #ffc600;
}
.sponsors-area-colorfull-border .single:nth-child(4) {
  border: 8px solid #8cc700;
}
.sponsors-area-colorfull-border .single:nth-child(5) {
  border: 8px solid #0fad00;
}
.sponsors-area-colorfull-border .single:nth-child(6) {
  border: 8px solid #00a3c1;
}
.sponsors-area-colorfull-border .single:nth-child(7) {
  border: 8px solid #0061b5;
}
.sponsors-area-colorfull-border .single:nth-child(8) {
  border: 8px solid #6300a4;
}
.sponsors-area-colorfull-border .single:nth-child(9) {
  border: 8px solid #ff0000;
}
.sponsors-area-colorfull-border .single:nth-child(10) {
  border: 8px solid #ff6600;
}
.sponsors-area-colorfull-border .single:nth-child(11) {
  border: 8px solid #ff9400;
}
.sponsors-area-colorfull-border .single:nth-child(12) {
  border: 8px solid #ffc600;
}
.sponsors-area-colorfull-border .single:nth-child(13) {
  border: 8px solid #8cc700;
}
.sponsors-area-colorfull-border .single:nth-child(14) {
  border: 8px solid #0fad00;
}
.sponsors-area-colorfull-border .single:nth-child(15) {
  border: 8px solid #00a3c1;
}
.sponsors-area-colorfull-border .single:nth-child(16) {
  border: 8px solid #0061b5;
}
.sponsors-area-colorfull-border .single:nth-child(17) {
  border: 8px solid #6300a4;
}
.sponsors-area-colorfull-border .single:nth-child(18) {
  border: 8px solid #ff0000;
}
.sponsors-area-colorfull-border .single:nth-child(19) {
  border: 8px solid #ff6600;
}
.sponsors-area-colorfull-border .single:nth-child(20) {
  border: 8px solid #ff9400;
}
.sponsors-area-colorfull-border .single:nth-child(21) {
  border: 8px solid #ffc600;
}
.sponsors-area-colorfull-border .single:nth-child(22) {
  border: 8px solid #8cc700;
}
.sponsors-area-colorfull-border .single:nth-child(23) {
  border: 8px solid #0fad00;
}
.sponsors-area-colorfull-border .single:nth-child(24) {
  border: 8px solid #00a3c1;
}
.sponsors-area-colorfull-border .single:nth-child(25) {
  border: 8px solid #0061b5;
}
.sponsors-area-colorfull-border .single:nth-child(26) {
  border: 8px solid #6300a4;
}
.sponsors-area-colorfull-border .single:nth-child(27) {
  border: 8px solid #ff0000;
}
.sponsors-area-colorfull-border .single:nth-child(28) {
  border: 8px solid #ff6600;
}
.sponsors-area-colorfull-border .single:nth-child(29) {
  border: 8px solid #ff9400;
}
.sponsors-area-colorfull-border .single:nth-child(30) {
  border: 8px solid #ffc600;
}
.sponsors-area-colorfull-border .single:nth-child(31) {
  border: 8px solid #8cc700;
}
.sponsors-area-colorfull-border .single:nth-child(32) {
  border: 8px solid #0fad00;
}
.sponsors-area-colorfull-border .single:nth-child(33) {
  border: 8px solid #00a3c1;
}
.sponsors-area-colorfull-border .single:nth-child(34) {
  border: 8px solid #0061b5;
}
.sponsors-area-colorfull-border .single:nth-child(35) {
  border: 8px solid #6300a4;
}
.sponsors-area-colorfull-border .single:nth-child(36) {
  border: 8px solid #ff0000;
}
.sponsors-area-colorfull-border .single:hover {
  background: white;
  border: 8px solid #fff;
}
.sponsors-area-colorfull-border .single:hover img {
  filter: grayscale(0);
}

.sponsors-area-col3 .single {
  width: 32%;
}

.sponsors-area-nogap .single {
  margin: 0 0;
  margin-bottom: 4px;
  display: inline-table;
}

.sponsors-area-border .single {
  border: 5px solid #eee;
}
.sponsors-area-border .single:hover {
  border: 5px solid #1b89ef;
}

.lgx-news {
  background: #fff;
}

.lgx-single-news {
  margin-bottom: 2.6rem;
  background: white;
  padding: 1.6rem;
  padding-bottom: 2.6rem;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.1);
}
.lgx-single-news .lgx-btn {
  margin-top: 1rem;
}
.lgx-single-news figure {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.lgx-single-news figure a img {
  transition-duration: 0.5s;
}
.lgx-single-news .single-news-info {
  position: relative;
  z-index: 2;
  margin-top: 1.6rem;
  padding: 0 1rem;
}
.lgx-single-news .meta-wrapper span:after {
  content: "|";
  display: inline-block;
  margin: 3px 6px 3px 7px;
  color: #eee;
}
.lgx-single-news .meta-wrapper span {
  font-size: 15px;
}
.lgx-single-news .meta-wrapper span a {
  color: inherit;
}
.lgx-single-news .meta-wrapper span a:hover {
  color: #ec398b;
}
.lgx-single-news .meta-wrapper span:last-child:after {
  display: none;
}
.lgx-single-news .title {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  line-height: 2.6rem;
  margin-top: 0.5rem;
}
.lgx-single-news:hover:after {
  left: 42%;
  opacity: 1;
}
.lgx-single-news:hover figure a img {
  transform: scale(1.2);
}
.lgx-single-news:hover figure figcaption .date {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
  transform-origin: center;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  opacity: 0;
}

.lgx-registration {
  background: #1b89ef;
}

.login-wrapper {
  min-height: 70vh;
  margin-top: 2rem;
}

.form-check-label {
  color: #fff;
  margin-left: 6px;
  font-size: 1.4rem;
}

.lgx-links {
  margin-top: 0.5rem;
}
.lgx-links a {
  color: #fff;
  text-decoration: none !important;
  font-size: 1.5rem;
  opacity: 0.9;
  font-weight: 500;
}
.lgx-links a:hover {
  opacity: 1;
  color: #fff !important;
}

.lgx-registration-form-box ::-moz-placeholder {
  /* Most modern browsers support this now. */
  color: #fff;
}

.lgx-registration-form-box :-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #fff;
}

.lgx-registration-form-box ::placeholder {
  /* Most modern browsers support this now. */
  color: #fff;
}

.lgx-registration-form-box {
  padding: 4.2rem 3rem;
  text-align: center;
}
.lgx-registration-form-box .title {
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.3rem;
  color: #fff;
  margin-bottom: 2.6rem;
  margin-top: 0;
}
.lgx-registration-form-box input.wpcf7-form-control,
.lgx-registration-form-box input.form-control {
  margin-bottom: 1.5rem;
  display: block;
  border-radius: 4px;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.lgx-registration-form-box input.wpcf7-form-control:focus,
.lgx-registration-form-box input.form-control:focus {
  background: rgba(255, 255, 255, 0.7);
  color: #fff;
  outline: 0;
  box-shadow: none;
}
.lgx-registration-form-box select.wpcf7-select,
.lgx-registration-form-box select.lgx-select {
  background: rgba(255, 255, 255, 0.2);
  display: block;
  width: 100%;
  border: none;
  padding: 15px 20px;
  margin-bottom: 2rem;
  color: #fff;
  outline: none;
}
.lgx-registration-form-box select.wpcf7-select option,
.lgx-registration-form-box select.lgx-select option {
  background: #1b89ef;
}
.lgx-registration-form-box .wpcf7-form-control.wpcf7-submit,
.lgx-registration-form-box .wpcf7-form-control.lgx-submit,
.lgx-registration-form-box .wpcf7-submit,
.lgx-registration-form-box .lgx-submit {
  display: block;
  width: 100%;
  background: #efa506;
  margin-top: 2rem;
  color: #1b89ef;
}
.lgx-registration-form-box .wpcf7-form-control.wpcf7-submit:hover,
.lgx-registration-form-box .wpcf7-form-control.lgx-submit:hover,
.lgx-registration-form-box .wpcf7-submit:hover,
.lgx-registration-form-box .lgx-submit:hover {
  background: #ec398b;
  color: #fff;
}

.invalid-feedback {
  color: #FF7273;
}

#lgx-countdown {
  margin-top: -15px;
}
#lgx-countdown span {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 68px;
  line-height: 102px;
  font-size: 6.8rem;
  line-height: 10.2rem;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 6.8rem;
  letter-spacing: 0.16rem;
  position: relative;
  bottom: -15px;
}
#lgx-countdown span:last-child {
  margin-right: 0;
}
#lgx-countdown i {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: normal;
  transform: rotate(-90deg);
  font-style: normal;
  display: inline-block;
  position: absolute;
  bottom: 32px;
  right: -35px;
}
#lgx-countdown .lgx-days {
  color: #fff200;
}
#lgx-countdown .lgx-hr {
  color: #ff8a00;
}
#lgx-countdown .lgx-min {
  color: #00b9ff;
}
#lgx-countdown .lgx-sec {
  color: #8dc63f;
}

.lgx-banner-info-circle #lgx-countdown span {
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.3rem;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2rem;
  position: relative;
  bottom: 0px;
}
.lgx-banner-info-circle #lgx-countdown span:last-child {
  margin-right: 0;
}
.lgx-banner-info-circle #lgx-countdown i {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: normal;
  transform: rotate(0deg);
  font-style: normal;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  opacity: 0.7;
}
.lgx-banner-info-circle #lgx-countdown .lgx-days {
  color: #fff;
}
.lgx-banner-info-circle #lgx-countdown .lgx-hr {
  color: #fff;
}
.lgx-banner-info-circle #lgx-countdown .lgx-min {
  color: #fff;
}
.lgx-banner-info-circle #lgx-countdown .lgx-sec {
  color: #fff;
}

@media (max-width: 1199px) {
  /************** 1199 GLOBAl USE***********/
  #lgx-countdown {
    display: inline-block;
    margin-bottom: 2.6rem;
  }
  #lgx-countdown span {
    font-size: 42px;
    line-height: 63px;
    font-size: 4.2rem;
    line-height: 6.3rem;
    bottom: 0;
    margin-right: 2rem;
  }
  #lgx-countdown i {
    font-size: 16px;
    line-height: 24px;
    font-size: 1.6rem;
    line-height: 2.4rem;
    transform: rotate(0deg);
    font-style: normal;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
  }

  /************** 1199 GLOBAl USE END***********/
}
@media (max-width: 767px) {
  /************** 767 GLOBAl USE***********/
  #lgx-countdown {
    display: inline-block;
  }
  #lgx-countdown span {
    font-size: 26px;
    line-height: 39px;
    font-size: 2.6rem;
    line-height: 3.9rem;
  }
  #lgx-countdown i {
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 2.1rem;
  }

  .lgx-about-service {
    display: block;
  }

  .lgx-about-service .lgx-single-service-white {
    margin-bottom: 2rem;
  }

  /************** 767 GLOBAl USE END***********/
}
/*767 END*/
.lgx-photo-gallery {
  overflow: hidden;
  margin-bottom: -11px;
}
.lgx-photo-gallery .lgx-inner {
  padding-bottom: 0;
}

.lgx-gallery-area {
  margin-right: -15px;
  margin-left: -15px;
  display: block;
  overflow: hidden;
}

.lgx-gallery-single {
  background: transparent;
  float: left;
  width: 100%;
}
.lgx-gallery-single figure {
  position: relative;
  overflow: hidden;
}
.lgx-gallery-single figure img {
  transition: 0.4s ease;
}
.lgx-gallery-single figure figcaption {
  background: rgba(27, 137, 239, 0.9);
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.lgx-gallery-single figure figcaption .lgx-hover-link {
  display: table;
  height: 100%;
  width: 100%;
}
.lgx-gallery-single figure figcaption .lgx-hover-link .lgx-vertical {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.lgx-gallery-single figure figcaption .lgx-hover-link .lgx-vertical a {
  color: #fff;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9rem;
  transition: all 0.3s linear;
}
.lgx-gallery-single figure figcaption .lgx-hover-link .lgx-vertical a i {
  padding: 2rem;
}
.lgx-gallery-single:hover figure img {
  transform: scale(1.2);
}
.lgx-gallery-single:hover figure figcaption {
  opacity: 1;
}
.lgx-gallery-single:hover figure figcaption .lgx-hover-link .lgx-vertical a {
  color: #fff;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  transform-origin: center;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  display: block;
}
.lgx-gallery-single:hover figure figcaption .lgx-hover-link .lgx-vertical a:hover {
  color: #efa506;
}

.lgx-photo-gallery-black {
  background: #00192f;
}
.lgx-photo-gallery-black .lgx-inner {
  background: #00192f;
}

.lgx-gallery-area .lgx-gallery-single {
  width: 33.33%;
  padding: 1rem;
}

.lgx-gallery-single-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid #ebebeb;
  margin: 2rem 0rem 1rem 0rem;
  border-radius: 8px;
}

.lgx-contactform .form-group {
  margin-bottom: 2rem;
}
.lgx-contactform .form-control {
  display: block;
  text-align: left;
  width: 100%;
  height: 54px;
  padding: 1rem 2rem;
  font-size: 14px;
  line-height: 1.42857143;
  color: #868686;
  background-color: #f7f7f7;
  background-image: none;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.lgx-contactform textarea.form-control {
  height: 170px;
  border-radius: 4px;
}
.lgx-contactform .lgx-btn {
  margin-top: 1rem;
}

.lgx-travelinfo-content {
  display: flex;
}

.lgx-travelinfo-single {
  flex: 1;
  text-align: center;
  padding: 0 3%;
}

.footer-brand {
  position: relative;
  text-align: center !important;
}
.footer-brand-logo {
  height: 64px;
}
.footer-brand-name {
  color: #fff !important;
  font-weight: 600;
  font-size: 2rem;
}

.flex-break {
  flex-basis: 100%;
  height: 2rem;
}

.lgx-footer-black .lgx-inner-footer {
  background: #00192f;
}

.lgx-social-footer {
  font-size: 26px;
  margin-left: 0;
}
.lgx-social-footer li {
  color: #fff;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  transition: ease 0.3s;
  opacity: 0.7;
  margin-bottom: 5px;
}
.lgx-social-footer li a {
  color: inherit;
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  box-shadow: 0 2px 10px rgba(52, 61, 71, 0.2);
}
.lgx-social-footer li a i {
  font-size: 24px;
  line-height: 45px;
}
.lgx-social-footer li:hover {
  background: #1b89ef;
  color: #1b89ef;
  border-radius: 50%;
}
.lgx-social-footer li:hover a {
  border-radius: 50%;
  color: inherit;
}
.lgx-social-footer:hover &gt; li {
  color: #1b89ef;
  opacity: 0.3;
}
.lgx-social-footer:hover &gt; li a {
  color: inherit;
}
.lgx-social-footer:hover &gt; li:hover {
  opacity: 1;
}
.lgx-social-footer:hover &gt; li:hover a {
  background: #1b89ef;
}

.lgx-footer-area {
  display: flex;
  overflow: hidden;
  padding: 3rem;
  flex-wrap: wrap;
}

.lgx-footer-single {
  flex: 1;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}
.lgx-footer-single .text {
  margin-bottom: 1rem;
}
.lgx-footer-single .lgx-btn {
  padding: 1.3rem 5rem;
}
.lgx-footer-single p {
  color: inherit;
}
.lgx-footer-single .logo {
  display: block;
}
.lgx-footer-single address {
  margin-bottom: 1.5rem;
  line-height: 2.4rem;
}
.lgx-footer-single address i {
  overflow: hidden;
  color: #1b89ef;
  margin-right: 5px;
  opacity: 0.4;
}
.lgx-footer-single .lgx-address-info li {
  line-height: 2.5rem;
}
.lgx-footer-single .lgx-address-info i {
  color: #1b89ef;
  margin-right: 1rem;
  opacity: 0.4;
}
.lgx-footer-single .lgx-address-info li:hover {
  color: inherit;
}
.lgx-footer-single .date {
  color: #1b89ef;
  font-weight: 400;
}
.lgx-footer-single .map-link {
  color: #fff;
  font-weight: 400;
}
.lgx-footer-single .map-link i {
  position: relative;
  top: 3px;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9rem;
  color: #1b89ef;
  margin-right: 5px;
}
.lgx-footer-single .map-link:hover {
  color: #1b89ef;
}
.lgx-footer-single .footer-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2.4rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08rem;
}
.lgx-footer-single ul li {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #999;
  line-height: 3rem;
}
.lgx-footer-single ul li a {
  font: inherit;
  color: inherit;
  transition-duration: 0.3s;
}
.lgx-footer-single ul li:hover {
  color: #fff;
}
.lgx-footer-single ul li:hover a {
  color: inherit;
}
.lgx-footer-single .opening-time-single {
  margin-bottom: 1rem;
  font-family: "Noto Sans", sans-serif;
}
.lgx-footer-single .opening-time-single span {
  font-family: "Noto Sans", sans-serif;
  display: block;
}
.lgx-footer-single .opening-time-single span i {
  color: #1b89ef;
  font-style: normal;
  font-weight: 700;
  opacity: 0.4;
}

.lgx-footer-area-center .lgx-footer-single {
  text-align: center;
}

.lgx-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  padding-top: 2.4rem;
  padding-bottom: 4.2rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 400;
}
.lgx-footer-bottom p {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: 0.08rem;
}
.lgx-footer-bottom p span, .lgx-footer-bottom p a {
  color: #1b89ef;
}

.footer-custom-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: center;
  align-items: center;
}
.footer-custom-menu .lgx-footer-single {
  flex: 0.2 !important;
}

.lgx-page-inner {
  padding: 16rem 0 3rem;
}

.lgx-banner-inner {
  background: #00192f;
}
.lgx-banner-inner .lgx-heading-area {
  margin-bottom: 0;
}
.lgx-banner-inner .lgx-heading {
  margin-bottom: 0;
  text-align: left;
}
.lgx-banner-inner .lgx-heading .heading {
  margin-bottom: 0;
  line-height: 5rem;
}

.lgx-page-wrapper *, .lgx-page-wrapper *:before, .lgx-page-wrapper *:after {
  box-sizing: border-box !important;
}
.lgx-page-wrapper .lgx-card-single {
  display: inline-block;
  width: 100%;
}
.lgx-page-wrapper .lgx-single-news {
  display: inline-block;
  width: 100%;
}
.lgx-page-wrapper .lgx-single-news figure figcaption .date {
  background: #ffffff;
}

.lgx-post-wrapper,
.lgx-page-wrapper {
  padding: 5rem 0;
}
.lgx-post-wrapper .lgx-menu,
.lgx-page-wrapper .lgx-menu {
  background: transparent;
}
.lgx-post-wrapper .lgx-tab-another .lgx-menu-container,
.lgx-page-wrapper .lgx-tab-another .lgx-menu-container {
  background: transparent;
}
.lgx-post-wrapper .lgx-reservation,
.lgx-post-wrapper .lgx-speacial,
.lgx-page-wrapper .lgx-reservation,
.lgx-page-wrapper .lgx-speacial {
  background: #f9f9f9;
}
.lgx-post-wrapper .lgx-single-speacial,
.lgx-page-wrapper .lgx-single-speacial {
  margin-bottom: 2.6rem;
}
.lgx-post-wrapper .lgx-single-speacial .speacial-info,
.lgx-page-wrapper .lgx-single-speacial .speacial-info {
  padding: 1.5rem 1.5rem 3rem 1.5rem;
}
.lgx-post-wrapper .lgx-single-speacial .speacial-info .title,
.lgx-page-wrapper .lgx-single-speacial .speacial-info .title {
  color: #00192f;
}
.lgx-post-wrapper .lgx-single-speacial .speacial-info .title a,
.lgx-page-wrapper .lgx-single-speacial .speacial-info .title a {
  color: inherit;
}
.lgx-post-wrapper .lgx-single-speacial:hover .speacial-info,
.lgx-page-wrapper .lgx-single-speacial:hover .speacial-info {
  background: #00192f;
}
.lgx-post-wrapper .lgx-single-speacial:hover .speacial-info .title,
.lgx-page-wrapper .lgx-single-speacial:hover .speacial-info .title {
  color: #fff;
}
.lgx-post-wrapper .lgx-single-speacial:hover .speacial-info .title a,
.lgx-page-wrapper .lgx-single-speacial:hover .speacial-info .title a {
  color: inherit;
}
.lgx-post-wrapper .lgx-single-speacial:hover .speacial-info .title:hover,
.lgx-page-wrapper .lgx-single-speacial:hover .speacial-info .title:hover {
  color: #1b89ef;
}
.lgx-post-wrapper .lgx-single-speacial:hover .speacial-info .title:hover a,
.lgx-page-wrapper .lgx-single-speacial:hover .speacial-info .title:hover a {
  color: inherit;
}
.lgx-post-wrapper .lgx-news-single-thumb .news-info .text,
.lgx-page-wrapper .lgx-news-single-thumb .news-info .text {
  display: block;
}
.lgx-post-wrapper .lgxmapcanvas,
.lgx-page-wrapper .lgxmapcanvas {
  margin-bottom: 3.9rem;
}
.lgx-post-wrapper .lgx-photo-gallery .lgx-inner,
.lgx-page-wrapper .lgx-photo-gallery .lgx-inner {
  padding: 10.2rem 0;
}

.lgx-post-wrapper .speaker-info {
  margin-bottom: 2rem;
}
.lgx-post-wrapper .speaker-info .title {
  color: #00192f;
}
.lgx-post-wrapper .speaker-info .title a {
  font-size: inherit;
  color: inherit;
}
.lgx-post-wrapper .speaker-info .subtitle {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin: 0;
  color: #efa506;
}
.lgx-post-wrapper article header {
  margin-bottom: 4.2rem;
  text-align: center;
}
.lgx-post-wrapper article header .title {
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.3rem;
  font-weight: 700;
  line-height: 5.5rem;
}
.lgx-post-wrapper article header .subtitle {
  font-family: "Noto Sans", sans-serif;
  color: #1b89ef;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9rem;
  font-weight: 400;
  margin-top: 0.5rem;
}
.lgx-post-wrapper article header .menu-price {
  font-family: "Noto Sans", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: right;
  margin-top: 0.8rem;
  color: #1b89ef;
  font-weight: 700;
}
.lgx-post-wrapper article header .menu-price span {
  font-family: "Noto Sans", sans-serif;
  color: #00192f;
  font-weight: 300;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 0.5rem;
  opacity: 0.7;
}
.lgx-post-wrapper article header .menu-price:before {
  border-top: 1px dashed #eee;
  display: block;
  position: relative;
  top: 19px;
  width: 85%;
  content: "";
  right: 0;
}
.lgx-post-wrapper article header .social-group li a {
  color: #eee;
}
.lgx-post-wrapper article header .social-group li a i {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
}
.lgx-post-wrapper article header .social-group li a .fa-twitter {
  color: #1da1f2;
}
.lgx-post-wrapper article header .social-group li a .facebook-f,
.lgx-post-wrapper article header .social-group li a .fa-facebook-f {
  color: #3b5998;
}
.lgx-post-wrapper article header .social-group li a .fa-linkedin {
  color: #00a0dc;
}
.lgx-post-wrapper article header .social-group li a .fa-youtube-play {
  color: #cd201f;
}
.lgx-post-wrapper article header .social-group li a .fa-instagram {
  color: #c13584;
}
.lgx-post-wrapper article header .social-group li a .fa-google-plus,
.lgx-post-wrapper article header .social-group li a .fa-google {
  color: #dd4b39;
}
.lgx-post-wrapper article header .social-group li a .fa-pinterest-p {
  color: #bd081c;
}
.lgx-post-wrapper article header .social-group li a:hover {
  color: #1b89ef;
}
.lgx-post-wrapper article header .social-group li a:hover i {
  color: inherit;
}
.lgx-post-wrapper article header .hits-area {
  padding-top: 1.5rem;
}
.lgx-post-wrapper article header .hits-area .date {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  margin-right: 2rem;
  display: inline-block;
}
.lgx-post-wrapper article header .hits-area .date a {
  color: #00192f;
  margin-right: 1.5rem;
}
.lgx-post-wrapper article header .hits-area .date a i {
  color: #1b89ef;
  margin-right: 4px;
  opacity: 0.5;
}
.lgx-post-wrapper article header .hits-area .hit-right {
  color: #00192f;
  opacity: 0.7;
}
.lgx-post-wrapper article header .hits-area .hit-right a {
  color: inherit;
}
.lgx-post-wrapper article section,
.lgx-post-wrapper article footer,
.lgx-post-wrapper article header .text-area {
  max-width: 767px;
  margin: 0 auto;
}
.lgx-post-wrapper article section {
  margin-bottom: 4.2rem;
}
.lgx-post-wrapper article section .lgx-img-left {
  float: left;
  padding: 1rem 2rem 1.5rem 0;
}
.lgx-post-wrapper article section .lgx-img-right {
  float: right;
  padding: 1rem 0 1.5rem 2rem;
}
.lgx-post-wrapper article section .lgx-img-center {
  margin: 0 auto;
  display: block;
  padding: 1.5rem;
}
.lgx-post-wrapper article footer .title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #1b89ef;
  border-bottom: 1px solid rgba(52, 61, 71, 0.1);
  background-clip: padding-box;
}
.lgx-post-wrapper article footer .lgx-share {
  margin-left: 0;
}
.lgx-post-wrapper article footer .lgx-share li a {
  height: 40px;
  width: 40px;
  background: #fff;
  color: #1b89ef;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.lgx-post-wrapper article footer .lgx-share li a i {
  font-size: 16px;
  line-height: 40px;
}
.lgx-post-wrapper article footer .lgx-share li a:hover {
  background: #1b89ef;
  color: #fff;
}

.lgx-page-wrapper-none {
  padding: 0;
}

/* ---------------------------------------------------------------------
    Extra small devices (phones, less UP TO 767px)
 ----------------------------------------------------------------------*/
@media (max-width: 767px) {
  /************** 767 GLOBAl USE***********/
  .lgx-page-inner {
    padding: 8rem 0 2rem;
  }

  .lgx-post-wrapper,
.lgx-page-wrapper {
    padding: 3rem 0 6rem 0;
  }
}
/* -----------------------------------------------------------------------
     Medium devices (desktops, UP TO 1199px~992px)
 ------------------------------------------------------------------------*/
@media (max-width: 1199px) {
  /************** 1199 GLOBAl USE***********/
  html {
    font-size: 55%;
  }

  .lgx-banner-info-circle {
    margin-right: 2rem;
  }

  .lgx-banner-info-circle .info-circle-inner {
    width: 350px;
    height: 350px;
  }

  .lgx-banner-info-circle .info-circle-inner .date {
    padding-top: 8rem;
  }

  /************** 1199 GLOBAl USE END***********/
}
/* ----------------------------------------------------------------------
     Small devices (tablets, UP TO 991px~768px)
 -----------------------------------------------------------------------*/
@media (max-width: 991px) {
  /************** 991 GLOBAl USE***********/
  html {
    font-size: 53%;
  }

  .lgx-banner-info-circle .info-circle-inner {
    width: 350px;
    height: 350px;
  }

  .lgx-cart-area .lgx-btn {
    padding: 1.2rem 2rem;
  }

  .lgx-about {
    background: #fff;
  }

  .sponsors-area .single {
    width: 32%;
  }

  .lgx-single-news {
    margin-bottom: 4.2rem;
  }

  .lgx-registration-area {
    display: block;
  }

  .lgx-registration-area .lgx-single-registration {
    width: 50%;
    float: left;
  }

  .lgx-registration-area2 .lgx-single-registration {
    width: 47%;
    float: left;
    margin-bottom: 2rem;
  }

  .lgx-registration-area .lgx-single-registration {
    width: 48%;
    margin-bottom: 2.6rem;
  }

  /************** 991 GLOBAl USE END ***********/
}
/* ---------------------------------------------------------------------
    Extra small devices (phones, less UP TO 767px)
 ----------------------------------------------------------------------*/
@media (max-width: 767px) {
  /************** 767 GLOBAl USE***********/
  html {
    font-size: 52%;
  }

  .lgx-slider .slider-text-single figure figcaption .lgx-container .lgx-hover-link .lgx-vertical {
    vertical-align: middle;
  }

  .xs-text-center {
    text-align: center;
  }

  .xs-text-right {
    text-align: right;
  }

  .xs-text-left {
    text-align: left;
  }

  .xs-float-none {
    float: none;
  }

  .sm-text-center {
    text-align: center;
  }

  .mb-mobile-0 {
    margin: 0;
  }

  .mt-mobile-0 {
    margin-top: 0px;
  }

  .mb-mobile-0 {
    margin-bottom: 0px;
  }

  .pt-mobile-0 {
    padding-top: 0px;
  }

  .pb-mobile-0 {
    padding-bottom: 0px;
  }

  /*Typography*/
  h1, .h1 {
    font-size: 42px;
    line-height: 63px;
    font-size: 4.2rem;
    line-height: 6.3rem;
    line-height: 4.8rem;
  }

  h2, .h2 {
    font-size: 42px;
    line-height: 63px;
    font-size: 4.2rem;
    line-height: 6.3rem;
    line-height: 4.8rem;
  }

  h3, .h3 {
    font-size: 16px;
    line-height: 2.4rem;
    font-weight: 400;
  }

  .lgx-btn {
    padding: 1rem 2.6rem;
  }

  .lgx-banner-info-circle .info-circle-inner .date {
    padding-top: 6rem;
    font-weight: 700;
  }

  .lgx-banner-info-circle {
    background: transparent;
  }
  .lgx-banner-info-circle .info-circle-inner {
    width: 300px;
    height: 300px;
    margin-bottom: 2rem;
  }

  .lgx-banner-info-area {
    display: block;
  }

  .lgx-banner-info-circle {
    margin-right: 0;
    display: inline-block;
  }

  .lgx-banner-info .title span {
    display: inline-block;
  }

  .lgx-info-circle .info-circle-inner {
    margin-bottom: 4.2rem;
  }
  .lgx-info-circle .info-circle-inner #lgx-countdown i {
    color: #00192f;
  }
  .lgx-info-circle .info-circle-inner #lgx-countdown .lgx-days {
    color: #fd56a3;
  }
  .lgx-info-circle .info-circle-inner #lgx-countdown .lgx-hr {
    color: #9e1881;
  }
  .lgx-info-circle .info-circle-inner #lgx-countdown .lgx-min {
    color: #00acee;
  }
  .lgx-info-circle .info-circle-inner #lgx-countdown .lgx-sec {
    color: #8478fd;
  }

  .lgx-banner-info .action-area {
    margin-bottom: 2rem;
  }

  .banner-info-margin {
    margin-top: 0;
  }

  .lgx-registration-form-box.lgx-registration-banner-box {
    margin-top: 2.6rem;
  }

  .lgx-registration-form-box input.form-control, .lgx-registration-form-box input.wpcf7-form-control {
    margin-bottom: 1rem;
    height: 45px;
  }

  .lgx-banner-info .action-area .video-area {
    top: -9px;
  }

  .lgx-banner-info .action-area .video-area a i {
    height: 50px;
    width: 50px;
    line-height: 53px;
  }

  .lgx-inner {
    padding: 8rem 0;
  }

  .lgx-countdowns4 .lgx-inner {
    padding: 2.6rem 0;
  }

  .lgx-video-area figure figcaption .video-icon i {
    height: 55px;
    width: 55px;
    line-height: 55px;
    padding-left: 4px;
  }

  .lgx-countdowns-banner-bottom #lgx-countdown {
    margin-bottom: 0;
  }

  .sponsors-area .single {
    width: 48%;
  }

  .lgx-gallery-area .lgx-gallery-single {
    width: 100%;
  }

  .lgx-heading {
    margin-bottom: 4.2rem;
  }

  .lgx-travelinfo-content {
    display: block;
  }

  .lgx-travelinfo-single {
    margin-bottom: 4.2rem;
  }

  .lgx-video .lgx-inner {
    padding: 12rem 0 18rem;
  }

  .lgx-milestone-about .lgx-inner {
    padding: 10rem 0 8rem;
  }

  .lgx-banner-info-date {
    padding-right: 0;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .lgx-banner-info-date .date span {
    left: 30%;
  }

  .lgx-banner-info-xscenter .action-area {
    text-align: center;
    display: block;
  }

  .lgx-banner-info-date .location {
    font-size: 20px;
    line-height: 30px;
    font-size: 2rem;
    line-height: 3rem;
    line-height: 3.5rem;
  }

  .lgx-instagram-area .insta-text .lgx-hover-link .lgx-vertical .text {
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding: 0.5rem 2rem;
  }

  .lgxmapcanvas {
    min-height: 200px;
  }

  .lgx-leftright-area, .lgx-travelinfo-content {
    display: block;
  }

  .lgx-leftright-area .lgx-leftright-info .lgx-leftright-info-inner {
    padding: 1rem 2rem;
  }

  .lgx-leftright-area:last-child .lgx-leftright-info .lgx-leftright-info-inner {
    padding-bottom: 8rem;
  }
  .lgx-leftright-area:first-child .lgx-leftright-info .lgx-leftright-info-inner {
    padding-top: 8rem;
  }

  .lgx-countdown-simple #lgx-countdown span {
    margin-right: 3rem;
  }

  .lgx-banner-info-christmas .lgx-countdown-area,
.lgx-banner-info-comingsoon .lgx-countdown-area {
    margin-top: 2rem;
  }

  .lgxmapcanvas {
    height: 250px;
  }

  .lgx-registration-area .lgx-single-registration {
    width: 98%;
  }

  .modal-dialog {
    width: 100%;
    margin: 0;
  }

  .modal-mask .modal-content {
    padding: 0 !important;
  }

  .modal-mask .modal-header {
    padding: 1rem !important;
  }

  /************** 767 GLOBAl USE END***********/
}
/*767 END*/
/* ----------------------------------------------------------------
      Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 480px) {
  /************** 480 GLOBAl USE***********/
  html {
    font-size: 50%;
  }

  .lgx-heading .heading {
    font-size: 3rem;
    line-height: 4rem;
  }

  .lgx-video-area figure figcaption .video-icon i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    padding-left: 4px;
  }

  .lgx-footer-area {
    display: block;
  }

  .lgx-footer-single {
    text-align: center;
    overflow: hidden;
    margin-bottom: 2rem;
  }

  .lgx-footer-area {
    padding: 4.2rem 0 2.6rem;
  }

  .lgx-registration-area .lgx-single-registration {
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 100%;
  }

  .lgx-video .lgx-inner {
    padding: 9.5rem 0 15rem;
  }

  /************** 480 GLOBAl USE***********/
}
.lgx-schedule-dark .lgx-event {
  box-shadow: none;
}

.lgx-event {
  margin-bottom: 2.6rem;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 0px 2px #eee;
}
.lgx-event__image {
  position: relative;
  overflow: hidden;
}
.lgx-event__image img {
  transition: all 0.4s;
  filter: contrast(80%) brightness(80%);
  width: 100%;
}
.lgx-event__info {
  position: relative;
  z-index: 2;
  margin-top: 1.6rem;
  padding: 2rem 2rem 0rem 2rem;
}
.lgx-event__tag {
  position: absolute;
  z-index: 8;
  top: 1.2rem;
  right: 0;
}
.lgx-event__tag span {
  display: flex;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.lgx-event__tag span:nth-child(1n) {
  padding: 0rem 0.6rem 0rem 0.6rem;
  background: rgba(27, 137, 239, 0.8);
  border-bottom-left-radius: 0;
  border-top-left-radius: 12px;
}
.lgx-event__tag span:nth-child(2n) {
  background: rgba(0, 25, 47, 0.6);
  border-bottom-left-radius: 12px;
  border-top-left-radius: 0;
  color: #1b89ef;
  border-bottom: 2px solid #1b89ef;
  padding: 0rem 1rem 0rem 1rem;
}
.lgx-event__online {
  position: absolute;
  z-index: 99;
  top: 1.2rem;
  left: 0;
}
.lgx-event__online span {
  display: flex;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}
.lgx-event__online span:nth-child(1n) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 12px;
  background: rgba(29, 233, 182, 0.8);
  padding: 0rem 0.6rem 0rem 0.6rem;
}
.lgx-event__online span:nth-child(1n) i {
  padding-top: 6px;
  padding-right: 4px;
}
.lgx-event__online span:nth-child(2n) {
  background: rgba(0, 25, 47, 0.6);
  border-bottom-right-radius: 12px;
  border-top-right-radius: 0;
  color: #1DE9B6;
  border-bottom: 2px solid #1DE9B6;
  padding: 0rem 1rem 0rem 1rem;
}
.lgx-event__trend {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
.lgx-event__trend span {
  display: flex;
  color: #fff;
  background: rgba(0, 172, 238, 0.8);
  padding: 2.6rem 1rem 1rem 1rem;
  border-bottom-right-radius: 1rem;
}
.lgx-event__featured {
  position: absolute;
  z-index: 99;
  top: -1.6rem;
  right: 0;
}
.lgx-event__featured span {
  display: flex;
  color: #fff;
  background: #1b89ef;
  font-size: 1.2rem;
  padding: 0.2rem 1rem 0.2rem 1rem;
  border-bottom-left-radius: 1rem;
}
.lgx-event__featured-left {
  position: absolute;
  z-index: 99;
  top: -4.6rem;
  left: 0;
}
.lgx-event__featured-left span {
  display: flex;
  color: #fff;
  background: #1b89ef;
  font-size: 1.2rem;
  padding: 0.2rem 1rem 0.2rem 1rem;
  border-top-right-radius: 1rem;
}
.lgx-event__category {
  position: relative;
}
.lgx-event__category span {
  position: absolute;
  color: #00192f;
  bottom: 0px;
  background: #f9f9f9;
  width: 100%;
  padding: 1rem;
  text-align: center;
  opacity: 1;
  transition: all 0.4s;
  transform: translate(0%, 0%);
}
.lgx-event__footer {
  display: flex;
  opacity: 0;
  transition: all 0.4s;
  transform: translate(0%, 50%);
}
.lgx-event__footer div {
  padding: 1rem;
  flex: 1;
  text-align: center;
  color: #00192f;
  font-weight: 100;
  font-size: 1.4rem;
}
.lgx-event__footer div:nth-child(1n) {
  background: #f9f9f9;
}
.lgx-event__footer div:nth-child(2n) {
  background: #ffffff;
}
.lgx-event .meta-wrapper span:after {
  content: "|";
  display: inline-block;
  margin: 3px 6px 3px 7px;
  color: #eee;
}
.lgx-event .meta-wrapper span {
  font-size: 1.2rem;
  color: #1b89ef;
}
.lgx-event .meta-wrapper span:last-child:after {
  display: none;
}
.lgx-event .title {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
  line-height: 2.6rem;
  margin-top: 0;
  transition: all 0.3s ease-out;
}
.lgx-event .sub-title {
  font-size: 1.2rem;
  font-weight: 500;
  max-height: 40px;
  color: #9E9E9E;
  margin-bottom: 1rem;
  overflow: hidden;
}
.lgx-event:hover .lgx-event__image img {
  transform: scale(1.2);
  filter: contrast(100%) brightness(100%);
}
.lgx-event:hover .title {
  color: #1b89ef;
  transition: all 0.2s ease-in;
}
.lgx-event:hover .lgx-event__footer {
  opacity: 1;
  transform: translate(0%, 0%);
}
.lgx-event:hover .lgx-event__category span {
  opacity: 0;
  transform: translate(0%, 100%);
}

.lgx-modal-box {
  padding: 3rem;
  border: none;
}
.lgx-modal-box .modal-header {
  padding: 0;
  border: none;
}
.lgx-modal-box .title {
  font-size: 32px;
  line-height: 48px;
  font-size: 3.2rem;
  line-height: 4.8rem;
  color: #00192f;
  margin-bottom: 1rem;
  margin-top: 0;
}
.lgx-modal-box label {
  color: rgba(0, 25, 47, 0.85);
}
.lgx-modal-box input.wpcf7-form-control,
.lgx-modal-box input.form-control {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  height: 60px;
  color: rgba(0, 25, 47, 0.85);
  border-radius: 4px;
}
.lgx-modal-box input.wpcf7-form-control:focus,
.lgx-modal-box input.form-control:focus {
  color: #00192f;
  outline: 0;
  box-shadow: none;
}
.lgx-modal-box select.wpcf7-select,
.lgx-modal-box select.lgx-select {
  color: rgba(0, 25, 47, 0.85);
  display: block;
  width: 100%;
  border: none;
  padding: 15px 20px;
  margin-bottom: 2rem;
  outline: none;
}
.lgx-modal-box .wpcf7-form-control.wpcf7-submit,
.lgx-modal-box .wpcf7-form-control.lgx-submit,
.lgx-modal-box .wpcf7-submit,
.lgx-modal-box .lgx-submit {
  display: block;
  width: 100%;
  background: #efa506;
  margin-top: 2rem;
  color: #1b89ef;
}
.lgx-modal-box .wpcf7-form-control.wpcf7-submit:hover,
.lgx-modal-box .wpcf7-form-control.lgx-submit:hover,
.lgx-modal-box .wpcf7-submit:hover,
.lgx-modal-box .lgx-submit:hover {
  background: #ec398b;
  color: #fff;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  transition: opacity 0.3s ease;
  overflow: auto;
}
.modal-mask .modal-header {
  padding: 0 0 1rem 0;
  border: none;
}
.modal-mask .modal-header .title {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin: 0;
  text-align: center;
}
.modal-mask .modal-content {
  padding: 2rem;
}
.modal-mask .modal-content .list-group-item {
  border: none;
  text-align: left;
}
.modal-mask .modal-content .list-group-item .badge {
  font-size: 1.6rem;
  margin-top: 0.4rem;
  padding: 0.8rem;
}
.modal-mask .modal-footer {
  border: none;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  transform: scale(1.1);
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 0;
  top: -8px;
  z-index: 1;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #ffffff;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f03e";
  font-family: "Font Awesome 5 Free";
  color: #1b89ef;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 0.6rem;
}
.avatar-upload .avatar-preview &gt; div {
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  border-radius: 0.6rem;
  padding: 6px;
}
.avatar-upload .avatar-preview &gt; div img {
  border-radius: 0.6rem;
}

.main-wrapper {
  min-height: 85vh;
}

.row:after, .row:before {
  content: " ";
  display: none !important;
}

.custom-swal-container {
  padding: 2rem 1rem 2rem 2rem !important;
  z-index: 99999999 !important;
}
.custom-swal-popup {
  border-radius: 8px !important;
  border: 2px solid transparent !important;
  box-shadow: 0 14px 26px -12px rgba(152, 169, 195, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(152, 169, 195, 0.2) !important;
}
.custom-swal-popup .swal2-icon.swal2-error,
.custom-swal-popup .swal2-icon.swal2-question,
.custom-swal-popup .swal2-icon.swal2-warning,
.custom-swal-popup .swal2-icon.swal2-info,
.custom-swal-popup .swal2-icon.swal2-success,
.custom-swal-popup .swal2-icon.swal2-success .swal2-success-ring {
  border: none !important;
}
.custom-swal-popup-error {
  border-color: #FF7273 !important;
}
.custom-swal-popup-error p, .custom-swal-popup-error .custom-swal-content {
  color: #FF7273 !important;
}
.custom-swal-popup-error .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: #FF7273 !important;
}
.custom-swal-popup-error .custom-swal-confirm-button {
  background-color: #FF7273 !important;
}
.custom-swal-popup-success {
  border-color: #00b289 !important;
}
.custom-swal-popup-success p, .custom-swal-popup-success .custom-swal-content {
  color: #00b289 !important;
}
.custom-swal-popup-success .swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #00b289 !important;
}
.custom-swal-popup-info {
  border-color: #039BE5 !important;
}
.custom-swal-popup-info p, .custom-swal-popup-info .custom-swal-content {
  color: #039BE5 !important;
}
.custom-swal-popup-info .swal2-icon.swal2-info {
  color: #039BE5;
}
.custom-swal-popup-warning {
  border-color: #eda514 !important;
}
.custom-swal-popup-warning p, .custom-swal-popup-warning .custom-swal-content {
  color: #eda514 !important;
}
.custom-swal-popup-warning .swal2-icon.swal2-warning {
  color: #eda514 !important;
}
.custom-swal-header {
  padding-left: 0.6rem !important;
  padding-right: 0.2rem !important;
  font-size: 1.5rem !important;
}
.custom-swal-content {
  padding: 0.5rem !important;
  font-size: 1.5rem !important;
}
.custom-swal-content p {
  text-align: left;
  padding: 0.25rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  font-size: 1.5rem;
  font-family: inherit !important;
}

.custom-swal-confirm-button {
  font-size: 1.4rem !important;
}

.custom-swal-cancel-button {
  font-size: 1.2rem !important;
}

.mx-datepicker {
  font-family: inherit !important;
  padding: 0 !important;
  width: 100% !important;
}
.mx-datepicker .mx-input-wrapper {
  position: initial !important;
}
.mx-datepicker .mx-input-wrapper .mx-input {
  border: none;
  box-shadow: none;
  height: auto;
  padding: 1.5rem 2rem;
}

.mx-datepicker-sidebar {
  width: 15rem;
}

.mx-datepicker-sidebar + .mx-datepicker-content {
  margin-left: 15rem;
}

.multiselect {
  padding: 0 !important;
  display: inline-table !important;
}
.multiselect__select {
  top: 6px !important;
}
.multiselect__tags {
  padding: 1.5rem 3rem 0.7rem 1.5rem !important;
  border-radius: 0 !important;
  border: none !important;
  background: none !important;
  height: auto !important;
}

.croppa-container {
  background: #d0e7fc;
  border: none;
  border-radius: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.croppa-container:hover {
  cursor: pointer;
}
.croppa-container.croppa-thumbnail {
  width: 260px;
  height: 260px;
}
.croppa-container.croppa-cover {
  width: 486px;
  height: 276px;
}
.croppa-container svg {
  position: absolute !important;
  z-index: 999 !important;
  top: 0 !important;
  right: 0 !important;
}

.g-map-wrapper {
  min-height: 500px;
}

.ck.ck-editor__main &gt; .ck-editor__editable {
  border-color: #dcdcdc !important;
  min-height: 128px !important;
  box-shadow: none !important;
  border-radius: 4px !important;
}

.ck.ck-toolbar {
  border: none !important;
  background: transparent !important;
}
.ck.ck-toolbar__separator {
  background: transparent !important;
}

.style-chooser .vs__search::-moz-placeholder {
  width: 100%;
  height: 54px;
  padding: 1rem 1rem;
  font-size: 14px;
  line-height: 1.42857143;
  color: #868686;
  background-color: #f7f7f7;
  background-image: none;
  border-radius: 4px;
  box-shadow: none;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.style-chooser .vs__search:-ms-input-placeholder {
  width: 100%;
  height: 54px;
  padding: 1rem 1rem;
  font-size: 14px;
  line-height: 1.42857143;
  color: #868686;
  background-color: #f7f7f7;
  background-image: none;
  border-radius: 4px;
  box-shadow: none;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.style-chooser .vs__search::placeholder,
.style-chooser .vs__dropdown-toggle {
  width: 100%;
  height: 54px;
  padding: 1rem 1rem;
  font-size: 14px;
  line-height: 1.42857143;
  color: #868686;
  background-color: #f7f7f7;
  background-image: none;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.style-chooser .vs__dropdown-toggle .vs__selected {
  line-height: inherit;
  margin: inherit;
}

.style-chooser.vs--single.vs--open .vs__selected {
  left: 2% !important;
  top: 15% !important;
}

.style-chooser .vs__clear,
.style-chooser .vs__open-indicator {
  fill: #394066;
}

.dataTables_wrapper .row {
  margin-bottom: 0.5em;
  margin-left: 0;
  margin-right: 0;
}

.dataTables_wrapper .top {
  margin-bottom: 6px;
  position: relative;
}

.dataTables_wrapper .bottom {
  margin-top: 6px;
}

.dataTables_wrapper .top:after, .dataTables_wrapper .bottom:after {
  position: relative;
  clear: both;
  display: block;
  content: "";
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  margin-left: 0;
  border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  border: 0;
}

.dataTables_wrapper tfoot {
  display: none;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #f1f1f1;
}

.dataTables_wrapper select.input-sm {
  height: 50px;
  line-height: 50px;
}
.dataTables_wrapper .dataTables_length {
  margin-bottom: 2rem;
}

.dataTables_paginate .pagination {
  margin: 0;
  float: right;
}

.dataTables_paginate .pagination &gt; .active &gt; a {
  background: #1b89ef;
}

.dataTables_info {
  background: #eee;
  display: inline-block;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 1rem;
}

/* Tinymce branding */
.mce-branding {
  display: none !important;
}

.lgx-badge {
  border-radius: 18px;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  background: #1b89ef;
  margin: 0 auto;
  padding: 0 1rem;
  display: inline-block;
  transition-duration: 0.3s;
}
.lgx-badge-primary {
  background: #1b89ef;
}
.lgx-badge-info {
  background: #039BE5;
}
.lgx-badge-success {
  background: #00b289;
}
.lgx-badge-danger {
  background: #FF7273;
}
.lgx-badge-warning {
  background: #eda514;
}
.lgx-badge-online {
  background: #1DE9B6;
}
.lgx-badge-mute {
  background: #999;
}

.lgx-badge-small {
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.2rem 0.6rem 0.2rem 0.6rem;
}

.lgx-milestone .lgx-counter-area {
  margin-bottom: 4.2rem;
  color: #fff;
  position: relative;
  border-radius: 6px;
  text-align: center;
  min-height: 75px;
}
.lgx-milestone .lgx-counter-area img {
  opacity: 0.4;
}
.lgx-milestone .lgx-counter-area i {
  font-size: 102px;
  line-height: 153px;
  font-size: 10.2rem;
  line-height: 15.3rem;
  margin: 0;
  color: #1b89ef;
  opacity: 0.4;
}
.lgx-milestone .lgx-counter-area .counter-text {
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: -60px;
  width: 100%;
  left: 0;
}
.lgx-milestone .lgx-counter-area .counter-text .lgx-counter {
  font-family: "Noto Sans", sans-serif;
  display: block;
  font-size: 68px;
  font-size: 6.8rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: #fff;
}
.lgx-milestone .lgx-counter-area .counter-text small {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  display: block;
  margin: 2.6rem 0 0;
}
.lgx-inner-breadcrumb {
  padding: 16rem 0rem 0rem 0rem;
}

.breadcrumb-area .breadcrumb-heading-area .breadcrumb-heading {
  color: #e6e6e6;
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.breadcrumb-area .breadcrumb {
  padding: 1rem 2rem;
  list-style: none;
  background-color: #1b89ef;
  border-radius: 16px;
  margin-bottom: 0;
  box-shadow: 0 15px 35px rgba(27, 137, 239, 0.4), 0 5px 15px rgba(27, 137, 239, 0.2);
}
.breadcrumb-area .breadcrumb li {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: #fff;
}
.breadcrumb-area .breadcrumb li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.breadcrumb-area .breadcrumb li a i {
  margin-right: 0.5rem;
  color: #fff;
}
.breadcrumb-area .breadcrumb .active {
  color: #cecece;
  opacity: 0.9;
  font-weight: 600;
}

.breadcrumb &gt; li + li:before {
  padding: 0 0.2rem 0 0.5rem;
  color: #fff;
  content: "/&nbsp;";
}

.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  border: none;
  padding: 1rem 1.5rem;
  color: #1b89ef;
  background: #eee;
  font-size: 1.5rem;
}

.pagination &gt; li &gt; a.active,
.pagination &gt; li &gt; span.active {
  background: #1b89ef;
  color: #fff;
}

.pagination &gt; li:first-child a {
  border-radius: 8px 0 0 8px;
}

.pagination &gt; li:last-child a {
  border-radius: 0 8px 8px 0;
}

[dir=rtl] .brand-name,
[dir=rtl] .brand-slogan {
  left: unset;
  right: 90px;
}

[dir=rtl] .lgx-nav-right.navbar-right {
  float: left !important;
}

[dir=rtl] .nav.navbar-nav.lgx-nav.navbar-right {
  float: left !important;
  margin-left: 25px !important;
}

[dir=rtl] .mx-icon-calendar,
[dir=rtl] .mx-icon-clear {
  right: unset;
  left: 8px;
}

.Cookie--gdpr {
  background: #00192f;
  padding: 2rem;
  box-shadow: 0 -10px 20px -12px rgba(0, 0, 0, 0.42), 0 -3px 20px 0px rgba(0, 0, 0, 0.12), 0 -8px 10px -5px rgba(0, 0, 0, 0.2);
}
.Cookie--gdpr .Cookie__content {
  color: #ccc;
}
.Cookie--gdpr .Cookie__button {
  overflow: hidden;
  border: none;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  outline: none;
  position: relative;
  color: #fff;
  font-weight: 400;
  background: #fff;
  margin: 0 auto;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  padding: 1.5rem 4rem;
  display: inline-block;
  letter-spacing: 0.1rem;
  background: #1b89ef;
  transition-duration: 0.3s;
  box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
}
.Cookie--gdpr .Cookie__button:hover {
  color: #fff;
  border-radius: 16px;
  transition-duration: 0.3s;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.Cookie--gdpr .Cookie__button:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  height: 200px;
  width: 200px;
  background: #00192f;
  transition: all 0.5s ease-in-out;
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  opacity: 0.15;
}
.Cookie--gdpr .Cookie__button:hover:after {
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
  height: 604%;
  width: 300px;
  left: 43px;
  border-radius: 100%;
}

.main-search-container .lgx-inner {
  padding: 4rem 0 4rem 0;
}

.main-search {
  border: 4px solid #00192f;
  border-radius: 12px;
  box-shadow: 0 8px 6px -6px rgba(50, 51, 51, 0.4);
}
.main-search .input-group-addon {
  padding: 0 0 3px 0;
  font-size: 2rem;
  margin: 0;
  line-height: 1;
  color: #1b89ef;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 12px;
}
.main-search .form-control {
  width: 100%;
  border: none;
  outline: 0;
  box-shadow: none;
  padding-left: 3px;
  background-color: #ffffff;
}
.main-search .form-control:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}
.main-search .event-search {
  width: 76%;
  height: 6rem;
}
.main-search .date-search {
  width: 35%;
  height: 6rem;
}
.main-search .lgx-btn {
  padding: 1rem 6.7rem;
  margin-top: 8px;
}

/* -----------------------------------------------------------------------
     Medium devices (desktops, UP TO 1199px~992px)
 ------------------------------------------------------------------------*/
@media (max-width: 1199px) {
  .main-search .input-group-addon {
    padding: 0 8px 0px 12px;
  }
  .main-search .event-search {
    width: 100%;
    height: auto;
  }
  .main-search .date-search {
    width: 100%;
    height: auto;
  }
  .main-search .lgx-btn {
    padding: 1rem 6.7rem;
    margin: 8px 3% 8px 3%;
    width: 94%;
  }
}
/* ----------------------------------------------------------------------
     Small devices (tablets, UP TO 991px~768px)
 -----------------------------------------------------------------------*/
@media (max-width: 991px) {
  .main-search .input-group-addon {
    padding: 0 8px 0px 12px;
  }
  .main-search .event-search {
    width: 100%;
    height: auto;
  }
  .main-search .date-search {
    width: 100%;
    height: auto;
  }
  .main-search .lgx-btn {
    padding: 1rem 6.7rem;
    margin: 8px 3% 8px 3%;
    width: 94%;
  }
}
/* ---------------------------------------------------------------------
    Extra small devices (phones, less UP TO 767px)
 ----------------------------------------------------------------------*/
@media (max-width: 767px) {
  .main-search .input-group-addon {
    padding: 0 8px 0px 12px;
  }
  .main-search .event-search {
    width: 100%;
    height: auto;
  }
  .main-search .date-search {
    width: 100%;
    height: auto;
  }
  .main-search .lgx-btn {
    padding: 1rem 6.7rem;
    margin: 8px 3% 8px 3%;
    width: 94%;
  }
}
/*767 END*/
/* ----------------------------------------------------------------
      Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 480px) {
  .main-search .input-group-addon {
    padding: 0 8px 0px 12px;
  }
  .main-search .event-search {
    width: 100%;
    height: auto;
  }
  .main-search .date-search {
    width: 100%;
    height: auto;
  }
  .main-search .lgx-btn {
    padding: 1rem 6.7rem;
    margin: 8px 3% 8px 3%;
    width: 94%;
  }
}
.carousel-item {
  padding: 15px;
  cursor: -webkit-grabbing;
}
.carousel-item img {
  border-radius: 30px;
  height: 500px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.21);
  transition: 0.25s linear;
}

.carousel-indicators {
  bottom: 10%;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 2px;
  position: relative;
  top: 30px;
}
.carousel-indicators li.active {
  background: #fff;
}

@media only screen and (max-width: 650px) {
  .carousel-item img {
    height: auto;
  }
}
.carousel-control {
  background: none !important;
  top: 50% !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 30px;
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
  padding: 1rem;
  font-size: 2.5rem;
}

.card-title-text {
  font-size: 1rem;
}
</pre></body></html>