@charset "UTF-8";

html {
    font-size: 62.5%
}

body {
    background: #fff
}
/* ----------------Organisers -------------------- */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
   
}
.container11 {
    display: flex;
    width: 100%;
    margin-top: 0%;
    height: 60vh;
    /* background-image: url('background-image4.jpg');  */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar11 {
    width: 20%;
    background-color: rgba(45, 45, 45, 0.8); /* Transparent sidebar */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-image: url('background-image5.jpg');  */
    background-size: cover;
    background-position: center;
}
.sidebar-btn11 {
    background-color: rgba(68, 68, 68, 0.8); /* Transparent buttons */
    color: white;
    padding: 20px;
    margin: 15px 0;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.sidebar-btn11:hover {
    background-color: rgba(68, 68, 68, 1); /* Less transparency on hover */
}
.main-content11 {
    width: 80%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.466); /* Transparent main content */
   
}
.main-title11 {
    text-align: center;
    color: #333;
}
.steps-bar11 {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.step11 {
    padding: 10px 15px;
    background-color: rgba(241, 241, 241, 0.877); /* Transparent steps */
    margin: 0 100px;
    border-radius: 5px;
    color: #555;
    font-weight: bold;
    cursor: pointer;
}
.step11.active {
    background-color: rgba(0, 123, 255, 0.8); /* Transparent active step */
    color: white;
}
.steps-content11 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0;
}
.step-box11 {
    transition: transform 0.3s ease-in-out;
    background-color: rgba(25, 255, 255, 0.651); /* Fifth background color with transparency */
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    width: 15%;
    margin-top: 10px;
}
.step-box11:hover {
    transform: scale(1.1);
}
.sidebar-btn11.active {
    background-color: rgba(0, 123, 255, 0.8); /* Transparent active button */
    color: white;
}


/* ----------------------------------- */

body,
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, .8);
    line-height: 2.6rem
}

p {
    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-size: 42px;
    line-height: 63px;
    font-size: 4.2rem;
    line-height: 6.3rem;
    line-height: 4rem
}

.h2,
.h3,
h2,
h3 {
    font-family: Noto Sans, sans-serif
}

.h3,
h3 {
    font-size: 26px;
    line-height: 39px;
    font-size: 2.6rem;
    line-height: 3.9rem;
    line-height: 4rem;
    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 {
    color: #039be5
}

a,
a.active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

a.active,
a:focus,
a:hover {
  color: #039be5;
    transition-duration: .3s
}

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

.lgx-inner {
    padding: 0rem 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: .3s ease;
    opacity: .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, .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>li {
    color: #1b89ef;
    opacity: .3
}

.lgx-social:hover>li a {
    color: inherit
}

.lgx-social:hover>li:hover {
    opacity: 1
}

.lgx-social:hover>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 .15s ease-in-out, box-shadow .15s ease-in-out
}

textarea.form-control {
    height: 170px
}

.lgxmapcanvas {
    height: 400px
}

.table {
    font-size: 1.4rem
}

.table>thead>tr>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
}

.table-mobile {
    padding: 2rem
}

@media only screen and (max-width:800px) {

    .table-mobile table,
    .table-mobile tbody,
    .table-mobile td,
    .table-mobile th,
    .table-mobile thead,
    .table-mobile tr {
        display: block;
        border-left: none !important;
        border-right: none !important;
        border-top: 1px solid #eee;
        border-bottom: none !important
    }

    .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 {
        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 {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: 700;
        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;
    margin-top: 2%

}

.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, .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 .info,
.lgx-content-white i {
    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: .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: .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: hsla(0, 0%, 100%, .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 .25s ease-in-out
}

ul.list-group.list-group-striped li:nth-of-type(2n) {
    background: #f4f4f4;
    transition: background-color .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: 0
}

.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 hsla(0, 0%, 100%, .3) !important
}

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

.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: 0;
    position: relative;
    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: .1rem;
    background: #1b89ef;
    box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4)
}

.lgx-btn,
.lgx-btn:hover {
    color: #fff;
    transition-duration: .3s
}

