*,
*::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%;
    -webkit-tap-highlight-color: transparent;
    -ms-overflow-style: scrollbar
}

@-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("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: 22px;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.widget .nice-select ul li:first-child {
    padding-top: 10px
}

.widget .nice-select ul li:last-child {
    padding-bottom: 10px
}

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

h4 {
    font-size: 29px
}

h5 {
    font-size: 26px
}

h6 {
    font-size: 23px
}

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

.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.woff2) 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.woff2) 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: "feather";
    src: url("../fonts/feather/feather.eot?t=1525787366991");
    src: url("../fonts/feather/feather.eot?t=1525787366991#iefix") format("embedded-opentype"), url("../fonts/feather/feather.woff?t=1525787366991") format("woff"), url("../fonts/feather/feather.ttf?t=1525787366991") format("truetype")
}

.feather {
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-alert-octagon:before {
    content: "\e81b"
}

.icon-alert-circle:before {
    content: "\e81c"
}

.icon-activity:before {
    content: "\e81d"
}

.icon-alert-triangle:before {
    content: "\e81e"
}

.icon-align-center:before {
    content: "\e81f"
}

.icon-airplay:before {
    content: "\e820"
}

.icon-align-justify:before {
    content: "\e821"
}

.icon-align-left:before {
    content: "\e822"
}

.icon-align-right:before {
    content: "\e823"
}

.icon-arrow-down-left:before {
    content: "\e824"
}

.icon-arrow-down-right:before {
    content: "\e825"
}

.icon-anchor:before {
    content: "\e826"
}

.icon-aperture:before {
    content: "\e827"
}

.icon-arrow-left:before {
    content: "\e828"
}

.icon-arrow-right:before {
    content: "\e829"
}

.icon-arrow-down:before {
    content: "\e82a"
}

.icon-arrow-up-left:before {
    content: "\e82b"
}

.icon-arrow-up-right:before {
    content: "\e82c"
}

.icon-arrow-up:before {
    content: "\e82d"
}

.icon-award:before {
    content: "\e82e"
}

.icon-bar-chart:before {
    content: "\e82f"
}

.icon-at-sign:before {
    content: "\e830"
}

.icon-bar-chart-2:before {
    content: "\e831"
}

.icon-battery-charging:before {
    content: "\e832"
}

.icon-bell-off:before {
    content: "\e833"
}

.icon-battery:before {
    content: "\e834"
}

.icon-bluetooth:before {
    content: "\e835"
}

.icon-bell:before {
    content: "\e836"
}

.icon-book:before {
    content: "\e837"
}

.icon-briefcase:before {
    content: "\e838"
}

.icon-camera-off:before {
    content: "\e839"
}

.icon-calendar:before {
    content: "\e83a"
}

.icon-bookmark:before {
    content: "\e83b"
}

.icon-box:before {
    content: "\e83c"
}

.icon-camera:before {
    content: "\e83d"
}

.icon-check-circle:before {
    content: "\e83e"
}

.icon-check:before {
    content: "\e83f"
}

.icon-check-square:before {
    content: "\e840"
}

.icon-cast:before {
    content: "\e841"
}

.icon-chevron-down:before {
    content: "\e842"
}

.icon-chevron-left:before {
    content: "\e843"
}

.icon-chevron-right:before {
    content: "\e844"
}

.icon-chevron-up:before {
    content: "\e845"
}

.icon-chevrons-down:before {
    content: "\e846"
}

.icon-chevrons-right:before {
    content: "\e847"
}

.icon-chevrons-up:before {
    content: "\e848"
}

.icon-chevrons-left:before {
    content: "\e849"
}

.icon-circle:before {
    content: "\e84a"
}

.icon-clipboard:before {
    content: "\e84b"
}

.icon-chrome:before {
    content: "\e84c"
}

.icon-clock:before {
    content: "\e84d"
}

.icon-cloud-lightning:before {
    content: "\e84e"
}

.icon-cloud-drizzle:before {
    content: "\e84f"
}

.icon-cloud-rain:before {
    content: "\e850"
}

.icon-cloud-off:before {
    content: "\e851"
}

.icon-codepen:before {
    content: "\e852"
}

.icon-cloud-snow:before {
    content: "\e853"
}

.icon-compass:before {
    content: "\e854"
}

.icon-copy:before {
    content: "\e855"
}

.icon-corner-down-right:before {
    content: "\e856"
}

.icon-corner-down-left:before {
    content: "\e857"
}

.icon-corner-left-down:before {
    content: "\e858"
}

.icon-corner-left-up:before {
    content: "\e859"
}

.icon-corner-up-left:before {
    content: "\e85a"
}

.icon-corner-up-right:before {
    content: "\e85b"
}

.icon-corner-right-down:before {
    content: "\e85c"
}

.icon-corner-right-up:before {
    content: "\e85d"
}

.icon-cpu:before {
    content: "\e85e"
}

.icon-credit-card:before {
    content: "\e85f"
}

.icon-crosshair:before {
    content: "\e860"
}

.icon-disc:before {
    content: "\e861"
}

.icon-delete:before {
    content: "\e862"
}

.icon-download-cloud:before {
    content: "\e863"
}

.icon-download:before {
    content: "\e864"
}

.icon-droplet:before {
    content: "\e865"
}

.icon-edit-2:before {
    content: "\e866"
}

.icon-edit:before {
    content: "\e867"
}

.icon-edit-1:before {
    content: "\e868"
}

.icon-external-link:before {
    content: "\e869"
}

.icon-eye:before {
    content: "\e86a"
}

.icon-feather:before {
    content: "\e86b"
}

.icon-facebook:before {
    content: "\e86c"
}

.icon-file-minus:before {
    content: "\e86d"
}

.icon-eye-off:before {
    content: "\e86e"
}

.icon-fast-forward:before {
    content: "\e86f"
}

.icon-file-text:before {
    content: "\e870"
}

.icon-film:before {
    content: "\e871"
}

.icon-file:before {
    content: "\e872"
}

.icon-file-plus:before {
    content: "\e873"
}

.icon-folder:before {
    content: "\e874"
}

.icon-filter:before {
    content: "\e875"
}

.icon-flag:before {
    content: "\e876"
}

.icon-globe:before {
    content: "\e877"
}

.icon-grid:before {
    content: "\e878"
}

.icon-heart:before {
    content: "\e879"
}

.icon-home:before {
    content: "\e87a"
}

.icon-github:before {
    content: "\e87b"
}

.icon-image:before {
    content: "\e87c"
}

.icon-inbox:before {
    content: "\e87d"
}

.icon-layers:before {
    content: "\e87e"
}

.icon-info:before {
    content: "\e87f"
}

.icon-instagram:before {
    content: "\e880"
}

.icon-layout:before {
    content: "\e881"
}

.icon-link-2:before {
    content: "\e882"
}

.icon-life-buoy:before {
    content: "\e883"
}

.icon-link:before {
    content: "\e884"
}

.icon-log-in:before {
    content: "\e885"
}

.icon-list:before {
    content: "\e886"
}

.icon-lock:before {
    content: "\e887"
}

.icon-log-out:before {
    content: "\e888"
}

.icon-loader:before {
    content: "\e889"
}

.icon-mail:before {
    content: "\e88a"
}

.icon-maximize-2:before {
    content: "\e88b"
}

.icon-map:before {
    content: "\e88c"
}

.icon-map-pin:before {
    content: "\e88e"
}

.icon-menu:before {
    content: "\e88f"
}

.icon-message-circle:before {
    content: "\e890"
}

.icon-message-square:before {
    content: "\e891"
}

.icon-minimize-2:before {
    content: "\e892"
}

.icon-mic-off:before {
    content: "\e893"
}

.icon-minus-circle:before {
    content: "\e894"
}

.icon-mic:before {
    content: "\e895"
}

.icon-minus-square:before {
    content: "\e896"
}

.icon-minus:before {
    content: "\e897"
}

.icon-moon:before {
    content: "\e898"
}

.icon-monitor:before {
    content: "\e899"
}

.icon-more-vertical:before {
    content: "\e89a"
}

.icon-more-horizontal:before {
    content: "\e89b"
}

.icon-move:before {
    content: "\e89c"
}

.icon-music:before {
    content: "\e89d"
}

.icon-navigation-2:before {
    content: "\e89e"
}

.icon-navigation:before {
    content: "\e89f"
}

.icon-octagon:before {
    content: "\e8a0"
}

.icon-package:before {
    content: "\e8a1"
}

.icon-pause-circle:before {
    content: "\e8a2"
}

.icon-pause:before {
    content: "\e8a3"
}

.icon-percent:before {
    content: "\e8a4"
}

.icon-phone-call:before {
    content: "\e8a5"
}

.icon-phone-forwarded:before {
    content: "\e8a6"
}

.icon-phone-missed:before {
    content: "\e8a7"
}

.icon-phone-off:before {
    content: "\e8a8"
}

.icon-phone-incoming:before {
    content: "\e8a9"
}

.icon-phone:before {
    content: "\e8aa"
}

.icon-phone-outgoing:before {
    content: "\e8ab"
}

.icon-pie-chart:before {
    content: "\e8ac"
}

.icon-play-circle:before {
    content: "\e8ad"
}

.icon-play:before {
    content: "\e8ae"
}

.icon-plus-square:before {
    content: "\e8af"
}

.icon-plus-circle:before {
    content: "\e8b0"
}

.icon-plus:before {
    content: "\e8b1"
}

.icon-pocket:before {
    content: "\e8b2"
}

.icon-printer:before {
    content: "\e8b3"
}

.icon-power:before {
    content: "\e8b4"
}

.icon-radio:before {
    content: "\e8b5"
}

.icon-repeat:before {
    content: "\e8b6"
}

.icon-refresh-ccw:before {
    content: "\e8b7"
}

.icon-rewind:before {
    content: "\e8b8"
}

.icon-rotate-ccw:before {
    content: "\e8b9"
}

.icon-refresh-cw:before {
    content: "\e8ba"
}

.icon-rotate-cw:before {
    content: "\e8bb"
}

.icon-save:before {
    content: "\e8bc"
}

.icon-search:before {
    content: "\e8bd"
}

.icon-server:before {
    content: "\e8be"
}

.icon-scissors:before {
    content: "\e8bf"
}

.icon-share-2:before {
    content: "\e8c0"
}

.icon-share:before {
    content: "\e8c1"
}

.icon-shield:before {
    content: "\e8c2"
}

.icon-settings:before {
    content: "\e8c3"
}

.icon-skip-back:before {
    content: "\e8c4"
}

.icon-shuffle:before {
    content: "\e8c5"
}

.icon-sidebar:before {
    content: "\e8c6"
}

.icon-skip-forward:before {
    content: "\e8c7"
}

.icon-slack:before {
    content: "\e8c8"
}

.icon-slash:before {
    content: "\e8c9"
}

.icon-smartphone:before {
    content: "\e8ca"
}

.icon-square:before {
    content: "\e8cb"
}

.icon-speaker:before {
    content: "\e8cc"
}

.icon-star:before {
    content: "\e8cd"
}

.icon-stop-circle:before {
    content: "\e8ce"
}

.icon-sun:before {
    content: "\e8cf"
}

.icon-sunrise:before {
    content: "\e8d0"
}

.icon-tablet:before {
    content: "\e8d1"
}

.icon-tag:before {
    content: "\e8d2"
}

.icon-sunset:before {
    content: "\e8d3"
}

.icon-target:before {
    content: "\e8d4"
}

.icon-thermometer:before {
    content: "\e8d5"
}

.icon-thumbs-up:before {
    content: "\e8d6"
}

.icon-thumbs-down:before {
    content: "\e8d7"
}

.icon-toggle-left:before {
    content: "\e8d8"
}

.icon-toggle-right:before {
    content: "\e8d9"
}

.icon-trash-2:before {
    content: "\e8da"
}

.icon-trash:before {
    content: "\e8db"
}

.icon-trending-up:before {
    content: "\e8dc"
}

.icon-trending-down:before {
    content: "\e8dd"
}

.icon-triangle:before {
    content: "\e8de"
}

.icon-type:before {
    content: "\e8df"
}

.icon-twitter:before {
    content: "\e8e0"
}

.icon-upload:before {
    content: "\e8e1"
}

.icon-umbrella:before {
    content: "\e8e2"
}

.icon-upload-cloud:before {
    content: "\e8e3"
}

.icon-unlock:before {
    content: "\e8e4"
}

.icon-user-check:before {
    content: "\e8e5"
}

.icon-user-minus:before {
    content: "\e8e6"
}

.icon-user-plus:before {
    content: "\e8e7"
}

.icon-user-x:before {
    content: "\e8e8"
}

.icon-user:before {
    content: "\e8e9"
}

.icon-users:before {
    content: "\e8ea"
}

.icon-video-off:before {
    content: "\e8eb"
}

.icon-video:before {
    content: "\e8ec"
}

.icon-voicemail:before {
    content: "\e8ed"
}

.icon-volume-x:before {
    content: "\e8ee"
}

.icon-volume-2:before {
    content: "\e8ef"
}

.icon-volume-1:before {
    content: "\e8f0"
}

.icon-volume:before {
    content: "\e8f1"
}

.icon-watch:before {
    content: "\e8f2"
}

.icon-wifi:before {
    content: "\e8f3"
}

.icon-x-square:before {
    content: "\e8f4"
}

.icon-wind:before {
    content: "\e8f5"
}

.icon-x:before {
    content: "\e8f6"
}

.icon-x-circle:before {
    content: "\e8f7"
}

.icon-zap:before {
    content: "\e8f8"
}

.icon-zoom-in:before {
    content: "\e8f9"
}

.icon-zoom-out:before {
    content: "\e8fa"
}

.icon-command:before {
    content: "\e8fb"
}

.icon-cloud:before {
    content: "\e8fc"
}

.icon-hash:before {
    content: "\e8fd"
}

.icon-headphones:before {
    content: "\e8fe"
}

.icon-underline:before {
    content: "\e8ff"
}

.icon-italic:before {
    content: "\e900"
}

.icon-bold:before {
    content: "\e901"
}

.icon-crop:before {
    content: "\e902"
}

.icon-help-circle:before {
    content: "\e903"
}

.icon-paperclip:before {
    content: "\e904"
}

.icon-shopping-cart:before {
    content: "\e905"
}

.icon-tv:before {
    content: "\e906"
}

.icon-wifi-off:before {
    content: "\e907"
}

.icon-minimize:before {
    content: "\e88d"
}

.icon-maximize:before {
    content: "\e908"
}

.icon-gitlab:before {
    content: "\e909"
}

.icon-sliders:before {
    content: "\e90a"
}

.icon-star-on:before {
    content: "\e90b"
}

.icon-heart-on:before {
    content: "\e90c"
}

.icon-archive:before {
    content: "\e90d"
}

.icon-arrow-down-circle:before {
    content: "\e90e"
}

.icon-arrow-up-circle:before {
    content: "\e90f"
}

.icon-arrow-left-circle:before {
    content: "\e910"
}

.icon-arrow-right-circle:before {
    content: "\e911"
}

.icon-bar-chart-line-:before {
    content: "\e912"
}

.icon-bar-chart-line:before {
    content: "\e913"
}

.icon-book-open:before {
    content: "\e914"
}

.icon-code:before {
    content: "\e915"
}

.icon-database:before {
    content: "\e916"
}

.icon-dollar-sign:before {
    content: "\e917"
}

.icon-folder-plus:before {
    content: "\e918"
}

.icon-gift:before {
    content: "\e919"
}

.icon-folder-minus:before {
    content: "\e91a"
}

.icon-git-commit:before {
    content: "\e91b"
}

.icon-git-branch:before {
    content: "\e91c"
}

.icon-git-pull-request:before {
    content: "\e91d"
}

.icon-git-merge:before {
    content: "\e91e"
}

.icon-linkedin:before {
    content: "\e91f"
}

.icon-hard-drive:before {
    content: "\e920"
}

.icon-more-vertical-:before {
    content: "\e921"
}

.icon-more-horizontal-:before {
    content: "\e922"
}

.icon-rss:before {
    content: "\e923"
}

.icon-send:before {
    content: "\e924"
}

.icon-shield-off:before {
    content: "\e925"
}

.icon-shopping-bag:before {
    content: "\e926"
}

.icon-terminal:before {
    content: "\e927"
}

.icon-truck:before {
    content: "\e928"
}

.icon-zap-off:before {
    content: "\e929"
}

.icon-youtube:before {
    content: "\e92a"
}

.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 .cb-editor-contents-entry a,
.woocommerce-page .cb-editor-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: #FF627D;
    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: #00847D;
    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: #FF627D;
    margin-bottom: 10px
}

