*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

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

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

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("https://heisbadass.com/wp-content/themes/everest-news/assets/dist/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

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

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

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

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

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

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

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

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

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

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

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

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

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

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

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nice-select {
    position: relative;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: none;
    height: 43px;
    line-height: 43px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: pre-wrap;
    width: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.nice-select:hover {
    border-color: #eee
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #eee
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #cccccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 99999
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 500
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

h1 {
    font-size: 42px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 28px
}

h5 {
    font-size: 24px
}

h6 {
    font-size: 20px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.2;
    font-family: "Muli", sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0;
    letter-spacing: 0
}


/*!
 * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -0.0667em
}

.fa-xs {
    font-size: 0.75em
}

.fa-sm {
    font-size: 0.875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: 0.2em 0.25em 0.15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em
}

.fa-spin {
    -webkit-animation: a 2s infinite linear;
    animation: a 2s infinite linear
}

.fa-pulse {
    -webkit-animation: a 1s infinite steps(8);
    animation: a 1s infinite steps(8)
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: ""
}

.fa-accessible-icon:before {
    content: ""
}

.fa-accusoft:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-card:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-adversal:before {
    content: ""
}

.fa-affiliatetheme:before {
    content: ""
}

.fa-algolia:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-allergies:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-amazon-pay:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-amilia:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angry:before {
    content: ""
}

.fa-angrycreative:before {
    content: ""
}

.fa-angular:before {
    content: ""
}

.fa-app-store:before {
    content: ""
}

.fa-app-store-ios:before {
    content: ""
}

.fa-apper:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-apple-pay:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-archway:before {
    content: ""
}

.fa-arrow-alt-circle-down:before {
    content: ""
}

.fa-arrow-alt-circle-left:before {
    content: ""
}

.fa-arrow-alt-circle-right:before {
    content: ""
}

.fa-arrow-alt-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-arrows-alt-h:before {
    content: ""
}

.fa-arrows-alt-v:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-asymmetrik:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-atlas:before {
    content: ""
}

.fa-audible:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-autoprefixer:before {
    content: ""
}

.fa-avianex:before {
    content: ""
}

.fa-aviato:before {
    content: ""
}

.fa-award:before {
    content: ""
}

.fa-aws:before {
    content: ""
}

.fa-backspace:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-band-aid:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-bars:before {
    content: ""
}

.fa-baseball-ball:before {
    content: ""
}

.fa-basketball-ball:before {
    content: ""
}

.fa-bath:before {
    content: ""
}

.fa-battery-empty:before {
    content: ""
}

.fa-battery-full:before {
    content: ""
}

.fa-battery-half:before {
    content: ""
}

.fa-battery-quarter:before {
    content: ""
}

.fa-battery-three-quarters:before {
    content: ""
}

.fa-bed:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bezier-curve:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bimobject:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitcoin:before {
    content: ""
}

.fa-bity:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-blackberry:before {
    content: ""
}

.fa-blender:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-blogger:before {
    content: ""
}

.fa-blogger-b:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-bolt:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-bong:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-book-open:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-bowling-ball:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-box-open:before {
    content: ""
}

.fa-boxes:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-briefcase-medical:before {
    content: ""
}

.fa-broadcast-tower:before {
    content: ""
}

.fa-broom:before {
    content: ""
}

.fa-brush:before {
    content: ""
}

.fa-btc:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-burn:before {
    content: ""
}

.fa-buromobelexperte:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-bus-alt:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-calendar-alt:before {
    content: ""
}

.fa-calendar-check:before {
    content: ""
}

.fa-calendar-minus:before {
    content: ""
}

.fa-calendar-plus:before {
    content: ""
}

.fa-calendar-times:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-cannabis:before {
    content: ""
}

.fa-capsules:before {
    content: ""
}

.fa-car:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-caret-square-down:before {
    content: ""
}

.fa-caret-square-left:before {
    content: ""
}

.fa-caret-square-right:before {
    content: ""
}

.fa-caret-square-up:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cc-amazon-pay:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-apple-pay:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-centercode:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-chalkboard:before {
    content: ""
}

.fa-chalkboard-teacher:before {
    content: ""
}

.fa-chart-area:before {
    content: ""
}

.fa-chart-bar:before {
    content: ""
}

.fa-chart-line:before {
    content: ""
}

.fa-chart-pie:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-check-double:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-chess:before {
    content: ""
}

.fa-chess-bishop:before {
    content: ""
}

.fa-chess-board:before {
    content: ""
}

.fa-chess-king:before {
    content: ""
}

.fa-chess-knight:before {
    content: ""
}

.fa-chess-pawn:before {
    content: ""
}

.fa-chess-queen:before {
    content: ""
}

.fa-chess-rook:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-church:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-circle-notch:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-clipboard-check:before {
    content: ""
}

.fa-clipboard-list:before {
    content: ""
}

.fa-clock:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-closed-captioning:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-cloud-download-alt:before {
    content: ""
}

.fa-cloud-upload-alt:before {
    content: ""
}

.fa-cloudscale:before {
    content: ""
}

.fa-cloudsmith:before {
    content: ""
}

.fa-cloudversify:before {
    content: ""
}

.fa-cocktail:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-code-branch:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cog:before {
    content: ""
}

.fa-cogs:before {
    content: ""
}

.fa-coins:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-comment-alt:before {
    content: ""
}

.fa-comment-dots:before {
    content: ""
}

.fa-comment-slash:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-compact-disc:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-concierge-bell:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-cookie:before {
    content: ""
}

.fa-cookie-bite:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-couch:before {
    content: ""
}

.fa-cpanel:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-creative-commons-by:before {
    content: ""
}

.fa-creative-commons-nc:before {
    content: ""
}

.fa-creative-commons-nc-eu:before {
    content: ""
}

.fa-creative-commons-nc-jp:before {
    content: ""
}

.fa-creative-commons-nd:before {
    content: ""
}

.fa-creative-commons-pd:before {
    content: ""
}

.fa-creative-commons-pd-alt:before {
    content: ""
}

.fa-creative-commons-remix:before {
    content: ""
}

.fa-creative-commons-sa:before {
    content: ""
}

.fa-creative-commons-sampling:before {
    content: ""
}

.fa-creative-commons-sampling-plus:before {
    content: ""
}

.fa-creative-commons-share:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-crop-alt:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-crow:before {
    content: ""
}

.fa-crown:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-css3-alt:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-cut:before {
    content: ""
}

.fa-cuttlefish:before {
    content: ""
}

.fa-d-and-d:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-deaf:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-deploydog:before {
    content: ""
}

.fa-deskpro:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-diagnoses:before {
    content: ""
}

.fa-dice:before {
    content: ""
}

.fa-dice-five:before {
    content: ""
}

.fa-dice-four:before {
    content: ""
}

.fa-dice-one:before {
    content: ""
}

.fa-dice-six:before {
    content: ""
}

.fa-dice-three:before {
    content: ""
}

.fa-dice-two:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-digital-ocean:before {
    content: ""
}

.fa-digital-tachograph:before {
    content: ""
}

.fa-discord:before {
    content: ""
}

.fa-discourse:before {
    content: ""
}

.fa-divide:before {
    content: ""
}

.fa-dizzy:before {
    content: ""
}

.fa-dna:before {
    content: ""
}

.fa-dochub:before {
    content: ""
}

.fa-docker:before {
    content: ""
}

.fa-dollar-sign:before {
    content: ""
}

.fa-dolly:before {
    content: ""
}

.fa-dolly-flatbed:before {
    content: ""
}

.fa-donate:before {
    content: ""
}

.fa-door-closed:before {
    content: ""
}

.fa-door-open:before {
    content: ""
}

.fa-dot-circle:before {
    content: ""
}

.fa-dove:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-draft2digital:before {
    content: ""
}

.fa-drafting-compass:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-dribbble-square:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-drum:before {
    content: ""
}

.fa-drum-steelpan:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-dumbbell:before {
    content: ""
}

.fa-dyalog:before {
    content: ""
}

.fa-earlybirds:before {
    content: ""
}

.fa-ebay:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-edit:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-elementor:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-ember:before {
    content: ""
}

.fa-empire:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-equals:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-erlang:before {
    content: ""
}

.fa-ethereum:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-euro-sign:before {
    content: ""
}

.fa-exchange-alt:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-exclamation-triangle:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-expand-arrows-alt:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-external-link-alt:before {
    content: ""
}

.fa-external-link-square-alt:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-dropper:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-facebook-messenger:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-feather:before {
    content: ""
}

.fa-feather-alt:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-alt:before {
    content: ""
}

.fa-file-archive:before {
    content: ""
}

.fa-file-audio:before {
    content: ""
}

.fa-file-code:before {
    content: ""
}

.fa-file-contract:before {
    content: ""
}

.fa-file-download:before {
    content: ""
}

.fa-file-excel:before {
    content: ""
}

.fa-file-export:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-file-import:before {
    content: ""
}

.fa-file-invoice:before {
    content: ""
}

.fa-file-invoice-dollar:before {
    content: ""
}

.fa-file-medical:before {
    content: ""
}

.fa-file-medical-alt:before {
    content: ""
}

.fa-file-pdf:before {
    content: ""
}

.fa-file-powerpoint:before {
    content: ""
}

.fa-file-prescription:before {
    content: ""
}

.fa-file-signature:before {
    content: ""
}

.fa-file-upload:before {
    content: ""
}

.fa-file-video:before {
    content: ""
}

.fa-file-word:before {
    content: ""
}

.fa-fill:before {
    content: ""
}

.fa-fill-drip:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-fingerprint:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-first-aid:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-first-order-alt:before {
    content: ""
}

.fa-firstdraft:before {
    content: ""
}

.fa-fish:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-flipboard:before {
    content: ""
}

.fa-flushed:before {
    content: ""
}

.fa-fly:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-font-awesome:before {
    content: ""
}

.fa-font-awesome-alt:before {
    content: ""
}

.fa-font-awesome-flag:before {
    content: ""
}

.fa-font-awesome-logo-full:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-fonticons-fi:before {
    content: ""
}

.fa-football-ball:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-fort-awesome-alt:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-freebsd:before {
    content: ""
}

.fa-frog:before {
    content: ""
}

.fa-frown:before {
    content: ""
}

.fa-frown-open:before {
    content: ""
}

.fa-fulcrum:before {
    content: ""
}

.fa-futbol:before {
    content: ""
}

.fa-galactic-republic:before {
    content: ""
}

.fa-galactic-senate:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-gas-pump:before {
    content: ""
}

.fa-gavel:before {
    content: ""
}

.fa-gem:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-gitkraken:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-gitter:before {
    content: ""
}

.fa-glass-martini:before {
    content: ""
}

.fa-glass-martini-alt:before {
    content: ""
}

.fa-glasses:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-globe-africa:before {
    content: ""
}

.fa-globe-americas:before {
    content: ""
}

.fa-globe-asia:before {
    content: ""
}

.fa-gofore:before {
    content: ""
}

.fa-golf-ball:before {
    content: ""
}

.fa-goodreads:before {
    content: ""
}

.fa-goodreads-g:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-google-drive:before {
    content: ""
}

.fa-google-play:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-google-plus-g:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-graduation-cap:before {
    content: ""
}

.fa-gratipay:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-greater-than:before {
    content: ""
}

.fa-greater-than-equal:before {
    content: ""
}

.fa-grimace:before {
    content: ""
}

.fa-grin:before {
    content: ""
}

.fa-grin-alt:before {
    content: ""
}

.fa-grin-beam:before {
    content: ""
}

.fa-grin-beam-sweat:before {
    content: ""
}

.fa-grin-hearts:before {
    content: ""
}

.fa-grin-squint:before {
    content: ""
}

.fa-grin-squint-tears:before {
    content: ""
}

.fa-grin-stars:before {
    content: ""
}

.fa-grin-tears:before {
    content: ""
}

.fa-grin-tongue:before {
    content: ""
}

.fa-grin-tongue-squint:before {
    content: ""
}

.fa-grin-tongue-wink:before {
    content: ""
}

.fa-grin-wink:before {
    content: ""
}

.fa-grip-horizontal:before {
    content: ""
}

.fa-grip-vertical:before {
    content: ""
}

.fa-gripfire:before {
    content: ""
}

.fa-grunt:before {
    content: ""
}

.fa-gulp:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-hacker-news-square:before {
    content: ""
}

.fa-hand-holding:before {
    content: ""
}

.fa-hand-holding-heart:before {
    content: ""
}

.fa-hand-holding-usd:before {
    content: ""
}

.fa-hand-lizard:before {
    content: ""
}

.fa-hand-paper:before {
    content: ""
}

.fa-hand-peace:before {
    content: ""
}

.fa-hand-point-down:before {
    content: ""
}

.fa-hand-point-left:before {
    content: ""
}

.fa-hand-point-right:before {
    content: ""
}

.fa-hand-point-up:before {
    content: ""
}

.fa-hand-pointer:before {
    content: ""
}

.fa-hand-rock:before {
    content: ""
}

.fa-hand-scissors:before {
    content: ""
}

.fa-hand-spock:before {
    content: ""
}

.fa-hands:before {
    content: ""
}

.fa-hands-helping:before {
    content: ""
}

.fa-handshake:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-hdd:before {
    content: ""
}

.fa-heading:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-headphones-alt:before {
    content: ""
}

.fa-headset:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-helicopter:before {
    content: ""
}

.fa-highlighter:before {
    content: ""
}

.fa-hips:before {
    content: ""
}

.fa-hire-a-helper:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-hockey-puck:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-hooli:before {
    content: ""
}

.fa-hornbill:before {
    content: ""
}

.fa-hospital:before {
    content: ""
}

.fa-hospital-alt:before {
    content: ""
}

.fa-hospital-symbol:before {
    content: ""
}

.fa-hot-tub:before {
    content: ""
}

.fa-hotel:before {
    content: ""
}

.fa-hotjar:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-start:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-hubspot:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-id-card:before {
    content: ""
}

.fa-id-card-alt:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-infinity:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-itunes:before {
    content: ""
}

.fa-itunes-note:before {
    content: ""
}

.fa-java:before {
    content: ""
}

.fa-jedi-order:before {
    content: ""
}

.fa-jenkins:before {
    content: ""
}

.fa-joget:before {
    content: ""
}

.fa-joint:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-js:before {
    content: ""
}

.fa-js-square:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-keybase:before {
    content: ""
}

.fa-keyboard:before {
    content: ""
}

.fa-keycdn:before {
    content: ""
}

.fa-kickstarter:before {
    content: ""
}

.fa-kickstarter-k:before {
    content: ""
}

.fa-kiss:before {
    content: ""
}

.fa-kiss-beam:before {
    content: ""
}

.fa-kiss-wink-heart:before {
    content: ""
}

.fa-kiwi-bird:before {
    content: ""
}

.fa-korvue:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-laravel:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-laugh:before {
    content: ""
}

.fa-laugh-beam:before {
    content: ""
}

.fa-laugh-squint:before {
    content: ""
}

.fa-laugh-wink:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-lemon:before {
    content: ""
}

.fa-less:before {
    content: ""
}

.fa-less-than:before {
    content: ""
}

.fa-less-than-equal:before {
    content: ""
}

.fa-level-down-alt:before {
    content: ""
}

.fa-level-up-alt:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-lightbulb:before {
    content: ""
}

.fa-line:before {
    content: ""
}

.fa-link:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-linkedin-in:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-lira-sign:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-lock-open:before {
    content: ""
}

.fa-long-arrow-alt-down:before {
    content: ""
}

.fa-long-arrow-alt-left:before {
    content: ""
}

.fa-long-arrow-alt-right:before {
    content: ""
}

.fa-long-arrow-alt-up:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-luggage-cart:before {
    content: ""
}

.fa-lyft:before {
    content: ""
}

.fa-magento:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-mailchimp:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-mandalorian:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-map-marked:before {
    content: ""
}

.fa-map-marked-alt:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-map-marker-alt:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-marker:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mastodon:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-medal:before {
    content: ""
}

.fa-medapps:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-medium-m:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-medrt:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.fa-megaport:before {
    content: ""
}

.fa-meh:before {
    content: ""
}

.fa-meh-blank:before {
    content: ""
}

.fa-meh-rolling-eyes:before {
    content: ""
}

.fa-memory:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-alt:before {
    content: ""
}

.fa-microphone-alt-slash:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-microsoft:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-mix:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-mizuni:before {
    content: ""
}

.fa-mobile:before {
    content: ""
}

.fa-mobile-alt:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-monero:before {
    content: ""
}

.fa-money-bill:before {
    content: ""
}

.fa-money-bill-alt:before {
    content: ""
}

.fa-money-bill-wave:before {
    content: ""
}

.fa-money-bill-wave-alt:before {
    content: ""
}

.fa-money-check:before {
    content: ""
}

.fa-money-check-alt:before {
    content: ""
}

.fa-monument:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-mortar-pestle:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-napster:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-newspaper:before {
    content: ""
}

.fa-nimblr:before {
    content: ""
}

.fa-nintendo-switch:before {
    content: ""
}

.fa-node:before {
    content: ""
}

.fa-node-js:before {
    content: ""
}

.fa-not-equal:before {
    content: ""
}

.fa-notes-medical:before {
    content: ""
}

.fa-npm:before {
    content: ""
}

.fa-ns8:before {
    content: ""
}

.fa-nutritionix:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-old-republic:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-osi:before {
    content: ""
}

.fa-outdent:before {
    content: ""
}

.fa-page4:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-paint-roller:before {
    content: ""
}

.fa-palette:before {
    content: ""
}

.fa-palfed:before {
    content: ""
}

.fa-pallet:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-parachute-box:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-parking:before {
    content: ""
}

.fa-passport:before {
    content: ""
}

.fa-paste:before {
    content: ""
}

.fa-patreon:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-pen:before {
    content: ""
}

.fa-pen-alt:before {
    content: ""
}

.fa-pen-fancy:before {
    content: ""
}

.fa-pen-nib:before {
    content: ""
}

.fa-pen-square:before {
    content: ""
}

.fa-pencil-alt:before {
    content: ""
}

.fa-pencil-ruler:before {
    content: ""
}

.fa-people-carry:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-percentage:before {
    content: ""
}

.fa-periscope:before {
    content: ""
}

.fa-phabricator:before {
    content: ""
}

.fa-phoenix-framework:before {
    content: ""
}

.fa-phoenix-squadron:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-phone-slash:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-phone-volume:before {
    content: ""
}

.fa-php:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-pied-piper-hat:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-piggy-bank:before {
    content: ""
}

.fa-pills:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-plane-arrival:before {
    content: ""
}

.fa-plane-departure:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-playstation:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-poo:before {
    content: ""
}

.fa-portrait:before {
    content: ""
}

.fa-pound-sign:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-prescription:before {
    content: ""
}

.fa-prescription-bottle:before {
    content: ""
}

.fa-prescription-bottle-alt:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-procedures:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-project-diagram:before {
    content: ""
}

.fa-pushed:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-python:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-quidditch:before {
    content: ""
}

.fa-quinscape:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-r-project:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-react:before {
    content: ""
}

.fa-readme:before {
    content: ""
}

.fa-rebel:before {
    content: ""
}

.fa-receipt:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-red-river:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-redo:before {
    content: ""
}

.fa-redo-alt:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-rendact:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-reply:before {
    content: ""
}

.fa-reply-all:before {
    content: ""
}

.fa-replyd:before {
    content: ""
}

.fa-researchgate:before {
    content: ""
}

.fa-resolving:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-ribbon:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-robot:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-rocketchat:before {
    content: ""
}

.fa-rockrms:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-ruble-sign:before {
    content: ""
}

.fa-ruler:before {
    content: ""
}

.fa-ruler-combined:before {
    content: ""
}

.fa-ruler-horizontal:before {
    content: ""
}

.fa-ruler-vertical:before {
    content: ""
}

.fa-rupee-sign:before {
    content: ""
}

.fa-sad-cry:before {
    content: ""
}

.fa-sad-tear:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-sass:before {
    content: ""
}

.fa-save:before {
    content: ""
}

.fa-schlix:before {
    content: ""
}

.fa-school:before {
    content: ""
}

.fa-screwdriver:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-searchengin:before {
    content: ""
}

.fa-seedling:before {
    content: ""
}

.fa-sellcast:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-servicestack:before {
    content: ""
}

.fa-share:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-shekel-sign:before {
    content: ""
}

.fa-shield-alt:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-shipping-fast:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-shoe-prints:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-shopware:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-shuttle-van:before {
    content: ""
}

.fa-sign:before {
    content: ""
}

.fa-sign-in-alt:before {
    content: ""
}

.fa-sign-language:before {
    content: ""
}

.fa-sign-out-alt:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-signature:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-sistrix:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-sith:before {
    content: ""
}

.fa-skull:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-slack-hash:before {
    content: ""
}

.fa-sliders-h:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-smile:before {
    content: ""
}

.fa-smile-beam:before {
    content: ""
}

.fa-smile-wink:before {
    content: ""
}

.fa-smoking:before {
    content: ""
}

.fa-smoking-ban:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-snowflake:before {
    content: ""
}

.fa-solar-panel:before {
    content: ""
}

.fa-sort:before {
    content: ""
}

.fa-sort-alpha-down:before {
    content: ""
}

.fa-sort-alpha-up:before {
    content: ""
}

.fa-sort-amount-down:before {
    content: ""
}

.fa-sort-amount-up:before {
    content: ""
}

.fa-sort-down:before {
    content: ""
}

.fa-sort-numeric-down:before {
    content: ""
}

.fa-sort-numeric-up:before {
    content: ""
}

.fa-sort-up:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-spa:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-speakap:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-splotch:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-spray-can:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-square-full:before {
    content: ""
}

.fa-squarespace:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-stamp:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-star-half-alt:before {
    content: ""
}

.fa-staylinked:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-steam-symbol:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-sticker-mule:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stopwatch:before {
    content: ""
}

.fa-store:before {
    content: ""
}

.fa-store-alt:before {
    content: ""
}

.fa-strava:before {
    content: ""
}

.fa-stream:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-stripe:before {
    content: ""
}

.fa-stripe-s:before {
    content: ""
}

.fa-stroopwafel:before {
    content: ""
}

.fa-studiovinari:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-suitcase-rolling:before {
    content: ""
}

.fa-sun:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-supple:before {
    content: ""
}

.fa-surprise:before {
    content: ""
}

.fa-swatchbook:before {
    content: ""
}

.fa-swimmer:before {
    content: ""
}

.fa-swimming-pool:before {
    content: ""
}

.fa-sync:before {
    content: ""
}

.fa-sync-alt:before {
    content: ""
}

.fa-syringe:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-table-tennis:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-tablet-alt:before {
    content: ""
}

.fa-tablets:before {
    content: ""
}

.fa-tachometer-alt:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-tape:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-taxi:before {
    content: ""
}

.fa-teamspeak:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-telegram-plane:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-themeco:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-thermometer:before {
    content: ""
}

.fa-thermometer-empty:before {
    content: ""
}

.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbtack:before {
    content: ""
}

.fa-ticket-alt:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-tint-slash:before {
    content: ""
}

.fa-tired:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-toolbox:before {
    content: ""
}

.fa-tooth:before {
    content: ""
}

.fa-trade-federation:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-trash-alt:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-truck-loading:before {
    content: ""
}

.fa-truck-moving:before {
    content: ""
}

.fa-tshirt:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-tv:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-typo3:before {
    content: ""
}

.fa-uber:before {
    content: ""
}

.fa-uikit:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-umbrella-beach:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-undo:before {
    content: ""
}

.fa-undo-alt:before {
    content: ""
}

.fa-uniregistry:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-university:before {
    content: ""
}

.fa-unlink:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-untappd:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-user-alt:before {
    content: ""
}

.fa-user-alt-slash:before {
    content: ""
}

.fa-user-astronaut:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-clock:before {
    content: ""
}

.fa-user-cog:before {
    content: ""
}

.fa-user-edit:before {
    content: ""
}

.fa-user-friends:before {
    content: ""
}

.fa-user-graduate:before {
    content: ""
}

.fa-user-lock:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-user-minus:before {
    content: ""
}

.fa-user-ninja:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-user-shield:before {
    content: ""
}

.fa-user-slash:before {
    content: ""
}

.fa-user-tag:before {
    content: ""
}

.fa-user-tie:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-users:before {
    content: ""
}

.fa-users-cog:before {
    content: ""
}

.fa-ussunnah:before {
    content: ""
}

.fa-utensil-spoon:before {
    content: ""
}

.fa-utensils:before {
    content: ""
}

.fa-vaadin:before {
    content: ""
}

.fa-vector-square:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-vial:before {
    content: ""
}

.fa-vials:before {
    content: ""
}

.fa-viber:before {
    content: ""
}

.fa-video:before {
    content: ""
}

.fa-video-slash:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-vimeo-v:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-vnv:before {
    content: ""
}

.fa-volleyball-ball:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-vuejs:before {
    content: ""
}

.fa-walking:before {
    content: ""
}

.fa-wallet:before {
    content: ""
}

.fa-warehouse:before {
    content: ""
}

.fa-weebly:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-weight:before {
    content: ""
}

.fa-weight-hanging:before {
    content: ""
}

.fa-weixin:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-whatsapp-square:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-whmcs:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-window-close:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-wine-glass:before {
    content: ""
}

.fa-wine-glass-alt:before {
    content: ""
}

.fa-wix:before {
    content: ""
}

.fa-wolf-pack-battalion:before {
    content: ""
}

.fa-won-sign:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-wordpress-simple:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-x-ray:before {
    content: ""
}

.fa-xbox:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-y-combinator:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-yandex:before {
    content: ""
}

.fa-yandex-international:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-yen-sign:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/fontAwesome/fa-brands-400.eot);
    src: url(../fonts/fontAwesome/fa-brands-400.eot#iefix) format("embedded-opentype"), url(../fonts/fontAwesome/fa-brands-400.woff) format("woff2"), url(../fonts/fontAwesome/fa-brands-400.woff) format("woff"), url(../fonts/fontAwesome/fa-brands-400.ttf) format("truetype")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fontAwesome/fa-solid-900.eot);
    src: url(../fonts/fontAwesome/fa-solid-900.eot#iefix) format("embedded-opentype"), url(../fonts/fontAwesome/fa-solid-900.woff) format("woff2"), url(../fonts/fontAwesome/fa-solid-900.woff) format("woff"), url(../fonts/fontAwesome/fa-solid-900.ttf) format("truetype")
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

@font-face {
    font-family: "Ionicons";
    src: url("../fonts/ionicons/ionicons_v-4.2.4.eot");
    src: url("../fonts/ionicons/ionicons_v-4.2.4.eot#iefix") format("embedded-opentype"), url("../fonts/ionicons/ionicons.woff") format("woff2"), url("../fonts/ionicons/ionicons_v-4.2.4.woff") format("woff"), url("../fonts/ionicons/ionicons_v-4.2.4.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

.ion,
.ionicons,
.ion-ios-add:before,
.ion-ios-add-circle:before,
.ion-ios-add-circle-outline:before,
.ion-ios-airplane:before,
.ion-ios-alarm:before,
.ion-ios-albums:before,
.ion-ios-alert:before,
.ion-ios-american-football:before,
.ion-ios-analytics:before,
.ion-ios-aperture:before,
.ion-ios-apps:before,
.ion-ios-appstore:before,
.ion-ios-archive:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-dropdown:before,
.ion-ios-arrow-dropdown-circle:before,
.ion-ios-arrow-dropleft:before,
.ion-ios-arrow-dropleft-circle:before,
.ion-ios-arrow-dropright:before,
.ion-ios-arrow-dropright-circle:before,
.ion-ios-arrow-dropup:before,
.ion-ios-arrow-dropup-circle:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-round-back:before,
.ion-ios-arrow-round-down:before,
.ion-ios-arrow-round-forward:before,
.ion-ios-arrow-round-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-attach:before,
.ion-ios-backspace:before,
.ion-ios-barcode:before,
.ion-ios-baseball:before,
.ion-ios-basket:before,
.ion-ios-basketball:before,
.ion-ios-battery-charging:before,
.ion-ios-battery-dead:before,
.ion-ios-battery-full:before,
.ion-ios-beaker:before,
.ion-ios-bed:before,
.ion-ios-beer:before,
.ion-ios-bicycle:before,
.ion-ios-bluetooth:before,
.ion-ios-boat:before,
.ion-ios-body:before,
.ion-ios-bonfire:before,
.ion-ios-book:before,
.ion-ios-bookmark:before,
.ion-ios-bookmarks:before,
.ion-ios-bowtie:before,
.ion-ios-briefcase:before,
.ion-ios-browsers:before,
.ion-ios-brush:before,
.ion-ios-bug:before,
.ion-ios-build:before,
.ion-ios-bulb:before,
.ion-ios-bus:before,
.ion-ios-business:before,
.ion-ios-cafe:before,
.ion-ios-calculator:before,
.ion-ios-calendar:before,
.ion-ios-call:before,
.ion-ios-camera:before,
.ion-ios-car:before,
.ion-ios-card:before,
.ion-ios-cart:before,
.ion-ios-cash:before,
.ion-ios-cellular:before,
.ion-ios-chatboxes:before,
.ion-ios-chatbubbles:before,
.ion-ios-checkbox:before,
.ion-ios-checkbox-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-circle:before,
.ion-ios-checkmark-circle-outline:before,
.ion-ios-clipboard:before,
.ion-ios-clock:before,
.ion-ios-close:before,
.ion-ios-close-circle:before,
.ion-ios-close-circle-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-circle:before,
.ion-ios-cloud-done:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-code:before,
.ion-ios-code-download:before,
.ion-ios-code-working:before,
.ion-ios-cog:before,
.ion-ios-color-fill:before,
.ion-ios-color-filter:before,
.ion-ios-color-palette:before,
.ion-ios-color-wand:before,
.ion-ios-compass:before,
.ion-ios-construct:before,
.ion-ios-contact:before,
.ion-ios-contacts:before,
.ion-ios-contract:before,
.ion-ios-contrast:before,
.ion-ios-copy:before,
.ion-ios-create:before,
.ion-ios-crop:before,
.ion-ios-cube:before,
.ion-ios-cut:before,
.ion-ios-desktop:before,
.ion-ios-disc:before,
.ion-ios-document:before,
.ion-ios-done-all:before,
.ion-ios-download:before,
.ion-ios-easel:before,
.ion-ios-egg:before,
.ion-ios-exit:before,
.ion-ios-expand:before,
.ion-ios-eye:before,
.ion-ios-eye-off:before,
.ion-ios-fastforward:before,
.ion-ios-female:before,
.ion-ios-filing:before,
.ion-ios-film:before,
.ion-ios-finger-print:before,
.ion-ios-fitness:before,
.ion-ios-flag:before,
.ion-ios-flame:before,
.ion-ios-flash:before,
.ion-ios-flash-off:before,
.ion-ios-flashlight:before,
.ion-ios-flask:before,
.ion-ios-flower:before,
.ion-ios-folder:before,
.ion-ios-folder-open:before,
.ion-ios-football:before,
.ion-ios-funnel:before,
.ion-ios-gift:before,
.ion-ios-git-branch:before,
.ion-ios-git-commit:before,
.ion-ios-git-compare:before,
.ion-ios-git-merge:before,
.ion-ios-git-network:before,
.ion-ios-git-pull-request:before,
.ion-ios-glasses:before,
.ion-ios-globe:before,
.ion-ios-grid:before,
.ion-ios-hammer:before,
.ion-ios-hand:before,
.ion-ios-happy:before,
.ion-ios-headset:before,
.ion-ios-heart:before,
.ion-ios-heart-dislike:before,
.ion-ios-heart-empty:before,
.ion-ios-heart-half:before,
.ion-ios-help:before,
.ion-ios-help-buoy:before,
.ion-ios-help-circle:before,
.ion-ios-help-circle-outline:before,
.ion-ios-home:before,
.ion-ios-hourglass:before,
.ion-ios-ice-cream:before,
.ion-ios-image:before,
.ion-ios-images:before,
.ion-ios-infinite:before,
.ion-ios-information:before,
.ion-ios-information-circle:before,
.ion-ios-information-circle-outline:before,
.ion-ios-jet:before,
.ion-ios-journal:before,
.ion-ios-key:before,
.ion-ios-keypad:before,
.ion-ios-laptop:before,
.ion-ios-leaf:before,
.ion-ios-link:before,
.ion-ios-list:before,
.ion-ios-list-box:before,
.ion-ios-locate:before,
.ion-ios-lock:before,
.ion-ios-log-in:before,
.ion-ios-log-out:before,
.ion-ios-magnet:before,
.ion-ios-mail:before,
.ion-ios-mail-open:before,
.ion-ios-mail-unread:before,
.ion-ios-male:before,
.ion-ios-man:before,
.ion-ios-map:before,
.ion-ios-medal:before,
.ion-ios-medical:before,
.ion-ios-medkit:before,
.ion-ios-megaphone:before,
.ion-ios-menu:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-microphone:before,
.ion-ios-moon:before,
.ion-ios-more:before,
.ion-ios-move:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-notifications:before,
.ion-ios-notifications-off:before,
.ion-ios-notifications-outline:before,
.ion-ios-nuclear:before,
.ion-ios-nutrition:before,
.ion-ios-open:before,
.ion-ios-options:before,
.ion-ios-outlet:before,
.ion-ios-paper:before,
.ion-ios-paper-plane:before,
.ion-ios-partly-sunny:before,
.ion-ios-pause:before,
.ion-ios-paw:before,
.ion-ios-people:before,
.ion-ios-person:before,
.ion-ios-person-add:before,
.ion-ios-phone-landscape:before,
.ion-ios-phone-portrait:before,
.ion-ios-photos:before,
.ion-ios-pie:before,
.ion-ios-pin:before,
.ion-ios-pint:before,
.ion-ios-pizza:before,
.ion-ios-planet:before,
.ion-ios-play:before,
.ion-ios-play-circle:before,
.ion-ios-podium:before,
.ion-ios-power:before,
.ion-ios-pricetag:before,
.ion-ios-pricetags:before,
.ion-ios-print:before,
.ion-ios-pulse:before,
.ion-ios-qr-scanner:before,
.ion-ios-quote:before,
.ion-ios-radio:before,
.ion-ios-radio-button-off:before,
.ion-ios-radio-button-on:before,
.ion-ios-rainy:before,
.ion-ios-recording:before,
.ion-ios-redo:before,
.ion-ios-refresh:before,
.ion-ios-refresh-circle:before,
.ion-ios-remove:before,
.ion-ios-remove-circle:before,
.ion-ios-remove-circle-outline:before,
.ion-ios-reorder:before,
.ion-ios-repeat:before,
.ion-ios-resize:before,
.ion-ios-restaurant:before,
.ion-ios-return-left:before,
.ion-ios-return-right:before,
.ion-ios-reverse-camera:before,
.ion-ios-rewind:before,
.ion-ios-ribbon:before,
.ion-ios-rocket:before,
.ion-ios-rose:before,
.ion-ios-sad:before,
.ion-ios-save:before,
.ion-ios-school:before,
.ion-ios-search:before,
.ion-ios-send:before,
.ion-ios-settings:before,
.ion-ios-share:before,
.ion-ios-share-alt:before,
.ion-ios-shirt:before,
.ion-ios-shuffle:before,
.ion-ios-skip-backward:before,
.ion-ios-skip-forward:before,
.ion-ios-snow:before,
.ion-ios-speedometer:before,
.ion-ios-square:before,
.ion-ios-square-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stats:before,
.ion-ios-stopwatch:before,
.ion-ios-subway:before,
.ion-ios-sunny:before,
.ion-ios-swap:before,
.ion-ios-switch:before,
.ion-ios-sync:before,
.ion-ios-tablet-landscape:before,
.ion-ios-tablet-portrait:before,
.ion-ios-tennisball:before,
.ion-ios-text:before,
.ion-ios-thermometer:before,
.ion-ios-thumbs-down:before,
.ion-ios-thumbs-up:before,
.ion-ios-thunderstorm:before,
.ion-ios-time:before,
.ion-ios-timer:before,
.ion-ios-today:before,
.ion-ios-train:before,
.ion-ios-transgender:before,
.ion-ios-trash:before,
.ion-ios-trending-down:before,
.ion-ios-trending-up:before,
.ion-ios-trophy:before,
.ion-ios-tv:before,
.ion-ios-umbrella:before,
.ion-ios-undo:before,
.ion-ios-unlock:before,
.ion-ios-videocam:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-volume-mute:before,
.ion-ios-volume-off:before,
.ion-ios-walk:before,
.ion-ios-wallet:before,
.ion-ios-warning:before,
.ion-ios-watch:before,
.ion-ios-water:before,
.ion-ios-wifi:before,
.ion-ios-wine:before,
.ion-ios-woman:before,
.ion-logo-android:before,
.ion-logo-angular:before,
.ion-logo-apple:before,
.ion-logo-bitbucket:before,
.ion-logo-bitcoin:before,
.ion-logo-buffer:before,
.ion-logo-chrome:before,
.ion-logo-closed-captioning:before,
.ion-logo-codepen:before,
.ion-logo-css3:before,
.ion-logo-designernews:before,
.ion-logo-dribbble:before,
.ion-logo-dropbox:before,
.ion-logo-euro:before,
.ion-logo-facebook:before,
.ion-logo-flickr:before,
.ion-logo-foursquare:before,
.ion-logo-freebsd-devil:before,
.ion-logo-game-controller-a:before,
.ion-logo-game-controller-b:before,
.ion-logo-github:before,
.ion-logo-google:before,
.ion-logo-googleplus:before,
.ion-logo-hackernews:before,
.ion-logo-html5:before,
.ion-logo-instagram:before,
.ion-logo-ionic:before,
.ion-logo-ionitron:before,
.ion-logo-javascript:before,
.ion-logo-linkedin:before,
.ion-logo-markdown:before,
.ion-logo-model-s:before,
.ion-logo-no-smoking:before,
.ion-logo-nodejs:before,
.ion-logo-npm:before,
.ion-logo-octocat:before,
.ion-logo-pinterest:before,
.ion-logo-playstation:before,
.ion-logo-polymer:before,
.ion-logo-python:before,
.ion-logo-reddit:before,
.ion-logo-rss:before,
.ion-logo-sass:before,
.ion-logo-skype:before,
.ion-logo-slack:before,
.ion-logo-snapchat:before,
.ion-logo-steam:before,
.ion-logo-tumblr:before,
.ion-logo-tux:before,
.ion-logo-twitch:before,
.ion-logo-twitter:before,
.ion-logo-usd:before,
.ion-logo-vimeo:before,
.ion-logo-vk:before,
.ion-logo-whatsapp:before,
.ion-logo-windows:before,
.ion-logo-wordpress:before,
.ion-logo-xbox:before,
.ion-logo-xing:before,
.ion-logo-yahoo:before,
.ion-logo-yen:before,
.ion-logo-youtube:before,
.ion-md-add:before,
.ion-md-add-circle:before,
.ion-md-add-circle-outline:before,
.ion-md-airplane:before,
.ion-md-alarm:before,
.ion-md-albums:before,
.ion-md-alert:before,
.ion-md-american-football:before,
.ion-md-analytics:before,
.ion-md-aperture:before,
.ion-md-apps:before,
.ion-md-appstore:before,
.ion-md-archive:before,
.ion-md-arrow-back:before,
.ion-md-arrow-down:before,
.ion-md-arrow-dropdown:before,
.ion-md-arrow-dropdown-circle:before,
.ion-md-arrow-dropleft:before,
.ion-md-arrow-dropleft-circle:before,
.ion-md-arrow-dropright:before,
.ion-md-arrow-dropright-circle:before,
.ion-md-arrow-dropup:before,
.ion-md-arrow-dropup-circle:before,
.ion-md-arrow-forward:before,
.ion-md-arrow-round-back:before,
.ion-md-arrow-round-down:before,
.ion-md-arrow-round-forward:before,
.ion-md-arrow-round-up:before,
.ion-md-arrow-up:before,
.ion-md-at:before,
.ion-md-attach:before,
.ion-md-backspace:before,
.ion-md-barcode:before,
.ion-md-baseball:before,
.ion-md-basket:before,
.ion-md-basketball:before,
.ion-md-battery-charging:before,
.ion-md-battery-dead:before,
.ion-md-battery-full:before,
.ion-md-beaker:before,
.ion-md-bed:before,
.ion-md-beer:before,
.ion-md-bicycle:before,
.ion-md-bluetooth:before,
.ion-md-boat:before,
.ion-md-body:before,
.ion-md-bonfire:before,
.ion-md-book:before,
.ion-md-bookmark:before,
.ion-md-bookmarks:before,
.ion-md-bowtie:before,
.ion-md-briefcase:before,
.ion-md-browsers:before,
.ion-md-brush:before,
.ion-md-bug:before,
.ion-md-build:before,
.ion-md-bulb:before,
.ion-md-bus:before,
.ion-md-business:before,
.ion-md-cafe:before,
.ion-md-calculator:before,
.ion-md-calendar:before,
.ion-md-call:before,
.ion-md-camera:before,
.ion-md-car:before,
.ion-md-card:before,
.ion-md-cart:before,
.ion-md-cash:before,
.ion-md-cellular:before,
.ion-md-chatboxes:before,
.ion-md-chatbubbles:before,
.ion-md-checkbox:before,
.ion-md-checkbox-outline:before,
.ion-md-checkmark:before,
.ion-md-checkmark-circle:before,
.ion-md-checkmark-circle-outline:before,
.ion-md-clipboard:before,
.ion-md-clock:before,
.ion-md-close:before,
.ion-md-close-circle:before,
.ion-md-close-circle-outline:before,
.ion-md-cloud:before,
.ion-md-cloud-circle:before,
.ion-md-cloud-done:before,
.ion-md-cloud-download:before,
.ion-md-cloud-outline:before,
.ion-md-cloud-upload:before,
.ion-md-cloudy:before,
.ion-md-cloudy-night:before,
.ion-md-code:before,
.ion-md-code-download:before,
.ion-md-code-working:before,
.ion-md-cog:before,
.ion-md-color-fill:before,
.ion-md-color-filter:before,
.ion-md-color-palette:before,
.ion-md-color-wand:before,
.ion-md-compass:before,
.ion-md-construct:before,
.ion-md-contact:before,
.ion-md-contacts:before,
.ion-md-contract:before,
.ion-md-contrast:before,
.ion-md-copy:before,
.ion-md-create:before,
.ion-md-crop:before,
.ion-md-cube:before,
.ion-md-cut:before,
.ion-md-desktop:before,
.ion-md-disc:before,
.ion-md-document:before,
.ion-md-done-all:before,
.ion-md-download:before,
.ion-md-easel:before,
.ion-md-egg:before,
.ion-md-exit:before,
.ion-md-expand:before,
.ion-md-eye:before,
.ion-md-eye-off:before,
.ion-md-fastforward:before,
.ion-md-female:before,
.ion-md-filing:before,
.ion-md-film:before,
.ion-md-finger-print:before,
.ion-md-fitness:before,
.ion-md-flag:before,
.ion-md-flame:before,
.ion-md-flash:before,
.ion-md-flash-off:before,
.ion-md-flashlight:before,
.ion-md-flask:before,
.ion-md-flower:before,
.ion-md-folder:before,
.ion-md-folder-open:before,
.ion-md-football:before,
.ion-md-funnel:before,
.ion-md-gift:before,
.ion-md-git-branch:before,
.ion-md-git-commit:before,
.ion-md-git-compare:before,
.ion-md-git-merge:before,
.ion-md-git-network:before,
.ion-md-git-pull-request:before,
.ion-md-glasses:before,
.ion-md-globe:before,
.ion-md-grid:before,
.ion-md-hammer:before,
.ion-md-hand:before,
.ion-md-happy:before,
.ion-md-headset:before,
.ion-md-heart:before,
.ion-md-heart-dislike:before,
.ion-md-heart-empty:before,
.ion-md-heart-half:before,
.ion-md-help:before,
.ion-md-help-buoy:before,
.ion-md-help-circle:before,
.ion-md-help-circle-outline:before,
.ion-md-home:before,
.ion-md-hourglass:before,
.ion-md-ice-cream:before,
.ion-md-image:before,
.ion-md-images:before,
.ion-md-infinite:before,
.ion-md-information:before,
.ion-md-information-circle:before,
.ion-md-information-circle-outline:before,
.ion-md-jet:before,
.ion-md-journal:before,
.ion-md-key:before,
.ion-md-keypad:before,
.ion-md-laptop:before,
.ion-md-leaf:before,
.ion-md-link:before,
.ion-md-list:before,
.ion-md-list-box:before,
.ion-md-locate:before,
.ion-md-lock:before,
.ion-md-log-in:before,
.ion-md-log-out:before,
.ion-md-magnet:before,
.ion-md-mail:before,
.ion-md-mail-open:before,
.ion-md-mail-unread:before,
.ion-md-male:before,
.ion-md-man:before,
.ion-md-map:before,
.ion-md-medal:before,
.ion-md-medical:before,
.ion-md-medkit:before,
.ion-md-megaphone:before,
.ion-md-menu:before,
.ion-md-mic:before,
.ion-md-mic-off:before,
.ion-md-microphone:before,
.ion-md-moon:before,
.ion-md-more:before,
.ion-md-move:before,
.ion-md-musical-note:before,
.ion-md-musical-notes:before,
.ion-md-navigate:before,
.ion-md-notifications:before,
.ion-md-notifications-off:before,
.ion-md-notifications-outline:before,
.ion-md-nuclear:before,
.ion-md-nutrition:before,
.ion-md-open:before,
.ion-md-options:before,
.ion-md-outlet:before,
.ion-md-paper:before,
.ion-md-paper-plane:before,
.ion-md-partly-sunny:before,
.ion-md-pause:before,
.ion-md-paw:before,
.ion-md-people:before,
.ion-md-person:before,
.ion-md-person-add:before,
.ion-md-phone-landscape:before,
.ion-md-phone-portrait:before,
.ion-md-photos:before,
.ion-md-pie:before,
.ion-md-pin:before,
.ion-md-pint:before,
.ion-md-pizza:before,
.ion-md-planet:before,
.ion-md-play:before,
.ion-md-play-circle:before,
.ion-md-podium:before,
.ion-md-power:before,
.ion-md-pricetag:before,
.ion-md-pricetags:before,
.ion-md-print:before,
.ion-md-pulse:before,
.ion-md-qr-scanner:before,
.ion-md-quote:before,
.ion-md-radio:before,
.ion-md-radio-button-off:before,
.ion-md-radio-button-on:before,
.ion-md-rainy:before,
.ion-md-recording:before,
.ion-md-redo:before,
.ion-md-refresh:before,
.ion-md-refresh-circle:before,
.ion-md-remove:before,
.ion-md-remove-circle:before,
.ion-md-remove-circle-outline:before,
.ion-md-reorder:before,
.ion-md-repeat:before,
.ion-md-resize:before,
.ion-md-restaurant:before,
.ion-md-return-left:before,
.ion-md-return-right:before,
.ion-md-reverse-camera:before,
.ion-md-rewind:before,
.ion-md-ribbon:before,
.ion-md-rocket:before,
.ion-md-rose:before,
.ion-md-sad:before,
.ion-md-save:before,
.ion-md-school:before,
.ion-md-search:before,
.ion-md-send:before,
.ion-md-settings:before,
.ion-md-share:before,
.ion-md-share-alt:before,
.ion-md-shirt:before,
.ion-md-shuffle:before,
.ion-md-skip-backward:before,
.ion-md-skip-forward:before,
.ion-md-snow:before,
.ion-md-speedometer:before,
.ion-md-square:before,
.ion-md-square-outline:before,
.ion-md-star:before,
.ion-md-star-half:before,
.ion-md-star-outline:before,
.ion-md-stats:before,
.ion-md-stopwatch:before,
.ion-md-subway:before,
.ion-md-sunny:before,
.ion-md-swap:before,
.ion-md-switch:before,
.ion-md-sync:before,
.ion-md-tablet-landscape:before,
.ion-md-tablet-portrait:before,
.ion-md-tennisball:before,
.ion-md-text:before,
.ion-md-thermometer:before,
.ion-md-thumbs-down:before,
.ion-md-thumbs-up:before,
.ion-md-thunderstorm:before,
.ion-md-time:before,
.ion-md-timer:before,
.ion-md-today:before,
.ion-md-train:before,
.ion-md-transgender:before,
.ion-md-trash:before,
.ion-md-trending-down:before,
.ion-md-trending-up:before,
.ion-md-trophy:before,
.ion-md-tv:before,
.ion-md-umbrella:before,
.ion-md-undo:before,
.ion-md-unlock:before,
.ion-md-videocam:before,
.ion-md-volume-high:before,
.ion-md-volume-low:before,
.ion-md-volume-mute:before,
.ion-md-volume-off:before,
.ion-md-walk:before,
.ion-md-wallet:before,
.ion-md-warning:before,
.ion-md-watch:before,
.ion-md-water:before,
.ion-md-wifi:before,
.ion-md-wine:before,
.ion-md-woman:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-ios-add:before {
    content: ""
}

.ion-ios-add-circle:before {
    content: ""
}

.ion-ios-add-circle-outline:before {
    content: ""
}

.ion-ios-airplane:before {
    content: ""
}

.ion-ios-alarm:before {
    content: ""
}

.ion-ios-albums:before {
    content: ""
}

.ion-ios-alert:before {
    content: ""
}

.ion-ios-american-football:before {
    content: ""
}

.ion-ios-analytics:before {
    content: ""
}

.ion-ios-aperture:before {
    content: ""
}

.ion-ios-apps:before {
    content: ""
}

.ion-ios-appstore:before {
    content: ""
}

.ion-ios-archive:before {
    content: ""
}

.ion-ios-arrow-back:before {
    content: ""
}

.ion-ios-arrow-down:before {
    content: ""
}

.ion-ios-arrow-dropdown:before {
    content: ""
}

.ion-ios-arrow-dropdown-circle:before {
    content: ""
}

.ion-ios-arrow-dropleft:before {
    content: ""
}

.ion-ios-arrow-dropleft-circle:before {
    content: ""
}

.ion-ios-arrow-dropright:before {
    content: ""
}

.ion-ios-arrow-dropright-circle:before {
    content: ""
}

.ion-ios-arrow-dropup:before {
    content: ""
}

.ion-ios-arrow-dropup-circle:before {
    content: ""
}

.ion-ios-arrow-forward:before {
    content: ""
}

.ion-ios-arrow-round-back:before {
    content: ""
}

.ion-ios-arrow-round-down:before {
    content: ""
}

.ion-ios-arrow-round-forward:before {
    content: ""
}

.ion-ios-arrow-round-up:before {
    content: ""
}

.ion-ios-arrow-up:before {
    content: ""
}

.ion-ios-at:before {
    content: ""
}

.ion-ios-attach:before {
    content: ""
}

.ion-ios-backspace:before {
    content: ""
}

.ion-ios-barcode:before {
    content: ""
}

.ion-ios-baseball:before {
    content: ""
}

.ion-ios-basket:before {
    content: ""
}

.ion-ios-basketball:before {
    content: ""
}

.ion-ios-battery-charging:before {
    content: ""
}

.ion-ios-battery-dead:before {
    content: ""
}

.ion-ios-battery-full:before {
    content: ""
}

.ion-ios-beaker:before {
    content: ""
}

.ion-ios-bed:before {
    content: ""
}

.ion-ios-beer:before {
    content: ""
}

.ion-ios-bicycle:before {
    content: ""
}

.ion-ios-bluetooth:before {
    content: ""
}

.ion-ios-boat:before {
    content: ""
}

.ion-ios-body:before {
    content: ""
}

.ion-ios-bonfire:before {
    content: ""
}

.ion-ios-book:before {
    content: ""
}

.ion-ios-bookmark:before {
    content: ""
}

.ion-ios-bookmarks:before {
    content: ""
}

.ion-ios-bowtie:before {
    content: ""
}

.ion-ios-briefcase:before {
    content: ""
}

.ion-ios-browsers:before {
    content: ""
}

.ion-ios-brush:before {
    content: ""
}

.ion-ios-bug:before {
    content: ""
}

.ion-ios-build:before {
    content: ""
}

.ion-ios-bulb:before {
    content: ""
}

.ion-ios-bus:before {
    content: ""
}

.ion-ios-business:before {
    content: ""
}

.ion-ios-cafe:before {
    content: ""
}

.ion-ios-calculator:before {
    content: ""
}

.ion-ios-calendar:before {
    content: ""
}

.ion-ios-call:before {
    content: ""
}

.ion-ios-camera:before {
    content: ""
}

.ion-ios-car:before {
    content: ""
}

.ion-ios-card:before {
    content: ""
}

.ion-ios-cart:before {
    content: ""
}

.ion-ios-cash:before {
    content: ""
}

.ion-ios-cellular:before {
    content: ""
}

.ion-ios-chatboxes:before {
    content: ""
}

.ion-ios-chatbubbles:before {
    content: ""
}

.ion-ios-checkbox:before {
    content: ""
}

.ion-ios-checkbox-outline:before {
    content: ""
}

.ion-ios-checkmark:before {
    content: ""
}

.ion-ios-checkmark-circle:before {
    content: ""
}

.ion-ios-checkmark-circle-outline:before {
    content: ""
}

.ion-ios-clipboard:before {
    content: ""
}

.ion-ios-clock:before {
    content: ""
}

.ion-ios-close:before {
    content: ""
}

.ion-ios-close-circle:before {
    content: ""
}

.ion-ios-close-circle-outline:before {
    content: ""
}

.ion-ios-cloud:before {
    content: ""
}

.ion-ios-cloud-circle:before {
    content: ""
}

.ion-ios-cloud-done:before {
    content: ""
}

.ion-ios-cloud-download:before {
    content: ""
}

.ion-ios-cloud-outline:before {
    content: ""
}

.ion-ios-cloud-upload:before {
    content: ""
}

.ion-ios-cloudy:before {
    content: ""
}

.ion-ios-cloudy-night:before {
    content: ""
}

.ion-ios-code:before {
    content: ""
}

.ion-ios-code-download:before {
    content: ""
}

.ion-ios-code-working:before {
    content: ""
}

.ion-ios-cog:before {
    content: ""
}

.ion-ios-color-fill:before {
    content: ""
}

.ion-ios-color-filter:before {
    content: ""
}

.ion-ios-color-palette:before {
    content: ""
}

.ion-ios-color-wand:before {
    content: ""
}

.ion-ios-compass:before {
    content: ""
}

.ion-ios-construct:before {
    content: ""
}

.ion-ios-contact:before {
    content: ""
}

.ion-ios-contacts:before {
    content: ""
}

.ion-ios-contract:before {
    content: ""
}

.ion-ios-contrast:before {
    content: ""
}

.ion-ios-copy:before {
    content: ""
}

.ion-ios-create:before {
    content: ""
}

.ion-ios-crop:before {
    content: ""
}

.ion-ios-cube:before {
    content: ""
}

.ion-ios-cut:before {
    content: ""
}

.ion-ios-desktop:before {
    content: ""
}

.ion-ios-disc:before {
    content: ""
}

.ion-ios-document:before {
    content: ""
}

.ion-ios-done-all:before {
    content: ""
}

.ion-ios-download:before {
    content: ""
}

.ion-ios-easel:before {
    content: ""
}

.ion-ios-egg:before {
    content: ""
}

.ion-ios-exit:before {
    content: ""
}

.ion-ios-expand:before {
    content: ""
}

.ion-ios-eye:before {
    content: ""
}

.ion-ios-eye-off:before {
    content: ""
}

.ion-ios-fastforward:before {
    content: ""
}

.ion-ios-female:before {
    content: ""
}

.ion-ios-filing:before {
    content: ""
}

.ion-ios-film:before {
    content: ""
}

.ion-ios-finger-print:before {
    content: ""
}

.ion-ios-fitness:before {
    content: ""
}

.ion-ios-flag:before {
    content: ""
}

.ion-ios-flame:before {
    content: ""
}

.ion-ios-flash:before {
    content: ""
}

.ion-ios-flash-off:before {
    content: ""
}

.ion-ios-flashlight:before {
    content: ""
}

.ion-ios-flask:before {
    content: ""
}

.ion-ios-flower:before {
    content: ""
}

.ion-ios-folder:before {
    content: ""
}

.ion-ios-folder-open:before {
    content: ""
}

.ion-ios-football:before {
    content: ""
}

.ion-ios-funnel:before {
    content: ""
}

.ion-ios-gift:before {
    content: ""
}

.ion-ios-git-branch:before {
    content: ""
}

.ion-ios-git-commit:before {
    content: ""
}

.ion-ios-git-compare:before {
    content: ""
}

.ion-ios-git-merge:before {
    content: ""
}

.ion-ios-git-network:before {
    content: ""
}

.ion-ios-git-pull-request:before {
    content: ""
}

.ion-ios-glasses:before {
    content: ""
}

.ion-ios-globe:before {
    content: ""
}

.ion-ios-grid:before {
    content: ""
}

.ion-ios-hammer:before {
    content: ""
}

.ion-ios-hand:before {
    content: ""
}

.ion-ios-happy:before {
    content: ""
}

.ion-ios-headset:before {
    content: ""
}

.ion-ios-heart:before {
    content: ""
}

.ion-ios-heart-dislike:before {
    content: ""
}

.ion-ios-heart-empty:before {
    content: ""
}

.ion-ios-heart-half:before {
    content: ""
}

.ion-ios-help:before {
    content: ""
}

.ion-ios-help-buoy:before {
    content: ""
}

.ion-ios-help-circle:before {
    content: ""
}

.ion-ios-help-circle-outline:before {
    content: ""
}

.ion-ios-home:before {
    content: ""
}

.ion-ios-hourglass:before {
    content: ""
}

.ion-ios-ice-cream:before {
    content: ""
}

.ion-ios-image:before {
    content: ""
}

.ion-ios-images:before {
    content: ""
}

.ion-ios-infinite:before {
    content: ""
}

.ion-ios-information:before {
    content: ""
}

.ion-ios-information-circle:before {
    content: ""
}

.ion-ios-information-circle-outline:before {
    content: ""
}

.ion-ios-jet:before {
    content: ""
}

.ion-ios-journal:before {
    content: ""
}

.ion-ios-key:before {
    content: ""
}

.ion-ios-keypad:before {
    content: ""
}

.ion-ios-laptop:before {
    content: ""
}

.ion-ios-leaf:before {
    content: ""
}

.ion-ios-link:before {
    content: ""
}

.ion-ios-list:before {
    content: ""
}

.ion-ios-list-box:before {
    content: ""
}

.ion-ios-locate:before {
    content: ""
}

.ion-ios-lock:before {
    content: ""
}

.ion-ios-log-in:before {
    content: ""
}

.ion-ios-log-out:before {
    content: ""
}

.ion-ios-magnet:before {
    content: ""
}

.ion-ios-mail:before {
    content: ""
}

.ion-ios-mail-open:before {
    content: ""
}

.ion-ios-mail-unread:before {
    content: ""
}

.ion-ios-male:before {
    content: ""
}

.ion-ios-man:before {
    content: ""
}

.ion-ios-map:before {
    content: ""
}

.ion-ios-medal:before {
    content: ""
}

.ion-ios-medical:before {
    content: ""
}

.ion-ios-medkit:before {
    content: ""
}

.ion-ios-megaphone:before {
    content: ""
}

.ion-ios-menu:before {
    content: ""
}

.ion-ios-mic:before {
    content: ""
}

.ion-ios-mic-off:before {
    content: ""
}

.ion-ios-microphone:before {
    content: ""
}

.ion-ios-moon:before {
    content: ""
}

.ion-ios-more:before {
    content: ""
}

.ion-ios-move:before {
    content: ""
}

.ion-ios-musical-note:before {
    content: ""
}

.ion-ios-musical-notes:before {
    content: ""
}

.ion-ios-navigate:before {
    content: ""
}

.ion-ios-notifications:before {
    content: ""
}

.ion-ios-notifications-off:before {
    content: ""
}

.ion-ios-notifications-outline:before {
    content: ""
}

.ion-ios-nuclear:before {
    content: ""
}

.ion-ios-nutrition:before {
    content: ""
}

.ion-ios-open:before {
    content: ""
}

.ion-ios-options:before {
    content: ""
}

.ion-ios-outlet:before {
    content: ""
}

.ion-ios-paper:before {
    content: ""
}

.ion-ios-paper-plane:before {
    content: ""
}

.ion-ios-partly-sunny:before {
    content: ""
}

.ion-ios-pause:before {
    content: ""
}

.ion-ios-paw:before {
    content: ""
}

.ion-ios-people:before {
    content: ""
}

.ion-ios-person:before {
    content: ""
}

.ion-ios-person-add:before {
    content: ""
}

.ion-ios-phone-landscape:before {
    content: ""
}

.ion-ios-phone-portrait:before {
    content: ""
}

.ion-ios-photos:before {
    content: ""
}

.ion-ios-pie:before {
    content: ""
}

.ion-ios-pin:before {
    content: ""
}

.ion-ios-pint:before {
    content: ""
}

.ion-ios-pizza:before {
    content: ""
}

.ion-ios-planet:before {
    content: ""
}

.ion-ios-play:before {
    content: ""
}

.ion-ios-play-circle:before {
    content: ""
}

.ion-ios-podium:before {
    content: ""
}

.ion-ios-power:before {
    content: ""
}

.ion-ios-pricetag:before {
    content: ""
}

.ion-ios-pricetags:before {
    content: ""
}

.ion-ios-print:before {
    content: ""
}

.ion-ios-pulse:before {
    content: ""
}

.ion-ios-qr-scanner:before {
    content: ""
}

.ion-ios-quote:before {
    content: ""
}

.ion-ios-radio:before {
    content: ""
}

.ion-ios-radio-button-off:before {
    content: ""
}

.ion-ios-radio-button-on:before {
    content: ""
}

.ion-ios-rainy:before {
    content: ""
}

.ion-ios-recording:before {
    content: ""
}

.ion-ios-redo:before {
    content: ""
}

.ion-ios-refresh:before {
    content: ""
}

.ion-ios-refresh-circle:before {
    content: ""
}

.ion-ios-remove:before {
    content: ""
}

.ion-ios-remove-circle:before {
    content: ""
}

.ion-ios-remove-circle-outline:before {
    content: ""
}

.ion-ios-reorder:before {
    content: ""
}

.ion-ios-repeat:before {
    content: ""
}

.ion-ios-resize:before {
    content: ""
}

.ion-ios-restaurant:before {
    content: ""
}

.ion-ios-return-left:before {
    content: ""
}

.ion-ios-return-right:before {
    content: ""
}

.ion-ios-reverse-camera:before {
    content: ""
}

.ion-ios-rewind:before {
    content: ""
}

.ion-ios-ribbon:before {
    content: ""
}

.ion-ios-rocket:before {
    content: ""
}

.ion-ios-rose:before {
    content: ""
}

.ion-ios-sad:before {
    content: ""
}

.ion-ios-save:before {
    content: ""
}

.ion-ios-school:before {
    content: ""
}

.ion-ios-search:before {
    content: ""
}

.ion-ios-send:before {
    content: ""
}

.ion-ios-settings:before {
    content: ""
}

.ion-ios-share:before {
    content: ""
}

.ion-ios-share-alt:before {
    content: ""
}

.ion-ios-shirt:before {
    content: ""
}

.ion-ios-shuffle:before {
    content: ""
}

.ion-ios-skip-backward:before {
    content: ""
}

.ion-ios-skip-forward:before {
    content: ""
}

.ion-ios-snow:before {
    content: ""
}

.ion-ios-speedometer:before {
    content: ""
}

.ion-ios-square:before {
    content: ""
}

.ion-ios-square-outline:before {
    content: ""
}

.ion-ios-star:before {
    content: ""
}

.ion-ios-star-half:before {
    content: ""
}

.ion-ios-star-outline:before {
    content: ""
}

.ion-ios-stats:before {
    content: ""
}

.ion-ios-stopwatch:before {
    content: ""
}

.ion-ios-subway:before {
    content: ""
}

.ion-ios-sunny:before {
    content: ""
}

.ion-ios-swap:before {
    content: ""
}

.ion-ios-switch:before {
    content: ""
}

.ion-ios-sync:before {
    content: ""
}

.ion-ios-tablet-landscape:before {
    content: ""
}

.ion-ios-tablet-portrait:before {
    content: ""
}

.ion-ios-tennisball:before {
    content: ""
}

.ion-ios-text:before {
    content: ""
}

.ion-ios-thermometer:before {
    content: ""
}

.ion-ios-thumbs-down:before {
    content: ""
}

.ion-ios-thumbs-up:before {
    content: ""
}

.ion-ios-thunderstorm:before {
    content: ""
}

.ion-ios-time:before {
    content: ""
}

.ion-ios-timer:before {
    content: ""
}

.ion-ios-today:before {
    content: ""
}

.ion-ios-train:before {
    content: ""
}

.ion-ios-transgender:before {
    content: ""
}

.ion-ios-trash:before {
    content: ""
}

.ion-ios-trending-down:before {
    content: ""
}

.ion-ios-trending-up:before {
    content: ""
}

.ion-ios-trophy:before {
    content: ""
}

.ion-ios-tv:before {
    content: ""
}

.ion-ios-umbrella:before {
    content: ""
}

.ion-ios-undo:before {
    content: ""
}

.ion-ios-unlock:before {
    content: ""
}

.ion-ios-videocam:before {
    content: ""
}

.ion-ios-volume-high:before {
    content: ""
}

.ion-ios-volume-low:before {
    content: ""
}

.ion-ios-volume-mute:before {
    content: ""
}

.ion-ios-volume-off:before {
    content: ""
}

.ion-ios-walk:before {
    content: ""
}

.ion-ios-wallet:before {
    content: ""
}

.ion-ios-warning:before {
    content: ""
}

.ion-ios-watch:before {
    content: ""
}

.ion-ios-water:before {
    content: ""
}

.ion-ios-wifi:before {
    content: ""
}

.ion-ios-wine:before {
    content: ""
}

.ion-ios-woman:before {
    content: ""
}

.ion-logo-android:before {
    content: ""
}

.ion-logo-angular:before {
    content: ""
}

.ion-logo-apple:before {
    content: ""
}

.ion-logo-bitbucket:before {
    content: ""
}

.ion-logo-bitcoin:before {
    content: ""
}

.ion-logo-buffer:before {
    content: ""
}

.ion-logo-chrome:before {
    content: ""
}

.ion-logo-closed-captioning:before {
    content: ""
}

.ion-logo-codepen:before {
    content: ""
}

.ion-logo-css3:before {
    content: ""
}

.ion-logo-designernews:before {
    content: ""
}

.ion-logo-dribbble:before {
    content: ""
}

.ion-logo-dropbox:before {
    content: ""
}

.ion-logo-euro:before {
    content: ""
}

.ion-logo-facebook:before {
    content: ""
}

.ion-logo-flickr:before {
    content: ""
}

.ion-logo-foursquare:before {
    content: ""
}

.ion-logo-freebsd-devil:before {
    content: ""
}

.ion-logo-game-controller-a:before {
    content: ""
}

.ion-logo-game-controller-b:before {
    content: ""
}

.ion-logo-github:before {
    content: ""
}

.ion-logo-google:before {
    content: ""
}

.ion-logo-googleplus:before {
    content: ""
}

.ion-logo-hackernews:before {
    content: ""
}

.ion-logo-html5:before {
    content: ""
}

.ion-logo-instagram:before {
    content: ""
}

.ion-logo-ionic:before {
    content: ""
}

.ion-logo-ionitron:before {
    content: ""
}

.ion-logo-javascript:before {
    content: ""
}

.ion-logo-linkedin:before {
    content: ""
}

.ion-logo-markdown:before {
    content: ""
}

.ion-logo-model-s:before {
    content: ""
}

.ion-logo-no-smoking:before {
    content: ""
}

.ion-logo-nodejs:before {
    content: ""
}

.ion-logo-npm:before {
    content: ""
}

.ion-logo-octocat:before {
    content: ""
}

.ion-logo-pinterest:before {
    content: ""
}

.ion-logo-playstation:before {
    content: ""
}

.ion-logo-polymer:before {
    content: ""
}

.ion-logo-python:before {
    content: ""
}

.ion-logo-reddit:before {
    content: ""
}

.ion-logo-rss:before {
    content: ""
}

.ion-logo-sass:before {
    content: ""
}

.ion-logo-skype:before {
    content: ""
}

.ion-logo-slack:before {
    content: ""
}

.ion-logo-snapchat:before {
    content: ""
}

.ion-logo-steam:before {
    content: ""
}

.ion-logo-tumblr:before {
    content: ""
}

.ion-logo-tux:before {
    content: ""
}

.ion-logo-twitch:before {
    content: ""
}

.ion-logo-twitter:before {
    content: ""
}

.ion-logo-usd:before {
    content: ""
}

.ion-logo-vimeo:before {
    content: ""
}

.ion-logo-vk:before {
    content: ""
}

.ion-logo-whatsapp:before {
    content: ""
}

.ion-logo-windows:before {
    content: ""
}

.ion-logo-wordpress:before {
    content: ""
}

.ion-logo-xbox:before {
    content: ""
}

.ion-logo-xing:before {
    content: ""
}

.ion-logo-yahoo:before {
    content: ""
}

.ion-logo-yen:before {
    content: ""
}

.ion-logo-youtube:before {
    content: ""
}

.ion-md-add:before {
    content: ""
}

.ion-md-add-circle:before {
    content: ""
}

.ion-md-add-circle-outline:before {
    content: ""
}

.ion-md-airplane:before {
    content: ""
}

.ion-md-alarm:before {
    content: ""
}

.ion-md-albums:before {
    content: ""
}

.ion-md-alert:before {
    content: ""
}

.ion-md-american-football:before {
    content: ""
}

.ion-md-analytics:before {
    content: ""
}

.ion-md-aperture:before {
    content: ""
}

.ion-md-apps:before {
    content: ""
}

.ion-md-appstore:before {
    content: ""
}

.ion-md-archive:before {
    content: ""
}

.ion-md-arrow-back:before {
    content: ""
}

.ion-md-arrow-down:before {
    content: ""
}

.ion-md-arrow-dropdown:before {
    content: ""
}

.ion-md-arrow-dropdown-circle:before {
    content: ""
}

.ion-md-arrow-dropleft:before {
    content: ""
}

.ion-md-arrow-dropleft-circle:before {
    content: ""
}

.ion-md-arrow-dropright:before {
    content: ""
}

.ion-md-arrow-dropright-circle:before {
    content: ""
}

.ion-md-arrow-dropup:before {
    content: ""
}

.ion-md-arrow-dropup-circle:before {
    content: ""
}

.ion-md-arrow-forward:before {
    content: ""
}

.ion-md-arrow-round-back:before {
    content: ""
}

.ion-md-arrow-round-down:before {
    content: ""
}

.ion-md-arrow-round-forward:before {
    content: ""
}

.ion-md-arrow-round-up:before {
    content: ""
}

.ion-md-arrow-up:before {
    content: ""
}

.ion-md-at:before {
    content: ""
}

.ion-md-attach:before {
    content: ""
}

.ion-md-backspace:before {
    content: ""
}

.ion-md-barcode:before {
    content: ""
}

.ion-md-baseball:before {
    content: ""
}

.ion-md-basket:before {
    content: ""
}

.ion-md-basketball:before {
    content: ""
}

.ion-md-battery-charging:before {
    content: ""
}

.ion-md-battery-dead:before {
    content: ""
}

.ion-md-battery-full:before {
    content: ""
}

.ion-md-beaker:before {
    content: ""
}

.ion-md-bed:before {
    content: ""
}

.ion-md-beer:before {
    content: ""
}

.ion-md-bicycle:before {
    content: ""
}

.ion-md-bluetooth:before {
    content: ""
}

.ion-md-boat:before {
    content: ""
}

.ion-md-body:before {
    content: ""
}

.ion-md-bonfire:before {
    content: ""
}

.ion-md-book:before {
    content: ""
}

.ion-md-bookmark:before {
    content: ""
}

.ion-md-bookmarks:before {
    content: ""
}

.ion-md-bowtie:before {
    content: ""
}

.ion-md-briefcase:before {
    content: ""
}

.ion-md-browsers:before {
    content: ""
}

.ion-md-brush:before {
    content: ""
}

.ion-md-bug:before {
    content: ""
}

.ion-md-build:before {
    content: ""
}

.ion-md-bulb:before {
    content: ""
}

.ion-md-bus:before {
    content: ""
}

.ion-md-business:before {
    content: ""
}

.ion-md-cafe:before {
    content: ""
}

.ion-md-calculator:before {
    content: ""
}

.ion-md-calendar:before {
    content: ""
}

.ion-md-call:before {
    content: ""
}

.ion-md-camera:before {
    content: ""
}

.ion-md-car:before {
    content: ""
}

.ion-md-card:before {
    content: ""
}

.ion-md-cart:before {
    content: ""
}

.ion-md-cash:before {
    content: ""
}

.ion-md-cellular:before {
    content: ""
}

.ion-md-chatboxes:before {
    content: ""
}

.ion-md-chatbubbles:before {
    content: ""
}

.ion-md-checkbox:before {
    content: ""
}

.ion-md-checkbox-outline:before {
    content: ""
}

.ion-md-checkmark:before {
    content: ""
}

.ion-md-checkmark-circle:before {
    content: ""
}

.ion-md-checkmark-circle-outline:before {
    content: ""
}

.ion-md-clipboard:before {
    content: ""
}

.ion-md-clock:before {
    content: ""
}

.ion-md-close:before {
    content: ""
}

.ion-md-close-circle:before {
    content: ""
}

.ion-md-close-circle-outline:before {
    content: ""
}

.ion-md-cloud:before {
    content: ""
}

.ion-md-cloud-circle:before {
    content: ""
}

.ion-md-cloud-done:before {
    content: ""
}

.ion-md-cloud-download:before {
    content: ""
}

.ion-md-cloud-outline:before {
    content: ""
}

.ion-md-cloud-upload:before {
    content: ""
}

.ion-md-cloudy:before {
    content: ""
}

.ion-md-cloudy-night:before {
    content: ""
}

.ion-md-code:before {
    content: ""
}

.ion-md-code-download:before {
    content: ""
}

.ion-md-code-working:before {
    content: ""
}

.ion-md-cog:before {
    content: ""
}

.ion-md-color-fill:before {
    content: ""
}

.ion-md-color-filter:before {
    content: ""
}

.ion-md-color-palette:before {
    content: ""
}

.ion-md-color-wand:before {
    content: ""
}

.ion-md-compass:before {
    content: ""
}

.ion-md-construct:before {
    content: ""
}

.ion-md-contact:before {
    content: ""
}

.ion-md-contacts:before {
    content: ""
}

.ion-md-contract:before {
    content: ""
}

.ion-md-contrast:before {
    content: ""
}

.ion-md-copy:before {
    content: ""
}

.ion-md-create:before {
    content: ""
}

.ion-md-crop:before {
    content: ""
}

.ion-md-cube:before {
    content: ""
}

.ion-md-cut:before {
    content: ""
}

.ion-md-desktop:before {
    content: ""
}

.ion-md-disc:before {
    content: ""
}

.ion-md-document:before {
    content: ""
}

.ion-md-done-all:before {
    content: ""
}

.ion-md-download:before {
    content: ""
}

.ion-md-easel:before {
    content: ""
}

.ion-md-egg:before {
    content: ""
}

.ion-md-exit:before {
    content: ""
}

.ion-md-expand:before {
    content: ""
}

.ion-md-eye:before {
    content: ""
}

.ion-md-eye-off:before {
    content: ""
}

.ion-md-fastforward:before {
    content: ""
}

.ion-md-female:before {
    content: ""
}

.ion-md-filing:before {
    content: ""
}

.ion-md-film:before {
    content: ""
}

.ion-md-finger-print:before {
    content: ""
}

.ion-md-fitness:before {
    content: ""
}

.ion-md-flag:before {
    content: ""
}

.ion-md-flame:before {
    content: ""
}

.ion-md-flash:before {
    content: ""
}

.ion-md-flash-off:before {
    content: ""
}

.ion-md-flashlight:before {
    content: ""
}

.ion-md-flask:before {
    content: ""
}

.ion-md-flower:before {
    content: ""
}

.ion-md-folder:before {
    content: ""
}

.ion-md-folder-open:before {
    content: ""
}

.ion-md-football:before {
    content: ""
}

.ion-md-funnel:before {
    content: ""
}

.ion-md-gift:before {
    content: ""
}

.ion-md-git-branch:before {
    content: ""
}

.ion-md-git-commit:before {
    content: ""
}

.ion-md-git-compare:before {
    content: ""
}

.ion-md-git-merge:before {
    content: ""
}

.ion-md-git-network:before {
    content: ""
}

.ion-md-git-pull-request:before {
    content: ""
}

.ion-md-glasses:before {
    content: ""
}

.ion-md-globe:before {
    content: ""
}

.ion-md-grid:before {
    content: ""
}

.ion-md-hammer:before {
    content: ""
}

.ion-md-hand:before {
    content: ""
}

.ion-md-happy:before {
    content: ""
}

.ion-md-headset:before {
    content: ""
}

.ion-md-heart:before {
    content: ""
}

.ion-md-heart-dislike:before {
    content: ""
}

.ion-md-heart-empty:before {
    content: ""
}

.ion-md-heart-half:before {
    content: ""
}

.ion-md-help:before {
    content: ""
}

.ion-md-help-buoy:before {
    content: ""
}

.ion-md-help-circle:before {
    content: ""
}

.ion-md-help-circle-outline:before {
    content: ""
}

.ion-md-home:before {
    content: ""
}

.ion-md-hourglass:before {
    content: ""
}

.ion-md-ice-cream:before {
    content: ""
}

.ion-md-image:before {
    content: ""
}

.ion-md-images:before {
    content: ""
}

.ion-md-infinite:before {
    content: ""
}

.ion-md-information:before {
    content: ""
}

.ion-md-information-circle:before {
    content: ""
}

.ion-md-information-circle-outline:before {
    content: ""
}

.ion-md-jet:before {
    content: ""
}

.ion-md-journal:before {
    content: ""
}

.ion-md-key:before {
    content: ""
}

.ion-md-keypad:before {
    content: ""
}

.ion-md-laptop:before {
    content: ""
}

.ion-md-leaf:before {
    content: ""
}

.ion-md-link:before {
    content: ""
}

.ion-md-list:before {
    content: ""
}

.ion-md-list-box:before {
    content: ""
}

.ion-md-locate:before {
    content: ""
}

.ion-md-lock:before {
    content: ""
}

.ion-md-log-in:before {
    content: ""
}

.ion-md-log-out:before {
    content: ""
}

.ion-md-magnet:before {
    content: ""
}

.ion-md-mail:before {
    content: ""
}

.ion-md-mail-open:before {
    content: ""
}

.ion-md-mail-unread:before {
    content: ""
}

.ion-md-male:before {
    content: ""
}

.ion-md-man:before {
    content: ""
}

.ion-md-map:before {
    content: ""
}

.ion-md-medal:before {
    content: ""
}

.ion-md-medical:before {
    content: ""
}

.ion-md-medkit:before {
    content: ""
}

.ion-md-megaphone:before {
    content: ""
}

.ion-md-menu:before {
    content: ""
}

.ion-md-mic:before {
    content: ""
}

.ion-md-mic-off:before {
    content: ""
}

.ion-md-microphone:before {
    content: ""
}

.ion-md-moon:before {
    content: ""
}

.ion-md-more:before {
    content: ""
}

.ion-md-move:before {
    content: ""
}

.ion-md-musical-note:before {
    content: ""
}

.ion-md-musical-notes:before {
    content: ""
}

.ion-md-navigate:before {
    content: ""
}

.ion-md-notifications:before {
    content: ""
}

.ion-md-notifications-off:before {
    content: ""
}

.ion-md-notifications-outline:before {
    content: ""
}

.ion-md-nuclear:before {
    content: ""
}

.ion-md-nutrition:before {
    content: ""
}

.ion-md-open:before {
    content: ""
}

.ion-md-options:before {
    content: ""
}

.ion-md-outlet:before {
    content: ""
}

.ion-md-paper:before {
    content: ""
}

.ion-md-paper-plane:before {
    content: ""
}

.ion-md-partly-sunny:before {
    content: ""
}

.ion-md-pause:before {
    content: ""
}

.ion-md-paw:before {
    content: ""
}

.ion-md-people:before {
    content: ""
}

.ion-md-person:before {
    content: ""
}

.ion-md-person-add:before {
    content: ""
}

.ion-md-phone-landscape:before {
    content: ""
}

.ion-md-phone-portrait:before {
    content: ""
}

.ion-md-photos:before {
    content: ""
}

.ion-md-pie:before {
    content: ""
}

.ion-md-pin:before {
    content: ""
}

.ion-md-pint:before {
    content: ""
}

.ion-md-pizza:before {
    content: ""
}

.ion-md-planet:before {
    content: ""
}

.ion-md-play:before {
    content: ""
}

.ion-md-play-circle:before {
    content: ""
}

.ion-md-podium:before {
    content: ""
}

.ion-md-power:before {
    content: ""
}

.ion-md-pricetag:before {
    content: ""
}

.ion-md-pricetags:before {
    content: ""
}

.ion-md-print:before {
    content: ""
}

.ion-md-pulse:before {
    content: ""
}

.ion-md-qr-scanner:before {
    content: ""
}

.ion-md-quote:before {
    content: ""
}

.ion-md-radio:before {
    content: ""
}

.ion-md-radio-button-off:before {
    content: ""
}

.ion-md-radio-button-on:before {
    content: ""
}

.ion-md-rainy:before {
    content: ""
}

.ion-md-recording:before {
    content: ""
}

.ion-md-redo:before {
    content: ""
}

.ion-md-refresh:before {
    content: ""
}

.ion-md-refresh-circle:before {
    content: ""
}

.ion-md-remove:before {
    content: ""
}

.ion-md-remove-circle:before {
    content: ""
}

.ion-md-remove-circle-outline:before {
    content: ""
}

.ion-md-reorder:before {
    content: ""
}

.ion-md-repeat:before {
    content: ""
}

.ion-md-resize:before {
    content: ""
}

.ion-md-restaurant:before {
    content: ""
}

.ion-md-return-left:before {
    content: ""
}

.ion-md-return-right:before {
    content: ""
}

.ion-md-reverse-camera:before {
    content: ""
}

.ion-md-rewind:before {
    content: ""
}

.ion-md-ribbon:before {
    content: ""
}

.ion-md-rocket:before {
    content: ""
}

.ion-md-rose:before {
    content: ""
}

.ion-md-sad:before {
    content: ""
}

.ion-md-save:before {
    content: ""
}

.ion-md-school:before {
    content: ""
}

.ion-md-search:before {
    content: ""
}

.ion-md-send:before {
    content: ""
}

.ion-md-settings:before {
    content: ""
}

.ion-md-share:before {
    content: ""
}

.ion-md-share-alt:before {
    content: ""
}

.ion-md-shirt:before {
    content: ""
}

.ion-md-shuffle:before {
    content: ""
}

.ion-md-skip-backward:before {
    content: ""
}

.ion-md-skip-forward:before {
    content: ""
}

.ion-md-snow:before {
    content: ""
}

.ion-md-speedometer:before {
    content: ""
}

.ion-md-square:before {
    content: ""
}

.ion-md-square-outline:before {
    content: ""
}

.ion-md-star:before {
    content: ""
}

.ion-md-star-half:before {
    content: ""
}

.ion-md-star-outline:before {
    content: ""
}

.ion-md-stats:before {
    content: ""
}

.ion-md-stopwatch:before {
    content: ""
}

.ion-md-subway:before {
    content: ""
}

.ion-md-sunny:before {
    content: ""
}

.ion-md-swap:before {
    content: ""
}

.ion-md-switch:before {
    content: ""
}

.ion-md-sync:before {
    content: ""
}

.ion-md-tablet-landscape:before {
    content: ""
}

.ion-md-tablet-portrait:before {
    content: ""
}

.ion-md-tennisball:before {
    content: ""
}

.ion-md-text:before {
    content: ""
}

.ion-md-thermometer:before {
    content: ""
}

.ion-md-thumbs-down:before {
    content: ""
}

.ion-md-thumbs-up:before {
    content: ""
}

.ion-md-thunderstorm:before {
    content: ""
}

.ion-md-time:before {
    content: ""
}

.ion-md-timer:before {
    content: ""
}

.ion-md-today:before {
    content: ""
}

.ion-md-train:before {
    content: ""
}

.ion-md-transgender:before {
    content: ""
}

.ion-md-trash:before {
    content: ""
}

.ion-md-trending-down:before {
    content: ""
}

.ion-md-trending-up:before {
    content: ""
}

.ion-md-trophy:before {
    content: ""
}

.ion-md-tv:before {
    content: ""
}

.ion-md-umbrella:before {
    content: ""
}

.ion-md-undo:before {
    content: ""
}

.ion-md-unlock:before {
    content: ""
}

.ion-md-videocam:before {
    content: ""
}

.ion-md-volume-high:before {
    content: ""
}

.ion-md-volume-low:before {
    content: ""
}

.ion-md-volume-mute:before {
    content: ""
}

.ion-md-volume-off:before {
    content: ""
}

.ion-md-walk:before {
    content: ""
}

.ion-md-wallet:before {
    content: ""
}

.ion-md-warning:before {
    content: ""
}

.ion-md-watch:before {
    content: ""
}

.ion-md-water:before {
    content: ""
}

.ion-md-wifi:before {
    content: ""
}

.ion-md-wine:before {
    content: ""
}

.ion-md-woman:before {
    content: ""
}

.main-navigation {
    position: relative;
    width: 100%;
    z-index: 9900;
    line-height: normal
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    text-align: left
}

.main-navigation li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: normal;
    vertical-align: middle
}

.main-navigation li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: inherit;
    padding: 13px 15px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.35px;
    line-height: 1
}

.main-navigation li a:hover {
    color: #fff;
    background: #1774EE
}

.main-navigation>ul>li {
    display: inline-block
}

.main-navigation>ul>li>a {
    padding: 0 10px;
    letter-spacing: 0;
    line-height: 50px
}

.main-navigation>ul>li>a:hover {
    color: #1774EE;
    background: transparent
}

.main-navigation ul ul {
    top: auto;
    left: 0;
    width: 240px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #111
}

.main-navigation li li {
    display: block
}

.main-navigation ul ul ul {
    top: 0;
    left: 240px
}

.main-navigation>ul>li:hover>ul>li:hover>ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0
}

.main-navigation>ul>li.drop-left>ul {
    right: 0
}

.main-navigation li.drop-left ul ul {
    left: auto;
    right: 240px
}

.main-navigation li.has-sub>a:after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px
}

.main-navigation li li.has-sub>a:after {
    float: right;
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    margin-left: 10px
}

.main-navigation li.drop-left li.has-sub>a:after {
    float: left;
    content: '\f0d9';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px
}

.main-navigation.hide-arrows li.has-sub>a:after,
.main-navigation.hide-arrows li li.has-sub>a:after,
.main-navigation.hide-arrows li.drop-left li.has-sub>a:after {
    display: none
}

.main-navigation .menu-toggle,
.main-navigation .close-menu,
.main-navigation .call-btn-mobile,
.main-navigation .location-btn-mobile {
    display: none;
    text-transform: uppercase;
    text-decoration: none
}

.main-navigation .dd-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    z-index: 9999;
    border: 0
}

.main-navigation .dd-toggle i {
    position: absolute;
    margin: auto;
    top: 33%;
    left: 0;
    right: 0;
    -webkit-transition: transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.main-navigation.mobile>ul>li>a.dd-toggle {
    padding: 0;
    color: #fff
}

.main-navigation li.call-btn-mobile,
.main-navigation li.location-btn-mobile {
    display: none
}

.main-navigation li.open>a.dd-toggle i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.main-navigation .menu-toggle,
.main-navigation .call-btn-mobile,
.main-navigation .location-btn-mobile,
.main-navigation .close-menu {
    color: #777;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-navigation .full {
    width: 100%
}

.main-navigation .half {
    width: 50%
}

.main-navigation .third {
    width: 33%;
    text-align: center
}

.main-navigation .location-btn-mobile.third {
    text-align: center
}

.main-navigation .location-btn-mobile.half {
    text-align: right
}

.main-navigation.light .third,
.main-navigation.light .half {
    border-left: 1px solid rgba(0, 0, 0, 0.15)
}

.main-navigation.light.left .third,
.main-navigation.light.left .half {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

.main-navigation.light.right .third,
.main-navigation.light.right .half {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

.main-navigation.light .third:first-child,
.main-navigation.light .half:first-child {
    border-left: 0
}

.main-navigation.dark .third,
.main-navigation.dark .half {
    border-left: 1px solid rgba(255, 255, 255, 0.15)
}

.main-navigation.dark.left .third,
.main-navigation.dark.left .half {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.main-navigation.dark.right .third,
.main-navigation.dark.right .half {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.main-navigation.light.left .menu-toggle,
.main-navigation.light.right .menu-toggle {
    border-bottom: 0
}

.main-navigation.dark.left .menu-toggle,
.main-navigation.dark.right .menu-toggle {
    border-bottom: 0
}

.main-navigation.dark .third:first-child,
.main-navigation.dark .half:first-child {
    border-left: 0
}

.main-navigation.mobile {
    position: static
}

.main-navigation.mobile.fixed {
    position: static
}

.main-navigation.mobile ul {
    position: relative;
    display: none
}

.main-navigation.mobile.active {
    padding-bottom: 0
}

.main-navigation.mobile.active>ul {
    display: block
}

.main-navigation.mobile ul {
    text-align: left
}

.main-navigation.mobile>ul>li {
    display: block
}

.main-navigation.mobile>ul>li>a {
    padding: 15px
}

.main-navigation.mobile ul {
    background: #313131
}

.main-navigation.mobile ul ul {
    position: relative;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    width: auto;
    display: none;
    -webkit-transition: none;
    transition: none
}

.main-navigation.mobile ul ul ul {
    left: auto;
    top: auto
}

.main-navigation.mobile li.drop-left ul ul {
    right: auto
}

.main-navigation.mobile li a {
    border-bottom: 1px solid rgba(41, 41, 41, 0.5)
}

.main-navigation.mobile li.has-sub a {
    padding-right: 50px
}

.main-navigation.mobile.light li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15)
}

.main-navigation.mobile.light>ul {
    border-top: 1px solid rgba(0, 0, 0, 0.15)
}

.main-navigation.mobile li a.dd-toggle {
    border: 0
}

.main-navigation.mobile.light li a.dd-toggle {
    border: 0
}

.main-navigation.mobile .menu-toggle,
.main-navigation.mobile .dd-toggle,
.main-navigation.mobile .close-menu,
.main-navigation.mobile .call-btn-mobile,
.main-navigation.mobile .location-btn-mobile {
    display: inline-block
}

.main-navigation.mobile li.call-btn-mobile {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-navigation.mobile li.call-btn-mobile,
.main-navigation.mobile li.location-btn-mobile {
    display: inline-block;
    width: 50%;
    text-transform: uppercase;
    text-align: center
}

.main-navigation.mobile li.call-btn-mobile.full,
.main-navigation.mobile li.location-btn-mobile.full {
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-right: 0;
    text-align: left
}

.main-navigation.mobile li.call-btn-mobile i,
.main-navigation.mobile li.location-btn-mobile i {
    margin-right: 5px
}

.main-navigation.mobile.light ul {
    background: #fff
}

.main-navigation.mobile.dark ul {
    background: #111
}

.main-navigation.mobile.dark ul ul {
    background: #222222
}

.main-navigation.mobile.light li.call-btn-mobile {
    border-right: 1px solid rgba(0, 0, 0, 0.1)
}

.main-navigation.mobile.top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999
}

.main-navigation.mobile li.has-sub>a:after,
.main-navigation.mobile li li.has-sub>a:after,
.main-navigation.mobile li.drop-left li.has-sub>a:after {
    display: none
}

.main-navigation.mobile.right>ul,
.main-navigation.mobile.left>ul {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.main-navigation.mobile.right>ul {
    right: 0
}

.main-navigation.mobile.right .close-menu,
.main-navigation.mobile.left .close-menu {
    display: inline-block;
    text-align: right
}

.main-navigation.mobile.left>ul {
    left: 0
}

.main-navigation.mobile.right .location-btn-mobile.half,
.main-navigation.mobile.right .call-btn-mobile.half,
.main-navigation.mobile.right .close-menu.half {
    text-align: center
}

.main-navigation.mobile.right .location-btn-mobile.third,
.main-navigation.mobile.right .call-btn-mobile.third,
.main-navigation.mobile.right .close-menu.third {
    text-align: center
}

.main-navigation.mobile.left .location-btn-mobile.half,
.main-navigation.mobile.left .call-btn-mobile.half,
.main-navigation.mobile.left .close-menu.half {
    text-align: center
}

.main-navigation.mobile.left .location-btn-mobile.third,
.main-navigation.mobile.left .call-btn-mobile.third,
.main-navigation.mobile.left .close-menu.third {
    text-align: center
}

.main-navigation.mobile.left .menu-toggle.half,
.main-navigation.mobile.left .menu-toggle.third,
.main-navigation.mobile.right .menu-toggle.half,
.main-navigation.mobile.right .menu-toggle.third {
    text-align: left
}

.main-navigation.mobile.left .close-menu.third span,
.main-navigation.mobile.right .close-menu.third span {
    display: none
}

@media only screen and (max-width: 1024px) {
    .main-navigation {
        overflow: hidden;
        display: block
    }
    .main-navigation ul {
        position: relative;
        display: none
    }
}

@media only screen and (max-width: 420px) {
    .main-navigation.mobile .call-btn-mobile.third span,
    .main-navigation.mobile .location-btn-mobile.third span {
        display: none
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.widget select {
    max-width: 100%
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 1.5em
}

.updated:not(.published) {
    display: none
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.custom-logo-link {
    display: inline-block
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 5px
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

body.woocommerce-page,
body.woocommerce {
    color: #333
}

.woocommerce .page-contents-entry a,
.woocommerce-page .page-contents-entry a {
    text-decoration: none
}

.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6 {
    display: block;
    vertical-align: baseline
}

.woocommerce h1 {
    font-size: 32px
}

.woocommerce h2 {
    font-size: 26px
}

.woocommerce h3 {
    font-size: 24px
}

.woocommerce h4 {
    font-size: 22px
}

.woocommerce h5 {
    font-size: 18px
}

.woocommerce h6 {
    font-size: 16px
}

.woocommerce-error strong {
    font-weight: 600
}

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="number"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce-page input[type="text"],
.woocommerce-page input[type="email"],
.woocommerce-page input[type="number"],
.woocommerce-page input[type="tel"],
.woocommerce-page input[type="password"],
.woocommerce-page textarea {
    display: block;
    height: 41px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #eee;
    padding: 5px 15px;
    border-radius: 0
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .wc-forward,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 0;
    color: #fff;
    background-color: #ED1D25;
    border: none
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .wc-forward:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #1774EE;
    color: #fff
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    padding: 11px;
    color: #fff
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    text-decoration: none;
    font-weight: normal;
    color: #ED1D25;
    margin-bottom: 10px
}

.woocommerce-message {
    border-top-color: #ED1D25
}

.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before {
    color: #ED1D25
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 10px 0 50px 0;
    border-top-color: #ED1D25;
    color: #333
}

.woocommerce-error strong,
.woocommerce-info strong,
.woocommerce-message strong {
    font-weight: 600
}

.woocommerce .woocommerce-message .wc-forward {
    padding: 5px 15px;
    font-size: 13px
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 50px;
    text-align: left
}

.woocommerce nav.woocommerce-pagination ul {
    display: block;
    text-align: left;
    border: none;
    margin: 0
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    text-align: center;
    border-right: none;
    padding: 0;
    margin: 0;
    float: none
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    line-height: 45px;
    width: 45px;
    height: 45px;
    background: #dddddd;
    font-size: 15px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    color: #111
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ED1D25;
    color: #fff
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #1774EE;
    color: #fff
}

.cb-woocommerce-products {
    position: relative;
    margin-bottom: 20px
}

body.home .woocommerce ul.products {
    padding: 0
}

body.home .woocommerce ul.products li {
    text-align: center
}

.cb-woocommerce-products ul.products li h2,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 18px;
    margin: 15px 0;
    padding: 0
}

.woocommerce ul.products li.product .price {
    color: #ED1D25;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px
}

.woocommerce ul.products .price ins,
.woocommerce-page ul.products .price ins {
    text-decoration: none
}

.woocommerce ul.products li.product .button {
    margin-top: 15px
}

.woocommerce .products .star-rating {
    margin: 0 auto 15px auto;
    text-align: center;
    float: none
}

.woocommerce ul.products li.product .star-rating {
    font-size: 12px
}

.woocommerce-products-header {
    margin-bottom: 30px
}

.woocommerce .woocommerce-result-count {
    margin: 0;
    margin-bottom: 20px;
    float: none
}

.woocommerce .woocommerce-ordering {
    margin: 0;
    margin-bottom: 50px;
    float: none
}

.woocommerce .woocommerce-ordering .nice-select {
    max-width: 310px
}

.woocommerce ul.products {
    margin: 0
}

.woocommerce ul.products li.product {
    text-align: center
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    right: unset;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    background: red;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    letter-spacing: 0.25px;
    margin: 0;
    padding: 0;
    min-height: inherit;
    min-width: inherit
}

.woocommerce ul.products .price {
    display: block;
    margin-bottom: 20px
}

.woocommerce div.product .product_title {
    margin-bottom: 20px
}

.woocommerce-product-details__short-description {
    margin-bottom: 30px
}

.woocommerce div.product form.cart div.quantity {
    margin: 0;
    margin-right: 5px
}

.woocommerce .quantity .qty {
    display: inline-block;
    width: 50px;
    padding: 0;
    line-height: 1;
    height: 36px
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding: 30px 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #eee;
    padding: 0 30px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-color: #eee
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
    font-size: 15px;
    padding: 15px 0;
    line-height: 1
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    margin-bottom: 30px
}

.woocommerce-Tabs-panel h2 {
    margin-bottom: 30px
}

.woocommerce table.shop_attributes {
    border-top: 1px solid #eee;
    margin-bottom: 30px
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    border-bottom: 1px solid #eee;
    font-weight: normal;
    font-style: normal
}

.woocommerce table.shop_attributes th {
    font-weight: 500
}

.woocommerce-page .comment-form-rating label {
    margin-bottom: 15px
}

.woocommerce-page .comment-form-rating .nice-select {
    max-width: 180px;
    margin-bottom: 30px
}

.woocommerce-page .comment-form-comment label,
.woocommerce-page .comment-form-author label,
.woocommerce-page .comment-form-email label {
    display: block;
    margin-bottom: 15px
}

.woocommerce-page .comment-form-comment textarea,
.woocommerce-page .comment-form-email input[type="email"],
.woocommerce-page .comment-form-author input[type="text"] {
    margin-bottom: 20px
}

.woocommerce-page .comment-form-email input[type="email"] {
    margin-bottom: 40px
}

.woocommerce #review_form #respond textarea {
    height: 150px;
    border: 1px solid #eee;
    padding: 20px
}

.woocommerce #review_form #respond p {
    display: block;
    margin-bottom: 20px
}

.woocommerce p.stars a {
    margin: 2px;
    height: 1.5em;
    width: 1.5em
}

.woocommerce p.stars a:before {
    font-size: 19px;
    height: 1.5em;
    width: 1.5em
}

.woocommerce #reviews #comments {
    margin: 50px 0
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border: none;
    background: transparent;
    width: 40px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-color: #eee
}

.woocommerce .related.products h2 {
    margin-bottom: 50px
}

.woocommerce-page .page-contents-entry td,
.woocommerce-page .page-contents-entry th,
.woocommerce-page .page-contents-entry td,
.woocommerce-page .page-contents-entry th,
.woocommerce-page .page-contents-entry .mce-item-table,
.woocommerce-page .page-contents-entry .mce-item-table td,
.woocommerce-page .page-contents-entry .mce-item-table th,
.woocommerce-page .page-contents-entry .mce-item-table caption {
    border: none
}

.woocommerce .woocommerce-cart-form table.shop_table {
    border-color: #eee;
    margin-bottom: 50px;
    max-width: 100%;
    width: 100%
}

.woocommerce table.shop_table th {
    font-weight: 500
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding: 15px 15px
}

.woocommerce a.remove {
    font-weight: 400
}

.woocommerce-page table.shop_table tr td a {
    font-weight: 400;
    text-decoration: none;
    color: inherit
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 180px;
    height: 36px;
    border-color: #eee;
    font-size: 15px
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%
}

.woocommerce-page .cart_totals h2 {
    margin-bottom: 30px
}

.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    margin-bottom: 30px
}

.woocommerce-page .cart_totals .wc-proceed-to-checkout .wc-forward {
    padding: 20px 30px;
    letter-spacing: 0.25px;
    font-size: 17px
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #ED1D25;
    text-decoration: none;
    font-weight: normal
}

.woocommerce-form-coupon-toggle .woocommerce-error,
.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-message {
    margin-bottom: 10px;
    background: #f5f5f5
}

.woocommerce form.checkout_coupon {
    margin-top: 0;
    margin-bottom: 50px;
    background: #f5f5f5;
    padding: 30px;
    border-radius: 0;
    border-color: #eee
}

.woocommerce form.checkout_coupon input[type="text"] {
    height: 36px;
    max-width: 250px
}

.woocommerce form.checkout_coupon .form-row {
    padding: 0;
    padding-right: 10px
}

.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last,
.woocommerce-page form.checkout_coupon .form-row-first,
.woocommerce-page form.checkout_coupon .form-row-last {
    width: 50%
}

.woocommerce-page form.checkout.woocommerce-checkout {
    margin-top: 50px
}

.woocommerce-page form.checkout .col2-set,
.woocommerce-page form.checkout .col2-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    float: none;
    width: 100%
}

.woocommerce-page form.checkout .col2-set .col-1,
.woocommerce-page form.checkout .col2-set .col-2 {
    padding: 30px;
    background: #f5f5f5
}

.woocommerce-page form.checkout .col-2 {
    margin: 50px 0
}

.woocommerce-checkout #customer_details .col-2 h3#ship-to-different-address {
    font-family: 'Helvetica Neue', 'Helvetica', "Arial", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1
}

.woocommerce-page.woocommerce-checkout #customer_details textarea {
    border: 1px solid #eee;
    padding: 20px;
    height: 100px;
    margin-top: 20px;
    font-size: 15px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f5f5f5
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    padding: 30px;
    border-radius: 0
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 1px solid #eee
}

.woocommerce-terms-and-conditions-wrapper {
    margin: 30px 0
}

.woocommerce-terms-and-conditions-wrapper p a {
    color: #111;
    text-decoration: underline
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
    padding: 15px 30px
}

.woocommerce ul.order_details {
    margin: 0;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 0
}

.woocommerce ul.order_details li {
    border: none;
    border-bottom: 1px solid #eee;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    margin-right: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    padding: 20px;
    font-size: 15px
}

.woocommerce ul.order_details li:last-child {
    border-bottom: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding-top: 5px
}

.woocommerce .woocommerce-order-details {
    margin-top: 30px
}

.woocommerce table.shop_table {
    border-color: #eee;
    border-radius: 0;
    margin: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-color: #eee;
    font-weight: 600
}

.woocommerce .woocommerce-columns--addresses.col2-set .col-1,
.woocommerce .woocommerce-columns--addresses.col2-set .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    width: 100%;
    padding: 0;
    border-radius: 0
}

.woocommerce .woocommerce-columns--addresses.col2-set .col-1 {
    margin-bottom: 30px
}

.woocommerce .woocommerce-customer-details address {
    border-color: #eee;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-radius: 0;
    padding: 30px;
    line-height: 1.8
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    padding: 15px;
    background: #f5f5f5
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    padding: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #111;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    text-decoration: none
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a::after {
    content: '/';
    display: inline-block;
    color: #111;
    padding: 0 7px
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a::after {
    content: ''
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ED1D25
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
    padding: 30px;
    border: 1px solid #eee
}

.woocommerce table.shop_table td {
    border-color: #eee
}

.woocommerce-account .woocommerce table.my_account_orders .button {
    color: #fff
}

.woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
.woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
    border: 1px solid #eee;
    padding: 30px
}

.woocommerce-MyAccount-content .woocommerce-Addresses .col-1 {
    margin-bottom: 30px
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 30px
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-color: #eee;
    border-radius: 0
}

.woocommerce-form-login .woocommerce-LostPassword {
    display: block;
    margin-bottom: 0;
    margin-top: 20px
}

.woocommerce-form-login .woocommerce-LostPassword a {
    color: #111;
    font-weight: normal
}

@media (max-width: 650px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        padding-left: 0
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        display: block;
        border-radius: 0;
        margin: 0;
        padding: 0 15px
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        border-bottom-color: #eee
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
    .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
    .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
        display: none
    }
}

@media (max-width: 500px) {
    .woocommerce-page form.checkout .col2-set .col-1,
    .woocommerce-page form.checkout .col2-set .col-2 {
        padding: 15px
    }
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        display: block;
        width: 100%;
        height: 41px;
        line-height: 41px;
        margin-bottom: 10px
    }
    .woocommerce-page table.cart td.actions .coupon .button {
        width: 100%;
        float: none
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        float: none;
        width: 100%
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    vertical-align: baseline
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

body {
    line-height: 1.6;
    font-weight: normal;
    font-size: 16px;
    color: #111;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    overflow: initial !important;
    -webkit-tap-highlight-color: transparent;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

a {
    color: #111;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

a:hover,
a:focus,
a:visited {
    text-decoration: none
}

a:focus {
    outline: none
}

a:hover {
    color: #1774EE
}

ul,
ol,
p {
    padding: 0;
    margin: 0
}

:focus {
    outline: none !important
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 9px 25px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    border: none;
    background: #ED1D25;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #1774EE
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="date"] {
    color: #111;
    border: 1px solid #eee;
    height: 43px;
    width: 100%;
    -webkit-appearance: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
textarea:focus {
    outline: none
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding-left: 10px
}

textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    color: #111;
    border: 1px solid #eee;
    height: 160px;
    max-width: 100%;
    width: 100%
}

.btn-general {
    display: inline-block;
    padding: 10px 30px;
    line-height: 1;
    text-transform: capitalize;
    font-size: 15px;
    background: #ED1D25;
    color: #fff
}

.btn-general:hover {
    background: #1774EE;
    color: #fff
}

.en-container {
    position: relative;
    max-width: 1400px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    background: transparent
}

.en-container-fluid {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    background: transparent
}

.en-pagewrap {
    position: relative;
    z-index: 2;
    background: #fff;
    margin: 0 auto
}

body.boxed .en-pagewrap {
    max-width: 1400px;
    width: 100%
}

body.boxed {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    margin: 30px 0;
    background-color: whitesmoke
}

body.boxed .en-container,
body.boxed .en-container-fluid {
    max-width: 1400px;
    padding-left: 50px;
    padding-right: 50px
}

.en-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.en-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px
}

.mask {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.imghover img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.imghover {
    position: relative;
    overflow: hidden
}

.clr-white,
.clr-white a,
.clr-white span {
    color: #fff
}

.clr-primary,
.clr-primary a,
.clr-primary span {
    color: #111
}

.clr-secondary,
.clr-secondary a,
.clr-secondary span {
    color: #ED1D25
}

.clr-special,
.clr-special a,
.clr-special span {
    color: #a2a2a2
}

.clr-white a:hover,
.clr-primary a:hover,
.clr-secondary a:hover,
.clr-special a:hover {
    color: #1774EE
}

.f-size-tiny {
    font-size: 11px
}

.f-size-s {
    font-size: 18px
}

.f-size-m {
    font-size: 22px
}

.f-size-l {
    font-size: 28px
}

.f-size-xl {
    font-size: 34px
}

.entry-cats {
    display: block
}

ul.post-categories {
    list-style: none;
    position: relative
}

ul.post-categories li {
    display: inline-block;
    margin-right: 1px
}

ul.post-categories li a {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    background: #ED1D25;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.35px
}

ul.post-categories li a::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6px;
    left: 0;
    border-left: 0;
    border-right: 10px solid transparent;
    border-top: 8px solid #ED1D25;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

ul.post-categories li a:hover {
    border-color: #1774EE;
    background: #1774EE
}

ul.post-categories li a:hover::before {
    content: "";
    border-top: 8px solid #1774EE
}

ul.metas {
    position: relative;
    z-index: 5;
    display: block;
    list-style: none
}

ul.metas li {
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle
}

ul.metas li:last-child {
    padding-right: 0
}

ul.metas li span,
ul.metas li a {
    display: inline-block;
    color: inherit;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: capitalize
}

ul.metas li i {
    display: inline-block;
    padding-right: 2px;
    font-size: 13px
}

.social-icons-list {
    list-style: none
}

.social-icons-list li {
    display: inline-block
}

.social-icons-list li a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    color: #111;
    font-size: 14px
}

.social-icons-list li a:hover {
    color: #ED1D25
}

.card,
.box {
    position: relative;
    margin-bottom: 30px
}

.card:hover .mask,
.thumb:hover .mask {
    background: rgba(0, 0, 0, 0.6)
}

.section-title {
    padding-bottom: 50px
}

.thumb {
    position: relative;
    overflow: hidden
}

.post-title h2,
.post-title h3,
.post-title h4 {
    position: relative;
    margin-bottom: 50px
}

.widget-title {
    display: block
}

.widget-title {
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 40px
}

.widget-title::after {
    content: "";
    display: block;
    position: relative;
    width: 40px;
    height: 2px;
    background: #ED1D25;
    bottom: -2px
}

.widget-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #111;
    line-height: 40px
}

.excerpt p {
    color: #555
}

#toTop {
    position: fixed;
    z-index: 9999999;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    background: #ED1D25;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 2px;
    outline: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#toTop i {
    font-size: 16px
}

#toTop:hover {
    background: #1774EE
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    line-height: 35px;
    width: 35px;
    height: 35px;
    margin: 0 2px;
    background: #ED1D25;
    text-align: center;
    outline: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
    color: #fff;
    font-size: 16px;
    line-height: 35px
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #1774EE
}

.en-stickhead {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.is-sticky .en-stickhead {
    position: fixed;
    z-index: 9999 !important
}

.lazyloading,
.lazy-loaded,
img.lazyload,
img.lazyloaded {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.thumb {
    position: relative;
    padding-bottom: 56.25%;
    background: whitesmoke;
    overflow: hidden
}

.thumb img.lazyload {
    opacity: 0
}

.thumb img.lazyloaded {
    opacity: 1
}

.lazyloading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 100%;
    -webkit-animation: shine-lines 1.6s infinite linear;
    animation: shine-lines 1.6s infinite linear
}

.image-loaded::before {
    display: none;
    -webkit-animation: none;
    animation: none;
    background: transparent;
    -webkit-transform: none;
    transform: none;
    height: 0;
    width: 0;
    z-index: -1
}

.image-loaded:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.en-standard-section-spacing {
    margin-bottom: 50px
}

.en-inner-section-spacing {
    margin-bottom: 30px
}

.post-overlay.absolute {
    position: absolute;
    z-index: 5;
    top: 70%;
    bottom: unset;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px
}

.en-general-header {
    margin-bottom: 30px
}

.en-general-header .main-navigation>ul>li>a {
    color: #fff
}

.header-extra a {
    line-height: 50px;
    padding: 0 3px;
    font-size: 20px;
    color: #fff
}

#header-search,
.search-box,
.widget_search {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    width: 400px;
    max-width: 100%
}

#header-search form,
.search-box form,
.widget_search form {
    background: #fff;
    padding: 15px 20px;
    overflow: auto;
    -webkit-animation: 0.3s 0s fadeInUp both;
    animation: 0.3s 0s fadeInUp both;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2)
}

#header-search input[type="search"],
.search-box input[type="search"],
.widget_search input[type="search"],
#header-search input[type="submit"],
.search-box input[type="submit"],
.widget_search input[type="submit"] {
    position: relative;
    font-size: 14px;
    height: 46px;
    outline: none;
    font-weight: 400;
    color: #a2a2a2;
    padding-left: 15px;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#header-search input[type="search"],
.search-box input[type="search"],
.widget_search input[type="search"] {
    float: left;
    width: calc(100% - 100px);
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    letter-spacing: 0
}

#header-search input[type="submit"],
.search-box input[type="submit"],
.widget_search input[type="submit"] {
    float: right;
    background: #ED1D25;
    color: #fff;
    width: 100px;
    font-weight: 400;
    line-height: inherit;
    padding: 0 15px;
    border-radius: 0;
    cursor: pointer;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

#header-search input[type="submit"]:hover,
.search-box input[type="submit"]:hover,
.widget_search input[type="submit"]:hover {
    background: #1774EE
}

#header-search input[type="submit"]:focus,
.search-box input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    outline: none
}

#canvas-aside {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    top: 0;
    left: -360px;
    padding: 20px;
    width: 400px;
    max-width: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

#canvas-aside.visible {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#canvas-aside-mask {
    position: fixed;
    height: 100%;
    width: 100%;
    background: transparent;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#canvas-aside-mask.visible {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    visibility: visible;
    opacity: 1
}

#canvas-aside::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5
}

#canvas-aside::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2)
}

#canvas-aside::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5
}

header .widget {
    margin-bottom: 0
}

header .widget .widget_title,
header .widget .widget-title {
    display: none
}

header .widget {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.site-title {
    font-size: 24px;
    font-weight: 800
}

.site-title a {
    color: #fff
}

.site-title a:hover {
    color: #1774EE
}

.header-lay-1 .en-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-lay-1 .header-logo-nav-search-extra-wrapper {
    background: #111
}

.header-lay-1 .logo-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px
}

.header-lay-1 .logo-col .site-title {
    line-height: 50px
}

.header-lay-1 .logo-col .site-description {
    display: none
}

.header-lay-1 .nav-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 500px);
    flex: 0 0 calc(100% - 500px);
    max-width: calc(100% - 500px)
}

.header-lay-1 .extras-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    text-align: right
}

.header-lay-1 .canvas-col,
.header-lay-1 .branding-col {
    position: relative;
    vertical-align: middle
}

.header-lay-1 .canvas-col {
    display: inline-block
}

.header-lay-1 .branding-col {
    display: inline-block;
    padding-left: 35px
}

.header-lay-1 .canvas-col a {
    position: absolute;
    z-index: 5;
    top: 50%;
    bottom: unset;
    left: 0;
    right: unset;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 36px;
    color: #dadada
}

.header-lay-1 .main-navigation ul li a,
.header-lay-1 .main-navigation>ul>li>a {
    color: #dadada
}

.header-lay-1 .main-navigation ul li a {
    font-size: 14px;
    text-transform: capitalize
}

.header-lay-1 .main-navigation ul li a:hover {
    color: #fff
}

.header-lay-1 .extras-col .header-search,
.header-lay-1 .extras-col .social-icons {
    display: inline-block;
    vertical-align: middle
}

.header-lay-1 .extras-col a {
    line-height: 50px;
    height: auto;
    width: auto;
    color: #fff;
    font-size: 24px
}

.header-lay-1 .extras-col a:hover {
    color: #dadada
}

.header-lay-1 .extras-col .header-search {
    padding-right: 20px
}

.header-lay-1 .extras-col .social-icons-list li a {
    font-size: 18px;
    padding-right: 10px
}

.header-lay-1 .extras-col .social-icons-list li:last-child a {
    padding-right: 0
}

.header-lay-1 .extras-col .social-icons-list li {
    display: none
}

.header-lay-1 .extras-col .social-icons-list li:nth-child(1),
.header-lay-1 .extras-col .social-icons-list li:nth-child(2),
.header-lay-1 .extras-col .social-icons-list li:nth-child(3) {
    display: inline-block
}

.header-lay-2 .header-top-wrapper,
.header-lay-3 .header-top-wrapper {
    background: #111;
    padding: 5px 0 7px 0
}

.header-lay-2 .category-nav-col,
.header-lay-3 .category-nav-col,
.header-lay-2 .social-col,
.header-lay-3 .social-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.header-lay-2 .category-navigation ul,
.header-lay-3 .category-navigation ul {
    list-style: none
}

.header-lay-2 .category-navigation ul li,
.header-lay-3 .category-navigation ul li,
.header-lay-2 .category-navigation ul li a,
.header-lay-3 .category-navigation ul li a {
    display: inline-block
}

.header-lay-2 .category-navigation ul li a,
.header-lay-3 .category-navigation ul li a {
    line-height: 1;
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    padding-right: 10px
}

.header-lay-2 .category-navigation ul li:last-child a,
.header-lay-3 .category-navigation ul li:last-child a {
    padding-right: 0
}

.header-lay-2 .category-navigation ul li a:hover,
.header-lay-3 .category-navigation ul li a:hover {
    color: #1774EE
}

.header-lay-2 .social-col .social-icons-list,
.header-lay-3 .social-col .social-icons-list {
    text-align: right
}

.header-lay-2 .social-col .social-icons-list li a,
.header-lay-3 .social-col .social-icons-list li a {
    color: #fff;
    line-height: 1;
    height: inherit;
    width: inherit;
    padding-right: 15px
}

.header-lay-2 .social-col .social-icons-list li a:hover,
.header-lay-3 .social-col .social-icons-list li a:hover {
    color: #1774EE
}

.header-lay-2 .social-col .social-icons-list li:last-child a,
.header-lay-3 .social-col .social-icons-list li:last-child a {
    padding-right: 0
}

.header-lay-2 .header-logo-advt-wrapper,
.header-lay-3 .header-logo-advt-wrapper {
    padding: 30px 0
}

.header-lay-2 .logo-col,
.header-lay-3 .logo-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.header-lay-2 .advt-col,
.header-lay-3 .advt-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.header-lay-2 .site-title,
.header-lay-3 .site-title {
    font-size: 36px
}

.header-lay-2 .site-title a,
.header-lay-3 .site-title a {
    color: #111
}

.header-lay-2 .main-navigation>ul>li.home-btn,
.header-lay-3 .main-navigation>ul>li.home-btn {
    margin-left: 3px
}

.header-lay-2 .header-nav-extra-wrapper,
.header-lay-3 .header-nav-extra-wrapper {
    position: relative
}

.header-lay-2 .nav-col,
.header-lay-3 .nav-col {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.header-lay-2 .main-navigation,
.header-lay-3 .main-navigation {
    background: #111;
    border-bottom: 3px solid #ED1D25
}

.header-lay-2 .main-navigation .home-btn a,
.header-lay-3 .main-navigation .home-btn a {
    background: #ED1D25;
    padding: 0 15px
}

.header-lay-2 .main-navigation>ul,
.header-lay-3 .main-navigation>ul {
    margin-left: -3px
}

.header-lay-2 .main-navigation>ul>li>a,
.header-lay-3 .main-navigation>ul>li>a {
    line-height: 51px
}

.header-lay-2 .main-navigation>ul::before,
.header-lay-3 .main-navigation>ul::before,
.header-lay-2 .main-navigation>ul::after,
.header-lay-3 .main-navigation>ul::after {
    content: "";
    margin: 0 !important;
    padding: 0 !important
}

.header-lay-2 #search-toggle,
.header-lay-3 #search-toggle {
    position: absolute;
    z-index: 5;
    top: 50%;
    bottom: unset;
    left: auto;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    z-index: 99000
}

.header-lay-2 #header-search,
.header-lay-3 #header-search,
.header-lay-2 .search-box,
.header-lay-3 .search-box,
.header-lay-2 .widget_search,
.header-lay-3 .widget_search {
    right: 15px
}

.header-lay-3 .header-logo-nav-wrapper {
    padding: 15px 0;
    box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -o-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -ms-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1)
}

.header-lay-3 .logo-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    max-width: 350px
}

.header-lay-3 .nav-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 100% - 350px);
    flex: 0 0 calc( 100% - 350px);
    max-width: calc( 100% - 350px)
}

.header-lay-3 .site-title {
    font-size: 28px
}

.header-lay-3 .primary-menu-wrap {
    position: relative
}

.header-lay-3 .main-navigation {
    border: none;
    background: transparent
}

.header-lay-3 .header-logo-nav-wrapper .en-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.header-lay-3 .main-navigation>ul>li>a,
.header-lay-3 #search-toggle {
    line-height: 60px;
    color: #111
}

.header-lay-3 .main-navigation>ul>li>a:hover {
    color: #1774EE
}

.header-lay-3 #search-toggle {
    right: 0
}

.header-lay-3 .main-navigation>ul {
    text-align: right;
    padding-right: 30px;
    margin-left: 0
}

.header-lay-3 .main-navigation>ul>li>a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0
}

.header-lay-4 .site-title {
    font-size: 32px
}

.header-lay-4 .site-title a {
    color: #111
}

.header-lay-4 .header-nav-extra-wrapper {
    background: #111
}

.header-lay-4 .header-nav-extra-wrapper .en-col {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.header-lay-4 #search-toggle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    position: absolute;
    z-index: 5;
    top: 50%;
    bottom: unset;
    left: auto;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    z-index: 99000;
    color: #fff
}

.header-lay-4 .main-navigation>ul {
    margin-left: -10px
}

.header-lay-4 .header-logo-advt-wrapper {
    padding: 30px 0;
    box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -o-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -ms-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1)
}

.header-lay-4 .logo-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.header-lay-4 .advt-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.header-lay-5 .site-title {
    font-size: 36px
}

.header-lay-5 .site-title a {
    color: #111
}

.header-lay-5 .mid-header-outer {
    padding: 50px 0
}

.header-lay-5 .mid-header-inner .social-col,
.header-lay-5 .mid-header-inner .search-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.header-lay-5 .mid-header-inner .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.header-lay-5 .mid-header-inner .logo-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    text-align: center
}

.header-lay-5 .mid-header-inner .social-col {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header-lay-5 .mid-header-inner .search-col {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-lay-5 .navigation-outer {
    background: #111
}

.header-lay-5 .main-navigation>ul {
    text-align: center
}

.header-lay-5 .main-navigation>ul>li>a {
    padding: 0 15px
}

.header-lay-5 .search-col a {
    font-size: 22px
}

.header-lay-5 .search-col #search-toggle {
    padding-left: 10px
}

.header-lay-5 .search-col #canvas-toggle {
    font-size: 26px
}

.header-lay-5 #header-search,
.header-lay-5 .search-box,
.header-lay-5 .widget_search {
    z-index: 1000000
}

.en-breaking-news .ticker-head-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
    padding-right: 0
}

.en-breaking-news .ticker-head-col span,
.en-breaking-news .ticker-items p,
.en-breaking-news .ticker-items p a {
    display: block;
    line-height: 1
}

.en-breaking-news .ticker-head-col span {
    position: relative;
    background: #ED1D25;
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    line-height: 1
}

.en-breaking-news .ticker-head-col span:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -6px;
    left: 0;
    border-left: 0;
    border-right: 10px solid transparent;
    border-top: 8px solid #ED1D25
}

.en-breaking-news .ticker-items p,
.en-breaking-news .ticker-items p a {
    line-height: 36px
}

.en-breaking-news .ticker-items p a {
    display: block;
    max-width: 800px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.en-breaking-news .ticker-items {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 100% - 170px);
    flex: 0 0 calc( 100% - 170px);
    max-width: calc( 100% - 170px)
}

.en-breaking-news .owl-carousel .owl-nav {
    position: absolute;
    z-index: 5;
    top: 50%;
    bottom: unset;
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.en-breaking-news .owl-carousel .owl-nav button.owl-prev,
.en-breaking-news .owl-carousel .owl-nav button.owl-next {
    line-height: 24px;
    width: 24px;
    height: 24px
}

.en-breaking-news .owl-carousel .owl-nav button.owl-prev i,
.en-breaking-news .owl-carousel .owl-nav button.owl-next i {
    display: inline-block;
    font-size: 12px;
    line-height: 16px
}

.en-general-banner .card {
    margin-bottom: 0
}

#en-banner-lay-1 .thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 450px
}

#en-banner-lay-1 .post-overlay {
    top: 80%
}

#en-banner-lay-1 .post-overlay .post-title {
    margin: 20px 0 10px 0
}

#en-banner-lay-1 .owl-nav {
    position: absolute;
    left: 20px;
    top: 20px
}

#en-banner-lay-1 .entry-meta,
.en-banner-lay-5 .entry-meta {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 0 10px
}

#en-banner-lay-1 .post-overlay .entry-meta,
.en-banner-lay-5 .post-overlay .entry-meta {
    position: relative;
    padding: 0;
    right: unset;
    top: unset
}

#en-banner-lay-2 .thumb {
    padding-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

#en-banner-lay-2 .common-col .card {
    height: 500px
}

#en-banner-lay-2 .center-col .card {
    height: 245px;
    margin-bottom: 10px
}

#en-banner-lay-2 .center-col .card:last-child {
    margin-bottom: 0
}

#en-banner-lay-2 .left-col {
    padding-right: 5px
}

#en-banner-lay-2 .center-col {
    padding-left: 5px;
    padding-right: 5px
}

#en-banner-lay-2 .right-col {
    padding-left: 5px
}

#en-banner-lay-2 .thumb .entry-meta {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 0 10px
}

#en-banner-lay-2 .post-title {
    padding-top: 20px;
    padding-bottom: 5px;
    line-height: 1.4
}

#en-banner-lay-2 .post-overlay .entry-meta {
    position: relative;
    right: unset;
    top: unset;
    padding: 0
}

#en-banner-lay-2 .common-col .post-overlay {
    top: 80%
}

#en-banner-lay-2 .center-col .post-overlay {
    top: 65%
}

#en-banner-lay-2 .owl-nav,
#en-banner-lay-3 .owl-nav {
    position: absolute;
    left: 20px;
    top: 20px
}

.en-banner-lay-3 .thumb {
    padding-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.en-banner-lay-3 .left-col {
    padding-right: 2.5px
}

.en-banner-lay-3 .center-col {
    padding-right: 2.5px;
    padding-left: 2.5px
}

.en-banner-lay-3 .right-col {
    padding-left: 2.5px
}

.en-banner-lay-3 .common-col .thumb {
    height: 500px
}

.en-banner-lay-3 .right-col .thumb {
    height: 247px
}

.en-banner-lay-3 .entry-meta {
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 0 10px
}

.en-banner-lay-3 .post-overlay .entry-meta {
    position: relative;
    padding: 0;
    right: unset;
    top: unset
}

.en-banner-lay-3 .post-overlay .post-title {
    margin: 20px 0 10px 0
}

.en-banner-lay-3 .common-col .post-overlay {
    top: 80%
}

.en-banner-lay-3 .right-col .post-overlay {
    top: 60%
}

.en-banner-lay-3 .right-col .thumb {
    margin-bottom: 5px
}

.en-banner-lay-3 .right-col .thumb:last-child {
    margin-bottom: 0
}

#en-banner-lay-4 .thumb {
    padding-bottom: 0;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

#en-banner-lay-4 .post-title {
    font-size: 24px;
    padding: 10px 0 5px 0
}

#en-banner-lay-4 .post-overlay.absolute {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    padding: 60px 20px;
    background: rgba(0, 0, 0, 0.6)
}

#en-banner-lay-4 .owl-nav {
    position: absolute;
    right: 20px;
    top: 20px
}

.en-banner-lay-5 .thumb {
    padding-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.en-banner-lay-5 .left-gutter {
    padding-right: 2.5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.en-banner-lay-5 .right-gutter {
    padding-left: 2.5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.en-banner-lay-5 .left-gutter .thumb {
    height: 450px
}

.en-banner-lay-5 .right-gutter .thumb {
    height: 222px
}

.en-banner-lay-5 .right-gutter .en-row {
    margin: 0
}

.en-banner-lay-5 .right-gutter .en-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0
}

.en-banner-lay-5 .right-gutter .en-row .en-col:nth-child(odd) {
    padding-right: 2.5px
}

.en-banner-lay-5 .right-gutter .en-row .en-col:nth-child(even) {
    padding-left: 2.5px
}

.en-banner-lay-5 .right-gutter .en-row .en-col:nth-child(1),
.en-banner-lay-5 .right-gutter .en-row .en-col:nth-child(2) {
    margin-bottom: 5px
}

.en-banner-lay-5 .post-title {
    padding: 10px 0 5px 0
}

.en-banner-lay-5 .left-gutter .post-title {
    font-size: 24px
}

.en-banner-lay-5 .right-gutter .post-title {
    font-size: 18px
}

.en-banner-lay-5 .left-gutter .post-overlay.absolute {
    top: 80%
}

.en-widgets-holder-top-block-wrap {
    margin-bottom: 30px
}

.column-3-layout .aside-left-outer,
.column-3-layout .aside-right-outer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px
}

.column-3-layout .main-content-box-outer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px
}

.column-2-layout .aside-left-outer,
.column-2-layout .aside-right-outer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 15px
}

.column-2-layout .main-content-box-outer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0 15px
}

.en-tabed-widget {
    position: relative
}

.en-tabed-widget .widget-top-wrap {
    position: relative;
    margin-bottom: 40px
}

.en-tabed-widget .cats-list-entry {
    display: inline-block;
    position: absolute;
    z-index: 5;
    top: 50%;
    bottom: unset;
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    width: 500px;
    overflow: hidden
}

.en-tabed-widget .widget-title {
    margin-bottom: 0
}

.en-tabed-widget ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    text-align: right
}

.en-tabed-widget ul.tabs li {
    background: none;
    color: #111;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.en-tabed-widget ul.tabs li:last-child {
    padding-right: 0
}

.en-tabed-widget ul.tabs li.current {
    background: transparent;
    color: #ED1D25
}

.en-tabed-widget .tab-content {
    display: none;
    background: transparent;
    padding: 0
}

.en-tabed-widget .tab-content.current {
    display: inherit
}

.en-front-widget-1 {
    margin-bottom: 20px
}

.en-front-widget-1 .widgets-contents-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.en-front-widget-1 .widgets-contents-entry article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.en-front-widget-1 .widgets-contents-entry article:nth-child(odd) {
    padding-left: 5px
}

.en-front-widget-1 .widgets-contents-entry article:nth-child(even) {
    padding-right: 5px
}

.en-front-widget-1 .widgets-contents-entry article:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0
}

.en-front-widget-1 .widgets-contents-entry article:first-child .post-title {
    font-size: 22px
}

.en-front-widget-1 .thumb {
    padding-bottom: 56.25%
}

.en-front-widget-1 .thumb .entry-meta {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 10px;
    background: rgba(0, 0, 0, 0.3)
}

.en-front-widget-1 .content-holder,
.en-front-widget-3 .content-holder,
.en-front-widget-4 .content-holder,
.en-archive-page-layout-1 .content-holder,
.en-front-widget-5 .content-holder {
    margin-top: 20px
}

.en-front-widget-1 .post-title,
.en-front-widget-3 .post-title,
.en-front-widget-5 .post-title {
    padding: 20px 0 10px 0
}

.en-front-widget-1 .excerpt,
.en-front-widget-3 .excerpt {
    padding-top: 20px
}

.en-front-widget-2 .thumb,
.en-archive-page-layout-2 .thumb {
    padding-bottom: 75%
}

.en-front-widget-2 .card:last-child,
.en-archive-page-layout-2 .card:last-child {
    margin-bottom: 0
}

.en-front-widget-2 .thumb .entry-meta,
.en-archive-page-layout-2 .thumb .entry-meta,
.en-front-widget-3 .thumb .entry-meta,
.en-front-widget-4 .thumb .entry-meta,
.en-archive-page-layout-1 .thumb .entry-meta,
.en-front-widget-5 .thumb .entry-meta {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.3)
}

.en-front-widget-2 .post-title,
.en-archive-page-layout-2 .post-title,
.en-front-widget-4 .post-title,
.en-archive-page-layout-1 .post-title {
    padding-bottom: 10px
}

.en-front-widget-2 .excerpt,
.en-archive-page-layout-2 .excerpt,
.en-front-widget-4 .excerpt,
.en-archive-page-layout-1 .excerpt,
.en-front-widget-5 .excerpt {
    padding-top: 15px
}

.en-front-widget-3 .left-gutter article {
    margin-bottom: 0
}

.en-front-widget-3 .right-gutter .en-row {
    margin: 0
}

.en-front-widget-3 .right-gutter .left-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%
}

.en-front-widget-3 .right-gutter .right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 30px
}

.en-front-widget-3 .right-gutter .content-holder {
    margin: 0
}

.en-front-widget-3 .right-gutter article:last-child {
    margin-bottom: 0
}

.en-front-widget-3 .right-gutter .post-title {
    padding: 0 0 5px 0;
    line-height: 21px
}

.en-front-widget-3 .right-gutter .excerpt,
.en-front-widget-5 .right-col .excerpt {
    display: none
}

.en-front-widget-4,
.en-archive-page-layout-1 {
    margin-bottom: 20px
}

.en-front-widget-5 .en-col article:last-child {
    margin-bottom: 0
}

.en-front-widget-5 .en-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.en-front-widget-5 .en-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

.en-front-widget-5 .left-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%
}

.en-front-widget-5 .right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 30px
}

.en-front-widget-5 .right-col .content-holder {
    margin: 0
}

.en-front-widget-5 .right-col .post-title {
    padding-top: 0
}

.en-front-widget-6 .card {
    margin: 0
}

.en-front-widget-6 .thumb {
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.en-front-widget-6 .post-title {
    padding-top: 20px;
    padding-bottom: 5px;
    line-height: 1.2
}

.en-front-widget-6 .owl-carousel .owl-nav button.owl-prev i,
.en-front-widget-6 .owl-carousel .owl-nav button.owl-next i {
    font-size: 13px;
    line-height: 30px
}

.en-front-widget-6 .owl-nav {
    position: absolute;
    left: 20px;
    top: 20px
}

.en-front-widget-6 .owl-carousel .owl-nav button.owl-prev,
.en-front-widget-6 .owl-carousel .owl-nav button.owl-next {
    line-height: 30px;
    width: 30px;
    height: 30px
}

.en-front-widget-7 {
    margin-bottom: 20px
}

.en-front-widget-7 article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.en-front-widget-7 article .left-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%
}

.en-front-widget-7 article .right-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 30px
}

.en-front-widget-7 article .post-title {
    padding-bottom: 5px
}

.en-front-widget-7 article ul.metas li.likes,
.en-front-widget-7 article ul.metas li.comment {
    display: none
}

.en-front-widget-8 .small-boxposts-outer {
    border: 1px solid #eee;
    padding: 30px
}

.en-front-widget-8 .small-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee
}

.en-front-widget-8 .small-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.en-front-widget-8 .thumb {
    padding-bottom: 0;
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.en-front-widget-8 .thumb .post-title {
    padding-top: 20px;
    padding-bottom: 5px
}

.en-front-widget-8 article .left-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px
}

.en-front-widget-8 article .right-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding-left: 20px
}

.en-front-widget-8 .left-box span {
    font-size: 58px;
    font-weight: bold;
    line-height: 1
}

.en-front-widget-8 article .right-box .post-title {
    padding-bottom: 5px
}

.en-front-widget-9 .thumb .entry-cats {
    position: absolute;
    top: 3px;
    left: 5px;
    z-index: 10
}

.en-front-widget-9 .content-holder {
    margin-top: 20px
}

.en-front-widget-9 .post-title {
    padding-bottom: 10px
}

.en-front-widget-9 .excerpt {
    padding-top: 20px
}

footer {
    color: #b3b3b3;
    background: #111;
    padding-top: 50px
}

footer .widget .widget-title {
    position: relative;
    border-color: transparent
}

footer .widget .widget-title h3 {
    color: #f5f5f5
}

footer .widget .post-title,
footer .f-size-s,
footer .f-size-m,
footer .f-size-l,
footer .f-size-xl {
    font-size: 16px
}

footer,
footer a,
footer .widget a,
footer .en-author-widget .author-name h3 {
    color: #b3b3b3
}

footer .widget a:hover,
footer a:hover {
    color: #1774EE
}

footer .widget_categories ul li,
footer .widget_archive li,
footer .widget_categories li,
footer .widget_recent_entries li,
footer .widget_meta li,
footer .widget_recent_comments li,
footer .widget_rss li,
footer .widget_pages li,
footer .widget_nav_menu li a,
footer .widget_product_categories li,
footer .woocommerce-widget-layered-nav ul li,
.woocommerce footer .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
footer .widget_links ul li,
footer .calendar_wrap table td,
footer .calendar_wrap table th,
footer .nice-select,
footer .nice-select.open,
footer .nice-select:hover,
footer .nice-select:focus,
footer input[type="text"],
footer input[type="email"],
footer input[type="url"],
footer input[type="password"],
footer input[type="search"],
footer input[type="date"],
footer textarea,
footer .wpcf7 input[type="text"],
footer .wpcf7 input[type="tel"],
footer .wpcf7 input[type="email"],
footer .wpcf7 input[type="url"],
footer .wpcf7 input[type="password"],
footer .wpcf7 input[type="search"],
footer .wpcf7 textarea,
footer .jetpack_subscription_widget input[type="email"] {
    border-color: #3e3e3e
}

footer .widget_archive .nice-select li,
footer .widget_categories .nice-select li {
    border-color: #eee;
    color: #696969
}

footer .widget_tag_cloud .tagcloud a,
footer .nice-select,
footer .nice-select .option:hover,
footer .nice-select .option.focus,
footer .nice-select .option.selected.focus,
footer .calendar_wrap caption,
footer .widget_search form input[type="submit"],
footer button,
footer input[type="button"],
footer input[type="reset"],
footer input[type="submit"],
footer .jetpack_subscription_widget input[type="submit"],
footer .wpcf7 input[type="submit"],
footer .wpcf7 input[type="button"],
footer .en-author-widget .read-more a {
    background: #424242
}

footer .nice-select .option:hover {
    color: #fff
}

footer .widget_archive ul,
footer .widget_categories ul,
footer .widget_recent_entries ul,
footer .widget_meta ul,
footer .widget_recent_comments ul,
footer .widget_rss ul,
footer .widget_pages ul,
footer .widget_nav_menu ul,
footer .widget_product_categories ul,
footer .woocommerce-widget-layered-nav ul {
    padding-left: 0
}

footer .en-author-widget .read-more a:hover {
    color: #fff
}

.bottom-footer {
    padding: 30px 30px 20px 30px;
    margin-top: 60px;
    border-top: 1px solid rgba(142, 142, 142, 0.2)
}

.copyright-notice p {
    line-height: 1
}

.copyright-notice a {
    color: #ED1D25
}

.copyright-notice a:hover {
    color: #fff
}

.footer-navigation ul {
    list-style: none;
    width: 100%;
    text-align: right
}

.footer-navigation ul li,
.footer-navigation ul li a {
    display: inline-block
}

.footer-navigation ul li a {
    text-transform: capitalize;
    font-size: 15px;
    padding-right: 10px;
    line-height: 1
}

.footer-navigation ul li a::after {
    content: '|';
    padding-left: 12px
}

.footer-navigation ul li:last-child a {
    padding-right: 0
}

.footer-navigation ul li:last-child a::after {
    content: ""
}

.en-trending-posts-widget article,
.en-popular-posts-widget article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.en-trending-posts-widget .left-box,
.en-popular-posts-widget .left-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%
}

.en-trending-posts-widget .right-box,
.en-popular-posts-widget .right-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 30px
}

.en-trending-posts-widget.en-postwidget .post-title,
.en-popular-posts-widget.en-postwidget .post-title {
    padding: 0 0 5px 0
}

.widget_custom_html p {
    padding: 10px 0
}

.widget {
    margin-bottom: 30px
}

.widget.en-standard-section-spacing {
    margin-bottom: 50px
}

.widget.inner_section_spacing {
    margin-bottom: 30px
}

.en-postwidget .thumb {
    padding-bottom: 56.25%
}

.en-postwidget .thumb a {
    display: block
}

.en-postwidget .thumb .entry-cats {
    position: absolute;
    top: 3px;
    left: 5px;
    z-index: 10
}

.en-postwidget .post-title {
    padding: 20px 0 10px 0
}

.en-popular-trending-posts-widget-1 .cats-list-entry {
    display: block;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    -webkit-transform: none;
    transform: none;
    z-index: inherit;
    margin: 30px 0
}

.en-popular-trending-posts-widget-1 ul.tabs {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.en-popular-trending-posts-widget-1 ul.tabs li {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding: 10px 0;
    background: #eeeeee;
    color: #111;
    font-size: 15px;
    font-family: "Muli", sans-serif;
    text-transform: capitalize;
    font-weight: normal
}

.en-popular-trending-posts-widget-1 ul.tabs li.current {
    background: #ED1D25;
    color: #fff !important
}

.en-popular-trending-posts-widget-1 .content-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0
}

.en-popular-trending-posts-widget-1 .content-holder:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #eeeeee
}

.en-popular-trending-posts-widget-1 article:last-child .content-holder::after {
    content: '';
    border: none
}

.en-popular-trending-posts-widget-1 .content-holder .left-col,
.en-popular-trending-posts-widget-1 .content-holder .right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px
}

.en-popular-trending-posts-widget-1 .content-holder .right-col {
    padding-left: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 35px);
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px)
}

.en-popular-trending-posts-widget-1 .content-holder .left-col span {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 26px;
    font-weight: 900;
    background: #ED1D25;
    text-align: center;
    line-height: 46px;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2)
}

.en-popular-trending-posts-widget-1 article {
    margin-bottom: 0
}

.en-popular-trending-posts-widget-1 .content-holder .right-col .post-title {
    padding: 0 0 5px 0
}

.en-socialwidget .social-icons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px
}

.en-socialwidget .social-icons-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left
}

.en-socialwidget .social-icons-list li:nth-child(odd) {
    padding-right: 5px
}

.en-socialwidget .social-icons-list li:nth-child(even) {
    padding-left: 5px
}

.en-socialwidget .social-icons-list li a {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #fff;
    line-height: 40px;
    height: 40px;
    padding: 0 5px 0 15px;
    letter-spacing: 0
}

.en-socialwidget .social-icons-list li a:hover {
    color: #fff
}

.en-socialwidget .social-icons-list li a i {
    display: inline-block;
    padding-right: 10px;
    line-height: 40px;
    font-size: 16px
}

.en-socialwidget .social-icons-list li a span {
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1)
}

.social-icons-list.colored li.facebook a,
.social-icons-list-post-page li.facebook a {
    background: #4267B2
}

.social-icons-list.colored li.twitter a,
.social-icons-list-post-page li.twitter a {
    background: #1DA1F2
}

.social-icons-list.colored li.instagram a,
.social-icons-list-post-page li.instagram a {
    background: #C53181
}

.social-icons-list.colored li.vk a,
.social-icons-list-post-page li.vk a {
    background: #224B7A
}

.social-icons-list.colored li.linkedin a,
.social-icons-list-post-page li.linkedin a {
    background: #0274B3
}

.social-icons-list.colored li.pinterest a,
.social-icons-list-post-page li.pinterest a {
    background: #BD081C
}

.social-icons-list.colored li.googleplus a,
.social-icons-list-post-page li.googleplus a {
    background: #DC4C40
}

.social-icons-list.colored li.youtube a,
.social-icons-list-post-page li.youtube a {
    background: red
}

.social-icons-list.colored li.quora a,
.social-icons-list-post-page li.quora a {
    background: #B92B27
}

.social-icons-list.colored li.vimeo a,
.social-icons-list-post-page li.vimeo a {
    background: #1AB7EA
}

.social-icons-list.colored li.reddit a,
.social-icons-list-post-page li.reddit a {
    background: #FF4500
}

.social-icons-list.colored li.medium a,
.social-icons-list-post-page li.medium a {
    background: #00AB6C
}

.social-icons-list.colored li.facebook a:hover,
.social-icons-list-post-page li.facebook a:hover,
.social-icons-list.colored li.twitter a:hover,
.social-icons-list-post-page li.twitter a:hover,
.social-icons-list.colored li.instagram a:hover,
.social-icons-list-post-page li.instagram a:hover,
.social-icons-list.colored li.linkedin a:hover,
.social-icons-list-post-page li.linkedin a:hover,
.social-icons-list.colored li.vk a:hover,
.social-icons-list-post-page li.vk a:hover,
.social-icons-list.colored li.pinterest a:hover,
.social-icons-list-post-page li.pinterest a:hover,
.social-icons-list.colored li.reddit a:hover,
.social-icons-list-post-page li.reddit a:hover,
.social-icons-list.colored li.googleplus a:hover,
.social-icons-list-post-page li.googleplus a:hover,
.social-icons-list.colored li.vimeo a:hover,
.social-icons-list-post-page li.vimeo a:hover,
.social-icons-list.colored li.youtube a:hover,
.social-icons-list-post-page li.youtube a:hover,
.social-icons-list.colored li.quora a:hover,
.social-icons-list-post-page li.quora a:hover,
.social-icons-list.colored li.medium a:hover,
.social-icons-list-post-page li.medium a:hover {
    background: #111
}

.en-socialwidget-2 .social-icons-list li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin: 2px 0
}

.en-socialwidget-2 .social-icons-list.colored li.facebook a:hover,
.en-socialwidget-2 .social-icons-list-post-page li.facebook a:hover,
.en-socialwidget-2 .social-icons-list.colored li.twitter a:hover,
.en-socialwidget-2 .social-icons-list-post-page li.twitter a:hover,
.en-socialwidget-2 .social-icons-list.colored li.instagram a:hover,
.en-socialwidget-2 .social-icons-list-post-page li.instagram a:hover,
.en-socialwidget-2 .social-icons-list.colored li.linkedin a:hover,
.en-socialwidget-2 .social-icons-list-post-page li.linkedin a:hover,
.en-socialwidget-2 .social-icons-list.colored li.vk a:hover,
.en-socialwidget-2 .social-icons-list-post-page li.vk a:hover,
.en-socialwidget-2 .social-icons-list.colored li.pinterest a:hover,
.en-socialwidget-2 .social-icons-list-post-page li.pinterest a:hover,
.en-socialwidget-2 .social-icons-list.colored li.reddit a:hover,
.en-socialwidget-2 .social-icons-list-post-page li.reddit a:hover,
.en-socialwidget-2 .social-icons-list.colored li.googleplus a:hover,
.en-socialwidget-2 .social-icons-list-post-page li.googleplus a:hover,
.en-socialwidget-2 .social-icons-list.colored li.vimeo a:hover,
.en-socialwidget-2 .social-icons-list-post-page li.vimeo a:hover,
.en-socialwidget-2 .social-icons-list.colored li.youtube a:hover,
.en-socialwidget-2 .social-icons-list-post-page li.youtube a:hover,
.en-socialwidget-2 .social-icons-list.colored li.quora a:hover,
.en-socialwidget-2 .social-icons-list-post-page li.quora a:hover,
.en-socialwidget-2 .social-icons-list.colored li.medium a:hover,
.en-socialwidget-2 .social-icons-list-post-page li.medium a:hover {
    background: #1774EE
}

.en-author-widget .widgets-contents-entry {
    text-align: center
}

.en-author-widget .thumbnail img {
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    border: 2px solid #eee;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 150px;
    height: 150px
}

.en-author-widget .author-name h3 {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 10px
}

.en-author-widget .read-more {
    margin-top: 20px
}

.en-author-widget .read-more a {
    display: block;
    padding: 13px 5px
}

.widget .en-instagram .feeds-entry ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -5px
}

.widget .en-instagram .feeds-entry ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 5px 5px;
    background: transparent
}

.widget .en-instagram .feeds-entry ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 100%
}

.widget .en-instagram .feeds-entry .follow {
    margin-top: 30px;
    text-align: center
}

.widget .en-instagram .feeds-entry .follow a {
    display: block;
    padding: 12px 5px
}

.en-newsletter-widget p {
    padding-bottom: 20px
}

.en-newsletter-widget input[type="text"],
.en-newsletter-widget input[type="email"] {
    width: 100%;
    height: 47px;
    border: 1px solid #eee;
    padding: 0 15px;
    margin-bottom: 20px
}

.en-newsletter-widget button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
    height: 47px;
    padding: 0 30px;
    background: #ED1D25;
    border: none;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.en-newsletter-widget button:hover {
    background: #1774EE
}

.en-newsletter-widget button:focus {
    outline: none
}

.widget_categories ul {
    list-style: none;
    overflow: hidden;
    margin: -15px 0
}

.widget_categories ul li {
    padding: 15px 0;
    text-align: right;
    border-bottom: 1px solid #eee;
    line-height: 1
}

.widget_categories ul li:last-child {
    border-bottom: none
}

.widget_categories ul li a {
    display: block;
    float: left;
    line-height: 1
}

.en-custom-category ul {
    list-style: none
}

.en-custom-category ul li {
    margin-bottom: 30px
}

.en-custom-category ul li:last-child {
    margin-bottom: 0
}

.en-custom-category .thumb {
    padding-bottom: 0;
    height: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.en-custom-category ul li a {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 12px 40px;
    background: #ED1D25;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1
}

.en-custom-category ul li a:hover {
    background: #1774EE
}

.widget_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    flex-wrap: wrap;
    overflow: hidden;
    margin: -5px -2px
}

.widget_tag_cloud .tagcloud a {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    text-transform: capitalize;
    font-size: 15px !important;
    text-align: center;
    letter-spacing: 0px;
    padding: 5px 15px;
    margin: 2px;
    background: #eeeeee;
    font-weight: normal
}

.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background: #1774EE
}

.en-breadcrumb {
    margin-bottom: 30px
}

.en-breadcrumb ul {
    list-style: none;
    background: #eeeeee;
    padding: 10px 20px
}

.en-breadcrumb ul li,
.en-breadcrumb ul li a,
.en-breadcrumb ul li span {
    display: inline-block;
    font-size: 15px
}

.en-breadcrumb ul li {
    padding-right: 10px
}

.en-breadcrumb ul li:last-child {
    padding-right: 0
}

.en-breadcrumb ul li a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-left: 10px;
    color: #111;
    line-height: 1;
    font-size: 10px
}

.en-pagination {
    padding: 50px 0
}

.en-pagination .nav-links a,
.en-pagination .nav-links span {
    display: inline-block;
    font-size: 15px;
    font-weight: normal
}

.en-pagination .pagi-layout-1 .nav-links a,
.en-pagination .pagi-layout-1 .nav-links span {
    line-height: 50px;
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 50%;
    text-align: center;
    margin: 0 3px
}

.en-pagination .pagi-layout-1 .nav-links a:first-child,
.en-pagination .pagi-layout-1 .nav-links span:first-child {
    margin-left: 0
}

.en-pagination .pagi-layout-1 .nav-links span.current {
    background: #ED1D25;
    color: #fff
}

.en-pagination .pagi-layout-1 .nav-links a:hover {
    background: #1774EE;
    color: #fff
}

.en-inner-pages-main-wrapper {
    padding-bottom: 50px
}

.en-inner-pages-main-wrapper.columns-2 .main-content-area-outer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
}

.en-inner-pages-main-wrapper.columns-2 .aside-sidebar-outer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

.en-inner-pages-main-wrapper.columns-1 .main-content-area-outer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.page-title {
    margin-bottom: 30px
}

.page-title h1,
.page-title h2,
.page-title h3 {
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2
}

.page-title h1 span,
.page-title h2 span,
.page-title h3 span {
    color: #ED1D25
}

.cats-description {
    margin-bottom: 50px
}

.en-inner-pages-main-wrapper.columns-1 .en-archive-page-layout-1 .post-title {
    font-size: 21px
}

.en-archive-page-layout-2 .post-title {
    font-size: 21px
}

.en-inner-pages-main-wrapper.columns-1 .en-archive-page-layout-2 .post-title {
    font-size: 28px
}

.en-archive-page-layout-2 .thumb {
    padding-bottom: 56.25%
}

.event-archive-page-entry .page-title {
    margin-bottom: 50px
}

.event-archive-inner .card {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background: #eeeeee;
    box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -o-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -ms-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1)
}

.event-archive-inner .card:last-child {
    margin-bottom: 30px
}

.event-archive-inner .card .leftbox,
.event-archive-inner .card .rightbox {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.event-archive-inner .card .rightbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 30px
}

.event-archive-inner .card .leftbox .thumb {
    min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.if-live-event {
    position: relative
}

.if-live-event span {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 100;
    display: inline-block;
    padding: 5px 20px;
    background: #ED1D25;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2)
}

.if-live-event span::before {
    width: 0;
    height: 0;
    border-top: 20px solid #ED1D25;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
    content: ''
}

.if-live-event span::after {
    width: 0;
    height: 0;
    border-bottom: 20px solid #ED1D25;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    right: -20px;
    content: ''
}

.event-archive-inner .entry-meta-event span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px
}

.event-archive-inner .entry-title h3 {
    margin-bottom: 15px;
    margin-top: 20px
}

.event-archive-inner .entry-meta-event .meta-date-head {
    margin-right: 5px
}

.event-archive-inner .entry-meta-event .event-date {
    color: #ED1D25
}

.search-page-entry .page-title {
    margin-bottom: 50px
}

#masonry-grids-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

#masonry-grids-row .masonry-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 40px
}

.en-inner-pages-main-wrapper.columns-2 #masonry-grids-row .masonry-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

#masonry-grids-row .masonry-item .thumb {
    padding-bottom: 0
}

#masonry-grids-row .masonry-item .thumb img {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%
}

#masonry-grids-row .masonry-item article {
    margin-bottom: 0
}

#masonry-grids-row .masonry-item .content-holder {
    padding: 30px 20px;
    background: #f5f5f5
}

#masonry-grids-row .masonry-item .post-title {
    padding-bottom: 10px
}

#masonry-grids-row .masonry-item .entry-meta {
    padding-bottom: 15px
}

.nothingfound-page-entry .nothingfound-message {
    margin-bottom: 30px
}

.search-box {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    z-index: 1
}

.search-box form {
    padding: 0;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-animation: none;
    animation: none
}

.search-box input[type="submit"] {
    font-size: 15px
}

.nothingfound-page-entry .nothingfound-page-search form {
    max-width: 700px
}

.nothingfound-page-entry .nothingfound-page-search form input[type="search"],
.nothingfound-page-entry .nothingfound-page-search form input[type="submit"] {
    height: 48px;
    font-size: 15px
}

.nothingfound-page-entry .nothingfound-page-search form input[type="search"] {
    width: calc(100% - 150px)
}

.nothingfound-page-entry .nothingfound-page-search form input[type="submit"] {
    width: 150px;
    text-transform: capitalize
}

.page-404-entry {
    text-align: center;
    padding-bottom: 100px
}

.page-404-entry .header-404 {
    padding: 50px 0
}

.page-404-entry .header-404 h3 {
    font-family: "Arial", 'Halvetica', sans-serif;
    font-size: 152px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px #444444
}

.page-404-entry .header-404 h3 span {
    color: #ED1D25
}

.page-404-message {
    margin-bottom: 50px
}

.page-404-entry .search-box {
    width: 550px;
    max-width: 100%;
    margin: 0 auto
}

.default-page-entry .page-title {
    margin-bottom: 50px
}

.default-page-entry .featured-image {
    margin-bottom: 50px
}

.default-page-entry .image-loaded:hover img {
    -webkit-transform: none;
    transform: none
}

.en-inner-pages-main-wrapper.columns-1 .default-page-entry .editor-entry {
    padding: 0 10%
}

.editor-entry a {
    color: #ED1D25
}

.editor-entry a:hover {
    color: #1774EE
}

.editor-entry b,
.editor-entry strong {
    font-weight: bold
}

.editor-entry dfn {
    font-style: italic
}

.editor-entry mark {
    background: #ff0;
    color: #111111
}

.editor-entry small {
    font-size: 80%
}

.editor-entry sub,
.editor-entry sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.editor-entry sup {
    top: -0.5em
}

.editor-entry sub {
    bottom: -0.25em
}

.editor-entry img {
    border: 0
}

.editor-entry pre {
    overflow: auto
}

.editor-entry code,
.editor-entry kbd,
.editor-entry pre,
.editor-entry samp {
    font-family: monospace, monospace
}

.editor-entry fieldset {
    border: 1px solid #eee;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

.editor-entry q {
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px
}

.editor-entry legend {
    border: 0;
    padding: 0
}

.editor-entry textarea {
    overflow: auto
}

.editor-entry optgroup {
    font-weight: bold
}

.editor-entry table {
    border-collapse: collapse;
    border-spacing: 0
}

.editor-entry td,
.editor-entry th,
.editor-entry td,
.editor-entry th,
.editor-entry .mce-item-table,
.editor-entry .mce-item-table td,
.editor-entry .mce-item-table th,
.editor-entry .mce-item-table caption {
    padding: 10px 15px;
    border: 1px solid #eee;
    text-align: left
}

.editor-entry h1,
.editor-entry h2,
.editor-entry h3,
.editor-entry h4,
.editor-entry h5,
.editor-entry h6 {
    margin: 30px 0 30px 0;
    font-weight: 600;
    color: #111;
    line-height: 1.2
}

.editor-entry p {
    margin: 0 0 15px 0
}

.editor-entry dfn,
.editor-entry cite,
.editor-entry em,
.editor-entry i {
    font-style: italic
}

.editor-entry blockquote {
    text-align: center;
    position: relative;
    margin: 30px 0 30px 0;
    padding: 30px;
    font-size: 16px;
    font-weight: normal;
    background: #eeeeee
}

.editor-entry blockquote cite {
    font-size: 18px;
    line-height: 1.89;
    color: #999999
}

.editor-entry blockquote cite {
    display: block;
    margin-top: 7px
}

.editor-entry address {
    margin: 0 0 15px
}

.editor-entry pre {
    background: #eeeeee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin: 30px 0;
    max-width: 100%;
    overflow: auto;
    padding: 15px
}

.editor-entry code,
.editor-entry kbd,
.editor-entry tt,
.editor-entry var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px
}

.editor-entry abbr,
.editor-entry acronym {
    border-bottom: 1px dotted #eee;
    cursor: help
}

.editor-entry mark,
.editor-entry ins {
    background: #f5f5f5;
    text-decoration: none
}

.editor-entry big {
    font-size: 125%
}

.editor-entry blockquote:before,
.editor-entry blockquote:after,
.editor-entry q:before,
.editor-entry q:after {
    content: ""
}

.editor-entry blockquote:before {
    content: "\201c";
    font-family: "Arial", "Times New Roman";
    display: block;
    font-size: 93px;
    line-height: 50px;
    font-weight: bold
}

.editor-entry blockquote:before {
    color: #ED1D25
}

.editor-entry hr {
    background-color: #ECECEE;
    border: 0;
    height: 1px;
    margin: 60px 0;
    clear: both
}

.editor-entry ul,
.editor-entry ol {
    margin: 0 0 15px 0;
    padding: 0 0 0 15px
}

.editor-entry ul {
    list-style: disc
}

.editor-entry ol {
    list-style: decimal
}

.editor-entry ol li,
.editor-entry ul li {
    padding: 7px 0
}

.editor-entry li>ul,
.editor-entry li>ol {
    margin-bottom: 0;
    margin-left: 15px
}

.editor-entry dt {
    font-weight: bold
}

.editor-entry dd {
    margin: 0 15px 15px
}

.editor-entry img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

.editor-entry figure {
    margin: 15px 0
}

.editor-entry table {
    margin: 0 0 15px;
    width: 100%
}

.editor-entry .alignleft {
    display: inline;
    float: left;
    margin-right: 50px
}

.editor-entry .alignright {
    display: inline;
    float: right;
    margin-left: 50px
}

.editor-entry .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.editor-entry .text-alignleft {
    text-align: left
}

.editor-entry .text-alignright {
    text-align: right
}

.editor-entry .text-aligncenter {
    text-align: center
}

.custom-category-page-entry .page-title {
    margin-bottom: 50px
}

.custom-category-page-entry .cats-name h3 {
    margin-top: 20px
}

.custom-category-page-entry .cats-name h3::after {
    content: '\f30b';
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    color: #111;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.custom-category-page-entry .cats-name h3:hover:after {
    padding-left: 50px
}

.post-page-layout-1 .page-title {
    margin-bottom: 30px
}

.post-page-layout-1 .page-title h2 {
    padding: 15px 20px;
    background: #111;
    border-left: 5px solid #ED1D25;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.4
}

.post-page-layout-1 .featured-image {
    margin-bottom: 30px
}

.post-page-entry .image-loaded:hover img {
    -webkit-transform: none;
    transform: none
}

.post-page-entry .entry-meta {
    margin-bottom: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

.post-like-dislike-btns-holder {
    overflow: hidden;
    text-align: center
}

.post-like-dislike-btns-holder button {
    display: inline-block;
    background: #111;
    color: #fff;
    margin: 5px 10px;
    padding: 13px 30px;
    line-height: 1;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.post-like-dislike-btns-holder button:hover {
    background: #1774EE
}

.post-like-dislike-btns-holder button:focus {
    outline: none
}

.popup-overlay {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    visibility: hidden;
    background: #fff;
    border: 3px dashed #ED1D25;
    width: 50%;
    height: 200px
}

.popup-overlay.active {
    visibility: visible;
    text-align: center
}

.popup-content {
    visibility: hidden
}

.popup-content.active {
    visibility: visible
}

.social-icons-list-post-page {
    margin-bottom: 30px
}

.social-icons-list-post-page.end-of-editor-content {
    margin-top: 30px
}

.social-icons-list-post-page {
    list-style: none
}

.social-icons-list-post-page li {
    display: inline-block;
    text-align: center;
    margin-right: 2px
}

.social-icons-list-post-page li:first-child {
    line-height: 30px;
    height: 30px;
    width: auto;
    background: transparent;
    color: #ED1D25;
    margin-right: 15px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0
}

.social-icons-list-post-page li a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 40px;
    color: #fff;
    font-size: 14px
}

.social-icons-list-post-page li a:hover {
    color: #fff;
    background: #111
}

.entry-tags {
    margin: 30px 0 40px 0;
    text-align: center
}

.post-tags a {
    position: relative;
    display: inline-block;
    background: #ED1D25;
    padding: 10px 30px;
    margin: 2px;
    text-transform: capitalize;
    color: #fff;
    line-height: 1;
    font-size: 15px
}

.post-tags a::before {
    content: '\f0e7';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    z-index: 5;
    top: 50%;
    bottom: unset;
    left: 10px;
    right: unset;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px
}

.post-tags a:hover {
    background: #1774EE
}

.post-navigation {
    margin: 30px 0
}

.post-navigation .nav-links {
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    padding: 20px 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center
}

.post-navigation .nav-links .nav-previous {
    border-right: 1px solid #eee
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
    display: block;
    position: relative;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 15px
}

.post-navigation .nav-links .nav-previous a::before,
.post-navigation .nav-links .nav-next a::after {
    content: "\f137";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    z-index: 5;
    top: 50%;
    bottom: unset;
    left: 0;
    right: unset;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #111;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.post-navigation .nav-links .nav-previous a:hover:before {
    left: -15px
}

.post-navigation .nav-links .nav-next a::after {
    content: "\f138";
    right: 0;
    left: unset
}

.post-navigation .nav-links .nav-next a:hover:after {
    right: -15px
}

.en-author-box {
    margin: 60px 0;
    text-align: center
}

.en-author-box .author-box-contents {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 3px
}

.en-author-box .author-thumb {
    margin-bottom: 20px
}

.en-author-box .author-thumb img {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1)
}

.en-author-box .author-details {
    background: #f5f5f5;
    padding: 30px 20px
}

.en-author-box .author-name h3 {
    font-size: 27px;
    text-transform: capitalize;
    color: #ED1D25
}

.en-author-box .author-name,
.en-author-box .author-desc p {
    margin-bottom: 20px
}

.en-author-box .author-social ul li {
    margin-right: 5px
}

.en-author-box .author-social ul li:last-child {
    margin-right: 0
}

.en-author-box .author-social ul li a {
    line-height: 35px;
    width: 35px;
    height: 35px
}

.en-author-box .author-social ul li a:hover {
    color: #1774EE
}

.en-related-posts-block {
    margin-top: 60px
}

.en-related-posts-block .related-posts-title {
    margin-bottom: 30px
}

.columns-2 .en-related-posts-block .en-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.en-related-posts-block .entry-meta {
    margin: 0
}

.post-page-entry .thumb.post-format {
    padding-bottom: 0;
    margin-bottom: 30px;
    background: transparent
}

.video-format iframe,
.video-format video,
.audio-format iframe,
.audio-format audio {
    display: block;
    border: none;
    min-height: 400px;
    max-width: 100%;
    width: 100%
}

.audio-format iframe {
    min-height: 250px
}

.audio-format audio {
    min-height: 30px
}

.video-format video {
    min-height: 300px
}

.post-format.quote-format blockquote {
    display: block;
    position: relative;
    padding: 30px 0 30px 50px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    border-left: 4px solid #ED1D25
}

.post-format.link-format {
    border: 1px solid #eee;
    padding: 30px;
    padding-bottom: 30px !important
}

.post-format.link-format a {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    line-height: 1px;
    padding-left: 40px
}

.post-format.link-format a::before {
    content: '\f0c1';
    font-family: 'Font Awesome 5 Free';
    font-size: 28px;
    position: absolute;
    z-index: 5;
    top: 50%;
    bottom: unset;
    left: 0;
    right: unset;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gallery-format .owl-single-gallery .owl-nav {
    position: absolute;
    right: 30px;
    top: 30px
}

.gallery-format img {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    max-width: 100%;
    height: auto
}

.event-page-entry .thumb img:hover {
    -webkit-transform: none;
    transform: none
}

.event-page-entry .page-title {
    margin-bottom: 0
}

.event-page-top-box {
    background: transparent;
    border: 1px solid #eee;
    padding: 30px;
    overflow: hidden;
    margin: 30px 0
}

.event-page-top-box .leftbox,
.event-page-top-box .rightbox {
    display: block;
    float: left;
    text-align: center;
    vertical-align: middle
}

.event-page-top-box .rightbox {
    width: calc(100% - 100px);
    text-align: left;
    padding-left: 20px
}

.event-page-top-box .leftbox {
    width: 100px;
    height: 70px;
    border: 1px solid #eee;
    overflow: hidden
}

.event-page-top-box .leftbox span {
    display: inline-block;
    font-family: 'Helvetica Neue', 'Arial', 'Halvetica', sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    padding: 10px;
    font-weight: 900
}

.event-page-top-box .event-metas {
    padding: 10px 0
}

.event-page-top-box .event-metas ul {
    list-style: none
}

.event-page-top-box .event-metas ul p {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    color: #ED1D25;
    font-family: 'Helvetica Neue', 'Arial', 'Halvetica', sans-serif
}

.event-page-top-box .social-icons-list-post-page {
    margin-bottom: 0;
    margin-top: 30px
}

.live-feeds-entry {
    padding: 50px;
    margin: 30px 0;
    background: #eeeeee
}

.live-feeds-entry .live-feed {
    background: #fff;
    box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -o-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -ms-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    -moz-box-shadow: 0 1px 5px rgba(72, 72, 72, 0.1);
    margin-bottom: 30px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 4px
}

.live-feeds-entry .live-feed:last-child {
    margin-bottom: 0
}

.live-feeds-entry .live-feed .leftbox,
.live-feeds-entry .live-feed .rightbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 15px
}

.live-feeds-entry .live-feed .rightbox {
    background: transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 0
}

.live-feeds-entry .live-feed .leftbox span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #ED1D25;
    text-align: center;
    font-size: 13px;
    border-radius: 50%;
    font-weight: 600;
    letter-spacing: 0.20px
}

.comments-area {
    margin: 0
}

.comments-area textarea {
    padding: 20px
}

.comments-area textarea,
.comments-area input {
    margin-bottom: 30px
}

.comments-area .comments-title,
.comment-respond .comment-reply-title {
    font-size: 24px;
    margin: 0 0 15px
}

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.comments-area .comment-list {
    background: transparent;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    margin: 30px 0
}

.comments-area .comment-body {
    display: block;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 30px;
    border: 1px solid #eee
}

.comments-area .children {
    margin-left: 25px
}

.comments-area .children li {
    position: relative;
    margin-bottom: 30px
}

.comments-area .children li.depth-2,
.comments-area .children li.depth-3,
.comments-area .children li.depth-4,
.comments-area .children li.depth-5,
.comments-area .children li.depth-6 {
    padding-left: 25px
}

.comments-area .comment-body .comment-meta {
    background: transparent;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.comments-area .comment-body .comment-meta img {
    border-radius: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2)
}

.comments-area .comment-body .fn,
.comments-area .comment-body .fn a {
    display: block;
    font-size: 17px;
    color: #757575;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 15px 0 5px 0
}

.comments-area .comment-body .fn a:hover,
.comments-area .comment-body .fn a:focus {
    text-decoration: none;
    color: #1774EE
}

.comments-area .comment-body .says {
    display: none
}

.comments-area .comment-body .comment-metadata a {
    display: inline-block;
    color: #a2a2a2;
    font-style: italic;
    font-size: 13px;
    font-weight: normal
}

.comments-area .comment-body .comment-metadata a:hover,
.comments-area .comment-body .comment-metadata a:focus {
    text-decoration: none;
    color: #0aa3f3
}

.comments-area .comment-body .comment-metadata .edit-link {
    padding-left: 15px
}

.comments-area .comment-body .comment-metadata .edit-link:before {
    content: '\f365';
    font-family: "Ionicons";
    padding-right: 5px
}

.comments-area .comment-body .reply a {
    text-decoration: none;
    color: #a2a2a2;
    font-style: italic;
    font-size: 13px;
    letter-spacing: 0.15px;
    text-transform: capitalize;
    font-weight: 500
}

.comments-area .comment-body .reply a:hover,
.comments-area .comment-body .reply a:focus {
    text-decoration: none;
    color: #1774EE
}

.comments-area .comment-body .comment-content {
    font-size: 16px;
    margin-bottom: 20px
}

.comments-area .comment-body .comment-content p {
    margin: 0 0 10px
}

.comment-respond {
    padding: 60px;
    margin-bottom: 30px;
    border: 1px solid #eee
}

.comment-respond .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.comment-respond .comment-form-comment,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .comment-form-cookies-consent,
.comment-respond .form-submit,
.comment-respond .comment-notes,
.comment-respond .comment-subscription-form,
.comment-respond .comment-subscription-form,
.comment-respond .mc4wp-checkbox-wp-comment-form {
    width: 100%
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
    width: 50%
}

.comment-respond .comment-notes {
    margin-bottom: 20px
}

.comment-form .comment-form-author {
    padding-right: 15px
}

.comment-form .comment-form-email {
    padding-left: 15px
}

.comment-respond .comment-form-cookies-consent,
.comment-respond .comment-subscription-form,
.comment-respond .mc4wp-checkbox-wp-comment-form {
    margin-bottom: 30px
}

.comment-respond .comment-form-cookies-consent input[type="checkbox"],
.comment-respond .comment-subscription-form input[type="checkbox"],
.comment-respond .mc4wp-checkbox-wp-comment-form input[type="checkbox"] {
    display: inline-block;
    margin: 0;
    line-height: 21px
}

.comment-respond .comment-form-comment label,
.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label {
    display: block;
    color: #777777;
    padding-left: 3px;
    font-weight: 500
}

.comment-respond .comment-form-cookies-consent label,
.comment-respond .comment-subscription-form label,
.comment-respond .mc4wp-checkbox-wp-comment-form label {
    line-height: 21px;
    padding-left: 5px;
    margin-bottom: 0
}

.comment-respond .form-submit input {
    margin-bottom: 0
}

.akismet_comment_form_privacy_notice {
    display: none
}

@media (max-width: 1024px) {
    .comment-respond {
        padding: 40px
    }
}

@media (max-width: 992px) {
    .comment-respond {
        padding: 30px
    }
}

@media (max-width: 768px) {
    .comments-area .children,
    .comments-area .children li,
    .comments-area .children li.depth-2,
    .comments-area .children li.depth-3,
    .comments-area .children li.depth-4,
    .comments-area .children li.depth-5,
    .comments-area .children li.depth-6,
    .comments-area .children li.depth-7,
    .comments-area .children li.depth-8,
    .comments-area .children li.depth-9,
    .comments-area .children li.depth-10 {
        padding-left: 0;
        margin-left: 0
    }
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
        width: 100%
    }
    .comment-form .comment-form-author {
        padding-right: 0
    }
    .comment-form .comment-form-email {
        padding-left: 0
    }
    .comment-respond .comment-form-cookies-consent,
    .comment-respond .comment-subscription-form,
    .comment-respond .mc4wp-checkbox-wp-comment-form {
        display: none
    }
}

.wpcf7 label {
    display: block;
    margin-bottom: 15px
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 7px;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 3px
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
    background-color: #ED1D25;
    border: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover {
    background: #1774EE;
    border: none
}

.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="button"]:focus {
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none
}

.jetpack_subscription_widget input[type="email"] {
    margin: 30px 0;
    height: 46px;
    border: 1px solid #eee;
    padding-left: 15px
}

.jetpack_subscription_widget #subscribe-email input {
    width: 100% !important;
    max-width: 100%
}

.jetpack_subscription_widget input[type="submit"] {
    padding: 15px 35px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    background: #ED1D25;
    border: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.jetpack_subscription_widget input[type="submit"]:hover {
    background: #1774EE
}

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.widget_product_categories ul,
.woocommerce-widget-layered-nav ul {
    list-style: disc;
    margin: 0;
    padding-left: 20px;
    overflow: hidden
}

.woocommerce .woocommerce-widget-layered-nav-list {
    list-style: none
}

.widget_product_categories ul {
    margin-left: 0
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li a,
.widget_product_categories li,
.woocommerce-widget-layered-nav ul li,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin: 0
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.widget_product_categories li:last-child,
.widget_nav_menu>ul>li:last-child a,
.woocommerce-widget-layered-nav ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_product_categories ul li:first-child,
.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_rss li:first-child,
.widget_recent_entries li:first-child,
.widget_recent_comments li:first-child,
.woocommerce-widget-layered-nav ul li:first-child {
    padding-top: 0
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu a,
.widget_product_categories a,
.woocommerce-widget-layered-nav ul li a {
    padding-left: 0;
    position: relative;
    float: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.widget_archive a:hover,
.widget_categories a:hover,
.widget_recent_entries a:hover,
.widget_meta a:hover,
.widget_product_categories a:hover,
.widget_rss li a:hover,
.widget_pages li a:hover,
.widget_nav_menu li a:hover,
.woocommerce-widget-layered-nav ul li a:hover {
    color: #1774EE
}

.widget_recent_entries a {
    display: block
}

.widget_recent_comments li a {
    display: inline-block
}

.widget_nav_menu li a {
    padding-left: 0;
    display: block
}

.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li,
.woocommerce-widget-layered-nav ul li {
    text-align: left
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a,
.woocommerce-widget-layered-nav ul li a {
    display: inline-block;
    float: none
}

.widget_nav_menu ul li ul,
.widget_product_categories ul li ul,
.widget_nav_menu ul li ul {
    padding-left: 20px
}

.widget_product_categories ul li ul {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eee
}

.widget_nav_menu li:last-child a {
    border-bottom: none
}

.widget_recent_entries .post-date {
    color: #a2a2a2;
    display: block;
    margin-top: 5px;
    padding-left: 0;
    font-size: 14px
}

.widget_archive label {
    display: block;
    margin-bottom: 10px
}

.widget_categories label {
    display: block;
    margin-bottom: 10px
}

.widget_rss .widget-title h3 a {
    color: #fff
}

.widget_rss .widget-title h3 a:hover {
    color: #1774EE
}

.widget_rss .widget-title h3 img {
    display: none
}

.widget_rss ul li a {
    color: #ED1D25
}

.widget_rss ul li a:hover {
    color: #1774EE
}

.widget_search {
    display: block
}

.widget_search {
    display: block;
    position: relative;
    z-index: 5;
    left: auto;
    top: auto;
    right: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-top: none;
    -webkit-animation: none;
    animation: none;
    margin: 0
}

.widget_search form {
    border-top: none;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent
}

.widget_search form input[type="submit"] {
    width: 100px
}

.widget_search form input[type="search"] {
    width: calc( 100% - 100px)
}

.calendar_wrap caption {
    background: none repeat scroll 0 0 #ED1D25;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-weight: 500;
    text-transform: capitalize
}

.calendar_wrap table {
    border-collapse: collapse;
    width: auto
}

.calendar_wrap table th {
    border: 1px solid #eee;
    font-weight: bold;
    padding: 8px 0px;
    text-align: center;
    width: 5%
}

.calendar_wrap table td {
    border: 1px solid #eee;
    padding: 8px 0px;
    width: 5%;
    text-align: center
}

.calendar_wrap table td#prev,
.calendar_wrap table td#next {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px
}

.calendar_wrap table td#next {
    text-align: right
}

aside .widget_text .textwidget strong,
aside .widget_text .textwidget p,
aside .widget_text .textwidget em,
aside .widget_text .textwidget pre,
aside .widget_text .textwidget code,
aside .widget_text .textwidget h1,
aside .widget_text .textwidget h2,
aside .widget_text .textwidget h3,
aside .widget_text .textwidget h4,
aside .widget_text .textwidget h5,
aside .widget_text .textwidget h6,
#canvas-aside .widget_text .textwidget strong,
#canvas-aside .widget_text .textwidget p,
#canvas-aside .widget_text .textwidget em,
#canvas-aside .widget_text .textwidget pre,
#canvas-aside .widget_text .textwidget code,
#canvas-aside .widget_text .textwidget h1,
#canvas-aside .widget_text .textwidget h2,
#canvas-aside .widget_text .textwidget h3,
#canvas-aside .widget_text .textwidget h4,
#canvas-aside .widget_text .textwidget h5,
#canvas-aside .widget_text .textwidget h6,
footer .widget_text .textwidget strong,
footer .widget_text .textwidget p,
footer .widget_text .textwidget em,
footer .widget_text .textwidget pre,
footer .widget_text .textwidget code,
footer .widget_text .textwidget h1,
footer .widget_text .textwidget h2,
footer .widget_text .textwidget h3,
footer .widget_text .textwidget h4,
footer .widget_text .textwidget h5,
footer .widget_text .textwidget h6 {
    display: block;
    padding: 7px 0
}

aside .widget_text .textwidget img,
#canvas-aside .widget_text .textwidget img,
footer .widget_text .textwidget img {
    display: block;
    padding: 5px 0
}

aside .widget_text .textwidget select,
#canvas-aside .widget_text .textwidget select,
footer .widget_text .textwidget select {
    display: block;
    outline: none;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    text-transform: capitalize;
    border-radius: 2px;
    overflow: hidden;
    text-overflow: ellipsis
}

aside .widget_text .textwidget select option,
#canvas-aside .widget_text .textwidget select option,
footer .widget_text .textwidget select option {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: nowrap
}

.widget_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: -5px -2px
}

.widget_tag_cloud .tagcloud a {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    text-transform: capitalize;
    font-size: 15px !important;
    text-align: center;
    letter-spacing: 0;
    padding: 5px 15px;
    margin: 2px;
    background: #eeeeee;
    font-weight: 400
}

.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background: #1774EE
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce ul.product_list_widget li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding: 15px 0 15px 40px;
    border-bottom: 1px solid #eee
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    z-index: 5;
    top: 50%;
    bottom: unset;
    left: 0;
    right: unset;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-weight: normal;
    font-size: 16px
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 60px
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border: none;
    margin: 20px 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    font-weight: 600
}

.woocommerce ul.product_list_widget li {
    padding-left: 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    position: relative;
    padding-left: 20px
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 7px;
    color: #111;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #ED1D25
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #585858
}

@media (max-width: 1400px) {
    body.boxed {
        margin: 0
    }
    header.en-standard-section-spacing,
    .cb-advt-widget.en-standard-section-spacing {
        margin-bottom: 30px
    }
    #en-banner-lay-1 .thumb,
    #en-banner-lay-2 .common-col .card,
    .en-banner-lay-5 .left-gutter .thumb {
        height: 400px
    }
    #en-banner-lay-2 .center-col .card {
        height: 195px
    }
    #en-banner-lay-2 .common-col .post-overlay,
    #en-banner-lay-1 .post-overlay {
        top: 75%
    }
    #en-banner-lay-2 .center-col .post-overlay {
        top: 60%
    }
    .en-banner-lay-5 .right-gutter .thumb {
        height: 198px
    }
    .en-breadcrumb {
        margin-bottom: 30px
    }
}

@media (max-width: 1300px) {
    .en-popular-trending-posts-widget-1 ul.metas li.posted-date,
    .en-postwidget ul.metas li.Comment,
    .en-front-widget-7 ul.metas li.Comment,
    .en-front-widget-8 ul.metas li.Comment,
    .en-front-widget-8 ul.metas li.likes,
    .en-front-widget-9 ul.metas li.Comment,
    .en-front-widget-9 ul.metas li.likes,
    .en-trending-posts-widget ul.metas li.posted-date {
        display: none
    }
    .en-popular-trending-posts-widget-1 .content-holder .right-col {
        padding-left: 15px
    }
}

@media (max-width: 1200px) {
    .en-popular-trending-posts-widget-1 .content-holder .left-col,
    .en-front-widget-7 ul.metas,
    .en-postwidget ul.metas,
    .header-lay-1 .extras-col,
    .en-front-widget-2 .thumb .entry-meta,
    .en-archive-page-layout-2 .thumb .entry-meta,
    .en-archive-page-layout-2 .thumb .entry-meta,
    .en-front-widget-3 .thumb .entry-meta,
    .en-front-widget-4 .thumb .entry-meta,
    .en-archive-page-layout-1 .thumb .entry-meta,
    .en-archive-page-layout-1 .thumb .entry-meta,
    .en-front-widget-5 .thumb .entry-meta,
    .en-front-widget-1 .thumb .entry-meta,
    .en-banner-lay-3 .right-col .entry-cats {
        display: none
    }
    .header-lay-1 .nav-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 300px);
        flex: 0 0 calc(100% - 300px);
        max-width: calc(100% - 300px)
    }
    .en-banner-lay-3 .common-col .thumb {
        height: 450px
    }
    .en-banner-lay-3 .right-col .thumb {
        height: 223px
    }
    .en-popular-trending-posts-widget-1 .content-holder .right-col {
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 1170px) {
    .header-lay-3 .logo-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px
    }
    .header-lay-3 .nav-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( 100% - 250px);
        flex: 0 0 calc( 100% - 250px);
        max-width: calc( 100% - 250px)
    }
    .en-widgets-holder-top-block-wrap.column-3-layout .aside-left-outer {
        display: none
    }
    .en-widgets-holder-top-block-wrap.column-3-layout .main-content-box-outer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666667%;
        flex: 0 0 66.6666667%;
        max-width: 66.6666667%
    }
    .en-widgets-holder-top-block-wrap.column-3-layout .aside-right-outer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .en-front-widget-7 .en-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .en-front-widget-7 ul.metas {
        display: block
    }
}

@media (max-width: 1050px) {
    .main-navigation .menu-toggle,
    .main-navigation .call-btn-mobile,
    .main-navigation .location-btn-mobile,
    .main-navigation .close-menu {
        padding: 0 5px 0 0;
        display: inline-block;
        line-height: 50px;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        width: auto;
        letter-spacing: 0.35px
    }
    .main-navigation.mobile .close-menu {
        display: block;
        line-height: 1;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .main-navigation.mobile .close-menu i {
        font-size: 24px;
        line-height: 1;
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 5px 15px
    }
    .main-navigation.mobile>ul {
        position: fixed;
        z-index: 99999999;
        top: 0;
        bottom: 0;
        left: -100%;
        right: auto;
        float: none;
        width: 100%;
        max-width: 350px;
        height: 100%;
        min-height: 100vh;
        overflow-y: auto;
        -webkit-transform: none;
        transform: none;
        transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s
    }
    .main-navigation.mobile.active>ul {
        left: 0
    }
    .main-navigation.mobile ul ul {
        position: relative
    }
    .main-navigation ul ul {
        left: 0
    }
    .main-navigation.mobile li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-weight: normal
    }
    .main-navigation li a:hover {
        background: transparent
    }
    .main-navigation>ul>li>a {
        line-height: 1
    }
    .main-navigation .full {
        width: auto
    }
    .main-navigation.mobile .menu-toggle {
        color: #fff;
        font-size: 14px;
        letter-spacing: 0.35px
    }
    .main-navigation .dd-toggle {
        height: 45px;
        width: 45px
    }
    .main-navigation>ul>li>a:hover,
    .main-navigation li a:hover {
        background-color: #383838
    }
    .header-lay-1 .logo-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 100px);
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px)
    }
    .header-lay-1 .nav-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px
    }
    .header-lay-1 .main-navigation.mobile {
        text-align: right
    }
    .header-lay-2 .main-navigation,
    .header-lay-3 .main-navigation,
    .header-lay-3 .main-navigation {
        border-bottom: none
    }
    .header-lay-2 .main-navigation.mobile .menu-toggle,
    .header-lay-3 .main-navigation.mobile .menu-toggle {
        padding: 0 15px
    }
    .header-lay-2 .main-navigation>ul>li>a,
    .header-lay-3 .main-navigation>ul>li>a {
        line-height: 1;
        font-weight: normal
    }
    .header-lay-3 .logo-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px
    }
    .header-lay-3 .nav-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( 100% - 350px);
        flex: 0 0 calc( 100% - 350px);
        max-width: calc( 100% - 350px)
    }
    .header-lay-3 .main-navigation>ul>li>a:hover {
        color: #fff
    }
    .main-navigation.mobile>ul>li.home-btn {
        display: none
    }
    .header-lay-3 .main-navigation {
        text-align: right
    }
    .header-lay-3 .main-navigation.mobile .menu-toggle {
        color: #111;
        padding-right: 30px
    }
    .header-lay-3 .main-navigation>ul {
        text-align: left;
        padding-right: 0
    }
    .header-lay-3 .main-navigation>ul>li>a {
        font-weight: normal;
        font-size: 15px;
        text-transform: capitalize
    }
    .header-lay-3 .main-navigation>ul>li>a,
    .header-lay-3 .main-navigation ul li a {
        color: #fff
    }
    .header-lay-4 .main-navigation>ul {
        margin-left: 0
    }
    .header-lay-5 .main-navigation>ul {
        text-align: left
    }
    .header-lay-5 .main-navigation>ul>li>a {
        padding: 15px
    }
}

@media (max-width: 1024px) {
    #en-banner-lay-2 .thumb .entry-meta {
        display: none
    }
    #en-banner-lay-4 .thumb {
        height: 480px
    }
    #en-banner-lay-4 .post-overlay.absolute {
        width: 600px;
        max-width: 100%
    }
    .en-front-widget-3 .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .en-front-widget-3 .row .col-lg-6:last-child {
        margin-top: 30px
    }
    .en-front-widget-4 .col-lg-4,
    .en-archive-page-layout-1 .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .en-front-widget-5 .left-col,
    .en-front-widget-5 .right-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .en-front-widget-5 .right-col {
        padding-left: 0;
        padding-top: 30px
    }
    .en-front-widget-8 .small-boxposts-outer {
        padding: 30px 20px
    }
    .en-front-widget-8 article .left-box {
        display: none
    }
    .en-front-widget-8 article .right-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0
    }
    .en-socialwidget .social-icons-list li a span {
        display: none
    }
    .post-page-layout-1 .page-title h2 {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .en-container,
    body.boxed .en-container {
        padding-right: 20px;
        padding-left: 20px
    }
    #en-banner-lay-1 .entry-meta ul li.views,
    #en-banner-lay-1 .entry-meta ul li.likes,
    #en-banner-lay-1 .entry-meta ul li.Comment,
    .en-banner-lay-5 .entry-meta ul li.views,
    .en-banner-lay-5 .entry-meta ul li.likes,
    .en-banner-lay-5 .entry-meta ul li.Comment {
        display: none
    }
    #en-banner-lay-2 .common-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    #en-banner-lay-2 .common-col .card,
    #en-banner-lay-2 .center-col .card {
        height: 270px
    }
    #en-banner-lay-2 .left-col {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-order: 1;
        -moz-order: 1;
        -o-order: 1;
        -ms-order: 1;
        padding-right: 0
    }
    #en-banner-lay-2 .right-col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-order: 2;
        -moz-order: 2;
        -o-order: 2;
        -ms-order: 2;
        padding-left: 0
    }
    #en-banner-lay-2 .center-col {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-order: 3;
        -moz-order: 3;
        -o-order: 3;
        -ms-order: 3;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        max-width: 100%;
        width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 15px
    }
    #en-banner-lay-2 .center-col .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0
    }
    #en-banner-lay-2 .common-col .post-overlay,
    #en-banner-lay-2 .center-col .post-overlay {
        top: 75%
    }
    #en-banner-lay-2 .post-title {
        font-size: 18px
    }
    .en-banner-lay-3 .common-col,
    .en-banner-lay-3 .right-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .en-banner-lay-3 .center-col {
        padding-right: 15px
    }
    .en-banner-lay-3 .right-col {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 5px
    }
    .en-banner-lay-3 .right-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .en-banner-lay-3 .right-col .thumb {
        height: 400px
    }
    .en-banner-lay-3 .right-col .post-overlay {
        top: 75%
    }
    .en-banner-lay-3 .right-col .entry-cats {
        display: block
    }
    #en-banner-lay-4 .thumb {
        height: 400px
    }
    .en-banner-lay-5 .left-gutter .thumb {
        height: 350px
    }
    .en-banner-lay-5 .left-gutter {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .en-banner-lay-5 .right-gutter {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 2.5px;
        padding-left: 15px;
        margin-top: 5px
    }
    .en-banner-lay-5 .right-gutter .thumb {
        height: 250px
    }
    .en-widgets-holder-top-block-wrap.column-3-layout .en-col.main-content-box-outer,
    .en-widgets-holder-top-block-wrap.column-3-layout .en-col.main-content-box-outer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-order: 1;
        -moz-order: 1;
        -o-order: 1;
        -ms-order: 1
    }
    .en-widgets-holder-top-block-wrap.column-3-layout .aside-right-outer,
    .en-widgets-holder-top-block-wrap.column-3-layout .aside-left-outer {
        display: none
    }
    .column-2-layout .main-content-box-outer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .en-front-widget-8 .en-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .en-front-widget-8 article .right-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
        flex: 0 0 calc(100% - 40px);
        max-width: calc(100% - 40px);
        padding-left: 20px
    }
    .en-front-widget-8 article .left-box {
        display: block
    }
    .en-postwidget ul.metas {
        display: block
    }
    .en-postwidget ul.metas li.Comment {
        display: inline-block
    }
    .column-2-layout .aside-right-outer,
    .column-3-layout .aside-right-outer,
    .column-2-layout .aside-left-outer,
    .column-3-layout .aside-right-outer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .en-socialwidget .social-icons-list li a span {
        display: inline-block
    }
    footer .en-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    footer .en-postwidget ul.metas {
        display: block
    }
    .bottom-footer {
        padding: 15px 0;
        margin-top: 30px
    }
    .bottom-footer .col-lg-6,
    .bottom-footer .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .copyright-notice p {
        line-height: 1.2
    }
    .footer-navigation ul {
        text-align: left;
        margin-top: 10px
    }
    .en-inner-pages-main-wrapper.columns-2 .main-content-area-outer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .en-inner-pages-main-wrapper.columns-2 .aside-sidebar-outer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .video-format iframe,
    .audio-format iframe {
        min-height: 350px
    }
    .post-format.quote-format blockquote {
        padding: 30px 0 30px 30px
    }
    .en-pagination {
        padding: 0;
        padding-bottom: 50px
    }
    .event-archive-inner .card:last-child {
        margin-bottom: 50px
    }
}

@media (max-width: 850px) {
    #masonry-grids-row .masonry-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 800px) {
    header .widget,
    header .advt-col {
        display: none !important
    }
    .header-lay-2 .logo-col,
    .header-lay-3 .logo-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }
    .header-lay-3 .header-logo-nav-wrapper {
        padding: 20px 0
    }
    .header-lay-3 .logo-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
    .header-lay-3 .nav-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
    .header-lay-3 .main-navigation.mobile .menu-toggle {
        padding-right: 0;
        padding-left: 0
    }
    .header-lay-3 .header-search {
        display: none
    }
    .header-lay-4 .logo-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .header-lay-5 .mid-header-outer {
        padding: 20px 0
    }
    .header-lay-5 .mid-header-inner .logo-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-order: 1;
        -moz-order: 1;
        -o-order: 1;
        -ms-order: 1;
        margin-bottom: 20px
    }
    .header-lay-5 .mid-header-inner .social-col,
    .header-lay-5 .mid-header-inner .search-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-order: 2;
        -moz-order: 2;
        -o-order: 2;
        -ms-order: 2
    }
    .header-lay-5 .mid-header-inner .search-col {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-order: 3;
        -moz-order: 3;
        -o-order: 3;
        -ms-order: 3
    }
    #en-banner-lay-4 .post-overlay.absolute {
        width: 500px;
        padding: 30px 10px
    }
    .en-front-widget-7 article .left-box,
    .en-front-widget-7 article .right-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .en-front-widget-7 article .right-box {
        padding-left: 0;
        margin-top: 30px
    }
    .en-front-widget-8 .en-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px
    }
    .en-front-widget-8 .row .en-col:last-child {
        margin-bottom: 0
    }
    .en-front-widget-9 .en-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 36px
    }
    h2 {
        font-size: 31px
    }
    h3 {
        font-size: 27px
    }
    h4 {
        font-size: 23px
    }
    h5 {
        font-size: 21px
    }
    h6 {
        font-size: 19px
    }
    .header-lay-4 .header-logo-advt-wrapper {
        padding: 20px 0
    }
    .en-breaking-news .ticker-items p a {
        max-width: 200px
    }
    .en-banner-lay-3 .right-col .thumb {
        height: 300px
    }
    #en-banner-lay-4 .thumb {
        height: 350px
    }
    #en-banner-lay-4 .post-overlay.absolute {
        padding: 20px 15px
    }
    #en-banner-lay-4 .owl-nav {
        top: 5px;
        right: 5px
    }
    #en-banner-lay-4 .post-title {
        font-size: 18px
    }
    .en-banner-lay-5 .left-gutter .thumb {
        height: 300px
    }
    .en-banner-lay-5 .left-gutter .post-overlay.absolute {
        top: 70%
    }
    .en-tabed-widget .cats-list-entry {
        display: block;
        position: relative;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        margin-top: 20px
    }
    .en-tabed-widget ul.tabs {
        text-align: left
    }
    .en-tabed-widget ul.tabs li {
        font-size: 13px;
        padding-right: 10px
    }
    .en-front-widget-5 .en-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .en-front-widget-5 .en-col:first-child {
        margin-bottom: 30px
    }
    .post-format.quote-format blockquote {
        letter-spacing: 0;
        padding: 20px 0 20px 20px
    }
    .custom-category-page-entry .en-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .event-page-top-box {
        padding: 20px
    }
    .live-feeds-entry {
        padding: 30px
    }
}

@media (max-width: 600px) {
    .main-navigation.mobile>ul,
    #canvas-aside {
        width: 300px
    }
    .header-lay-3 .social-col,
    .header-lay-3 .category-nav-col,
    .header-lay-2 .category-nav-col,
    .header-lay-3 .category-nav-col,
    .header-lay-2 .social-col,
    .header-lay-3 .social-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .header-lay-2 .social-col .social-icons-list,
    .header-lay-3 .social-col .social-icons-list,
    .header-lay-3 .social-col .social-icons-list {
        text-align: left;
        margin-top: 5px
    }
    .header-lay-3 .logo-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( 100% - 70px);
        flex: 0 0 calc( 100% - 70px);
        max-width: calc( 100% - 70px)
    }
    .header-lay-3 .nav-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        padding: 0
    }
    .en-banner-lay-3 .common-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .en-banner-lay-3 .left-col {
        padding-right: 15px
    }
    .en-banner-lay-3 .center-col {
        padding-left: 15px;
        margin-top: 5px
    }
    .en-banner-lay-3 .common-col .thumb,
    .en-banner-lay-3 .right-col .thumb {
        height: 280px
    }
    .en-banner-lay-3 .right-col .post-overlay,
    .en-banner-lay-3 .common-col .post-overlay {
        top: 65%
    }
    .en-banner-lay-3 .post-title {
        font-size: 18px
    }
    #en-banner-lay-4 .thumb {
        padding-bottom: 0
    }
    #en-banner-lay-4 .thumb img {
        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
        top: unset;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        height: 320px
    }
    #en-banner-lay-4 .post-overlay.absolute {
        width: 400px
    }
    .en-banner-lay-5 .right-gutter .en-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .en-banner-lay-5 .left-gutter {
        padding-right: 15px
    }
    .en-banner-lay-5 .right-gutter {
        padding-right: 15px;
        padding-left: 15px
    }
    .en-banner-lay-5 .right-gutter .en-row .en-col:nth-child(odd) {
        padding-right: 0
    }
    .en-banner-lay-5 .right-gutter .en-row .en-col:nth-child(even) {
        padding-left: 0
    }
    .en-banner-lay-5 .right-gutter .en-row .en-col:nth-child(2),
    .en-banner-lay-5 .right-gutter .en-row .en-col:nth-child(3),
    .en-banner-lay-5 .right-gutter .en-row .en-col:nth-child(4) {
        margin-bottom: 5px
    }
    .en-banner-lay-5 .right-gutter .en-row .en-col:last-child {
        margin-bottom: 0
    }
    .en-banner-lay-5 .left-gutter .thumb {
        height: 250px
    }
    .en-banner-lay-5 .left-gutter .post-title {
        font-size: 18px
    }
}

@media (max-width: 575px) {
    .en-breaking-news {
        display: none
    }
    .en-front-widget-2 .content-holder,
    .en-archive-page-layout-2 .content-holder {
        margin-top: 30px
    }
    .en-front-widget-1 .widgets-contents-entry article,
    .en-front-widget-4 .col-12,
    .en-archive-page-layout-1 .col-12,
    .en-front-widget-7 .en-col,
    .en-front-widget-9 .en-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .en-front-widget-1 .widgets-contents-entry article:nth-child(even),
    .en-front-widget-1 .widgets-contents-entry article:nth-child(odd) {
        padding: 0
    }
    .post-page-layout-1 .page-title h2 {
        font-size: 20px
    }
    .social-icons-list-post-page li a {
        padding: 0 20px;
        margin-bottom: 5px
    }
    .columns-2 .en-related-posts-block .en-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .en-inner-pages-main-wrapper.columns-2 #masonry-grids-row .masonry-item,
    #masonry-grids-row .masonry-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .event-archive-inner .card .leftbox,
    .event-archive-inner .card .rightbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .event-archive-inner .card .rightbox {
        padding: 30px
    }
    .event-archive-inner .entry-title h3 {
        margin-top: 0
    }
    .event-page-top-box .leftbox {
        display: none
    }
    .event-page-top-box .rightbox {
        float: none;
        width: 100%;
        padding-left: 0
    }
    .custom-category-page-entry .en-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 31px
    }
    h2 {
        font-size: 29px
    }
    h3 {
        font-size: 26px
    }
    h4 {
        font-size: 23px
    }
    h5 {
        font-size: 21px
    }
    h6 {
        font-size: 19px
    }
    .header-lay-3 .logo-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( 100% - 100px);
        flex: 0 0 calc( 100% - 100px);
        max-width: calc( 100% - 100px)
    }
    .header-lay-3 .logo-col img {
        max-width: 70%
    }
    .header-lay-3 .nav-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
        padding: 0
    }
    #en-banner-lay-2 .common-col,
    #en-banner-lay-2 .center-col,
    #en-banner-lay-2 .center-col .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    #en-banner-lay-2 .left-col {
        padding-right: 15px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-order: 1;
        -moz-order: 1;
        -o-order: 1;
        -ms-order: 1
    }
    #en-banner-lay-2 .center-col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-order: 2;
        -moz-order: 2;
        -o-order: 2;
        -ms-order: 2
    }
    #en-banner-lay-2 .right-col {
        padding-left: 15px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-order: 3;
        -moz-order: 3;
        -o-order: 3;
        -ms-order: 3
    }
    #en-banner-lay-4 .post-overlay.absolute {
        padding: 10px 15px;
        background: rgba(0, 0, 0, 0.5)
    }
    .en-front-widget-3 .right-gutter .left-col,
    .en-front-widget-3 .right-gutter .right-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .en-front-widget-3 .right-gutter .right-col {
        padding-left: 0;
        padding-top: 30px
    }
    .video-format iframe,
    .audio-format iframe {
        min-height: 300px
    }
    .en-author-box .author-box-contents {
        padding: 20px
    }
    .page-404-entry {
        padding-bottom: 30px
    }
}

@media (max-width: 480px) {
    .main-navigation.mobile>ul,
    #canvas-aside {
        width: 270px
    }
    #canvas-aside {
        padding: 15px
    }
    .header-lay-1 .header-logo-nav-search-extra-wrapper .en-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center
    }
    .header-lay-1 .branding-col {
        padding-left: 20px
    }
    .header-lay-1 .branding-col img {
        max-width: 150px
    }
    .header-lay-1 .canvas-col a {
        font-size: 26px
    }
    .header-lay-2 .header-logo-advt-wrapper,
    .header-lay-3 .header-logo-advt-wrapper {
        padding: 20px 0
    }
    #en-banner-lay-1 .thumb {
        height: 350px
    }
    #en-banner-lay-4 .thumb img {
        height: 280px
    }
    #en-banner-lay-4 .post-overlay.absolute {
        width: 330px;
        padding: 20px 10px
    }
    #en-banner-lay-4 .entry-meta {
        display: none
    }
    .bottom-footer {
        margin-top: 10px
    }
    .en-trending-posts-widget .left-box,
    .en-popular-posts-widget .left-box,
    .en-trending-posts-widget .right-box,
    .en-popular-posts-widget .right-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .en-trending-posts-widget .right-box,
    .en-popular-posts-widget .right-box {
        padding-left: 0;
        margin-top: 30px
    }
    .live-feeds-entry {
        padding: 10px
    }
    .live-feeds-entry .live-feed {
        padding: 20px 20px
    }
    .live-feeds-entry .live-feed .rightbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px
    }
    .live-feeds-entry .live-feed .leftbox {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        max-width: 80px;
        padding: 0
    }
    .live-feeds-entry .live-feed .leftbox span {
        border-radius: 4px
    }
}

@media (max-width: 380px) {
    .header-lay-3 .logo-col img {
        max-width: 90%
    }
    #en-banner-lay-4 .post-overlay.absolute {
        width: 260px
    }
    .en-banner-lay-5 .left-gutter .thumb,
    .en-banner-lay-5 .right-gutter .thumb {
        height: 200px
    }
    .en-banner-lay-5 .left-gutter .post-overlay.absolute {
        top: 65%
    }
}

@media (max-width: 340px) {
    .header-lay-1 .branding-col img {
        max-width: 120px
    }
    .main-navigation.mobile>ul,
    #canvas-aside {
        width: 240px
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes shine-lines {
    0% {
        background-position: -100px
    }
    40%,
    100% {
        background-position: 140px
    }
}

@keyframes shine-lines {
    0% {
        background-position: -100px
    }
    40%,
    100% {
        background-position: 140px
    }
}