.lgx-btn:hover {
    border-radius: 16px;
    box-shadow: 0 8px 15px rgba(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 .5s ease-in-out;
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
    opacity: .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: .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: .5rem
}

.lgx-btn-white {
    background: #fff;
    color: #1b89ef;
    margin-left: 0%
}

.lgx-btn-white:after {
    background: #eee;
    opacity: .3
}

.lgx-btn-white:hover {
    color: #1b89ef
}

.btn-remove-image {
    position: absolute;
    right: 0;
    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
}

@media (max-width:767px) {
    .lgx-btn {
        font-size: 12px;
        padding: .6rem 2rem;
        letter-spacing: 0
    }
}

/*!
 * 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: .5s;
    animation-delay: .5s
}

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

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    transform-origin: center bottom
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    to {
        transform: translateZ(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: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0)
    }
}

.swing {
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: none
    }
}

@keyframes wobble {
    0% {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {

    0%,
    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(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    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(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        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: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        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: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .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 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

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

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

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

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .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 {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .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 {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-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 {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-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 {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        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 {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        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 {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(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: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(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: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(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 {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

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

    to {
        transform: translateZ(0)
    }
}

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

    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

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

    to {
        transform: translateZ(0)
    }
}

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

    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

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

    to {
        transform: translateZ(0)
    }
}

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

    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

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

    to {
        transform: translateZ(0)
    }
}

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

    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes lgx-bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes lgx-bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@-webkit-keyframes lgx-pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes lgx-pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scaleX(1)
    }
}

@-webkit-keyframes lgx-rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes lgx-rubberBand {
    0% {
        transform: scaleX(1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }

    to {
        transform: scaleX(1)
    }
}

@-webkit-keyframes lgx-shake {

    0%,
    to {
        transform: translateZ(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes lgx-shake {

    0%,
    to {
        transform: translateZ(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: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes lgx-swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0)
    }
}

@-webkit-keyframes lgx-tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes lgx-tada {
    0% {
        transform: scaleX(1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

@-webkit-keyframes lgx-wobble {
    0% {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: none
    }
}

@keyframes lgx-wobble {
    0% {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        transform: none
    }
}

@-webkit-keyframes lgx-jello {

    0%,
    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(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes lgx-jello {

    0%,
    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(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@-webkit-keyframes lgx-bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes lgx-bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@-webkit-keyframes lgx-bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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-bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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-bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        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: translateZ(0)
    }
}

@keyframes lgx-bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        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: translateZ(0)
    }
}

@-webkit-keyframes lgx-bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes lgx-bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .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 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes lgx-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes lgx-fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes lgx-fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes lgx-fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes lgx-fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes lgx-fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes lgx-fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes lgx-fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes lgx-fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes lgx-fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes lgx-fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes lgx-fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes lgx-fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes lgx-fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes lgx-fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes lgx-fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes lgx-fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes lgx-fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes lgx-fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes lgx-fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes lgx-fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

@-webkit-keyframes lgx-fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes lgx-fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes lgx-fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes lgx-fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

@-webkit-keyframes lgx-fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes lgx-fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes lgx-fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes lgx-fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

@-webkit-keyframes lgx-fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes lgx-fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

@-webkit-keyframes lgx-fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes lgx-fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

@-webkit-keyframes lgx-flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .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 {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .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 {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes lgx-flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@-webkit-keyframes lgx-flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes lgx-flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        transform: perspective(400px)
    }
}

@-webkit-keyframes lgx-flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes lgx-flipOutX {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-webkit-keyframes lgx-flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes lgx-flipOutY {
    0% {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-webkit-keyframes lgx-lightSpeedIn {
    0% {
        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 {
    0% {
        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 {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lgx-lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@-webkit-keyframes lgx-rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

@keyframes lgx-rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes lgx-rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes lgx-rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes lgx-rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes lgx-rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes lgx-rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes lgx-rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes lgx-rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@keyframes lgx-rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes lgx-rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes lgx-rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

@-webkit-keyframes lgx-rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes lgx-rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

@-webkit-keyframes lgx-rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes lgx-rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

@-webkit-keyframes lgx-rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes lgx-rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

@-webkit-keyframes lgx-rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes lgx-rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate(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: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(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: rotate(80deg);
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate(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 {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes lgx-rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes lgx-rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes lgx-rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@-webkit-keyframes lgx-zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes lgx-zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes lgx-zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes lgx-zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes lgx-zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes lgx-zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes lgx-zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes lgx-zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes lgx-zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes lgx-zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes lgx-zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes lgx-zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes lgx-zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes lgx-zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@-webkit-keyframes lgx-zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes lgx-zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@-webkit-keyframes lgx-zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes lgx-zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@-webkit-keyframes lgx-zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes lgx-zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

    to {
        transform: translateZ(0)
    }
}

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

    to {
        transform: translateZ(0)
    }
}

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

    to {
        transform: translateZ(0)
    }
}

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

    to {
        transform: translateZ(0)
    }
}

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

    to {
        transform: translateZ(0)
    }
}

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

    to {
        transform: translateZ(0)
    }
}

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

    to {
        transform: translateZ(0)
    }
}

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

    to {
        transform: translateZ(0)
    }
}

@-webkit-keyframes lgx-slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes lgx-slideOutDown {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes lgx-slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes lgx-slideOutLeft {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes lgx-slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes lgx-slideOutRight {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes lgx-slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes lgx-slideOutUp {
    0% {
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.lgx-header {
    background: #fff
}

.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>ul,
.lgx-header .navbar-nav ul li:hover>ul {
    display: block;
    -webkit-animation: fadeIn .3s ease-in;
    animation: fadeIn .3s ease-in
}

.lgx-header .dropdown-submenu {
    position: relative
}

.lgx-header .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px
}

.lgx-header .dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.lgx-header .dropdown-submenu>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>.dropdown-menu {
    left: -100%;
    margin-left: 10px
}

.lgx-header .lgx-navbar {
    margin-bottom: 0;
    border: none;
    background: 0 0;
    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;
    border :5px;
    /* line-height: 19.5px; */
    font-size: 1.3rem;
    /* line-height: 1.95rem; */
    font-weight: 600;
    opacity: .9;
     padding: 0px 8px;
    /* margin: 5px 8px; */
    color: #00192f
}

.lgx-header .lgx-navbar .lgx-nav li a:hover {
    background: 0 0;
    color: #fff;
    opacity: 1
}