.woocommerce-message {
    border-top-color: #FF627D
}

.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before {
    color: #FF627D
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 10px 0 50px 0;
    border-top-color: #FF627D;
    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: #222
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #FF627D;
    color: #fff
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #00847D;
    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: #FF627D;
    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 .cb-editor-contents-entry td,
.woocommerce-page .cb-editor-contents-entry th,
.woocommerce-page .cb-editor-contents-entry td,
.woocommerce-page .cb-editor-contents-entry th,
.woocommerce-page .cb-editor-contents-entry .mce-item-table,
.woocommerce-page .cb-editor-contents-entry .mce-item-table td,
.woocommerce-page .cb-editor-contents-entry .mce-item-table th,
.woocommerce-page .cb-editor-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: #FF627D;
    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: #222;
    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: #222;
    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: #222;
    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: #FF627D
}

.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: #222;
    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%
    }
}

.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: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 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: #00847D
}

.main-navigation>ul>li {
    display: inline-block
}

.main-navigation>ul>li>a {
    padding: 20px 10px;
    font-weight: 500;
    letter-spacing: 0.35px
}

.main-navigation>ul>li>a:hover {
    color: #00847D;
    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;
    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: #111
}

.main-navigation.mobile ul ul {
    position: relative;
    opacity: 1;
    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(255, 255, 255, 0.2)
}

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

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

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

body {
    line-height: 1.5;
    font-weight: normal;
    font-size: 16px;
    color: #222;
    font-family: "Poppins", sans-serif;
    letter-spacing: .15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    overflow: initial
}

a {
    color: #222;
    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: #00847D
}

ul,
ol,
p {
    padding: 0;
    margin: 0
}

ins {
    text-decoration: none
}

:focus {
    outline: none !important
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto
}

.owl-carousel .owl-item img {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important
}

html {
    -webkit-tap-highlight-color: transparent
}

a.btn-general {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 0;
    border: 2px solid #FF627D;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

a.btn-general:hover {
    border-color: #00847D;
    color: #fff
}

a.btn-general:hover::after {
    content: '';
    height: 100%;
    width: 100%
}

a.btn-general::after,
a.btn-general::before {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #00847D;
    height: 100%;
    left: -35%;
    top: 0;
    -webkit-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 0
}

a.btn-general:hover::after {
    content: '';
    height: 100%;
    width: 135%
}

.cb-container {
    position: relative;
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    background: transparent
}

.page-wrap {
    position: relative;
    z-index: 2;
    background: #fff;
    margin: 0 auto
}

body.boxed .page-wrap {
    max-width: 1200px;
    width: 100%
}

body.boxed {
    margin: 30px 0;
    background-color: whitesmoke
}

body.boxed .cb-container {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px
}

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

.cb-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px
}

footer .cb-col,
aside .cb-col,
#canvas-aside .cb-col {
    padding: 0
}

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

.metas-list {
    list-style: none;
    margin: 20px 0
}

.metas-list li {
    display: inline-block;
    position: relative
}

.metas-list li span,
.metas-list li a {
    position: relative;
    display: inline-block;
    color: #FF627D;
    padding-right: 5px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0
}

.metas-list li a:hover {
    color: #00847D
}

.metas-list li a::after {
    content: '';
    border-bottom: 1px solid rgba(0, 0, 0, 0.5)
}

.metas-list li.posted-date {
    padding-left: 15px
}

.metas-list li.posted-date::before {
    content: '';
    position: absolute;
    z-index: 5;
    top: 54%;
    bottom: unset;
    left: 0;
    right: unset;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    background: #FF627D;
    border-radius: 50%
}

.entry-cats {
    display: block
}

ul.post-categories {
    list-style: none;
    margin-bottom: 20px;
    position: relative
}

ul.post-categories li {
    display: inline-block;
    margin-right: 1px
}

ul.post-categories li a {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    background: #FF627D;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0
}

ul.post-categories li a:hover {
    border-color: #00847D;
    background: #00847D
}

.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: #222;
    font-size: 14px
}

.social-icons-list li a:hover {
    color: #FF627D
}

.card-content,
.box-content {
    padding: 30px 20px
}

.card,
.box {
    position: relative;
    margin-bottom: 30px
}

.section-title {
    padding-bottom: 80px;
    padding-top: 30px
}

.section-title h2,
footer .widget-title h3 {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    z-index: 5;
    text-transform: capitalize
}

.section-title h2::after,
footer .widget-title h3::after {
    content: '';
    position: absolute;
    left: -15px;
    top: -20px;
    height: 80px;
    width: 80px;
    background: #FF627D;
    opacity: 0.3;
    z-index: -1;
    border-radius: 50%
}

.cb-fp-top-wrapper .custom-html-widget,
.cb-fp-bottom-wrapper .custom-html-widget {
    margin-bottom: 50px
}

.cb-fp-top-wrapper .custom-html-widget img,
.cb-fp-bottom-wrapper .custom-html-widget img {
    display: block;
    margin: 0 auto
}

.cb-fp-mid-wrap {
    margin-bottom: 0
}

.thumb {
    position: relative;
    overflow: hidden
}

.post-title h2,
.post-title h3,
.post-title h4 {
    position: relative;
    margin-bottom: 20px
}

.excerpt p {
    color: #555
}

#toTop {
    position: fixed;
    z-index: 9999999;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    background: #FF627D;
    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: #00847D
}

.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: #FF627D;
    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: #00847D
}

.cb-stickhead {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.is-sticky .cb-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 {
    content: '';
    display: none;
    -webkit-animation: none;
    animation: none;
    background: transparent;
    -webkit-transform: none;
    transform: none;
    height: 0;
    width: 0;
    z-index: -1
}

.vbox-content img.figlio {
    max-width: 100%;
    max-height: 90vh
}

aside.secondary,
aside#secondary {
    padding-bottom: 50px
}

.general-header {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.general-header .primary-menu-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.general-header .main-navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc( 100% - 60px);
    flex: 0 0 calc( 100% - 60px);
    max-width: calc( 100% - 60px)
}

.general-header .nav-extraa {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    text-align: right
}

.general-header .nav-extraa a {
    line-height: 60px;
    height: 60px;
    font-size: 22px;
    padding: 0 2px
}

ul#menu-primary-menu>li:nth-child(2)>ul.sub-menu {
    left: -10px
}

ul#menu-primary-menu>li:last-child>ul.sub-menu {
    left: 0
}

#header-search,
.search-box,
.widget_product_search,
.widget_search {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 15;
    width: 400px;
    max-width: 100%
}

#header-search form,
.search-box form,
.widget_product_search form,
.widget_search form {
    background: #fff;
    padding: 20px;
    border-top: 3px solid #FF627D;
    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_product_search input[type="search"],
.widget_search input[type="search"],
#header-search input[type="submit"],
.search-box input[type="submit"],
.widget_product_search input[type="submit"],
.widget_search input[type="submit"] {
    position: relative;
    height: 43px;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    color: #616161;
    padding-left: 15px;
    border: none;
    border-radius: 0;
    letter-spacing: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#header-search input[type="search"],
.search-box input[type="search"],
.widget_product_search input[type="search"],
.widget_search input[type="search"] {
    float: left;
    width: calc(100% - 80px);
    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_product_search input[type="submit"],
.widget_search input[type="submit"] {
    float: right;
    background: #FF627D;
    color: #fff;
    width: 80px;
    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_product_search input[type="submit"]:hover,
.widget_search input[type="submit"]:hover {
    background: #00847D
}

#header-search input[type="submit"]:focus,
.search-box input[type="submit"]:focus,
.widget_product_search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    outline: none
}

#canvas-aside {
    position: fixed;
    z-index: 9999999;
    -webkit-transform: translate3d(0, 0, 0);
    bottom: 0;
    top: 0;
    right: -450px;
    padding: 30px;
    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%)
}

body.admin-bar #canvas-aside,
body.logged-in #canvas-aside {
    top: 30px
}

#canvas-aside.visible {
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#canvas-aside-mask {
    position: fixed;
    height: 100%;
    width: 100%;
    background: transparent;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    -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-ads .widget,
.general-header .widget {
    margin-bottom: 0
}

.general-header .header-ads {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

body.home .header-style-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0
}

.header-style-1 {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    z-index: 999;
    width: 100%;
    max-width: 100%;
    background-color: #FF627D;
    margin-bottom: 50px
}

.header-style-1 .header-inner {
    max-height: 60px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.is-sticky #cb-stickhead {
    position: fixed;
    z-index: 999999999 !important;
    -webkit-transform: translate3d(0, 0, 0);
    background: #FF627D;
    border-bottom: none;
    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-style-1 .header-inner .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-style-1 .site-branding img {
    max-height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    display: inline-block
}

.site-branding a {
    display: inline-block
}

.header-style-1 .site-title {
    font-size: 22px;
    font-family: 'Helvetica Neue', 'Arial', 'Halvetica', sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase
}

.header-style-1 .site-title a {
    color: #fff
}

.header-style-1 .site-description {
    display: none
}

.main-navigation ul {
    text-align: right
}

.header-style-1 .main-navigation>ul>li>a {
    line-height: 60px;
    padding: 0 10px;
    color: #fff
}

.general-header .nav-extraa a {
    color: #fff;
    font-weight: normal
}

.header-style-2,
.header-style-3,
.header-style-4,
.header-style-5,
.header-style-6 {
    margin-bottom: 50px
}

.header-style-2 .sticky-wrapper,
.header-style-3 .sticky-wrapper,
.header-style-4 .sticky-wrapper,
.header-style-5 .sticky-wrapper,
.header-style-6 .sticky-wrapper {
    margin-bottom: 0
}

.header-style-2 .cb-navigation-main-outer,
.header-style-3 .cb-navigation-main-outer,
.header-style-4 .cb-navigation-main-outer,
.header-style-5 .cb-navigation-main-outer,
.header-style-6 .cb-navigation-main-outer {
    background: #FF627D
}

.header-style-2 .main-navigation ul,
.header-style-3 .main-navigation ul,
.header-style-4 .main-navigation ul,
.header-style-5 .main-navigation ul,
.header-style-6 .main-navigation ul {
    text-align: left
}

.header-style-2 .main-navigation>ul>li>a,
.header-style-3 .main-navigation>ul>li>a,
.header-style-4 .main-navigation>ul>li>a,
.header-style-5 .main-navigation>ul>li>a,
.header-style-6 .main-navigation>ul>li>a {
    line-height: 50px;
    padding: 0 20px 0 0;
    color: #fff
}

.general-header.header-style-2 .nav-extraa a,
.general-header.header-style-3 .nav-extraa a,
.general-header.header-style-4 .nav-extraa a,
.general-header.header-style-5 .nav-extraa a,
.general-header.header-style-6 .nav-extraa a {
    line-height: 50px
}

.header-style-2 .cb-mid-header,
.header-style-3 .cb-mid-header,
.header-style-4 .cb-mid-header,
.header-style-5 .cb-mid-header,
.header-style-6 .cb-mid-header {
    padding: 20px 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-style-2 .site-title,
.header-style-3 .site-title,
.header-style-4 .site-title,
.header-style-5 .site-title,
.header-style-6 .site-title {
    font-family: 'Helvetica Neue', 'Arial', 'Halvetica', sans-serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0
}

.header-style-3 .cb-header-top,
.header-style-4 .cb-header-top,
.header-style-5 .cb-header-top {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #666666
}

.header-style-3 .site-branding-holder,
.header-style-4 .site-branding-holder,
.header-style-5 .site-branding-holder {
    position: relative;
    z-index: 10;
    text-align: center;
    vertical-align: middle;
    padding: 130px 0
}

.header-style-3 .site-identity .site-title,
.header-style-4 .site-identity .site-title,
.header-style-5 .site-identity .site-title {
    font-family: 'Helvetica Neue', 'Arial', 'Halvetica', sans-serif;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    padding-bottom: 10px
}

.header-style-3 .site-identity .site-title a,
.header-style-4 .site-identity .site-title a,
.header-style-5 .site-identity .site-title a {
    color: #fff
}

.header-style-3 .site-identity .site-description,
.header-style-4 .site-identity .site-description,
.header-style-5 .site-identity .site-description {
    color: #c1c1c1;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0
}

.header-style-3 .mask,
.header-style-4 .mask,
.header-style-5 .mask {
    background: transparent
}

.header-style-3 .main-navigation>ul>li>a,
.header-style-4 .main-navigation>ul>li>a,
.header-style-5 .main-navigation>ul>li>a {
    padding: 0 20px 0 0
}

.header-style-3 .main-navigation>ul,
.header-style-4 .main-navigation>ul,
.header-style-5 .main-navigation>ul {
    text-align: left
}

.header-style-4 .cb-header-top,
.header-style-5 .cb-header-top {
    background: transparent;
    border-bottom: 1px solid #eee
}

.header-style-4 .cb-header-top .cb-col,
.header-style-5 .cb-header-top .cb-col {
    padding: 0 15px
}

.header-style-4 .cb-header-top .left-col,
.header-style-5 .cb-header-top .left-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.header-style-4 .cb-header-top .right-col,
.header-style-5 .cb-header-top .right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.secondary-nav ul {
    list-style: none
}

.secondary-nav ul li {
    display: inline-block
}

.secondary-nav ul li a {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #FF627D;
    font-weight: 500;
    line-height: 40px;
    padding: 0 15px 0 0;
    letter-spacing: 0
}

.header-style-4 .social-icons,
.header-style-5 .social-icons {
    text-align: right
}

.header-style-4 .social-icons li a,
.header-style-5 .social-icons li a {
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    text-align: center;
    color: #FF627D
}

.header-style-4 .social-icons li a:hover,
.header-style-5 .social-icons li a:hover,
.secondary-nav ul li a:hover {
    color: #00847D
}

.header-style-4 .cb-mid-header,
.header-style-5 .cb-mid-header {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-style-4 .site-branding-holder,
.header-style-5 .site-branding-holder {
    padding: 30px 0
}

.header-style-4 .site-identity .site-title,
.header-style-5 .site-identity .site-title {
    font-family: 'Helvetica Neue', 'Arial', 'Halvetica', sans-serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    padding-bottom: 10px
}

.header-style-4 .site-identity .site-title a,
.header-style-5 .site-identity .site-title a {
    color: #222
}

.header-style-4 .site-identity .site-description,
.header-style-5 .site-identity .site-description {
    color: #222;
    text-transform: inherit
}

.header-style-4 .main-navigation>ul,
.header-style-5 .main-navigation>ul {
    text-align: left
}

.header-style-5 .cb-mid-header .cb-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: stretch;
    align-content: stretch
}

.header-style-5 .cb-mid-header {
    padding: 20px 0
}

.header-style-5 .cb-mid-header .left-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.header-style-5 .cb-mid-header .right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.header-style-5 .site-branding-holder {
    padding: 0;
    text-align: left
}

.header-style-5 .site-identity .site-title {
    font-family: 'Helvetica Neue', 'Arial', 'Halvetica', sans-serif;
    font-size: 28px;
    font-weight: 900
}

.header-style-5 .site-identity .site-title a {
    color: #222
}

.header-style-5 .site-identity .site-description {
    color: #777777;
    line-height: 1.2;
    font-size: 16px
}

.header-style-6 .site-branding-holder {
    text-align: center
}

.header-style-6 .site-identity .site-title {
    font-family: 'Helvetica Neue', 'Arial', 'Halvetica', sans-serif;
    font-size: 42px;
    font-weight: 900
}

.header-style-6 .site-identity .site-title a {
    color: #222
}

.header-style-6 .cb-mid-header {
    padding: 50px 0
}

.header-style-6 .cb-mid-header .cb-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.header-style-6 .main-navigation>ul {
    text-align: center
}

.cb-banner .lazyloading,
.cb-banner .lazy-loaded,
.cb-banner img.lazyload,
.cb-banner img.lazyloaded {
    -webkit-transition: 1s all;
    transition: 1s all
}

.cb-banner {
    position: relative;
    margin-bottom: 50px
}

.cb-banner .mask {
    background: transparent
}

.cd-banner-style-1 .banner-inner {
    padding: 300px 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.cd-banner-style-1 .contant-holder {
    position: relative;
    z-index: 5;
    width: 700px;
    max-width: 100%
}

.cd-banner-style-1 .contant-holder h2 {
    font-size: 52px;
    margin-bottom: 20px;
    color: #fff;
    -webkit-animation: 0.7s 0.1s fadeInDown both;
    animation: 0.7s 0.1s fadeInDown both
}

.cd-banner-style-1 .contant-holder p {
    margin-bottom: 30px;
    color: #fff;
    -webkit-animation: 1.2s 0.8s fadeInDown both;
    animation: 1.2s 0.8s fadeInDown both
}

.cd-banner-style-1 .author-signature {
    margin-bottom: 30px;
    -webkit-animation: 0.7s 1.2s fadeInUp both;
    animation: 0.7s 1.2s fadeInUp both
}

.cb-banner .author-action a {
    border-color: #fff;
    color: #fff;
    -webkit-animation: 0.7s 1.7s fadeInUp both;
    animation: 0.7s 1.7s fadeInUp both
}

.cb-banner .author-action a:hover {
    border-color: #00847D
}

.cb-banner-style-1-slider .banner-inner {
    position: relative;
    overflow: hidden
}

.cb-banner-style-1-slider .banner-inner .owl-carousel {
    position: absolute;
    top: 0;
    z-index: -1
}

.cb-banner-style-1-slider .banner-inner .owl-carousel .item {
    height: 950px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

#cb-banner-style-2 .thumb {
    padding-bottom: 0
}

#cb-banner-style-2 .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
}

#cb-banner-style-2 .item .mask {
    z-index: 7;
    background: transparent
}

#cb-banner-style-2 .item:hover .mask {
    background: rgba(0, 0, 0, 0.6)
}

#cb-banner-style-2 .post-contents {
    position: absolute;
    z-index: 5;
    top: 85%;
    bottom: unset;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 8
}

#cb-banner-style-2 .post-contents .entry-cats,
#cb-banner-style-2 .post-contents .post-title,
#cb-banner-style-2 .post-contents .metas {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 24%
}

#cb-banner-style-2 .post-contents .post-title {
    width: 50%
}

#cb-banner-style-2 .entry-cats ul li a {
    color: #fff;
    background: transparent;
    padding: 0 5px
}

#cb-banner-style-2 .post-title h3 {
    margin-bottom: 0
}

#cb-banner-style-2 .post-title h3 a {
    color: #fff
}

#cb-banner-style-2 .metas ul li a,
#cb-banner-style-2 .metas ul li span {
    color: #fff
}

#cb-banner-style-2 .metas .metas-list,
#cb-banner-style-2 .entry-cats ul.post-categories {
    margin: 0
}

#cb-banner-style-2 .metas ul li a:hover,
#cb-banner-style-2 .post-title h3 a:hover,
#cb-banner-style-2 .entry-cats ul li a:hover {
    color: #00847D
}

#cb-banner-style-2 .owl-nav button.owl-prev,
#cb-banner-style-2 .owl-nav button.owl-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    bottom: unset;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%
}

#cb-banner-style-2 .owl-nav button.owl-prev {
    left: 10px;
    right: auto
}

#cb-banner-style-2 .owl-nav button.owl-next {
    right: 10px;
    left: auto
}

.cb-banner-style-3 .thumb:hover .mask,
.cb-banner-style-5 .thumb:hover .mask {
    background: rgba(0, 0, 0, 0.7)
}

.cb-banner-style-3 .card,
.cb-banner-style-5 .card {
    margin-bottom: 0
}

.cb-banner-style-3 .left-gutter .card:first-child,
.cb-banner-style-5 .left-gutter .card:first-child,
.cb-banner-style-3 .right-gutter .card:first-child,
.cb-banner-style-5 .right-gutter .card:first-child {
    margin-bottom: 10px
}

.cb-banner-style-3 .center-gutter,
.cb-banner-style-5 .center-gutter {
    padding: 0 5px
}

.cb-banner-style-3 .left-gutter,
.cb-banner-style-5 .left-gutter {
    padding-right: 5px
}

.cb-banner-style-3 .right-gutter,
.cb-banner-style-5 .right-gutter {
    padding-left: 5px
}

.cb-banner-style-3 .post-contents,
.cb-banner-style-5 .post-contents {
    position: absolute;
    z-index: 5;
    top: 50%;
    bottom: unset;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
    text-align: center
}

.cb-banner-style-3 ul.post-categories,
.cb-banner-style-5 ul.post-categories,
.cb-banner-style-3 .metas-list,
.cb-banner-style-5 .metas-list,
#cb-slider-carousel-4 .metas-list {
    margin: 0
}

.cb-banner-style-3 .post-title h2,
.cb-banner-style-5 .post-title h2 {
    padding-top: 15px;
    padding-bottom: 5px;
    margin: 0;
    font-size: 24px
}

.cb-banner-style-3 .common-gutter .post-title h2,
.cb-banner-style-5 .common-gutter .post-title h2 {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 5px;
    letter-spacing: 0
}

.cb-banner-style-3 .post-title h2 a,
.cb-banner-style-5 .post-title h2 a {
    color: #fff
}

.cb-banner-style-3 .metas-list li a,
.cb-banner-style-5 .metas-list li a,
.cb-banner-style-3 .metas-list li span,
.cb-banner-style-5 .metas-list li span,
#cb-slider-carousel-4 .metas-list li span,
#cb-slider-carousel-4 .metas-list li a {
    color: #fff
}

.cb-banner-style-3 .metas-list li a:hover,
.cb-banner-style-5 .metas-list li a:hover,
.cb-banner-style-3 .post-title h2 a:hover,
.cb-banner-style-5 .post-title h2 a:hover {
    color: #00847D
}

.cb-banner-style-3 .common-gutter .metas-list li a,
.cb-banner-style-5 .common-gutter .metas-list li a,
.cb-banner-style-3 .common-gutter .metas-list li span,
.cb-banner-style-5 .common-gutter .metas-list li span {
    font-size: 10px
}

.cb-banner-style-3 .thumb,
.cb-banner-style-5 .thumb {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #666666;
    padding-bottom: 0
}

.cb-banner-style-3 .center-gutter .thumb,
.cb-banner-style-5 .center-gutter .thumb {
    height: 380px
}

.cb-banner-style-3 .common-gutter .thumb,
.cb-banner-style-5 .common-gutter .thumb {
    height: 185px
}

.cb-banner-style-4 .mask {
    background: transparent
}

.cb-banner-style-4 .thumb:hover .mask {
    background: rgba(0, 0, 0, 0.7)
}

#cb-slider-carousel-4 .thumb {
    height: 550px;
    background-color: #666666;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 0
}

#cb-slider-carousel-4 .post-contents {
    position: absolute;
    z-index: 5;
    top: 85%;
    bottom: unset;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 30px;
    text-align: left;
    width: 100%;
    max-width: 700px
}

#cb-slider-carousel-4 .post-title h2 {
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 32px
}

#cb-slider-carousel-4 .post-title h2 a {
    color: #fff
}

#cb-slider-carousel-4 .post-title h2 a:hover {
    color: #00847D
}

#cb-slider-carousel-4 .metas-list li a:hover {
    color: #00847D
}

#cb-slider-carousel-4 .metas-list li.posted-date::before {
    content: "";
    background-color: #fff
}

#cb-slider-carousel-4 .owl-nav button.owl-prev,
#cb-slider-carousel-4 .owl-nav button.owl-next {
    position: absolute;
    z-index: 5;
    top: 85%;
    bottom: unset;
    left: auto;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent
}

#cb-slider-carousel-4 .owl-nav button.owl-prev:hover,
#cb-slider-carousel-4 .owl-nav button.owl-next:hover {
    background: transparent;
    border: none
}

#cb-slider-carousel-4 .owl-nav button.owl-next {
    right: 15px
}

#cb-slider-carousel-4 .owl-item.active .post-title h2 {
    -webkit-animation: 1s 0.6s fadeInUp both;
    animation: 1s 0.6s fadeInUp both
}

#cb-slider-carousel-4 .owl-item.active .metas-list {
    -webkit-animation: 0.8s 1.3s fadeInUp both;
    animation: 0.8s 1.3s fadeInUp both
}

.cb-banner-style-5 .center-gutter {
    padding-right: 5px;
    padding-left: 15px
}

.cb-banner-style-5 .left-gutter {
    padding-left: 5px
}

.cb-banner-style-5 .post-contents {
    text-align: left;
    top: 80%
}

.cb-banner-style-5 .common-gutter .post-contents {
    top: 60%
}

.cb-banner-style-5 .owl-carousel .owl-nav button.owl-prev,
.cb-banner-style-5 .owl-carousel .owl-nav button.owl-next {
    background: transparent;
    position: absolute;
    z-index: 5;
    top: 30px;
    bottom: unset;
    left: unset;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cb-banner-style-5 .owl-carousel .owl-nav button.owl-prev:hover,
.cb-banner-style-5 .owl-carousel .owl-nav button.owl-next:hover {
    background: transparent
}

.cb-banner-style-5 .owl-carousel .owl-nav button.owl-prev {
    right: 50px
}

.cb-banner-style-6 .left-gutter {
    padding-right: 5px
}

.cb-banner-style-6 .right-gutter {
    padding-left: 5px
}

.cb-banner-style-6 .thumb {
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0
}

.cb-banner-style-6 .mask {
    background: transparent
}

.cb-banner-style-6 .thumb:hover .mask {
    background: rgba(0, 0, 0, 0.7)
}

.cb-banner-style-6 .post-contents {
    position: absolute;
    z-index: 5;
    top: 80%;
    bottom: unset;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px
}

.cb-banner-style-6 .post-contents .post-title h2 {
    font-size: 27px;
    margin-bottom: 10px
}

.cb-banner-style-6 .post-contents .post-title h2 a {
    color: #fff
}

.cb-banner-style-6 .post-contents .metas-list {
    margin: 0
}

.cb-banner-style-6 .post-contents .post-title h2 a,
.cb-banner-style-6 .post-contents .metas-list li a,
.cb-banner-style-6 .post-contents .metas-list li span {
    color: #fff
}

.cb-banner-style-6 .post-contents .post-title h2 a:hover,
.cb-banner-style-6 .post-contents .metas-list li a:hover {
    color: #00847D
}

.cb-banner-style-6 .post-contents .metas-list li.posted-date::before {
    content: "";
    background: #fff
}

#cb-slider-style-6 .post-contents {
    top: 75%
}

#cb-slider-style-6 .post-contents .post-title h2 {
    font-size: 21px
}

.cb-feaured {
    margin-bottom: 20px
}

.cb-feaured .permalink {
    position: absolute;
    z-index: 5;
    top: 50%;
    bottom: unset;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.cb-feaured .permalink a {
    background: #FF627D;
    border-color: #FF627D;
    color: #fff
}

.cb-feaured .permalink a:hover {
    border-color: #00847D;
    background: transparent
}

.featured-style-2 .thumb {
    padding-bottom: 0
}

.cb-feaured.featured-style-2 {
    margin-bottom: 50px
}

.featured-style-2 .left-gutter {
    padding-right: 5px
}

.featured-style-2 .right-gutter {
    padding-left: 5px
}

.featured-style-2 .left-gutter .thumb {
    height: 380px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.cb-feaured.featured-style-2 .permalink a {
    background: #FF627D;
    border-color: #FF627D
}

.cb-feaured.featured-style-2 .permalink a:hover {
    background: #00847D;
    border-color: #00847D
}

.featured-style-2 .right-gutter .thumb {
    height: 120px;
    margin-bottom: 10px
}

.featured-style-2 .right-gutter .thumb:last-child {
    margin-bottom: 0
}

.featured-style-3 .card {
    margin-bottom: 30px
}

.featured-style-3 .thumb {
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0
}

.featured-style-3 .permalink {
    position: absolute;
    z-index: 5;
    top: 90%;
    bottom: unset;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 35px 15px;
    text-align: left;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(66.66%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.7)));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.45) 66.66%, rgba(0, 0, 0, 0.7))
}

.featured-style-3 .permalink a,
.featured-style-4 .permalink a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: none;
    line-height: 1;
    letter-spacing: 0;
    padding: 15px 0
}