.lgx-header .lgx-navbar .lgx-nav .active a {
    background: 0 0
}

.lgx-header .lgx-navbar .lgx-nav .dropdown-menu {
    background: #fff;
    border: 0;
    border-radius: 8px;
    padding: 1rem;
    min-width: 200px
}

.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a {
    font-family: Noto Sans, sans-serif;
    color: #1b89ef !important;
    padding: .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: .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,
.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: hsla(0, 0%, 100%, .2);
    margin-left: 5px
}

.lgx-header .lgx-navbar .lgx-nav .dropdown-menu li a:focus {
    opacity: 1;
    background: hsla(0, 0%, 100%, .7);
    color: #1b89ef
}

.lgx-header .lgx-navbar .lgx-logo {
    margin-top: -10px;
    display: inline-block
}

.lgx-header .lgx-navbar .lgx-logo a img {
    float: left;
    height: 64px;
    margin-top: -6%
}

.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-nav-right .lgx-search a,
.lgx-header-position-white .lgx-navbar .lgx-nav li a {
    color: #fff
}

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

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

.lgx-header-fixed-container .lgx-navbar {
    background: #fff;
    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: #fff;
    padding: 16px 2rem
}

.lgx-header-background-tr {
    background: hsla(0, 0%, 100%, .1);
    margin-top: 0;
    padding: 1rem 0
}

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

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

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

.brand-name,
.brand-slogan {
    position: absolute;
    left: 67px;
    margin-top: -23px;
}

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

.lgx-header .menu-onscroll {
    background: rgba(0, 25, 47, .95);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    transform-origin: center;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(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: .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: 0 0;
    opacity: 1
}

.lgx-header .menu-onscroll .lgx-navbar .lgx-nav .active a {
    background: 0 0;
    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: -5%;
    height: 64px;
    transition: all .2s ease-in-out 0s
}

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

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

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

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

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

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@media (max-width:991px) {
    .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: .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 .lgx-navbar,
    .lgx-header-fixed-container-gap .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 .navbar-collapse,
    .lgx-header-fixed-container-gap .navbar-collapse {
        margin-top: 0
    }

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

    .lgx-slider-navbottom .owl-controls .owl-nav .owl-next,
    .lgx-slider-navbottom .owl-controls .owl-nav .owl-prev {
        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
    }
}

@media (max-width:767px) {

    .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: 0 0
    }

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

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

    .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: -8px;
        margin-left: 10px;
        position: fixed
    }

    .brand-name {
        top: 85px;
        left: 70px;
        font-size: 1.6rem;
        position: fixed
    }

    .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
    }

    .lgx-header .lgx-container-fluid,
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        margin: 0 0px
    }

    .section-gap {
        padding: 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: 40px;
        background-color: #031b2b;    
    }

    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
        margin-left: 0%;
    }

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

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

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

    .lgx-header-fixed-container-gap .lgx-navbar {
        background: 0 0;
        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;
        padding-left: 0
    }

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

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

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

.lgx-banner {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

.lgx-banner.event-poster {
    min-height: 100vh
}

.lgx-banner .lgx-inner {
    padding: 0rem 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 0 #fff;
    letter-spacing: 3px
}

.lgx-banner-info .title {
    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: 0 0 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:first-child,
.lgx-banner-info .title span b:first-child {
    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 .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 .3rem;
    background: hsla(0, 0%, 100%, .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: .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: hsla(0, 0%, 100%, .2);
    color: #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 61px;
    font-size: 20px;
    padding-left: 5px;
    transition-duration: .3s
}

.lgx-banner-info .action-area .video-area a:hover i {
    background: #fff;
    color: #efa506
}

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

.lgx-banner-info-circle {
    background: 0 0;
    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, .4);
    background-position: bottom;
    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: hsla(0, 0%, 100%, .9)
}

.lgx-banner-info-circle .info-circle-inner .date span {
    font-family: Noto Sans, sans-serif;
    color: hsla(0, 0%, 100%, .8);
    font-size: 42px;
    line-height: 63px;
    font-size: 4.2rem;
    line-height: 6.3rem;
    font-weight: 700;
    display: block;
    opacity: .8
}

@media (max-width:991px) {
    .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;
        min-height: 100px !important
    }

    .lgx-banner {
        background-size: contain
    }

    .main-search .form-control, .main-search .form-control:focus {
        border: none;
        outline: 0;
        box-shadow: none;
        margin-left: 32px
    }
}

@media (max-width:767px) {
    .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 .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 !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: auto !important
    }
}

@media (max-width:480px) {
    .welcome-slider {
        min-height: unset
    }

    .lgx-banner-info {
        color: #fff
    }

    .lgx-banner-info .subtitle {
        font-size: 1.6rem;
        line-height: 0;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #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 !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: auto !important
    }
}

.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
}

.lgx-slider .lgx-item-right {
    text-align: right
}

.lgx-slider .lgx-item-right .banner-btn,
.lgx-slider .lgx-item-right .text {
    float: right
}