.featured-style-3 .permalink a:after,
.featured-style-4 .permalink a:after {
    content: '\e829';
    font-family: 'feather';
    position: absolute;
    z-index: 5;
    top: 50%;
    bottom: unset;
    left: unset;
    right: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.featured-style-3 .permalink a:hover:after,
.featured-style-4 .permalink a:hover:after {
    right: -40px
}

.featured-style-3 .permalink a,
.featured-style-4 .permalink a {
    background: transparent !important;
    border: none !important
}

.featured-style-4 .permalink {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    -webkit-transform: none;
    transform: none;
    text-align: left
}

.featured-style-4 .permalink a {
    background: transparent;
    border-color: none;
    color: #222;
    font-weight: 500;
    padding: 0;
    margin-top: 30px
}

.featured-style-4 .permalink a:hover {
    color: #00847D
}

form.mc4wp-form-theme {
    margin-bottom: 0
}

form.mc4wp-form-theme .cb-newsleter {
    background: #f5f5f5;
    padding: 30px 30px 40px 30px
}

form.mc4wp-form-theme .cb-newsleter .newsletter-desc {
    margin-bottom: 20px;
    text-align: center
}

form.mc4wp-form-theme .cb-newsleter .newsletter-desc h3 {
    margin-bottom: 10px
}

.cb-newsleter form,
form.mc4wp-form-theme .cb-inputs-entry {
    overflow: auto;
    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;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

form.mc4wp-form-theme .cb-newsleter input[type="text"],
form.mc4wp-form-theme .cb-newsleter input[type="email"],
form.mc4wp-form-theme .cb-newsleter input[type="submit"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin: 5px;
    height: 43px;
    padding: 0 10px;
    border-radius: 0;
    margin-right: 10px;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

form.mc4wp-form-theme .cb-newsleter input[type="text"]:focus,
form.mc4wp-form-theme .cb-newsleter input[type="email"]:focus,
form.mc4wp-form-theme .cb-newsleter input[type="submit"]:focus {
    outline: none
}

form.mc4wp-form-theme .cb-newsleter input[type="submit"] {
    max-width: 200px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    background: #FF627D !important;
    border-color: #FF627D !important;
    cursor: pointer;
    margin-right: 0
}

form.mc4wp-form-theme .cb-newsleter input[type="submit"]:hover {
    background: #00847D !important;
    border-color: #00847D !important
}

form.mc4wp-form-theme .cb-newsleter input[type="submit"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

form.mc4wp-form-theme .mc4wp-response p {
    background: #eeeeee;
    padding: 10px 20px;
    line-height: 1.4;
    margin-top: 30px
}

aside form.mc4wp-form-theme .cb-newsleter,
#canvas-aside form.mc4wp-form-theme .cb-newsleter,
footer form.mc4wp-form-theme .cb-newsleter {
    padding: 0;
    overflow: hidden;
    background: transparent
}

aside form.mc4wp-form-theme .cb-newsleter h3,
#canvas-aside form.mc4wp-form-theme .cb-newsleter h3,
footer form.mc4wp-form-theme .cb-newsleter h3 {
    font-size: 24px
}

aside form.mc4wp-form-theme .cb-newsleter .newsletter-desc,
#canvas-aside form.mc4wp-form-theme .cb-newsleter .newsletter-desc,
footer form.mc4wp-form-theme .cb-newsleter .newsletter-desc {
    text-align: left
}

aside form.mc4wp-form-theme .cb-newsleter .newsletter-entry .cb-inputs-entry,
#footer-aside form.mc4wp-form-theme .cb-newsleter .newsletter-entry .cb-inputs-entry,
footer form.mc4wp-form-theme .cb-newsleter .newsletter-entry .cb-inputs-entry {
    overflow: hidden
}

aside form.mc4wp-form-theme .cb-newsleter input[type="text"],
#canvas-aside form.mc4wp-form-theme .cb-newsleter input[type="text"],
footer form.mc4wp-form-theme .cb-newsleter input[type="text"],
aside form.mc4wp-form-theme .cb-newsleter input[type="email"],
#canvas-aside form.mc4wp-form-theme .cb-newsleter input[type="email"],
footer form.mc4wp-form-theme .cb-newsleter input[type="email"],
#canvas-aside form.mc4wp-form-theme .cb-newsleter input[type="submit"],
aside form.mc4wp-form-theme .cb-newsleter input[type="submit"],
footer form.mc4wp-form-theme .cb-newsleter input[type="submit"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: transparent;
    border: 1px solid #eee;
    margin: 0 0 30px 0
}

#canvas-aside form.mc4wp-form-theme .cb-newsleter input[type="submit"],
aside form.mc4wp-form-theme .cb-newsleter input[type="submit"],
footer form.mc4wp-form-theme .cb-newsleter input[type="submit"] {
    margin-bottom: 0
}

.cb-recent-posts {
    margin-bottom: 50px
}

.cb-recent-posts .cb-post-box {
    margin-bottom: 100px
}

.cb-recent-posts .cb-post-box:last-child {
    margin-bottom: 50px
}

.cb-alt-list-style .cb-post-box .thumb {
    padding-bottom: 75%
}

.cb-image-bricks #bricks-row .brick-item .thumb,
.cb-post-bricks #bricks-row .brick-item .thumb {
    padding-bottom: 0
}

.has-sidebar .cb-alt-list-style .post-title h3 {
    font-size: 24px
}

.has-sidebar .cb-alt-list-style .cb-post-box {
    margin-bottom: 60px
}

.has-sidebar .cb-alt-list-style .permalink,
.has-sidebar .cb-alt-list-style .metas-list li.posted-date {
    display: none
}

.cb-recent-posts.cb-list-style-2 .cb-post-box {
    margin-bottom: 50px
}

.cb-list-style-2 .cb-post-box .thumb {
    padding-bottom: 75%
}

.has-sidebar .cb-list-style-2 .post-title h3 {
    font-size: 26px
}

.has-sidebar .cb-list-style-2 .permalink,
.has-sidebar .cb-list-style-2 .metas-list li.posted-date {
    display: none
}

.cb-image-bricks #bricks-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 50px
}

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

.cb-image-bricks #bricks-row .brick-item {
    padding: 0 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 10px
}

.cb-post-bricks #bricks-row .brick-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: 0
}

.has-sidebar #bricks-row .brick-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

#bricks-row .brick-item .post-contents {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0 15px;
    z-index: 7
}

.cb-image-bricks #bricks-row .brick-item .thumb img {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.cb-image-bricks #bricks-row a.gallery {
    display: block
}

.cb-image-bricks #bricks-row .brick-item .post-title h3 {
    font-size: 22px;
    line-height: 21px;
    margin: 0;
    padding-bottom: 5px
}

.cb-image-bricks #bricks-row .brick-item .post-title h3 a,
.cb-image-bricks #bricks-row .brick-item .metas-list li span,
.cb-image-bricks #bricks-row .brick-item .metas-list li a {
    color: #fff
}

.cb-image-bricks #bricks-row .brick-item .post-title h3 a:hover,
.cb-image-bricks #bricks-row .brick-item .metas-list li a:hover {
    color: #00847D
}

.cb-image-bricks #bricks-row .brick-item .metas-list {
    margin: 0
}

.cb-grid-style-4 .cb-post-box:last-child,
.cb-post-bricks .cb-post-box:last-child,
.cb-grid-style-4 .cb-post-box,
.cb-post-bricks .cb-post-box {
    margin-bottom: 30px
}

.cb-grid-style-4 .section-contants,
.cb-post-bricks .section-contants {
    margin-bottom: 20px
}

.cb-grid-style-4 .post-contents,
.cb-post-bricks .post-contents {
    margin-top: 30px
}

.cb-grid-style-4 ul.post-categories,
.cb-post-bricks ul.post-categories {
    margin-top: 0
}

.cb-grid-style-4 ul.post-categories li a,
.cb-post-bricks ul.post-categories li a {
    padding: 3px 10px
}

.cb-grid-style-4 .post-title h3,
.cb-post-bricks .post-title h3 {
    font-size: 24px;
    line-height: 1.2
}

.cb-grid-style-4 .metas-list,
.cb-post-bricks .metas-list {
    margin-bottom: 20px;
    margin-top: 0
}

.cb-grid-style-4 .excerpt p,
.cb-post-bricks .excerpt p {
    margin-bottom: 15px
}

.cb-grid-style-4 .cb-post-box .permalink a,
.cb-post-bricks .cb-post-box .permalink a {
    display: inline-block;
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FF627D;
    letter-spacing: 0
}

.cb-grid-style-4 .cb-post-box .permalink a:after,
.cb-post-bricks .cb-post-box .permalink a:after {
    content: '\e829';
    font-family: 'feather';
    position: absolute;
    z-index: 5;
    top: 50%;
    bottom: unset;
    left: unset;
    right: -25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.cb-grid-style-4 .cb-post-box .permalink a:hover:after,
.cb-post-bricks .cb-post-box .permalink a:hover:after {
    right: -55px
}

#bricks-row .brick-item .thumb img {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    width: auto;
    height: auto
}

.cb-post-bricks #bricks-row .brick-item .post-contents {
    position: relative;
    bottom: unset;
    left: unset;
    right: unset;
    padding: inherit;
    z-index: inherit;
    margin: 0;
    padding: 30px 20px;
    background: #f5f5f5
}

.cb-post-bricks .post-title h3 {
    font-size: 26px
}

.cb-post-bricks .excerpt p {
    margin-bottom: 0
}

.cb-recent-posts.cb-big-posts .cb-post-box {
    margin-bottom: 50px
}

.cb-big-posts .cb-post-box .post-contents {
    padding-top: 30px
}

.cb-big-posts .cb-post-box .excerpt p {
    margin-bottom: 30px
}

.cb-editorial-picks {
    margin-bottom: 50px
}

.editorial-style-1 .card,
.editorial-style-2 .card {
    margin-bottom: 0
}

.editorial-style-1 .thumb,
.editorial-style-2 .thumb {
    height: 450px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 0
}

.editorial-style-1 .thumb:hover .mask,
.editorial-style-2 .thumb:hover .mask {
    background: rgba(0, 0, 0, 0.6)
}

.editorial-style-1 .post-contents,
.editorial-style-2 .post-contents {
    position: absolute;
    z-index: 5;
    top: 75%;
    bottom: unset;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px
}

.editorial-style-1 .post-categories,
.editorial-style-2 .post-categories {
    margin-bottom: 15px
}

.editorial-style-1 .post-categories a,
.editorial-style-2 .post-categories a {
    font-size: 12px
}

.editorial-style-1 .post-title h3,
.editorial-style-2 .post-title h3 {
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 1.4
}

.editorial-style-1 .post-title h3 a,
.editorial-style-2 .post-title h3 a {
    color: #fff
}

.editorial-style-1 .post-title h3 a:hover,
.editorial-style-2 .post-title h3 a:hover {
    color: #00847D
}

.editorial-style-1 .metas-list,
.editorial-style-2 .metas-list {
    margin: 0
}

.editorial-style-1 .metas-list li span,
.editorial-style-2 .metas-list li span,
.editorial-style-1 .metas-list li a,
.editorial-style-2 .metas-list li a {
    color: #fff;
    font-size: 12px
}

.editorial-style-1 .metas-list li a:hover,
.editorial-style-2 .metas-list li a:hover {
    color: #00847D
}

.editorial-style-1 .owl-carousel .owl-nav,
.editorial-style-2 .owl-carousel .owl-nav {
    position: absolute;
    right: 4px;
    top: 5px
}

.editorial-style-2 .post-contents {
    top: 75%
}

.editorial-style-2 .post-title h3 {
    font-size: 24px;
    line-height: 1.2
}

.cb-affiliation-block {
    margin-bottom: 20px
}

#isonav-btn {
    list-style: none;
    text-align: left
}

#isonav-btn ul li {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    line-height: 1;
    margin: 5px;
    padding: 10px 30px;
    background: #eeeeee;
    font-weight: 500;
    letter-spacing: 0;
    cursor: pointer
}

#isonav-btn ul li:first-child {
    margin-right: 0
}

#isonav-btn ul li.active {
    background: #00847D;
    color: #fff
}

#iso-row-outer {
    margin: 30px -15px 0 -15px
}

#iso-row-outer .card {
    width: 33.333333%;
    padding-left: 15px;
    padding-right: 15px
}

#iso-row-outer .thumb {
    padding-bottom: 75%
}

#iso-row-outer .thumb .card-title {
    position: absolute;
    z-index: 5;
    top: 80%;
    bottom: unset;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px
}

#iso-row-outer .thumb .card-title h3 {
    font-size: 21px;
    color: #fff;
    background: rgba(255, 98, 125, 0.8);
    padding: 15px 20px;
    letter-spacing: 0px
}

#iso-row-outer .card-contants {
    padding-top: 25px
}

#iso-row-outer .card-contants p {
    margin-bottom: 20px
}

#iso-row-outer .card-contants .card-action a {
    padding: 10px 15px
}

.cb-vblog-block {
    margin-bottom: 20px
}

.cb-vblog-block .card:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: background-color .15s;
    transition: background-color .15s
}

.cb-vblog-block .card a:focus {
    outline: none
}

.cb-vblog-block .card figure {
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    height: 200px;
    padding-bottom: 0
}

.cb-vblog-block .card figure img {
    display: block;
    max-width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all .20s;
    transition: all .20s
}

.cb-vblog-block .card figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 98, 125, 0.8);
    text-transform: uppercase;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .20s;
    transition: all .20s
}

.cb-vblog-block .card:hover figure img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.cb-vblog-block .card:hover figure figcaption {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.cb-vblog-block .card:hover {
    background-color: rgba(0, 0, 0, 0.3)
}

.cb-vblog-block .yt-channnel-info {
    padding-bottom: 30px
}

.cb-vblog-block .yt-channnel-info a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1
}

.cb-vblog-style-2 .left-gutter {
    padding-right: 10px
}

.cb-vblog-style-2 .right-gutter {
    padding-left: 10px
}

.cb-vblog-style-2 .right-gutter .top-cards,
.cb-vblog-style-2 .right-gutter .btm-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.cb-vblog-style-2 .right-gutter .top-cards {
    margin-bottom: 5px
}

.cb-vblog-style-2 .card {
    margin-bottom: 0
}

.cb-vblog-style-2 .right-gutter .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.cb-vblog-style-2 .right-gutter .card:nth-child(1),
.cb-vblog-style-2 .right-gutter .card:nth-child(3) {
    border-right: 2.5px solid #fff
}

.cb-vblog-style-2 .right-gutter .card:nth-child(2),
.cb-vblog-style-2 .right-gutter .card:nth-child(4) {
    border-left: 2.5px solid #fff
}

.cb-vblog-style-2 .card figure {
    padding-bottom: 0;
    height: 405px;
    padding-bottom: 0
}

.cb-vblog-style-2 .left-gutter .card figure {
    height: 375px
}

.cb-vblog-style-2 .right-gutter .card figure {
    height: 185px
}

.cb-vblog-style-2 .yt-channnel-info {
    padding-top: 30px
}

.cb-vblog-style-3 .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.cb-vblog-style-3 .card .left-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.cb-vblog-style-3 .card .right-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 20px;
    background: #f5f5f5
}

.cb-vblog-style-3 .card:hover {
    background: transparent
}

.cb-vblog-style-3 .card figure {
    height: 115px
}

.cb-vblog-style-3 .post-title h3 {
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0
}

.cb-vblog-style-3 .metas-list {
    margin: 0
}

.cb-instagram .feeds-entry {
    position: relative
}

.cb-instagram .feeds-entry ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.cb-instagram .feeds-entry ul li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
    padding-bottom: 0;
    overflow: hidden
}

.cb-instagram .feeds-entry ul li.thumb a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-bottom: 100%
}

.cb-instagram .feeds-entry .follow a {
    overflow: hidden;
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    background: #FF627D;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.cb-instagram .feeds-entry .follow a:hover {
    background: transparent
}

footer {
    background: #f5f5f5
}

footer .widget {
    padding-bottom: 10px
}

footer .widget .widget-title {
    margin-bottom: 70px
}

footer .widget .widget-title h3 {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    background: transparent;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    color: #222
}

footer .widget .widget-title h3::after {
    content: '';
    height: 60px;
    width: 60px;
    left: -3px;
    top: -23px
}

footer.dark .widget-tile h3::after {
    content: '';
    display: none
}

.cb-topfooter {
    text-align: center
}

.cb-topfooter .social-icons-list {
    padding: 20px 0;
    border-bottom: #f3ecec solid 1px
}

.cb-topfooter .social-icons-list li a {
    color: #FF627D;
    border-radius: 50%;
    margin-right: 40px;
    line-height: 1;
    height: auto;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

.cb-topfooter .social-icons-list li a i {
    margin-right: 3px
}

.cb-topfooter .social-icons-list li a:hover {
    color: #00847D
}

.cb-topfooter .social-icons-list li:last-child a {
    margin-right: 0
}

footer .cb-midfooter {
    padding-top: 80px;
    border-bottom: #f3ecec solid 1px
}

.cb-post-widget .cb-post-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cb-post-widget .cb-post-box .cb-col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.cb-post-widget .cb-post-box .cb-col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px
}

.copyrights-info {
    padding: 20px 0
}

.cb-bottomfooter {
    text-align: center
}

.cb-bottomfooter p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0
}

.cb-bottomfooter a {
    color: #FF627D
}

.cb-bottomfooter a:hover {
    color: #00847D
}

footer .widget_tag_cloud .tagcloud a,
footer .widget_product_tag_cloud .tagcloud a {
    background: #616161
}

footer .widget_rss .widget-title h3 a {
    color: #222
}

footer.dark {
    background: #111
}

footer.dark .cb-topfooter .social-icons-list li a,
footer.dark .widget .widget-title h3,
footer.dark .cb-post-widget .post-title h4 a,
footer.dark .cb-post-widget .metas .metas-list li span,
footer.dark .cb-post-widget .metas .metas-list li a,
footer.dark .cb-bottomfooter p,
footer.dark .widget * {
    color: #e8e8e8
}

footer.dark .cb-topfooter .social-icons-list li a:hover,
footer.dark .cb-post-widget .post-title h4 a:hover,
footer.dark .cb-post-widget .metas .metas-list li a:hover,
footer.dark .widget *:hover {
    color: #FF627D
}

footer.dark .cb-topfooter .social-icons-list,
footer.dark .cb-midfooter,
footer.dark .widget * {
    border-color: #222
}

footer.dark .cb-post-widget .metas .metas-list li span,
footer.dark .cb-post-widget .metas .metas-list li a {
    font-size: 9px
}

footer.dark .metas-list li.posted-date::before {
    content: '';
    background: #e8e8e8;
    height: 5px;
    width: 5px
}

footer.dark .widget .widget-title h3::after {
    content: '';
    background: transparent;
    border-bottom: 2px solid #e8e8e8;
    opacity: 1;
    height: 0;
    width: 74px;
    left: 0;
    top: 30px;
    z-index: 1;
    border-radius: 0
}

footer.dark .metas-list li.posted-date {
    padding-left: 12px
}

form.mc4wp-form-theme {
    margin: 0 !important
}

.cb-fp-top-wrap .widget,
.cb-fp-bottom-wrap .widget {
    margin-bottom: 50px;
    text-align: center
}

.cb-fp-top-wrap .widget img,
.cb-fp-bottom-wrap .widget img {
    padding: 0
}

.cb-fp-top-wrap .custom-html-widget .cb-newsleter,
.cb-fp-bottom-wrap .custom-html-widget .cb-newsleter {
    margin: 0
}

.cb-fp-top-wrap .widget,
.cb-fp-bottom-wrap .widget {
    margin: 0;
    margin-bottom: 50px
}

aside .widget,
#canvas-aside .widget,
footer .widget,
aside .custom-html-widget,
#canvas-aside .custom-html-widget,
footer .custom-html-widget,
aside .cb-newsleter,
#canvas-aside .cb-newsleter,
footer .cb-newsleter {
    margin-bottom: 30px
}

aside .widget .custom-html-widget,
#canvas-aside .widget .custom-html-widget,
footer .widget .custom-html-widget,
aside .custom-html-widget .cb-newsleter,
#canvas-aside .custom-html-widget .cb-newsleter,
footer .custom-html-widget .cb-newsleter {
    margin-bottom: 0
}

.widget .widget-title h3 {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    background: #FF627D;
    line-height: 1;
    color: #fff;
    padding: 12px 10px;
    text-align: center;
    margin-bottom: 30px
}

.cb-author-front-page-widget .thumb {
    padding-bottom: 75%
}

.cb-author-front-page-widget {
    margin-bottom: 50px
}

.cb-author-front-page-widget .author-details {
    padding: 30px 0 0
}

.cb-author-front-page-widget .author-name h3 {
    margin-bottom: 30px
}

.cb-author-front-page-widget .author-bio p {
    margin-bottom: 10px
}

.cb-author-front-page-widget .permalink {
    margin: 30px 0
}

.search-box,
.widget_product_search {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    z-index: 1;
    overflow: hidden
}

.search-box form,
.widget_product_search form {
    padding: 0;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-animation: none;
    animation: none
}

.search-box input[type="search"],
.widget_product_search input[type="search"],
.widget_search input[type="search"] {
    width: calc(100% - 100px)
}

.search-box input[type="submit"],
.widget_product_search button {
    font-size: 16px
}

.widget_product_search button {
    position: relative;
    float: right;
    background: #FF627D;
    color: #fff;
    font-weight: 400;
    width: 100px;
    height: 43px;
    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;
    border: none;
    outline: none;
    letter-spacing: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.widget_product_search button:focus {
    outline: none
}

.widget_product_search button:hover {
    background: #00847D
}

.widget_tags_cloud .tagcloud,
.widget_product_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_tags_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-align: center;
    letter-spacing: 0;
    padding: 5px 15px;
    margin: 2px;
    background: #eeeeee
}

.widget_tags_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
    color: #fff;
    background: #00847D
}

.cb-post-widget .cb-post-box {
    margin-bottom: 30px
}

.cb-post-widget .cb-post-box .thumb {
    padding-bottom: 75%
}

.cb-post-widget .post-title h4 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .15px;
    line-height: 21px;
    margin-bottom: 2px
}

.cb-post-widget .metas .metas-list {
    margin: 0
}

.cb-post-widget .metas .metas-list li span,
.cb-post-widget .metas .metas-list li a {
    font-size: 12px;
    font-weight: 400
}

.cb-post-widget .cb-post-box .thumb a {
    display: block
}

#canvas-aside .cb-post-widget .cb-post-box .cb-col:last-child {
    padding-left: 20px
}

.cb-author-widget .author-name h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 27px
}

.cb-author-widget .author-bio p {
    margin-bottom: 20px
}

.cb-author-widget .author-bio a {
    display: block;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 30px;
    padding-bottom: 7px
}

.cb-author-widget .author-bio a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 3px;
    width: 50px;
    background: #FF627D;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.cb-author-widget .author-bio a:hover:after {
    background: #00847D;
    width: 70px
}

.widget .cb-instagram .feeds-entry ul {
    margin: 0 -5px
}

.widget .cb-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;
    background: transparent
}

.widget .cb-instagram .feeds-entry .follow {
    margin-top: 30px
}

.widget .cb-instagram .feeds-entry .follow a {
    position: relative;
    display: block;
    -webkit-transform: none;
    transform: none;
    left: unset;
    top: unset;
    background: transparent;
    border-color: #FF627D;
    color: #222
}

.widget .cb-instagram .feeds-entry .follow a:hover {
    border-color: #00847D;
    color: #fff
}

.widget .cb-instagram .feeds-entry ul li.lazyloading {
    background: transparent
}

.social-widget-style-1 ul {
    list-style: none
}

.social-widget-style-1 ul li {
    display: block
}

.social-widget-style-1 ul li a,
.social-widget-style-1 ul li a i,
.social-widget-style-1 ul li a span {
    line-height: 35px
}

.social-widget-style-1 ul li a {
    display: block;
    overflow: auto;
    border: 1px solid #eee;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
    color: #fff
}

.social-widget-style-1 ul li a:hover span {
    padding-right: 30px
}

.social-widget-style-1 ul li:last-child a {
    margin-bottom: 0
}

.social-widget-style-1 ul li a i {
    width: 50px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

.social-widget-style-1 ul li a span {
    text-align: right;
    display: inline-block;
    width: calc( 100% - 50px);
    padding-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.social-widget-style-1 ul li.fb a,
.social-sharing ul li.fb a {
    background: #4267B2;
    border-color: #4267B2
}

.social-widget-style-1 ul li.tw a,
.social-sharing ul li.tw a {
    background: #1DA1F2;
    border-color: #1DA1F2
}

.social-widget-style-1 ul li.insta a {
    background: #8A33A4;
    border-color: #8A33A4
}

.social-widget-style-1 ul li.linken a,
.social-sharing ul li.linken a {
    background: #0274B3;
    border-color: #0274B3
}

.social-widget-style-1 ul li.pin a,
.social-sharing ul li.pin a {
    background: #BD081C;
    border-color: #BD081C
}

.social-widget-style-1 ul li.yt a {
    background: red;
    border-color: red
}

.social-widget-style-1 ul li.gplus a,
.social-sharing ul li.gplus a {
    background: #DC4C40;
    border-color: #DC4C40
}

.cb-custom-category ul {
    list-style: none
}

.cb-custom-category ul li {
    display: block;
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding-bottom: 0
}

.cb-custom-category ul li a {
    display: inline-block;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #FF627D;
    color: #fff
}

.cb-custom-category ul li a:hover {
    background: transparent
}

.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: #FF627D;
    border: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.jetpack_subscription_widget input[type="submit"]:hover {
    background: #00847D
}

.cb-pagination {
    margin-bottom: 50px
}

.cb-pagination .nav-links {
    width: 100%;
    list-style: none
}

.cb-pagination .pagi-style-1 .nav-links a:hover,
.cb-pagination .pagi-style-2 .nav-links a:hover {
    background: #00847D;
    color: #fff
}

.cb-pagination .pagi-style-1 .nav-links span,
.cb-pagination .pagi-style-1 .nav-links a {
    display: inline-block;
    line-height: 45px;
    height: 45px;
    margin-right: 5px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #eee;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

.cb-pagination .pagi-style-1 .nav-links span:hover,
.cb-pagination .pagi-style-1 .nav-links a:hover {
    border-color: #00847D;
    background: #00847D;
    color: #fff
}

.cb-pagination .pagi-style-1 .nav-links span.current,
.cb-pagination .pagi-style-2 .nav-links span.current {
    background: #FF627D;
    border-color: #FF627D;
    color: #fff
}

.cb-pagination .pagi-style-2 .nav-links span,
.cb-pagination .pagi-style-2 .nav-links a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #eeeeee;
    border: none;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin-right: 5px
}

.cb-pagination .pagi-style-3 .nav-links {
    overflow: hidden
}

.cb-pagination .pagi-style-3 a,
.cb-pagination .pagi-style-4 a {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #FF627D;
    background: #FF627D;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0
}

.cb-pagination .pagi-style-3 a:hover,
.cb-pagination .pagi-style-4 a:hover {
    background: #00847D;
    border-color: #00847D
}

.cb-pagination .pagi-style-3 .nav-previous a {
    float: left
}

.cb-pagination .pagi-style-3 .nav-next a {
    float: right
}

.pagi-style-4 .nav-links {
    text-align: right
}

.cb-breadcrumb {
    display: block;
    margin-bottom: 30px
}

.cb-breadcrumb ul {
    list-style: none
}

.cb-breadcrumb ul li,
.cb-breadcrumb ul li a,
.cb-breadcrumb ul li span {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.cb-breadcrumb ul li a,
.cb-breadcrumb ul li span {
    font-size: 16px
}

.cb-breadcrumb ul li.trail-end span {
    color: #FF627D
}

.breadcrumb-style-1 {
    background: #f5f5f5;
    padding: 10px 20px
}

.breadcrumb-style-1 ul li a:after {
    content: '/';
    display: inline-block;
    padding: 0 10px
}

.breadcrumb-style-2 ul li a,
.breadcrumb-style-2 ul li span {
    font-size: 15px;
    font-weight: 400
}

.breadcrumb-style-2 ul li span {
    margin-right: 0
}

.breadcrumb-style-2 ul li a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: #222;
    padding: 0 15px;
    line-height: 1;
    font-size: 10px
}

.breadcrumb-style-2 ul li.trail-end span {
    color: #FF627D
}

.breadcrumb-style-3 ul {
    background: #eeeeee;
    padding: 10px 20px
}

.breadcrumb-style-3 ul li a::after {
    content: '/';
    padding-left: 10px
}

.breadcrumb-style-3 ul li {
    padding-right: 10px
}

.page-title h1,
.page-title h2,
.page-title h3 {
    position: relative;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 42px;
    text-transform: uppercase
}

.cb-page-entry {
    padding-bottom: 50px
}

.cb-page-entry .single-thumbnail {
    padding-bottom: 0;
    margin-bottom: 40px;
    background: transparent
}

.cb-editor-contents-entry a {
    color: #FF627D;
    text-decoration: none;
    font-weight: 400
}

.cb-editor-contents-entry b,
.cb-editor-contents-entry strong {
    font-weight: bold
}

.cb-editor-contents-entry dfn {
    font-style: italic
}

.cb-editor-contents-entry mark {
    background: #ff0;
    color: #111111
}

.cb-editor-contents-entry small {
    font-size: 80%
}

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

.cb-editor-contents-entry sup {
    top: -0.5em
}

.cb-editor-contents-entry sub {
    bottom: -0.25em
}

.cb-editor-contents-entry img {
    border: 0
}

.cb-editor-contents-entry pre {
    overflow: auto
}

.cb-editor-contents-entry code,
.cb-editor-contents-entry kbd,
.cb-editor-contents-entry pre,
.cb-editor-contents-entry samp {
    font-family: monospace, monospace
}

.cb-editor-contents-entry fieldset {
    border: 1px solid #eee;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

.cb-editor-contents-entry q {
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px
}

.cb-editor-contents-entry legend {
    border: 0;
    padding: 0
}

.cb-editor-contents-entry textarea {
    overflow: auto
}

.cb-editor-contents-entry optgroup {
    font-weight: bold
}

.cb-editor-contents-entry table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%
}

.cb-editor-contents-entry td,
.cb-editor-contents-entry th,
.cb-editor-contents-entry td,
.cb-editor-contents-entry th,
.cb-editor-contents-entry .mce-item-table,
.cb-editor-contents-entry .mce-item-table td,
.cb-editor-contents-entry .mce-item-table th,
.cb-editor-contents-entry .mce-item-table caption {
	
}

.cb-editor-contents-entry h1,
.cb-editor-contents-entry h2,
.cb-editor-contents-entry h3,
.cb-editor-contents-entry h4,
.cb-editor-contents-entry h5,
.cb-editor-contents-entry h6 {
    margin: 0 0 20px 0;
    font-weight: 500;
    color: #222;
    line-height: 1.2
}

.cb-editor-contents-entry p {
    margin: 0 0 20px 0
}

.cb-editor-contents-entry dfn,
.cb-editor-contents-entry cite,
.cb-editor-contents-entry em,
.cb-editor-contents-entry i {
    font-style: italic
}

.cb-editor-contents-entry blockquote {
    text-align: center;
    position: relative;
    margin: 30px 0 30px 0;
    padding: 30px;
    font-size: 16px;
    font-weight: normal;
    background: #eeeeee
}

.cb-editor-contents-entry blockquote cite {
    font-size: 18px;
    line-height: 1.89;
    color: #999999
}

.cb-editor-contents-entry blockquote cite {
    display: block;
    margin-top: 7px
}

.cb-editor-contents-entry address {
    margin: 0 0 15px
}

.cb-editor-contents-entry pre {
    background: #eeeeee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
    margin: 30px 0
}

.cb-editor-contents-entry code,
.cb-editor-contents-entry kbd,
.cb-editor-contents-entry tt,
.cb-editor-contents-entry var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px
}

.cb-editor-contents-entry abbr,
.cb-editor-contents-entry acronym {
    border-bottom: 1px dotted #eee;
    cursor: help
}

.cb-editor-contents-entry mark,
.cb-editor-contents-entry ins {
    background: #f5f5f5;
    text-decoration: none
}

.cb-editor-contents-entry big {
    font-size: 125%
}

.cb-editor-contents-entry blockquote:before,
.cb-editor-contents-entry blockquote:after,
.cb-editor-contents-entry q:before,
.cb-editor-contents-entry q:after {
    content: ""
}

.cb-editor-contents-entry blockquote:before {
    content: "\201c";
    font-family: "Arial", "Times New Roman";
    display: block;
    font-size: 93px;
    line-height: 50px;
    font-weight: bold
}

.cb-editor-contents-entry blockquote:before {
    color: #FF627D
}

.cb-editor-contents-entry hr {
    background-color: #ECECEE;
    border: 0;
    height: 1px;
    margin: 60px 0;
    clear: both
}

.cb-editor-contents-entry ul,
.cb-editor-contents-entry ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 20px
}

.cb-editor-contents-entry ul {
    list-style: disc
}

.cb-editor-contents-entry ol {
    list-style: decimal
}

.cb-editor-contents-entry ol li,
.cb-editor-contents-entry ul li {
    padding: 7px 0
}

.cb-editor-contents-entry li>ul,
.cb-editor-contents-entry li>ol {
    margin-bottom: 0;
    margin-left: 15px
}

.cb-editor-contents-entry dt {
    font-weight: bold
}

.cb-editor-contents-entry dd {
    margin: 0 15px 15px
}

.cb-editor-contents-entry img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

.cb-editor-contents-entry figure {
    margin: 20px 0
}

.cb-editor-contents-entry table {
    /* margin: 0 0 15px; */
    width: 100%
}

.cb-editor-contents-entry .alignleft {
    display: inline;
    float: left;
    margin-right: 50px
}

.cb-editor-contents-entry .alignright {
    display: inline;
    float: right;
    margin-left: 50px
}

.cb-editor-contents-entry .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.cb-editor-contents-entry .text-alignleft {
    text-align: left
}

.cb-editor-contents-entry .text-alignright {
    text-align: right
}

.cb-editor-contents-entry .text-aligncenter {
    text-align: center
}