.lgx-slider .owl-controls .owl-nav [class*=owl-] {
    height: 60px;
    width: 60px;
    background: rgba(0, 25, 47, .5);
    color: #fff;
    box-shadow: 1px 2px 10px rgba(52, 61, 71, .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-next,
.lgx-slider .owl-prev {
    position: absolute;
    top: 45%;
    opacity: .8
}

.lgx-slider .owl-prev {
    left: 0;
    transition: .5s
}

.lgx-slider .owl-next {
    right: 0;
    transition: .5s
}

.lgx-slider .owl-next,
.lgx-slider .owl-prev {
    opacity: 0
}

.lgx-slider:hover .owl-next,
.lgx-slider:hover .owl-prev {
    opacity: 1
}

.lgx-slider:hover .owl-prev {
    left: 15px
}

.lgx-slider:hover .owl-next {
    right: 15px
}

.lgx-slider .lgx-brand {
    background: 0 0;
    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: #fff;
    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, .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: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.lgx-banner-info .lgx-delay:nth-child(2) {
    -webkit-animation-duration: .3s;
    animation-duration: .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: .3s;
    animation-duration: .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: .3s;
    animation-duration: .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: .3s;
    animation-duration: .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: .3s;
    animation-duration: .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
}

@media (max-width:991px) {

    .lgx-slider-navbottom .owl-controls .owl-nav .owl-next,
    .lgx-slider-navbottom .owl-controls .owl-nav .owl-prev {
        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: 0 0
    }
}



@media (max-width:767px) {
    .lgx-slider-navbottom .owl-controls .owl-nav .owl-next,
    .lgx-slider-navbottom .owl-controls .owl-nav .owl-prev {
        bottom: -55px !important
    }

    .lgx-slider .owl-next,
    .lgx-slider .owl-prev {
        top: 36%
    }
    
}
@media (max-width:767px) {
    .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, .3), 0 5px 15px rgba(227, 65, 154, .2);
        flex: 1;
        padding: 2rem 3rem;
        margin-left: 14%;
        border-radius: 18px;
    }
}

.lgx-about {
    background: #fff
}

.lgx-about-content {
    text-align: left;
    overflow-wrap: break-word;
    /* margin-left: -20px */
    /* margin-top: -12%; */
    text-align: justify
}

.lgx-about-content .section-btn-area {
    text-align: left
}

.lgx-about-content .section-btn-area .lgx-btn {
    margin: 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: -1px;
    margin-right: -1rem;
    text-align: justify !important;
    margin-bottom: 5%
}

.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, .3), 0 5px 15px rgba(227, 65, 154, .2);
    flex: 1;
    /* margin-left: 1rem;
    margin-right: 1rem; */
    padding: 2rem 3rem;
    border-radius: 18px;
    /* height: 190px */
}

.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: -25px;
    margin-left: 0rem;
    margin-bottom: 0rem;
    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: #fff;
    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: .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,
.lgx-speakers2 .lgx-inner {
    background: #00192f
}

.lgx-single-speaker {
    background: #fff;
    padding: 1.6rem;
    border-radius: 16px;
    margin-bottom: 2.6rem;
    transition-duration: .3s;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .1)
}

.lgx-single-speaker figure {
    position: relative
}

.lgx-single-speaker figure a.profile-img img {
    transition-duration: .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: .8rem 0;
    transition: all .3s ease-in-out .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 .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: .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;
    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>li>a:focus,
.lgx-tab .nav>li>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:first-child {
    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: 0 0;
    margin-right: .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, .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: 0 0;
    margin-right: .6rem
}

.lgx-tab .nav-pills .active a {
    background: 0 0;
    border-radius: 0
}

.lgx-tab .nav-pills .active a h3,
.lgx-tab .nav-pills .active h3 {
    color: #1b89ef
}

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

.panel-group {
    margin-bottom: 0
}

.lgx-tab-content {
    background: #fff;
    border: 4px solid #00192f;
    border-radius: 0 16px 16px 16px;
    padding: 1rem;
    box-shadow: 0 13px 35px rgba(0, 25, 47, .2);
    overflow: hidden
}

.lgx-tab-content .active.in {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    transform-origin: center;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

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

.lgx-panel {
    border: none;
    box-shadow: none
}

.lgx-panel .panel-heading {
    background: 0 0;
    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: 0 0 !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: .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: .6rem 2rem;
    border-radius: 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    transition: all .1s 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, .1), 0 3px 6px rgba(0, 0, 0, .1);
    transition: all .1s 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;
    padding: .2rem 1rem;
    margin: .3rem 0 0;
    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;
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 1.5rem 0 0
}

.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: .8rem;
    padding-top: .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;
    border-radius: 16px;
    box-shadow: 0 8px 7px -9px rgba(50, 51, 51, .4)
}

.lgx-panel .schedule-number {
    padding: 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: .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) {

    .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: .7
    }

    .lgx-tab .nav-pills .active:before {
        display: none
    }
}

@media (max-width:480px) {
    .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 .5rem
    }

    .lgx-panel .lgx-single-schedule .schedule-info .time {
        margin-top: .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
    }
}

.lgx-sponsors .lgx-inner {
    background: hsla(0, 0%, 100%, .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: .5px;
    cursor: pointer;
    background: hsla(0, 0%, 100%, .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: .5px;
    cursor: pointer;
    text-shadow: 0 0 5px #00192f
}

.sponsors-area .single {
    position: relative;
    overflow: hidden;
    padding: 0;
    border-radius: 16px;
    width: 23%;
    display: inline-block;
    margin: 0 .5% .6rem;
    transition: all .3s ease-in-out 0s;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .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) {
    .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:first-child {
    background: #f60
}

.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: red
}

.sponsors-area-colorfull .single:nth-child(10) {
    background: #f60
}

.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: red
}

.sponsors-area-colorfull .single:nth-child(19) {
    background: #f60
}

.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: red
}