.error-page-entry {
    padding: 120px 0;
    text-align: center
}

.error-page-head {
    margin-bottom: 50px
}

.error-page-head img {
    max-width: 350px
}

.error-page-body {
    max-width: 800px;
    margin: 0 auto
}

.error-page-body h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase
}

.error-page-bottom {
    margin-top: 50px
}

.nothing-found-page-entry {
    padding-bottom: 100px
}

.nothing-found-page-entry .nothing-found-message {
    margin-bottom: 30px
}

.nothing-found-page-entry .nthing-page-action form {
    max-width: 700px
}

.nothing-found-page-entry .nthing-page-action form input[type="search"],
.nothing-found-page-entry .nthing-page-action form input[type="submit"] {
    height: 48px;
    font-size: 15px
}

.nothing-found-page-entry .nthing-page-action form input[type="search"] {
    width: calc(100% - 150px)
}

.nothing-found-page-entry .nthing-page-action form input[type="submit"] {
    width: 150px;
    text-transform: capitalize
}

.archive-page-entry .page-title h1,
.archive-page-entry .page-title h2,
.archive-page-entry .page-title h3,
.archive-page-entry .archive-description {
    margin-bottom: 50px
}

.search-page-entry .page-title h1,
.search-page-entry .page-title h2,
.search-page-entry .page-title h3 {
    font-size: 28px;
    margin-bottom: 50px
}

.search-page-entry .page-title h1 span,
.search-page-entry .page-title h2 span,
.search-page-entry .page-title h3 span {
    color: #FF627D
}

.post-page-entry .page-title h1,
.post-page-entry .page-title h2,
.post-page-entry .page-title h3 {
    margin-bottom: 15px
}

.post-page-entry .metas-list {
    margin-top: 0;
    margin-bottom: 20px
}

.social-sharing {
    margin-bottom: 30px
}

.social-sharing ul li {
    position: relative
}

.social-sharing ul li:first-child {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-right: 5px
}

.social-sharing ul li a {
    position: relative;
    padding: 0px 40px;
    width: auto;
    color: #fff;
    white-space: nowrap
}

.social-sharing ul li a:hover {
    color: #cacaca
}

.entry-tags {
    margin: 40px 0
}

.post-tags a {
    position: relative;
    display: inline-block;
    background: #FF627D;
    padding: 10px 30px;
    margin: 2px;
    text-transform: capitalize;
    color: #fff;
    line-height: 1;
    font-size: 14px
}

.post-tags a::before {
    content: '\f02e';
    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: 14px
}

.post-tags a:hover {
    background: #00847D;
    color: #fff
}

.post-navigation {
    margin: 40px 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: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 14px
}

.post-navigation .nav-links .nav-previous a::before,
.post-navigation .nav-links .nav-next a::after {
    content: "\f104";
    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: #222;
    -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: "\f105";
    right: 0;
    left: unset
}

.post-navigation .nav-links .nav-next a:hover:after {
    right: -15px
}

.author-box {
    margin: 60px 0;
    text-align: center
}

.author-box .author-thumb {
    margin-bottom: 40px
}

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

.author-box .author-details {
    background: #f5f5f5;
    padding: 30px 20px
}

.author-box .author-name h3 {
    font-size: 27px;
    text-transform: capitalize;
    color: #FF627D
}

.author-box .author-name,
.author-box .author-desc p {
    margin-bottom: 20px
}

.author-box .author-social ul li {
    margin-right: 5px
}

.author-box .author-social ul li:last-child {
    margin-right: 0
}

.author-box .author-social ul li a {
    border: 1px solid #FF627D;
    color: #FF627D;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%
}

.author-box .author-social ul li a:hover {
    border: 1px solid #00847D;
    color: #00847D
}

.related-posts .block-title h3 {
    margin-bottom: 40px;
    font-size: 28px
}

.related-posts .cb-recent-posts {
    margin-bottom: 0
}

.related-posts .section-contants {
    margin-bottom: 0
}

.thumb.gallery-format {
    padding-bottom: 0;
    margin-bottom: 40px
}

.gallery-format .owl-single-gallery .owl-nav {
    position: absolute;
    right: 30px;
    top: 30px
}

.thumb.gallery-format img {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    width: auto;
    height: auto
}

.thumb.video-format,
.thumb.audio-format {
    padding-bottom: 0
}

.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_formate iframe {
    min-height: 250px
}

.audio_formate audio {
    min-height: 30px
}

.video-formate video {
    min-height: 300px
}

.post-media.quote-format blockquote {
    display: block;
    position: relative;
    padding: 30px 0 30px 50px;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    border-left: 4px solid #FF627D
}

.thumb.quote-format {
    padding-bottom: 0;
    background: transparent
}

.post-media.link-format {
    border: 1px solid #eee;
    padding: 30px
}

.post-media.link-format a {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1px;
    padding-left: 40px
}

.post-media.link-format a::before {
    content: '\f35d';
    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%)
}

.thumb.review-format.image-loaded {
    overflow: unset
}

.thumb .remarks-holder {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: -5px;
    border-top-left-radius: 5px;
    background: #00847D;
    padding: 13px 30px;
    color: #fff;
    z-index: 20;
    line-height: 1;
    letter-spacing: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500
}

.thumb .remarks-holder:after {
    width: 5px;
    height: 6px;
    background: #00847D;
    position: absolute;
    left: 0;
    bottom: -6px;
    content: '';
    border-bottom-left-radius: 4px
}

.thumb .post-remark:before {
    width: 0;
    height: 0;
    border-top: 20px solid #00847D;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
    content: ''
}

.thumb .post-remark:after {
    width: 0;
    height: 0;
    border-bottom: 20px solid #00847D;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    right: -20px;
    content: ''
}

.review-gallery-images-wrap {
    margin: 30px -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.review-gallery-images-wrap .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    background: transparent;
    margin-bottom: 10px
}

.has-sidebar .review-gallery-images-wrap .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 5px
}

.review-gallery-images-wrap img {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    width: auto;
    height: auto
}

.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: #FF627D;
    border: 1px solid #FF627D;
    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: #222;
    border: 1px solid #222
}

#comments {
    margin-top: 0
}

#comments footer {
    background: transparent
}

#comments h2.comments-title {
    position: relative;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 30px
}

#comments h2.comments-title:after {
    content: '';
    position: absolute;
    border-bottom: 3px solid #FF627D;
    bottom: 0;
    left: 0;
    width: 70px
}

#comments div#respond {
    padding: 0;
    margin-bottom: 40px;
    background: transparent
}

#comments div#respond h3#reply-title {
    position: relative;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 30px
}

#comments div#respond h3#reply-title::after {
    content: '';
    position: absolute;
    border-bottom: 3px solid #FF627D;
    bottom: 0;
    left: 0;
    width: 70px
}

#comments form p.comment-notes {
    padding-bottom: 30px;
    display: block
}

#comments form label {
    display: block;
    padding-bottom: 15px;
    margin: 0;
    font-weight: 400;
    color: #222
}

#comments form input,
#comments form textarea {
    position: relative;
    height: 38px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #616161;
    padding: 0 15px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    outline: none;
    border-radius: 0
}

#comments form input[type="checkbox"] {
    display: inline-block;
    height: auto;
    margin-bottom: 0;
    margin-right: 10px
}

#comments form textarea {
    height: 150px;
    padding: 30px
}

#comments form input[type="submit"] {
    margin: 20px 0 0 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#comments form input[type="submit"] {
    display: inline-block;
    height: auto;
    width: 200px;
    padding: 13px 0;
    background: #FF627D;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    border: 1px solid #FF627D;
    line-height: inherit;
    border-radius: 3px
}

#comments form input[type="submit"]:hover {
    background: #00847D;
    color: #fff;
    border: 1px solid #00847D
}

#comments ul,
#comments ol {
    list-style: none
}

#comments ol.comment-list {
    margin: 40px 0
}

#comments ol.comment-list li {
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px
}

#comments ol.comment-list li ol {
    margin: 20px
}

#comments ol.comment-list li article footer.comment-meta {
    padding-bottom: 20px
}

#comments ol.comment-list li article footer.comment-meta .comment-author.vcard img {
    border: 2px solid #eee;
    border-radius: 50%
}

#comments ol.comment-list li article footer.comment-meta .comment-author.vcard b a,
#comments ol.comment-list li article footer.comment-meta .comment-author.vcard b,
#comments ol.comment-list li article footer.comment-meta .comment-author.vcard span {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #616161 !important;
    font-size: 14px;
    font-weight: 500
}

#comments ol.comment-list li article footer.comment-meta .comment-author.vcard span {
    padding-left: 25px
}

#comments ol.comment-list li article footer.comment-meta .comment-author.vcard span::before {
    content: '\f27a';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 5px
}

#comments ol.comment-list li article footer.comment-meta .comment-metadata {
    padding-left: 40px
}

#comments ol.comment-list li article footer.comment-meta .comment-metadata a {
    text-transform: capitalize;
    font-size: 12px;
    padding-right: 10px;
    font-weight: 400;
    color: #616161;
    letter-spacing: 0
}

#comments ol.comment-list li article footer.comment-meta .comment-metadata span.edit-link a {
    position: relative;
    padding-left: 20px
}

#comments ol.comment-list li article footer.comment-meta .comment-metadata span.edit-link a:before {
    content: '\f121';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 10px
}

#comments ol.comment-list li article .comment-content {
    padding-bottom: 20px
}

#comments ol.comment-list li article .comment-content p {
    line-height: 1.5
}

#comments ol.comment-list li article .comment-content p a {
    color: #222;
    font-weight: 500
}

#comments ol.comment-list li article .reply a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #616161;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0
}

#comments ol.comment-list li article .reply a:before {
    content: '\f3e5';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 10px
}

#comments p.comment-form-cookies-consent {
    text-align: left;
    margin-top: 10px
}

#comments p.comment-form-cookies-consent input[type="checkbox"] {
    display: inline-block;
    width: 13px;
    height: 13px
}

#comments p.comment-form-cookies-consent label {
    display: inline-block;
    padding-left: 15px;
    line-height: 13px
}

#comments .akismet_comment_form_privacy_notice {
    margin-bottom: 30px
}

.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: #00847D
}

.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: #616161;
    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: #00847D
}

.widget_rss .widget-title h3 img {
    display: none
}

.widget_rss ul li a {
    color: #FF627D
}

.widget_rss ul li a:hover {
    color: #00847D
}

.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 #FF627D;
    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: #00847D
}

.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: #222;
    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: #FF627D
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #585858
}

@media (max-width: 1200px) {
    .cb-container,
    body.boxed .page-wrap {
        max-width: 1140px
    }
    .header-style-3 .site-branding-holder,
    .header-style-4 .site-branding-holder,
    .header-style-5 .site-branding-holder {
        padding: 150px 0
    }
    .header-style-4 .site-branding-holder,
    .header-style-5 .site-branding-holder {
        padding: 30px 0
    }
    .header-style-5 .site-branding-holder {
        padding: 0
    }
    .header-style-6 .cb-mid-header {
        padding: 30px 0
    }
    .cd-banner-style-1 .banner-inner {
        padding: 200px 0
    }
    footer .widget {
        padding-bottom: 10px
    }
}

@media (max-width: 1140px) {
    .cb-container,
    body.boxed .page-wrap {
        max-width: 1100px
    }
    #canvas-aside {
        max-width: 350px
    }
    .cb-post-widget .cb-post-box .cb-col:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
    .cb-post-widget .cb-post-box .cb-col:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
    .cb-post-widget .metas .metas-list li span {
        display: inline-block
    }
}

@media (max-width: 1100px) {
    body.boxed {
        margin: 15px 0
    }
    .cb-container,
    body.boxed .page-wrap {
        max-width: 1050px
    }
    #cb-slider-carousel-4 .thumb {
        height: 500px
    }
    .has-sidebar .cb-list-style-2 .excerpt {
        display: none
    }
}

@media (max-width: 1050px) {
    .cb-container,
    body.boxed .page-wrap {
        max-width: 99%
    }
    body.boxed {
        margin: 0.5% 0
    }
    .main-navigation .menu-toggle,
    .main-navigation .call-btn-mobile,
    .main-navigation .location-btn-mobile,
    .main-navigation .close-menu {
        padding: 0 10px;
        display: inline-block;
        line-height: 60px;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        width: auto;
        letter-spacing: 0.35px
    }
    .main-navigation.mobile .close-menu {
        display: block
    }
    .main-navigation.mobile>ul {
        position: fixed;
        background: #111;
        top: 0;
        bottom: 0;
        left: -100%;
        right: auto;
        float: none;
        width: 100%;
        max-width: 350px;
        height: 100%;
        min-height: 100vh;
        overflow-y: auto;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transform: translate3d(0, 0, 1px);
        -webkit-transform: translate3d(0, 0, 1px);
        -o-transform: translate3d(0, 0, 1px);
        -ms-transform: translate3d(0, 0, 1px);
        -moz-transform: translate3d(0, 0, 1px);
        z-index: 99999
    }
    ul#menu-primary-menu>li:nth-child(2)>ul.sub-menu,
    ul#menu-primary-menu>li:last-child>ul.sub-menu {
        left: 0
    }
    body.admin-bar .main-navigation.mobile>ul,
    body.logged-in .main-navigation.mobile>ul {
        top: 32px
    }
    .main-navigation.mobile.active>ul {
        left: 0
    }
    .main-navigation.mobile ul ul {
        position: relative
    }
    .main-navigation ul li.mega-menu-drop-down ul.mega-menu,
    .main-navigation ul li.mega-menu-drop-down .dd-toggle {
        display: none !important
    }
    .main-navigation ul ul {
        left: 0
    }
    .main-navigation.mobile li a {
        border-bottom: 1px solid rgba(177, 176, 176, 0.2)
    }
    .main-navigation li a:hover {
        background: transparent
    }
    .general-header .main-navigation {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc( 100% - 50px);
        flex: 0 0 calc( 100% - 50px);
        max-width: calc( 100% - 50px)
    }
    .general-header .nav-extraa {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px
    }
    .general-header .nav-extraa a {
        font-size: 18px;
        padding: 0 2px
    }
    .header-style-1 .main-navigation {
        text-align: right
    }
    .header-style-1 .main-navigation>ul>li>a,
    .header-style-2 .main-navigation>ul>li>a,
    .header-style-3 .main-navigation>ul>li>a,
    .header-style-4 .main-navigation>ul>li>a,
    .header-style-5 .main-navigation>ul>li>a,
    .header-style-6 .main-navigation>ul>li>a {
        line-height: 1;
        padding: 15px
    }
    .header-style-2 .main-navigation .menu-toggle,
    .header-style-3 .main-navigation .menu-toggle,
    .header-style-4 .main-navigation .menu-toggle,
    .header-style-5 .main-navigation .menu-toggle,
    .header-style-6 .main-navigation .menu-toggle,
    .general-header.header-style-2 .nav-extraa a,
    .general-header.header-style-3 .nav-extraa a,
    .general-header.header-style-4 .nav-extraa a,
    .general-header.header-style-5 .nav-extraa a,
    .general-header.header-style-6 .nav-extraa a {
        line-height: 45px
    }
    .general-header.header-style-2 .nav-extraa a,
    .general-header.header-style-3 .nav-extraa a,
    .general-header.header-style-4 .nav-extraa a,
    .general-header.header-style-5 .nav-extraa a,
    .general-header.header-style-6 .nav-extraa a {
        height: auto
    }
    .header-style-6 .main-navigation>ul {
        text-align: left
    }
    .cb-alt-list-style .cb-post-box .permalink,
    .has-sidebar .cb-alt-list-style .cb-post-box .metas-list,
    .has-sidebar .cb-alt-list-style .cb-post-box ul.post-categories,
    .cb-list-style-2 .cb-post-box .permalink {
        display: none
    }
    .editorial-style-1 .post-contents,
    .editorial-style-2 .post-contents {
        top: 80%
    }
    .error-page-entry {
        padding: 80px 0 120px 0
    }
    .cb-post-widget .metas .metas-list {
        display: block
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 38px
    }
    h2 {
        font-size: 33px
    }
    h3 {
        font-size: 29px
    }
    h4 {
        font-size: 26px
    }
    h5 {
        font-size: 23px
    }
    h6 {
        font-size: 19px
    }
    .page-title h1,
    .page-title h2,
    .page-title h3 {
        font-size: 33px
    }
    .header-style-3 .site-branding-holder,
    .header-style-4 .site-branding-holder,
    .header-style-5 .site-branding-holder {
        padding: 100px 0
    }
    .header-style-4 .site-branding-holder,
    .header-style-5 .site-branding-holder {
        padding: 20px 0
    }
    .header-style-5 .cb-mid-header {
        padding: 10px 0
    }
    .header-style-5 .site-branding-holder {
        padding: 0
    }
    .cd-banner-style-1 .contant-holder h2 {
        font-size: 42px
    }
    #cb-slider-carousel-4 .post-title h2 {
        font-size: 29px
    }
    .cb-banner-style-3 ul.post-categories li a,
    .cb-banner-style-5 ul.post-categories li a {
        font-size: 9px;
        padding: 3px 10px
    }
    .cb-vblog-style-3 .card .left-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%
    }
    .cb-vblog-style-3 .card .right-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%
    }
    .cb-vblog-style-3 .post-title h3 {
        font-size: 16px
    }
    .cb-author-front-page-widget #cb-fp-author-thumb {
        position: absolute;
        bottom: 0;
        left: 0
    }
    .cb-topfooter .social-icons-list li a {
        margin-right: 15px
    }
    .video-format iframe,
    .audio-format iframe {
        min-height: 350px;
        height: 350px
    }
}