.sponsors-area-colorfull .single:nth-child(28) {
    background: #f60
}

.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: red
}

.sponsors-area-colorfull .single:hover img {
    filter: grayscale(0)
}

.sponsors-area-colorfull-border .single {
    background: #fff
}

.sponsors-area-colorfull-border .single:first-child {
    border: 8px solid #f60
}

.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 red
}

.sponsors-area-colorfull-border .single:nth-child(10) {
    border: 8px solid #f60
}

.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 red
}

.sponsors-area-colorfull-border .single:nth-child(19) {
    border: 8px solid #f60
}

.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 red
}

.sponsors-area-colorfull-border .single:nth-child(28) {
    border: 8px solid #f60
}

.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 red
}

.sponsors-area-colorfull-border .single:hover {
    background: #fff;
    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 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: #fff;
    padding: 1.6rem 1.6rem 2.6rem;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .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: .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: .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: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0
}

.lgx-registration {
    background: #1b89ef
}

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

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

.lgx-links {
    margin-top: .5rem
}

.lgx-links a {
    color: #fff;
    text-decoration: none !important;
    font-size: 1.5rem;
    opacity: .9;
    font-weight: 500
}

.lgx-links a:hover {
    opacity: 1;
    color: #fff !important
}

.lgx-registration-form-box ::-moz-placeholder {
    color: #fff
}

.lgx-registration-form-box :-ms-input-placeholder {
    color: #fff
}

.lgx-registration-form-box ::placeholder {
    color: #fff
}

.lgx-registration-form-box {
    padding: 4.2rem 3rem;
    text-align: center;
    margin-top: 5%;
    width: 100%;
    margin-left: 20%;
}

.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.form-control,
.lgx-registration-form-box input.wpcf7-form-control {
    margin-bottom: 1.5rem;
    display: block;
    border-radius: 4px;
    width: 100%;
    height: 60px;
    background: hsla(0, 0%, 100%, .2);
    color: #fff
}

.lgx-registration-form-box input.form-control:focus,
.lgx-registration-form-box input.wpcf7-form-control:focus {
    background: hsla(0, 0%, 100%, .7);
    color: #fff;
    outline: 0;
    box-shadow: none
}

.lgx-registration-form-box select.lgx-select,
.lgx-registration-form-box select.wpcf7-select {
    background: hsla(0, 0%, 100%, .2);
    display: block;
    width: 100%;
    border: none;
    padding: 15px 20px;
    margin-bottom: 2rem;
    color: #fff;
    outline: 0
}

.lgx-registration-form-box select.lgx-select option,
.lgx-registration-form-box select.wpcf7-select option {
    background: #1b89ef
}

.lgx-registration-form-box .lgx-submit,
.lgx-registration-form-box .wpcf7-form-control.lgx-submit,
.lgx-registration-form-box .wpcf7-form-control.wpcf7-submit,
.lgx-registration-form-box .wpcf7-submit {
    display: block;
    width: 100%;
    background: #efa506;
    margin-top: 2rem;
    color: #1b89ef
}

.lgx-registration-form-box .lgx-submit:hover,
.lgx-registration-form-box .wpcf7-form-control.lgx-submit:hover,
.lgx-registration-form-box .wpcf7-form-control.wpcf7-submit:hover,
.lgx-registration-form-box .wpcf7-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: .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: 0
}

.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(0);
    font-style: normal;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    opacity: .7
}

.lgx-banner-info-circle #lgx-countdown .lgx-days,
.lgx-banner-info-circle #lgx-countdown .lgx-hr,
.lgx-banner-info-circle #lgx-countdown .lgx-min,
.lgx-banner-info-circle #lgx-countdown .lgx-sec {
    color: #fff
}

@media (max-width:1199px) {
    #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(0);
        font-style: normal;
        display: inline-block;
        position: absolute;
        bottom: -15px;
        right: 0;
        left: 0
    }
}

@media (max-width:767px) {
    #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
    }
}

.lgx-photo-gallery {
    overflow: hidden;
    margin-bottom: -11px
}

.lgx-photo-gallery .lgx-inner {
    padding-bottom: 0;
    margin-bottom:5%
}

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

.lgx-gallery-single {
    background: 0 0;
    float: left;
    width: 100%
}

.lgx-gallery-single figure {
    position: relative;
    overflow: hidden
}

.lgx-gallery-single figure img {
    transition: .4s ease
}

.lgx-gallery-single figure figcaption {
    background: rgba(27, 137, 239, .9);
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    opacity: 0;
    transition: all .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 .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: .6s;
    animation-duration: .6s;
    -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,
.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: 50%;
    border: 3px solid #ebebeb;
    margin: 2rem 0 1rem;
    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 .15s ease-in-out, box-shadow .15s ease-in-out
}

.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: .3s ease;
    opacity: .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, .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>li {
    color: #1b89ef;
    opacity: .3
}

.lgx-social-footer:hover>li a {
    color: inherit
}

.lgx-social-footer:hover>li:hover {
    opacity: 1
}

.lgx-social-footer:hover>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: hsla(0, 0%, 100%, .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: .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: .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 {
    margin-bottom: 2.4rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: .08rem
}

.lgx-footer-single .footer-title,
.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
}

.lgx-footer-single ul li {
    color: #999;
    line-height: 3rem
}

.lgx-footer-single ul li a {
    font: inherit;
    color: inherit;
    transition-duration: .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: .4
}

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

.lgx-footer-bottom {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    background-clip: padding-box;
    padding-top: 2.4rem;
    padding-bottom: 4.2rem;
    text-align: center;
    color: hsla(0, 0%, 100%, .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: .08rem
}

.lgx-footer-bottom p a,
.lgx-footer-bottom p span {
    color: #1b89ef
}

.footer-custom-menu {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    justify-content: center;
    align-items: center
}

/* .footer-custom-menu .lgx-footer-single {
    flex: .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 :after,
.lgx-page-wrapper :before {
    box-sizing: border-box !important;
    /* text-align: center; */
}

.lgx-page-wrapper .lgx-card-single,
.lgx-page-wrapper .lgx-single-news {
    display: inline-block;
    width: 100%
}

.lgx-page-wrapper .lgx-single-news figure figcaption .date {
    background: #fff
}

.lgx-page-wrapper,
.lgx-post-wrapper {
    padding: 5rem 0
}

.lgx-page-wrapper .lgx-menu,
.lgx-page-wrapper .lgx-tab-another .lgx-menu-container,
.lgx-post-wrapper .lgx-menu,
.lgx-post-wrapper .lgx-tab-another .lgx-menu-container {
    background: 0 0
}

.lgx-page-wrapper .lgx-reservation,
.lgx-page-wrapper .lgx-speacial,
.lgx-post-wrapper .lgx-reservation,
.lgx-post-wrapper .lgx-speacial {
    background: #f9f9f9
}

.lgx-page-wrapper .lgx-single-speacial,
.lgx-post-wrapper .lgx-single-speacial {
    margin-bottom: 2.6rem
}

.lgx-page-wrapper .lgx-single-speacial .speacial-info,
.lgx-post-wrapper .lgx-single-speacial .speacial-info {
    padding: 1.5rem 1.5rem 3rem
}

.lgx-page-wrapper .lgx-single-speacial .speacial-info .title,
.lgx-post-wrapper .lgx-single-speacial .speacial-info .title {
    color: #00192f
}

.lgx-page-wrapper .lgx-single-speacial .speacial-info .title a,
.lgx-post-wrapper .lgx-single-speacial .speacial-info .title a {
    color: inherit
}

.lgx-page-wrapper .lgx-single-speacial:hover .speacial-info,
.lgx-post-wrapper .lgx-single-speacial:hover .speacial-info {
    background: #00192f
}

.lgx-page-wrapper .lgx-single-speacial:hover .speacial-info .title,
.lgx-post-wrapper .lgx-single-speacial:hover .speacial-info .title {
    color: #fff
}

.lgx-page-wrapper .lgx-single-speacial:hover .speacial-info .title a,
.lgx-post-wrapper .lgx-single-speacial:hover .speacial-info .title a {
    color: inherit
}

.lgx-page-wrapper .lgx-single-speacial:hover .speacial-info .title:hover,
.lgx-post-wrapper .lgx-single-speacial:hover .speacial-info .title:hover {
    color: #1b89ef
}

.lgx-page-wrapper .lgx-single-speacial:hover .speacial-info .title:hover a,
.lgx-post-wrapper .lgx-single-speacial:hover .speacial-info .title:hover a {
    color: inherit
}

.lgx-page-wrapper .lgx-news-single-thumb .news-info .text,
.lgx-post-wrapper .lgx-news-single-thumb .news-info .text {
    display: block
}

.lgx-page-wrapper .lgxmapcanvas,
.lgx-post-wrapper .lgxmapcanvas {
    margin-bottom: 3.9rem
}

.lgx-page-wrapper .lgx-photo-gallery .lgx-inner,
.lgx-post-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: .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: .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: .5rem;
    opacity: .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 .fa-facebook-f,
.lgx-post-wrapper article header .social-group li a .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,
.lgx-post-wrapper article header .social-group li a .fa-google-plus {
    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: .5
}

.lgx-post-wrapper article header .hits-area .hit-right {
    color: #00192f;
    opacity: .7
}

.lgx-post-wrapper article header .hits-area .hit-right a {
    color: inherit
}

.lgx-post-wrapper article footer,
.lgx-post-wrapper article header .text-area,
.lgx-post-wrapper article section {
    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, .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
}

@media (max-width:767px) {
    .lgx-page-inner {
        padding: 8rem 0 2rem
    }

    .lgx-page-wrapper,
    .lgx-post-wrapper {
        padding: 3rem 0 6rem
    }
}

@media (max-width:1199px) {
    html {
        font-size: 55%
    }

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

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

    .lgx-about-content-area,
    .lgx-banner-info-circle .info-circle-inner .date {
        padding-top: 8rem
    }
}

@media (max-width:991px) {
    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
    }
}