@media (max-width: 992px) {
    .header-style-3 .site-identity .site-title,
    .header-style-4 .site-identity .site-title,
    .header-style-5 .site-identity .site-title {
        font-size: 32px
    }
    .general-header .header-ads {
        display: none
    }
    .main-navigation.mobile>ul {
        max-width: 300px
    }
    .header-style-5 .cb-mid-header .left-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .cd-banner-style-1 .banner-inner {
        padding: 180px 0
    }
    #cb-banner-style-2 .post-title h3 {
        font-size: 23px
    }
    .has-sidebar .cb-alt-list-style .post-title h3 {
        font-size: 22px
    }
    #isonav-btn ul li {
        padding: 8px 20px
    }
    #iso-row-outer .thumb .card-title h3 {
        font-size: 19px
    }
    .editorial-style-2 .post-title h3 {
        font-size: 19px
    }
}

@media (max-width: 991px) {
    aside.secondary {
        padding-bottom: 0
    }
    a.btn-general {
        padding: 10px 15px;
        letter-spacing: 0.35px;
        font-weight: 500
    }
    .pagi-style-4 .nav-links {
        text-align: left
    }
    .cb-banner-style-3 .center-gutter,
    .cb-banner-style-5 .center-gutter {
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px
    }
    .cb-banner-style-3 .common-gutter .thumb,
    .cb-banner-style-5 .common-gutter .thumb {
        height: 220px
    }
    .cb-banner-style-3 .common-gutter .post-title h2,
    .cb-banner-style-5 .common-gutter .post-title h2,
    .cb-banner-style-3 .post-title h2,
    .cb-banner-style-5 .post-title h2,
    .cb-banner-style-5 .post-title h2 {
        font-size: 19px
    }
    .cb-banner-style-5 .center-gutter {
        margin-bottom: 10px;
        margin-top: 0
    }
    .cb-banner-style-5 .left-gutter {
        padding-left: 15px
    }
    .cb-banner-style-5 .common-gutter .post-title h2 {
        font-size: 16px
    }
    .cb-banner-style-5 .common-gutter .post-contents {
        top: 70%
    }
    .cb-banner-style-6 .post-contents {
        top: 75%
    }
    .has-sidebar .cb-alt-list-style .cb-post-box .metas-list,
    .has-sidebar .cb-alt-list-style .cb-post-box ul.post-categories,
    .has-sidebar .cb-list-style-2 .excerpt {
        display: block
    }
    .editorial-style-2 .post-title h3 {
        font-size: 21px
    }
    .cb-vblog-style-3 .card .left-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .cb-vblog-style-3 .card figure {
        height: 250px
    }
    .cb-vblog-style-3 .card .right-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
        margin-top: 30px;
        background: transparent
    }
    .cb-page-entry {
        padding-bottom: 0
    }
    .video-format iframe,
    .audio-format iframe {
        min-height: 400px;
        height: 400px
    }
    .related-posts .cb-recent-posts {
        margin-bottom: 0
    }
    .cb-author-front-page-widget #cb-fp-author-thumb {
        display: none
    }
    .cb-author-front-page-widget .author-details {
        padding: 0
    }
    .cb-instagram .feeds-entry ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .cb-post-widget .metas .metas-list {
        display: block
    }
    .cb-post-widget .metas .metas-list li span {
        display: inline-block
    }
    aside.secondary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    aside.secondary .widget {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 850px) {
    body.boxed {
        margin: 0
    }
    body.boxed .page-wrap {
        max-width: 100%
    }
    body.boxed .cb-container {
        padding-left: 15px;
        padding-right: 15px
    }
    .cb-pagination .pagi-style-3 a,
    .cb-pagination .pagi-style-4 a {
        padding: 8px 20px
    }
    .secondary-nav ul li a {
        padding: 0 8px 0 0
    }
    #cb-slider-carousel-4 .thumb {
        height: 450px
    }
    #cb-slider-carousel-4 .post-title h2 {
        font-size: 27px
    }
    .cb-banner-style-6 .thumb {
        height: 300px
    }
    .cb-banner-style-6 .post-contents .post-title h2 {
        font-size: 23px
    }
    .cb-banner-style-6 .post-contents {
        top: 70%
    }
    #cb-slider-style-6 .post-contents {
        top: 65%
    }
    #cb-slider-style-6 .post-contents .post-title h2 {
        font-size: 19px
    }
    .featured-style-3 .thumb {
        height: 250px
    }
    .cb-alt-list-style .excerpt,
    .cb-list-style-2 .excerpt {
        display: none
    }
    .cb-vblog-style-3 .card figure {
        height: 200px
    }
    .cb-topfooter .social-icons-list li a {
        font-size: 0;
        margin-right: 30px
    }
    .cb-topfooter .social-icons-list li a i {
        font-size: 16px
    }
}

@media (max-width: 783px) {
    body.admin-bar .main-navigation.mobile>ul,
    body.logged-in .main-navigation.mobile>ul,
    body.admin-bar #canvas-aside,
    body.logged-in #canvas-aside {
        top: 46px
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 36px
    }
    h2 {
        font-size: 31px
    }
    h3 {
        font-size: 27px
    }
    h4 {
        font-size: 24px
    }
    h5 {
        font-size: 21px
    }
    h6 {
        font-size: 19px
    }
    .page-title h1,
    .page-title h2,
    .page-title h3,
    .section-title h2 {
        font-size: 31px
    }
    .header-style-1,
    .header-style-2,
    .header-style-3,
    .header-style-4,
    .header-style-5,
    .header-style-6,
    .header-style-3,
    .header-style-4,
    .header-style-5,
    .header-style-4,
    .header-style-5,
    .header-style-5,
    .header-style-6,
    .cb-banner,
    .cb-recent-posts,
    .cb-recent-posts .cb-post-box,
    .cb-editorial-picks,
    .cb-pagination,
    .cb-author-front-page-widget,
    .cb-recent-posts.cb-big-posts .cb-post-box,
    .cb-recent-posts.cb-list-style-2 .cb-post-box,
    .archive-page-entry .page-title h1,
    .archive-page-entry .page-title h2,
    .archive-page-entry .page-title h3,
    .search-page-entry .page-title h1,
    .search-page-entry .page-title h2,
    .search-page-entry .page-title h3,
    .cb-fp-top-wrapper .cb-newsleter,
    .cb-fp-bottom-wrapper .cb-newsleter,
    .cb-fp-top-wrap .widget,
    .cb-fp-bottom-wrap .widget {
        margin-bottom: 30px
    }
    .section-title h2::after,
    footer .widget-title h3::after {
        content: '';
        left: -10px;
        top: -6px;
        height: 50px;
        width: 50px
    }
    .section-title {
        padding-bottom: 50px;
        padding-top: 20px
    }
    .cb-fp-mid-wrap {
        margin-bottom: 30px
    }
    #header-search form,
    .search-box form,
    .widget_product_search form,
    .widget_search form {
        padding: 20px
    }
    .cd-banner-style-1 .banner-inner {
        padding: 150px 0
    }
    .cd-banner-style-1 .contant-holder {
        max-width: 650px
    }
    .cd-banner-style-1 .contant-holder h2 {
        font-size: 36px
    }
    .cb-banner-style-1-slider .banner-inner .owl-carousel .item {
        height: 600px
    }
    #cb-slider-carousel-4 .thumb {
        height: 380px
    }
    #cb-slider-carousel-4 .owl-nav button.owl-prev,
    #cb-slider-carousel-4 .owl-nav button.owl-next {
        top: 15px;
        -webkit-transform: none;
        transform: none
    }
    .cb-feaured {
        margin-bottom: 10px
    }
    .cb-alt-list-style .cb-post-box .post-title h3,
    .cb-list-style-2 .cb-post-box .post-title h3 {
        font-size: 23px
    }
    .cb-image-bricks #bricks-row .brick-item .post-title h3 {
        font-size: 16px
    }
    .cb-post-bricks #bricks-row .brick-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .has-sidebar .cb-alt-list-style .cb-post-box .metas-list,
    .has-sidebar .cb-alt-list-style .cb-post-box ul.post-categories,
    .has-sidebar .cb-list-style-2 .excerpt {
        display: none
    }
    .cb-affiliation-block {
        margin-bottom: 10px
    }
    #iso-row-outer .card {
        width: 50%
    }
    #isonav-btn ul li {
        font-weight: 500;
        letter-spacing: 0
    }
    .editorial-style-1 .thumb,
    .editorial-style-2 .thumb,
    .editorial-style-2 .thumb {
        height: 400px
    }
    .cb-vblog-block {
        margin-bottom: 10px
    }
    .cb-vblog-block .card figure img {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none
    }
    .cb-vblog-style-2 .left-gutter .card figure {
        height: 320px
    }
    .cb-vblog-style-2 .right-gutter .card figure {
        height: 157px
    }
    form.mc4wp-form-theme .cb-newsleter input[type="text"],
    form.mc4wp-form-theme .cb-newsleter input[type="email"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%
    }
    .cb-page-entry {
        padding-bottom: 30px
    }
    .cb-404-page {
        padding-bottom: 70px
    }
    .related-posts .cb-recent-posts,
    .related-posts .cb-grid-style-4 .section-contants,
    .related-posts .cb-post-bricks .section-contants {
        margin-bottom: 0
    }
    .video-format iframe,
    .audio-format iframe {
        min-height: 300px;
        height: 300px
    }
    aside.secondary {
        margin-right: 0;
        margin-left: 0
    }
    aside.secondary .widget {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .cb-custom-category ul li {
        height: 120px
    }
    .widget_tags_cloud .tagcloud a {
        font-size: 13px;
        font-weight: 400
    }
    #canvas-aside {
        max-width: 310px;
        padding: 15px
    }
    .search-box form {
        padding: 0
    }
}

@media (max-width: 767px) {
    body.home .header-style-1 {
        position: relative;
        left: unset;
        top: unset;
        background: #FF627D;
        border-bottom: 0
    }
    .header-style-4 .cb-header-top .left-col,
    .header-style-5 .cb-header-top .left-col,
    .header-style-5 .cb-header-top .left-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
    .header-style-4 .cb-header-top .right-col,
    .header-style-5 .cb-header-top .right-col,
    .header-style-5 .cb-header-top .right-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
    .cd-banner-style-1 .banner-inner {
        padding: 100px 0
    }
    .cd-banner-style-1 .contant-holder h2 {
        font-size: 33px
    }
    .cb-banner-style-1-slider .banner-inner .owl-carousel .item {
        height: 500px
    }
    #cb-banner-style-2 .post-contents {
        top: 80%;
        padding: 0 20px
    }
    #cb-banner-style-2 .post-title h3 {
        margin: 5px 0
    }
    #cb-banner-style-2 .entry-cats ul li a {
        padding: 0 7px 0 0
    }
    #cb-banner-style-2 .post-contents .entry-cats,
    #cb-banner-style-2 .post-contents .post-title,
    #cb-banner-style-2 .post-contents .metas {
        width: 100%;
        text-align: left
    }
    #cb-banner-style-2 .owl-nav button.owl-prev,
    #cb-banner-style-2 .owl-nav button.owl-next {
        top: 10px;
        -webkit-transform: none;
        transform: none;
        line-height: 30px;
        width: 30px;
        height: 30px;
        border: none
    }
    .owl-carousel .owl-nav button.owl-prev i,
    .owl-carousel .owl-nav button.owl-next i {
        line-height: 30px
    }
    #cb-banner-style-2 .owl-nav button.owl-prev {
        left: auto;
        right: 50px
    }
    #cb-banner-style-2 .owl-nav button.owl-next {
        right: 10px;
        left: auto
    }
    .cb-banner-style-3 .left-gutter,
    .cb-banner-style-5 .left-gutter {
        padding-right: 15px
    }
    .cb-banner-style-3 .right-gutter,
    .cb-banner-style-5 .right-gutter {
        padding-left: 15px
    }
    .cb-banner-style-3 .center-gutter,
    .cb-banner-style-5 .center-gutter {
        margin-bottom: 10px
    }
    .cb-banner-style-3 .common-gutter .thumb,
    .cb-banner-style-5 .common-gutter .thumb,
    .cb-banner-style-3 .center-gutter .thumb,
    .cb-banner-style-5 .center-gutter .thumb {
        height: 270px
    }
    .cb-banner-style-5 .post-contents,
    .cb-banner-style-5 .common-gutter .post-contents {
        top: 70%
    }
    .cb-banner-style-5 .post-title h2,
    .cb-banner-style-5 .common-gutter .post-title h2 {
        font-size: 21px
    }
    .cb-banner-style-5 .left-gutter {
        margin-bottom: 10px
    }
    .cb-banner-style-5 .common-gutter .thumb,
    .cb-banner-style-5 .center-gutter .thumb {
        height: 300px
    }
    .cb-banner-style-6 .left-gutter {
        padding-right: 15px;
        margin-bottom: 10px
    }
    .cb-banner-style-6 .right-gutter {
        padding-left: 15px
    }
    .cb-banner-style-6 .thumb,
    .cb-banner-style-6 .thumb {
        height: 300px
    }
    .cb-banner-style-6 .post-contents .post-title h2,
    #cb-slider-style-6 .post-contents .post-title h2 {
        font-size: 21px
    }
    .cb-banner-style-6 .post-contents,
    #cb-slider-style-6 .post-contents {
        top: 70%
    }
    .cb-author-front-page-widget .author-name h3 {
        padding-bottom: 20px
    }
    .featured-style-2 .left-gutter {
        padding-right: 15px;
        margin-bottom: 10px
    }
    .featured-style-2 .left-gutter .thumb {
        height: 300px
    }
    .featured-style-2 .right-gutter {
        padding-left: 15px
    }
    .featured-style-2 .right-gutter .thumb {
        height: 200px
    }
    .cb-feaured.featured-style-2 {
        margin-bottom: 30px
    }
    .featured-style-3 .thumb {
        height: 280px
    }
    .editorial-style-2 .post-title h3 {
        font-size: 19px
    }
    .cb-alt-list-style .post-contents,
    .cb-list-style-2 .post-contents {
        margin-top: 30px
    }
    .cb-alt-list-style .excerpt,
    .cb-list-style-2 .excerpt,
    .cb-alt-list-style .cb-post-box .permalink,
    .has-sidebar .cb-alt-list-style .cb-post-box .metas-list,
    .has-sidebar .cb-alt-list-style .cb-post-box ul.post-categories,
    .cb-list-style-2 .cb-post-box .permalink,
    .has-sidebar .cb-list-style-2 .excerpt {
        display: block
    }
    .has-sidebar .cb-list-style-2 .metas-list li.posted-date,
    .has-sidebar .cb-alt-list-style .metas-list li.posted-date {
        display: inline-block
    }
    .cb-image-bricks #bricks-row .brick-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .has-sidebar .cb-alt-list-style .cb-post-box {
        margin-bottom: 40px
    }
    .cb-vblog-style-2 .left-gutter {
        padding-right: 15px;
        margin-bottom: 5px
    }
    .cb-vblog-style-2 .right-gutter {
        padding-left: 15px
    }
    .cb-vblog-style-2 .right-gutter .top-cards,
    .cb-vblog-style-2 .right-gutter .btm-cards {
        margin-left: 0;
        margin-right: 0
    }
    .cb-vblog-style-2 .left-gutter .card figure {
        height: 375px
    }
    .cb-vblog-style-2 .right-gutter .card figure {
        height: 200px
    }
    .cb-vblog-style-3 .card figure {
        height: 350px
    }
    .cb-vblog-style-3 .post-title h3 {
        font-size: 19px
    }
    .cb-vblog-style-3 .metas-list span {
        font-size: 13px
    }
    form.mc4wp-form-theme .cb-newsleter {
        padding: 20px 10px 30px 10px
    }
}