@media (max-width:767px) {
    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
    }

    .h1,
    .h2,
    h1,
    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-about-content-area {
        padding-top: 3rem
    }

    .lgx-banner-info-circle {
        background: 0 0
    }

    .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: 100%
    }

    .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: .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
    }
}

@media (max-width:480px) {
    html {
        font-size: 50%
    }

    .lgx-heading .heading {
        font-size: 3rem;
        line-height: 4rem;
        margin-top: 0%
    }

    .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 1rem;
        width: 100%
    }

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

.lgx-schedule-dark .lgx-event {
    box-shadow: none
}

.lgx-event {
    margin-bottom: 2.6rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 0 2px #eee
}

.lgx-event,
.lgx-event__image {
    overflow: hidden;
    position: relative
}

.lgx-event__image img {
    transition: all .4s;
    filter: contrast(80%) brightness(80%)
}

.lgx-event__info {
    position: relative;
    z-index: 2;
    margin-top: 1.6rem;
    padding: 2rem 2rem 0
}

.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: 0 .6rem;
    background: rgba(27, 137, 239, .8);
    border-bottom-left-radius: 0;
    border-top-left-radius: 12px
}

.lgx-event__tag span:nth-child(2n) {
    background: rgba(0, 25, 47, .6);
    border-bottom-left-radius: 12px;
    border-top-left-radius: 0;
    color: #1b89ef;
    border-bottom: 2px solid #1b89ef;
    padding: 0 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, .8);
    padding: 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, .6);
    border-bottom-right-radius: 12px;
    border-top-right-radius: 0;
    color: #1de9b6;
    border-bottom: 2px solid #1de9b6;
    padding: 0 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, .8);
    padding: 2.6rem 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: .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: .2rem 1rem;
    border-top-right-radius: 1rem
}

.lgx-event__category {
    position: relative
}

.lgx-event__category span {
    position: absolute;
    color: #00192f;
    bottom: 0;
    background: #f9f9f9;
    width: 100%;
    padding: 1rem;
    text-align: center;
    opacity: 1;
    transition: all .4s;
    transform: translate(0)
}

.lgx-event__footer {
    display: flex;
    opacity: 0;
    transition: all .4s;
    transform: translateY(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: #fff
}

.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 .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 .2s ease-in
}

.lgx-event:hover .lgx-event__footer {
    opacity: 1;
    transform: translate(0)
}

.lgx-event:hover .lgx-event__category span {
    opacity: 0;
    transform: translateY(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, .85)
}

.lgx-modal-box input.form-control,
.lgx-modal-box input.wpcf7-form-control {
    margin-bottom: 1.5rem;
    display: block;
    width: 100%;
    height: 60px;
    color: rgba(0, 25, 47, .85);
    border-radius: 4px
}

.lgx-modal-box input.form-control:focus,
.lgx-modal-box input.wpcf7-form-control:focus {
    color: #00192f;
    outline: 0;
    box-shadow: none
}

.lgx-modal-box select.lgx-select,
.lgx-modal-box select.wpcf7-select {
    color: rgba(0, 25, 47, .85);
    display: block;
    width: 100%;
    border: none;
    padding: 15px 20px;
    margin-bottom: 2rem;
    outline: 0
}

.lgx-modal-box .lgx-submit,
.lgx-modal-box .wpcf7-form-control.lgx-submit,
.lgx-modal-box .wpcf7-form-control.wpcf7-submit,
.lgx-modal-box .wpcf7-submit {
    display: block;
    width: 100%;
    background: #efa506;
    margin-top: 2rem;
    color: #1b89ef
}

.lgx-modal-box .lgx-submit:hover,
.lgx-modal-box .wpcf7-form-control.lgx-submit:hover,
.lgx-modal-box .wpcf7-form-control.wpcf7-submit:hover,
.lgx-modal-box .wpcf7-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, .1);
    display: flex;
    transition: opacity .3s ease;
    overflow: auto
}

.modal-mask .modal-header {
    padding: 0 0 1rem;
    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: .4rem;
    padding: .8rem
}

.modal-mask .modal-footer {
    border: none
}

.modal-enter,
.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: 0 2px 4px 0 rgba(0, 0, 0, .12);
    cursor: pointer;
    font-weight: 400;
    transition: all .2s ease-in-out
}

.avatar-upload .avatar-edit input+label:hover {
    background: #fff
}

.avatar-upload .avatar-edit input+label:after {
    content: "";
    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: .6rem
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    border-radius: .6rem;
    padding: 6px
}

.avatar-upload .avatar-preview>div img {
    border-radius: .6rem
}

.main-wrapper {
    min-height: 70vh
}

.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, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(152, 169, 195, .2) !important
}

.custom-swal-popup .swal2-icon.swal2-error,
.custom-swal-popup .swal2-icon.swal2-info,
.custom-swal-popup .swal2-icon.swal2-question,
.custom-swal-popup .swal2-icon.swal2-success,
.custom-swal-popup .swal2-icon.swal2-success .swal2-success-ring,
.custom-swal-popup .swal2-icon.swal2-warning {
    border: none !important
}

.custom-swal-popup-error {
    border-color: #ff7273 !important
}

.custom-swal-popup-error .custom-swal-content,
.custom-swal-popup-error p {
    color: #ff7273 !important
}

.custom-swal-popup-error .custom-swal-confirm-button,
.custom-swal-popup-error .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #ff7273 !important
}

.custom-swal-popup-success {
    border-color: #00b289 !important
}

.custom-swal-popup-success .custom-swal-content,
.custom-swal-popup-success p {
    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 .custom-swal-content,
.custom-swal-popup-info p {
    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 .custom-swal-content,
.custom-swal-popup-warning .swal2-icon.swal2-warning,
.custom-swal-popup-warning p {
    color: #eda514 !important
}

.custom-swal-header {
    padding-left: .6rem !important;
    padding-right: .2rem !important;
    font-size: 1.5rem !important
}

.custom-swal-content {
    padding: .5rem !important;
    font-size: 1.5rem !important
}

.custom-swal-content p {
    text-align: left;
    padding: .25rem;
    font-weight: 500;
    letter-spacing: .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: static !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 .7rem 1.5rem !important;
    border-radius: 0 !important;
    border: none !important;
    background: 0 0 !important;
    height: auto !important
}

.croppa-container {
    background: #d0e7fc;
    border: none;
    border-radius: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all .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: 880;
    top: 0 !important;
    right: 0 !important
}

.g-map-wrapper {
    min-height: 400px
}

.ck.ck-editor__main>.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
}

.ck.ck-toolbar,
.ck.ck-toolbar__separator {
    background: 0 0 !important
}

.style-chooser .vs__search::-moz-placeholder {
    width: 100%;
    height: 54px;
    padding: 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 .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.style-chooser .vs__search:-ms-input-placeholder {
    width: 100%;
    height: 54px;
    padding: 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 .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.style-chooser .vs__dropdown-toggle,
.style-chooser .vs__search::placeholder {
    width: 100%;
    height: 54px;
    padding: 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 .15s ease-in-out, box-shadow .15s ease-in-out
}

.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: .5em;
    margin-left: 0;
    margin-right: 0
}

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

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

.dataTables_wrapper .bottom:after,
.dataTables_wrapper .top: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.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    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>.active>a {
    background: #1b89ef
}

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

.mce-branding {
    display: none !important
}

.lgx-badge {
    border: 7px double #fff;
    border-radius: 18px;
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin: 0 auto;
    padding: 0 1rem;
    display: inline-block;
    transition-duration: .3s
}

.lgx-badge,
.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: #bdc6ce
}

.lgx-badge-small {
    border: 4px double #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    padding: .2rem .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: .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: .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 0 0
}

.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, .4), 0 5px 15px rgba(27, 137, 239, .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: .5rem;
    color: #fff
}

.breadcrumb-area .breadcrumb .active {
    color: #cecece;
    opacity: .9;
    font-weight: 600
}

.breadcrumb>li+li:before {
    padding: 0 .2rem 0 .5rem;
    color: #fff;
    content: "/ "
}

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

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

.pagination>li:first-child a {
    border-radius: 8px 0 0 8px
}

.pagination>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, .42), 0 -3px 20px 0 rgba(0, 0, 0, .12), 0 -8px 10px -5px rgba(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: 0;
    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: .1rem;
    background: #1b89ef;
    transition-duration: .3s;
    box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4)
}

.Cookie--gdpr .Cookie__button:hover {
    color: #fff;
    border-radius: 16px;
    transition-duration: .3s;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1)
}

.Cookie--gdpr .Cookie__button:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 14px;
    height: 200px;
    width: 200px;
    background: #00192f;
    transition: all .5s ease-in-out;
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
    opacity: .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: 3rem 0
}

.main-search {
    margin-top: 30px;
    border: 4px solid #00192f;
    border-radius: 12px;
    box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4)
}

.main-search .input-group-addon {
    padding: 0 0 3px;
    font-size: 2rem;
    margin: 0;
    line-height: 1;
    color: #1b89ef;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 12px
}

.main-search .form-control {
    width: 100%;
    padding-left: 3px;
    background-color: #fff
}

.main-search .form-control,
.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
}

@media (max-width:1199px) {
    .main-search .input-group-addon {
        padding: 0 8px 0 12px
    }

    .main-search .date-search,
    .main-search .event-search {
        width: 100%;
        height: auto
    }

    .main-search .lgx-btn {
        padding: 1rem 6.7rem;
        margin: 8px 3%;
        width: 94%
    }
}

@media (max-width:991px) {
    .main-search .input-group-addon {
        padding: 0 8px 0 12px
    }

    .main-search .date-search,
    .main-search .event-search {
        width: 100%;
        height: auto
    }

    .main-search .lgx-btn {
        padding: 1rem 6.7rem;
        margin: 8px 3%;
        width: 94%
    }
}

@media (max-width:767px) {
    .main-search .input-group-addon {
        padding: 0 8px 0 12px
    }

    .main-search .date-search,
    .main-search .event-search {
        width: 100%;
        height: auto
    }

    .main-search .lgx-btn {
        padding: 1rem 6.7rem;
        margin: 8px 3%;
        width: 94%
    }
}

@media (max-width:480px) {
    .main-search .input-group-addon {
        padding: 0 8px 0 12px
    }

    .main-search .date-search,
    .main-search .event-search {
        width: 100%;
        height: auto
    }

    .main-search .lgx-btn {
        padding: 1rem 6.7rem;
        margin: 8px 3%;
        width: 94%
    }
}

/* this is css */