@media (max-width: 680px) {
    h1 {
        font-size: 36px
    }
    h2 {
        font-size: 31px
    }
    h3 {
        font-size: 27px
    }
    h4 {
        font-size: 23px
    }
    h5 {
        font-size: 21px
    }
    h6 {
        font-size: 19px
    }
    .page-title h1,
    .page-title h2,
    .page-title h3 {
        font-size: 31px
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        line-height: 30px;
        width: 30px;
        height: 30px
    }
    .owl-carousel .owl-nav button.owl-prev i,
    .owl-carousel .owl-nav button.owl-next i {
        font-size: 14px
    }
    .cb-pagination .pagi-style-1 .nav-links span,
    .cb-pagination .pagi-style-1 .nav-links a {
        line-height: 30px;
        height: 30px;
        font-weight: 500
    }
    .cb-pagination .pagi-style-3 a,
    .cb-pagination .pagi-style-4 a {
        font-weight: 500;
        letter-spacing: 0
    }
    .cb-t-h-e-m-e-b-e-e-z .recent-posts {
        color: inherit
    }
    .header-style-3 .site-branding-holder,
    .header-style-4 .site-branding-holder,
    .header-style-5 .site-branding-holder {
        padding: 70px 0
    }
    .header-style-3 .site-identity .site-title,
    .header-style-4 .site-identity .site-title,
    .header-style-5 .site-identity .site-title {
        font-size: 28px
    }
    .header-style-3 .site-identity .site-description,
    .header-style-4 .site-identity .site-description,
    .header-style-5 .site-identity .site-description {
        display: none
    }
    .header-style-4 .site-branding-holder,
    .header-style-5 .site-branding-holder {
        padding: 20px 0
    }
    .header-style-4 .cb-header-top,
    .header-style-5 .cb-header-top {
        padding-bottom: 10px;
        text-align: center
    }
    .header-style-4 .cb-header-top .left-col,
    .header-style-5 .cb-header-top .left-col,
    .header-style-5 .cb-header-top .left-col,
    .header-style-4 .cb-header-top .right-col,
    .header-style-5 .cb-header-top .right-col,
    .header-style-5 .cb-header-top .right-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .header-style-4 .social-icons,
    .header-style-5 .social-icons,
    .header-style-5 .social-icons {
        text-align: inherit
    }
    .header-style-4 .social-icons li a,
    .header-style-5 .social-icons li a,
    .header-style-5 .social-icons li a {
        line-height: 24px;
        height: 24px;
        width: auto;
        margin-right: 10px
    }
    .header-style-5 .cb-header-top {
        text-align: left
    }
    .header-style-5 .site-branding-holder {
        padding: 10px 0
    }
    .header-style-5 .cb-mid-header {
        padding: 0
    }
    .header-style-6 .cb-mid-header {
        padding: 20px 0
    }
    .cd-banner-style-1 .contant-holder {
        max-width: 100%
    }
    .cb-banner-style-1-slider .banner-inner .owl-carousel .item {
        height: 550px
    }
    #cb-banner-style-2 .post-contents {
        top: 75%
    }
    #cb-slider-carousel-4 .post-title h2 {
        font-size: 23px
    }
    .cb-banner-style-5 .common-gutter .thumb,
    .cb-banner-style-5 .center-gutter .thumb,
    .cb-banner-style-6 .thumb {
        height: 250px
    }
    .editorial-style-1 .owl-carousel .owl-nav,
    .editorial-style-2 .owl-carousel .owl-nav,
    .editorial-style-2 .owl-carousel .owl-nav {
        top: 10px;
        right: 10px
    }
    .cb-vblog-style-3 .card figure {
        height: 320px
    }
    .cb-bottomfooter p {
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 400;
        letter-spacing: 0
    }
    .copyrights-info {
        padding: 15px 0
    }
    .error-page-body h2 {
        font-size: 24px
    }
}

@media (max-width: 600px) {
    .header-style-2 .cb-mid-header,
    .header-style-3 .cb-mid-header,
    .header-style-4 .cb-mid-header,
    .header-style-5 .cb-mid-header,
    .header-style-6 .cb-mid-header {
        padding: 5px 0
    }
    .header-style-3 .site-identity .site-title,
    .header-style-4 .site-identity .site-title,
    .header-style-5 .site-identity .site-title {
        font-size: 24px;
        line-height: 1.1
    }
    .header-style-3 .site-branding-holder,
    .header-style-4 .site-branding-holder,
    .header-style-5 .site-branding-holder {
        padding: 30px 0
    }
    .header-style-4 .site-branding-holder,
    .header-style-5 .site-branding-holder {
        padding: 10px 0
    }
    .header-style-5 .cb-mid-header {
        padding: 0
    }
    .header-style-5 .site-branding-holder {
        padding: 5px 0
    }
    .header-style-6 .cb-mid-header {
        padding: 15px 0
    }
    #header-search,
    .search-box,
    .widget_product_search,
    .widget_search {
        width: 320px
    }
    #header-search form,
    .search-box form,
    .widget_product_search form,
    .widget_search form {
        padding: 15px 10px
    }
    #header-search input[type="search"],
    .search-box input[type="search"],
    .widget_product_search input[type="search"],
    .widget_search input[type="search"],
    .search-box input[type="search"] {
        letter-spacing: 0;
        font-weight: 400;
        font-size: 13px
    }
    .search-box {
        width: 100%
    }
    .search-box form {
        padding: 0
    }
    #cb-banner-style-2 .thumb img {
        min-height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center
    }
    #cb-slider-carousel-4 .thumb {
        height: 300px
    }
    #cb-slider-carousel-4 .post-contents {
        top: 75%
    }
    .featured-style-2 .left-gutter .thumb,
    .featured-style-2 .right-gutter .thumb {
        height: 250px
    }
    .social-sharing ul li a {
        padding: 0px 25px
    }
    .cb-editor-contents-entry blockquote,
    .author-box .author-details {
        padding: 30px 10px
    }
    .post-media.quote-format blockquote {
        padding: 30px 0 30px 20px;
        font-size: 16px;
        letter-spacing: 0.35px
    }
    .post-tags a {
        padding: 8px 25px
    }
    .author-box {
        margin: 40px 0
    }
    .related-posts .block-title h3 {
        font-size: 27px
    }
    .cb-editorial-picks ul.post-categories li a {
        padding: 3px 5px
    }
    #iso-row-outer .thumb .card-title {
        top: 70%;
        padding: 0 15px
    }
    #iso-row-outer .thumb .card-title h3 {
        font-size: 15px;
        padding: 10px 15px
    }
}

@media (max-width: 550px) {
    .cb-vblog-style-3 .card figure {
        height: 260px
    }
}

@media (max-width: 575px) {
    .cd-banner-style-1 .banner-inner {
        padding: 90px 0
    }
    .cd-banner-style-1 .contant-holder h2 {
        font-size: 29px
    }
    #cb-banner-style-2 .post-contents {
        top: 70%
    }
    .featured-style-2 .left-gutter .thumb,
    .featured-style-2 .right-gutter .thumb {
        height: 200px
    }
    .cb-image-bricks #bricks-row {
        margin-bottom: 30px
    }
    .cb-image-bricks #bricks-row .brick-item,
    .cb-post-bricks #bricks-row .brick-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    #bricks-row .brick-item .post-contents {
        bottom: 50px
    }
    .cb-image-bricks #bricks-row .brick-item .post-title h3 {
        font-size: 21px
    }
    .editorial-style-1 .post-contents,
    .editorial-style-2 .post-contents,
    .editorial-style-2 .post-contents {
        top: 75%
    }
    .editorial-style-1 .post-title h3,
    .editorial-style-2 .post-title h3,
    .editorial-style-2 .post-title h3 {
        font-size: 21px
    }
    #iso-row-outer .card {
        width: 100%
    }
    #iso-row-outer .thumb .card-title h3 {
        font-size: 21px;
        padding: 15px 15px
    }
    #iso-row-outer .thumb .card-title {
        top: 75%
    }
    .cb-vblog-style-2 .left-gutter .card figure,
    .cb-vblog-style-2 .right-gutter .card figure {
        height: 290px
    }
    .cb-vblog-style-2 .right-gutter .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .cb-vblog-style-2 .right-gutter .top-cards,
    .cb-vblog-style-2 .right-gutter .btm-cards {
        margin-bottom: 0
    }
    .cb-vblog-style-2 .right-gutter .top-cards .card,
    .cb-vblog-style-2 .right-gutter .btm-cards .card {
        margin-bottom: 5px
    }
    .cb-vblog-style-2 .right-gutter .card:nth-child(2),
    .cb-vblog-style-2 .right-gutter .card:nth-child(4),
    .cb-vblog-style-2 .right-gutter .top-cards .card,
    .cb-vblog-style-2 .right-gutter .btm-cards .card {
        border: 0
    }
    .cb-vblog-style-3 .card figure {
        height: 200px
    }
    footer .cb-midfooter {
        padding-top: 60px
    }
    .video-format iframe,
    .audio-format iframe {
        min-height: 250px;
        height: 250px
    }
}

@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
    }
    .page-title h1,
    .page-title h2,
    .page-title h3 {
        font-size: 29px
    }
    .cb-pagination .pagi-style-1 .nav-links span,
    .cb-pagination .pagi-style-1 .nav-links a {
        padding-left: 12px;
        padding-right: 12px;
        font-weight: 400;
        margin-right: 0;
        margin-bottom: 5px;
        text-transform: capitalize;
        font-size: 15
    }
    #header-search form,
    .search-box form,
    .widget_product_search form,
    .widget_search form {
        border: 0
    }
    #canvas-aside {
        max-width: 300px;
        padding: 10px
    }
    .main-navigation.mobile>ul {
        max-width: 290px
    }
    .cb-banner-style-5 .common-gutter .thumb,
    .cb-banner-style-5 .center-gutter .thumb,
    .cb-banner-style-6 .thumb {
        height: 300px
    }
    .cb-banner-style-5 .post-title h2,
    .cb-banner-style-5 .common-gutter .post-title h2,
    .cb-banner-style-6 .post-contents .post-title h2,
    #cb-slider-style-6 .post-contents .post-title h2 {
        font-size: 19px
    }
    .cb-banner-style-6 .post-contents,
    #cb-slider-style-6 .post-contents {
        top: 60%
    }
    .featured-style-3 .permalink {
        top: 80%
    }
    .cb-newsleter {
        padding: 20px 20px 30px 20px
    }
    .cb-newsleter .newsletter-desc {
        text-align: left
    }
    form.mc4wp-form-theme .cb-newsleter input[type="text"],
    form.mc4wp-form-theme .cb-newsleter input[type="email"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0 10px 0
    }
    form.mc4wp-form-theme .cb-newsleter input[type="submit"] {
        font-weight: 500;
        margin: 10px 10px 0 0;
        height: 38px
    }
    form.mc4wp-form-theme {
        overflow: hidden;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start
    }
    #isonav-btn ul li {
        padding: 7px 13px;
        margin: 3px 0
    }
    .post-navigation .nav-links .nav-previous a,
    .post-navigation .nav-links .nav-next a {
        text-transform: capitalize;
        font-weight: 400;
        letter-spacing: 0.35px;
        font-size: 15px
    }
}

@media (max-width: 440px) {
    .page-title h1,
    .page-title h2,
    .page-title h3,
    .section-title h2 {
        font-size: 29px
    }
    .section-title h2::after,
    footer .widget-title h3::after {
        content: '';
        top: -10px
    }
    .header-style-1 .site-branding img {
        max-height: 45px
    }
    .main-navigation .menu-toggle,
    .main-navigation .call-btn-mobile,
    .main-navigation .location-btn-mobile,
    .main-navigation .close-menu,
    .general-header .nav-extraa a {
        line-height: 45px
    }
    .general-header .nav-extraa a {
        height: 45px
    }
    .main-navigation.mobile>ul {
        max-width: 260px
    }
    .secondary-nav ul li a {
        font-size: 11px
    }
    .cb-image-bricks #bricks-row .brick-item .post-title h3 {
        font-size: 19px
    }
    .editorial-style-1 .post-title h3,
    .editorial-style-2 .post-title h3,
    .editorial-style-2 .post-title h3 {
        font-size: 19px
    }
    .cb-topfooter .social-icons-list li a {
        margin-right: 15px
    }
    .social-sharing ul li a {
        padding: 0px 15px
    }
    .author-box .author-social ul li {
        margin-right: 0
    }
    .post-navigation .nav-links .nav-previous a:before {
        left: -15px
    }
    .post-navigation .nav-links .nav-next a:after {
        right: -15px
    }
}

@media (max-width: 400px) {
    .cb-container,
    body.boxed .page-wrap {
        max-width: 100%
    }
    .header-style-1 .header-inner {
        max-height: 100%
    }
    .header-style-1 .cb-nav-col,
    .header-style-1 .col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .header-style-1 .site-branding img {
        max-height: 45px
    }
    .general-header .nav-extraa,
    .general-header .main-navigation {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .header-style-1 .main-navigation {
        text-align: left
    }
    .header-style-1 .site-branding {
        text-align: center;
        padding-bottom: 3px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    }
    .main-navigation.mobile .menu-toggle,
    .main-navigation.mobile .dd-toggle,
    .general-header .nav-extraa a {
        line-height: 35px
    }
}

@media (max-width: 370px) {
    #canvas-aside {
        max-width: 270px
    }
    .secondary-nav ul li a {
        padding: 0 5px 0 0
    }
    #cb-banner-style-2 .post-title h3,
    #cb-slider-carousel-4 .post-title h2 {
        font-size: 19px
    }
    #cb-slider-carousel-4 .post-title h2 {
        padding-bottom: 10px
    }
    .cb-vblog-style-2 .left-gutter .card figure,
    .cb-vblog-style-2 .right-gutter .card figure {
        height: 200px
    }
    .cb-instagram .feeds-entry ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .cb-vblog-style-3 .card figure {
        height: 160px
    }
    footer .cb-midfooter {
        padding-top: 40px
    }
    footer .widget {
        padding-bottom: 0
    }
    .cb-post-widget .cb-post-box .cb-col:first-child,
    .cb-post-widget .cb-post-box .cb-col:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .cb-post-widget .cb-post-box .cb-col:last-child {
        padding-left: 0;
        margin-top: 30px
    }
}

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