@charset "UTF-8";
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("./plugin/flexslider.css");
@import url("./plugin/owl.carousel.css");
@import url("./plugin/colorbox.css");

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

* {
    box-sizing: border-box
}

::after, ::before {
    box-sizing: border-box
}

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

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

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

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

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

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

abbr[data-original-title], abbr[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
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

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

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

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container, .container-fluid {
    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: 1140px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -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%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary {
    background-color: #b8daff
}

.table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary {
    background-color: #d6d8db
}

.table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success {
    background-color: #c3e6cb
}

.table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info {
    background-color: #bee5eb
}

.table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning {
    background-color: #ffeeba
}

.table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger {
    background-color: #f5c6cb
}

.table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light {
    background-color: #fdfdfe
}

.table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark {
    background-color: #c6c8ca
}

.table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active {
    background-color: rgba(0, 0, 0, .075)
}

.table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control:-ms-input-placeholder, .form-control::-moz-placeholder, .form-control::-ms-input-placeholder, .form-control::-webkit-input-placeholder, .form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
    display: block
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #71dd8a
}

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
    border-color: inherit
}

.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
    border-color: inherit
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.fade {
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus {
    z-index: 1
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group {
    margin-left: -1px
}

.btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group {
    margin-left: -1px
}

.btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after {
    margin-left: 0
}

.dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
    margin-left: -1px
}

.input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control {
    margin-left: -1px
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control {
    margin-left: -1px
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text {
    margin-left: -1px
}

.input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text {
    margin-left: -1px
}

.input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:focus ~ .custom-file-label::after {
    border-color: #80bdff
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    appearance: none
}

.custom-range::-webkit-slider-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
    appearance: none
}

.custom-range::-moz-range-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none
}

.custom-range::-ms-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #007bff
}

.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar > .container, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

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

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group > .card:only-child {
        border-radius: .25rem
    }

    .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus, .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    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-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item.active {
    display: block
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev {
    display: block
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports (-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports (-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports (-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports (-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d) {
    .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-next:focus, .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #0062cc !important
}

button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover {
    background-color: #545b62 !important
}

button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #1e7e34 !important
}

button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #117a8b !important
}

button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #d39e00 !important
}

button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #bd2130 !important
}

button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover {
    background-color: #dae0e5 !important
}

button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover {
    background-color: #1d2124 !important
}

button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -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
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

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

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

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

.justify-content-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

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

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

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

.align-items-stretch {
    -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -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
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

    .justify-content-sm-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-sm-stretch {
        -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -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
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

    .justify-content-md-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-md-stretch {
        -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -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
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

    .justify-content-lg-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-lg-stretch {
        -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -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
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

    .justify-content-xl-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-xl-stretch {
        -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
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position:-webkit-sticky) or (position:sticky) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

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

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    * {
        text-shadow: none !important;
        box-shadow: none !important
    }

    ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important;
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.eot?v=4.2.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff?v=4.2.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.2.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

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

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

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

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

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

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

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

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

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

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

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

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

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

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

.fa-road:before {
    content: ""
}

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

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

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

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before, .fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

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

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

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

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

.fa-print:before {
    content: ""
}

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

.fa-font:before {
    content: ""
}

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

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

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

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

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

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

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

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

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

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

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

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

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

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

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

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

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

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

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

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

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

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

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

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

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

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

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

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

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

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

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

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

.fa-plane:before {
    content: ""
}

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

.fa-random:before {
    content: ""
}

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

.fa-magnet:before {
    content: ""
}

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

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

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

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

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

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

.fa-key:before {
    content: ""
}

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

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

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

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

.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

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

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

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

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

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

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

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

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

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

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

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

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

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

.fa-flask:before {
    content: ""
}

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

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before, .fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

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

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

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

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

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

.fa-sort:before, .fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: ""
}

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

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-gavel:before, .fa-legal:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

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

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before, .fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

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

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

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

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

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

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

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

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

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

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

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

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

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

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

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

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

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

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

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

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

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

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

.fa-chain-broken:before, .fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

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

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

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

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

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

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

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

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

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

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

.fa-html5:before {
    content: ""
}

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

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

.fa-unlock-alt:before {
    content: ""
}

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

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

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

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

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

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

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

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

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

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

.fa-eur:before, .fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-inr:before, .fa-rupee:before {
    content: ""
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: ""
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: ""
}

.fa-krw:before, .fa-won:before {
    content: ""
}

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

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

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

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

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

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

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

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

.fa-windows:before {
    content: ""
}

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

.fa-linux:before {
    content: ""
}

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

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

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

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

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

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

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

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

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

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before, .fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

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

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: ""
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

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

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

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

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

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

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

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

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

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

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

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

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

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

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

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

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

.fa-soundcloud:before {
    content: ""
}

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

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

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

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: ""
}

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

.fa-ra:before, .fa-rebel:before {
    content: ""
}

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

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-paper-plane:before, .fa-send:before {
    content: ""
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

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

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

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

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

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

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

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

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

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

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

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

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

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

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

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

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

.fa-ioxhost:before {
    content: ""
}

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

.fa-cc:before {
    content: ""
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
    font-family: Ionicons;
    src: url(fonts/ionicons.eot?v=2.0.0);
    src: url(fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), url(fonts/ionicons.ttf?v=2.0.0) format("truetype"), url(fonts/ionicons.woff?v=2.0.0) format("woff"), url(fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
    font-weight: 400;
    font-style: normal
}

.ion, .ion-alert-circled:before, .ion-alert:before, .ion-android-add-circle:before, .ion-android-add:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-cloud:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done-all:before, .ion-android-done:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite-outline:before, .ion-android-favorite:before, .ion-android-film:before, .ion-android-folder-open:before, .ion-android-folder:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone-off:before, .ion-android-microphone:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-notifications:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person-add:before, .ion-android-person:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove-circle:before, .ion-android-remove:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share-alt:before, .ion-android-share:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-star:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace-outline:before, .ion-backspace:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox-working:before, .ion-chatbox:before, .ion-chatboxes:before, .ion-chatbubble-working:before, .ion-chatbubble:before, .ion-chatbubbles:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-checkmark:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close-circled:before, .ion-close-round:before, .ion-close:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code-download:before, .ion-code-working:before, .ion-code:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document-text:before, .ion-document:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email-unread:before, .ion-email:before, .ion-erlenmeyer-flask-bubbles:before, .ion-erlenmeyer-flask:before, .ion-eye-disabled:before, .ion-eye:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash-off:before, .ion-flash:before, .ion-folder:before, .ion-fork-repo:before, .ion-fork:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy-outline:before, .ion-happy:before, .ion-headphone:before, .ion-heart-broken:before, .ion-heart:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-help:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information-circled:before, .ion-information:before, .ion-ionic:before, .ion-ios-alarm-outline:before, .ion-ios-alarm:before, .ion-ios-albums-outline:before, .ion-ios-albums:before, .ion-ios-americanfootball-outline:before, .ion-ios-americanfootball:before, .ion-ios-analytics-outline:before, .ion-ios-analytics:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at-outline:before, .ion-ios-at:before, .ion-ios-barcode-outline:before, .ion-ios-barcode:before, .ion-ios-baseball-outline:before, .ion-ios-baseball:before, .ion-ios-basketball-outline:before, .ion-ios-basketball:before, .ion-ios-bell-outline:before, .ion-ios-bell:before, .ion-ios-body-outline:before, .ion-ios-body:before, .ion-ios-bolt-outline:before, .ion-ios-bolt:before, .ion-ios-book-outline:before, .ion-ios-book:before, .ion-ios-bookmarks-outline:before, .ion-ios-bookmarks:before, .ion-ios-box-outline:before, .ion-ios-box:before, .ion-ios-briefcase-outline:before, .ion-ios-briefcase:before, .ion-ios-browsers-outline:before, .ion-ios-browsers:before, .ion-ios-calculator-outline:before, .ion-ios-calculator:before, .ion-ios-calendar-outline:before, .ion-ios-calendar:before, .ion-ios-camera-outline:before, .ion-ios-camera:before, .ion-ios-cart-outline:before, .ion-ios-cart:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatbubble-outline:before, .ion-ios-chatbubble:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-checkmark:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock-outline:before, .ion-ios-clock:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-close:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-download:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-outline:before, .ion-ios-cloudy:before, .ion-ios-cog-outline:before, .ion-ios-cog:before, .ion-ios-color-filter-outline:before, .ion-ios-color-filter:before, .ion-ios-color-wand-outline:before, .ion-ios-color-wand:before, .ion-ios-compose-outline:before, .ion-ios-compose:before, .ion-ios-contact-outline:before, .ion-ios-contact:before, .ion-ios-copy-outline:before, .ion-ios-copy:before, .ion-ios-crop-strong:before, .ion-ios-crop:before, .ion-ios-download-outline:before, .ion-ios-download:before, .ion-ios-drag:before, .ion-ios-email-outline:before, .ion-ios-email:before, .ion-ios-eye-outline:before, .ion-ios-eye:before, .ion-ios-fastforward-outline:before, .ion-ios-fastforward:before, .ion-ios-filing-outline:before, .ion-ios-filing:before, .ion-ios-film-outline:before, .ion-ios-film:before, .ion-ios-flag-outline:before, .ion-ios-flag:before, .ion-ios-flame-outline:before, .ion-ios-flame:before, .ion-ios-flask-outline:before, .ion-ios-flask:before, .ion-ios-flower-outline:before, .ion-ios-flower:before, .ion-ios-folder-outline:before, .ion-ios-folder:before, .ion-ios-football-outline:before, .ion-ios-football:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-b-outline:before, .ion-ios-game-controller-b:before, .ion-ios-gear-outline:before, .ion-ios-gear:before, .ion-ios-glasses-outline:before, .ion-ios-glasses:before, .ion-ios-grid-view-outline:before, .ion-ios-grid-view:before, .ion-ios-heart-outline:before, .ion-ios-heart:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-help:before, .ion-ios-home-outline:before, .ion-ios-home:before, .ion-ios-infinite-outline:before, .ion-ios-infinite:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-information:before, .ion-ios-ionic-outline:before, .ion-ios-keypad-outline:before, .ion-ios-keypad:before, .ion-ios-lightbulb-outline:before, .ion-ios-lightbulb:before, .ion-ios-list-outline:before, .ion-ios-list:before, .ion-ios-location-outline:before, .ion-ios-location:before, .ion-ios-locked-outline:before, .ion-ios-locked:before, .ion-ios-loop-strong:before, .ion-ios-loop:before, .ion-ios-medical-outline:before, .ion-ios-medical:before, .ion-ios-medkit-outline:before, .ion-ios-medkit:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-mic:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-minus:before, .ion-ios-monitor-outline:before, .ion-ios-monitor:before, .ion-ios-moon-outline:before, .ion-ios-moon:before, .ion-ios-more-outline:before, .ion-ios-more:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate-outline:before, .ion-ios-navigate:before, .ion-ios-nutrition-outline:before, .ion-ios-nutrition:before, .ion-ios-paper-outline:before, .ion-ios-paper:before, .ion-ios-paperplane-outline:before, .ion-ios-paperplane:before, .ion-ios-partlysunny-outline:before, .ion-ios-partlysunny:before, .ion-ios-pause-outline:before, .ion-ios-pause:before, .ion-ios-paw-outline:before, .ion-ios-paw:before, .ion-ios-people-outline:before, .ion-ios-people:before, .ion-ios-person-outline:before, .ion-ios-person:before, .ion-ios-personadd-outline:before, .ion-ios-personadd:before, .ion-ios-photos-outline:before, .ion-ios-photos:before, .ion-ios-pie-outline:before, .ion-ios-pie:before, .ion-ios-pint-outline:before, .ion-ios-pint:before, .ion-ios-play-outline:before, .ion-ios-play:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-plus:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetags-outline:before, .ion-ios-pricetags:before, .ion-ios-printer-outline:before, .ion-ios-printer:before, .ion-ios-pulse-strong:before, .ion-ios-pulse:before, .ion-ios-rainy-outline:before, .ion-ios-rainy:before, .ion-ios-recording-outline:before, .ion-ios-recording:before, .ion-ios-redo-outline:before, .ion-ios-redo:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-refresh:before, .ion-ios-reload:before, .ion-ios-reverse-camera-outline:before, .ion-ios-reverse-camera:before, .ion-ios-rewind-outline:before, .ion-ios-rewind:before, .ion-ios-rose-outline:before, .ion-ios-rose:before, .ion-ios-search-strong:before, .ion-ios-search:before, .ion-ios-settings-strong:before, .ion-ios-settings:before, .ion-ios-shuffle-strong:before, .ion-ios-shuffle:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipbackward:before, .ion-ios-skipforward-outline:before, .ion-ios-skipforward:before, .ion-ios-snowy:before, .ion-ios-speedometer-outline:before, .ion-ios-speedometer:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-star:before, .ion-ios-stopwatch-outline:before, .ion-ios-stopwatch:before, .ion-ios-sunny-outline:before, .ion-ios-sunny:before, .ion-ios-telephone-outline:before, .ion-ios-telephone:before, .ion-ios-tennisball-outline:before, .ion-ios-tennisball:before, .ion-ios-thunderstorm-outline:before, .ion-ios-thunderstorm:before, .ion-ios-time-outline:before, .ion-ios-time:before, .ion-ios-timer-outline:before, .ion-ios-timer:before, .ion-ios-toggle-outline:before, .ion-ios-toggle:before, .ion-ios-trash-outline:before, .ion-ios-trash:before, .ion-ios-undo-outline:before, .ion-ios-undo:before, .ion-ios-unlocked-outline:before, .ion-ios-unlocked:before, .ion-ios-upload-outline:before, .ion-ios-upload:before, .ion-ios-videocam-outline:before, .ion-ios-videocam:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass-outline:before, .ion-ios-wineglass:before, .ion-ios-world-outline:before, .ion-ios-world:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-minus:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon-round:before, .ion-navicon:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person-add:before, .ion-person-stalker:before, .ion-person:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-plus:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply-all:before, .ion-reply:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad-outline:before, .ion-sad:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android-outline:before, .ion-social-android:before, .ion-social-angular-outline:before, .ion-social-angular:before, .ion-social-apple-outline:before, .ion-social-apple:before, .ion-social-bitcoin-outline:before, .ion-social-bitcoin:before, .ion-social-buffer-outline:before, .ion-social-buffer:before, .ion-social-chrome-outline:before, .ion-social-chrome:before, .ion-social-codepen-outline:before, .ion-social-codepen:before, .ion-social-css3-outline:before, .ion-social-css3:before, .ion-social-designernews-outline:before, .ion-social-designernews:before, .ion-social-dribbble-outline:before, .ion-social-dribbble:before, .ion-social-dropbox-outline:before, .ion-social-dropbox:before, .ion-social-euro-outline:before, .ion-social-euro:before, .ion-social-facebook-outline:before, .ion-social-facebook:before, .ion-social-foursquare-outline:before, .ion-social-foursquare:before, .ion-social-freebsd-devil:before, .ion-social-github-outline:before, .ion-social-github:before, .ion-social-google-outline:before, .ion-social-google:before, .ion-social-googleplus-outline:before, .ion-social-googleplus:before, .ion-social-hackernews-outline:before, .ion-social-hackernews:before, .ion-social-html5-outline:before, .ion-social-html5:before, .ion-social-instagram-outline:before, .ion-social-instagram:before, .ion-social-javascript-outline:before, .ion-social-javascript:before, .ion-social-linkedin-outline:before, .ion-social-linkedin:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest-outline:before, .ion-social-pinterest:before, .ion-social-python:before, .ion-social-reddit-outline:before, .ion-social-reddit:before, .ion-social-rss-outline:before, .ion-social-rss:before, .ion-social-sass:before, .ion-social-skype-outline:before, .ion-social-skype:before, .ion-social-snapchat-outline:before, .ion-social-snapchat:before, .ion-social-tumblr-outline:before, .ion-social-tumblr:before, .ion-social-tux:before, .ion-social-twitch-outline:before, .ion-social-twitch:before, .ion-social-twitter-outline:before, .ion-social-twitter:before, .ion-social-usd-outline:before, .ion-social-usd:before, .ion-social-vimeo-outline:before, .ion-social-vimeo:before, .ion-social-whatsapp-outline:before, .ion-social-whatsapp:before, .ion-social-windows-outline:before, .ion-social-windows:before, .ion-social-wordpress-outline:before, .ion-social-wordpress:before, .ion-social-yahoo-outline:before, .ion-social-yahoo:before, .ion-social-yen-outline:before, .ion-social-yen:before, .ion-social-youtube-outline:before, .ion-social-youtube:before, .ion-soup-can-outline:before, .ion-soup-can:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle-filled:before, .ion-toggle:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt-outline:before, .ion-tshirt:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before, .ionicons {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-alert:before {
    content: ""
}

.ion-alert-circled:before {
    content: ""
}

.ion-android-add:before {
    content: ""
}

.ion-android-add-circle:before {
    content: ""
}

.ion-android-alarm-clock:before {
    content: ""
}

.ion-android-alert:before {
    content: ""
}

.ion-android-apps:before {
    content: ""
}

.ion-android-archive:before {
    content: ""
}

.ion-android-arrow-back:before {
    content: ""
}

.ion-android-arrow-down:before {
    content: ""
}

.ion-android-arrow-dropdown:before {
    content: ""
}

.ion-android-arrow-dropdown-circle:before {
    content: ""
}

.ion-android-arrow-dropleft:before {
    content: ""
}

.ion-android-arrow-dropleft-circle:before {
    content: ""
}

.ion-android-arrow-dropright:before {
    content: ""
}

.ion-android-arrow-dropright-circle:before {
    content: ""
}

.ion-android-arrow-dropup:before {
    content: ""
}

.ion-android-arrow-dropup-circle:before {
    content: ""
}

.ion-android-arrow-forward:before {
    content: ""
}

.ion-android-arrow-up:before {
    content: ""
}

.ion-android-attach:before {
    content: ""
}

.ion-android-bar:before {
    content: ""
}

.ion-android-bicycle:before {
    content: ""
}

.ion-android-boat:before {
    content: ""
}

.ion-android-bookmark:before {
    content: ""
}

.ion-android-bulb:before {
    content: ""
}

.ion-android-bus:before {
    content: ""
}

.ion-android-calendar:before {
    content: ""
}

.ion-android-call:before {
    content: ""
}

.ion-android-camera:before {
    content: ""
}

.ion-android-cancel:before {
    content: ""
}

.ion-android-car:before {
    content: ""
}

.ion-android-cart:before {
    content: ""
}

.ion-android-chat:before {
    content: ""
}

.ion-android-checkbox:before {
    content: ""
}

.ion-android-checkbox-blank:before {
    content: ""
}

.ion-android-checkbox-outline:before {
    content: ""
}

.ion-android-checkbox-outline-blank:before {
    content: ""
}

.ion-android-checkmark-circle:before {
    content: ""
}

.ion-android-clipboard:before {
    content: ""
}

.ion-android-close:before {
    content: ""
}

.ion-android-cloud:before {
    content: ""
}

.ion-android-cloud-circle:before {
    content: ""
}

.ion-android-cloud-done:before {
    content: ""
}

.ion-android-cloud-outline:before {
    content: ""
}

.ion-android-color-palette:before {
    content: ""
}

.ion-android-compass:before {
    content: ""
}

.ion-android-contact:before {
    content: ""
}

.ion-android-contacts:before {
    content: ""
}

.ion-android-contract:before {
    content: ""
}

.ion-android-create:before {
    content: ""
}

.ion-android-delete:before {
    content: ""
}

.ion-android-desktop:before {
    content: ""
}

.ion-android-document:before {
    content: ""
}

.ion-android-done:before {
    content: ""
}

.ion-android-done-all:before {
    content: ""
}

.ion-android-download:before {
    content: ""
}

.ion-android-drafts:before {
    content: ""
}

.ion-android-exit:before {
    content: ""
}

.ion-android-expand:before {
    content: ""
}

.ion-android-favorite:before {
    content: ""
}

.ion-android-favorite-outline:before {
    content: ""
}

.ion-android-film:before {
    content: ""
}

.ion-android-folder:before {
    content: ""
}

.ion-android-folder-open:before {
    content: ""
}

.ion-android-funnel:before {
    content: ""
}

.ion-android-globe:before {
    content: ""
}

.ion-android-hand:before {
    content: ""
}

.ion-android-hangout:before {
    content: ""
}

.ion-android-happy:before {
    content: ""
}

.ion-android-home:before {
    content: ""
}

.ion-android-image:before {
    content: ""
}

.ion-android-laptop:before {
    content: ""
}

.ion-android-list:before {
    content: ""
}

.ion-android-locate:before {
    content: ""
}

.ion-android-lock:before {
    content: ""
}

.ion-android-mail:before {
    content: ""
}

.ion-android-map:before {
    content: ""
}

.ion-android-menu:before {
    content: ""
}

.ion-android-microphone:before {
    content: ""
}

.ion-android-microphone-off:before {
    content: ""
}

.ion-android-more-horizontal:before {
    content: ""
}

.ion-android-more-vertical:before {
    content: ""
}

.ion-android-navigate:before {
    content: ""
}

.ion-android-notifications:before {
    content: ""
}

.ion-android-notifications-none:before {
    content: ""
}

.ion-android-notifications-off:before {
    content: ""
}

.ion-android-open:before {
    content: ""
}

.ion-android-options:before {
    content: ""
}

.ion-android-people:before {
    content: ""
}

.ion-android-person:before {
    content: ""
}

.ion-android-person-add:before {
    content: ""
}

.ion-android-phone-landscape:before {
    content: ""
}

.ion-android-phone-portrait:before {
    content: ""
}

.ion-android-pin:before {
    content: ""
}

.ion-android-plane:before {
    content: ""
}

.ion-android-playstore:before {
    content: ""
}

.ion-android-print:before {
    content: ""
}

.ion-android-radio-button-off:before {
    content: ""
}

.ion-android-radio-button-on:before {
    content: ""
}

.ion-android-refresh:before {
    content: ""
}

.ion-android-remove:before {
    content: ""
}

.ion-android-remove-circle:before {
    content: ""
}

.ion-android-restaurant:before {
    content: ""
}

.ion-android-sad:before {
    content: ""
}

.ion-android-search:before {
    content: ""
}

.ion-android-send:before {
    content: ""
}

.ion-android-settings:before {
    content: ""
}

.ion-android-share:before {
    content: ""
}

.ion-android-share-alt:before {
    content: ""
}

.ion-android-star:before {
    content: ""
}

.ion-android-star-half:before {
    content: ""
}

.ion-android-star-outline:before {
    content: ""
}

.ion-android-stopwatch:before {
    content: ""
}

.ion-android-subway:before {
    content: ""
}

.ion-android-sunny:before {
    content: ""
}

.ion-android-sync:before {
    content: ""
}

.ion-android-textsms:before {
    content: ""
}

.ion-android-time:before {
    content: ""
}

.ion-android-train:before {
    content: ""
}

.ion-android-unlock:before {
    content: ""
}

.ion-android-upload:before {
    content: ""
}

.ion-android-volume-down:before {
    content: ""
}

.ion-android-volume-mute:before {
    content: ""
}

.ion-android-volume-off:before {
    content: ""
}

.ion-android-volume-up:before {
    content: ""
}

.ion-android-walk:before {
    content: ""
}

.ion-android-warning:before {
    content: ""
}

.ion-android-watch:before {
    content: ""
}

.ion-android-wifi:before {
    content: ""
}

.ion-aperture:before {
    content: ""
}

.ion-archive:before {
    content: ""
}

.ion-arrow-down-a:before {
    content: ""
}

.ion-arrow-down-b:before {
    content: ""
}

.ion-arrow-down-c:before {
    content: ""
}

.ion-arrow-expand:before {
    content: ""
}

.ion-arrow-graph-down-left:before {
    content: ""
}

.ion-arrow-graph-down-right:before {
    content: ""
}

.ion-arrow-graph-up-left:before {
    content: ""
}

.ion-arrow-graph-up-right:before {
    content: ""
}

.ion-arrow-left-a:before {
    content: ""
}

.ion-arrow-left-b:before {
    content: ""
}

.ion-arrow-left-c:before {
    content: ""
}

.ion-arrow-move:before {
    content: ""
}

.ion-arrow-resize:before {
    content: ""
}

.ion-arrow-return-left:before {
    content: ""
}

.ion-arrow-return-right:before {
    content: ""
}

.ion-arrow-right-a:before {
    content: ""
}

.ion-arrow-right-b:before {
    content: ""
}

.ion-arrow-right-c:before {
    content: ""
}

.ion-arrow-shrink:before {
    content: ""
}

.ion-arrow-swap:before {
    content: ""
}

.ion-arrow-up-a:before {
    content: ""
}

.ion-arrow-up-b:before {
    content: ""
}

.ion-arrow-up-c:before {
    content: ""
}

.ion-asterisk:before {
    content: ""
}

.ion-at:before {
    content: ""
}

.ion-backspace:before {
    content: ""
}

.ion-backspace-outline:before {
    content: ""
}

.ion-bag:before {
    content: ""
}

.ion-battery-charging:before {
    content: ""
}

.ion-battery-empty:before {
    content: ""
}

.ion-battery-full:before {
    content: ""
}

.ion-battery-half:before {
    content: ""
}

.ion-battery-low:before {
    content: ""
}

.ion-beaker:before {
    content: ""
}

.ion-beer:before {
    content: ""
}

.ion-bluetooth:before {
    content: ""
}

.ion-bonfire:before {
    content: ""
}

.ion-bookmark:before {
    content: ""
}

.ion-bowtie:before {
    content: ""
}

.ion-briefcase:before {
    content: ""
}

.ion-bug:before {
    content: ""
}

.ion-calculator:before {
    content: ""
}

.ion-calendar:before {
    content: ""
}

.ion-camera:before {
    content: ""
}

.ion-card:before {
    content: ""
}

.ion-cash:before {
    content: ""
}

.ion-chatbox:before {
    content: ""
}

.ion-chatbox-working:before {
    content: ""
}

.ion-chatboxes:before {
    content: ""
}

.ion-chatbubble:before {
    content: ""
}

.ion-chatbubble-working:before {
    content: ""
}

.ion-chatbubbles:before {
    content: ""
}

.ion-checkmark:before {
    content: ""
}

.ion-checkmark-circled:before {
    content: ""
}

.ion-checkmark-round:before {
    content: ""
}

.ion-chevron-down:before {
    content: ""
}

.ion-chevron-left:before {
    content: ""
}

.ion-chevron-right:before {
    content: ""
}

.ion-chevron-up:before {
    content: ""
}

.ion-clipboard:before {
    content: ""
}

.ion-clock:before {
    content: ""
}

.ion-close:before {
    content: ""
}

.ion-close-circled:before {
    content: ""
}

.ion-close-round:before {
    content: ""
}

.ion-closed-captioning:before {
    content: ""
}

.ion-cloud:before {
    content: ""
}

.ion-code:before {
    content: ""
}

.ion-code-download:before {
    content: ""
}

.ion-code-working:before {
    content: ""
}

.ion-coffee:before {
    content: ""
}

.ion-compass:before {
    content: ""
}

.ion-compose:before {
    content: ""
}

.ion-connection-bars:before {
    content: ""
}

.ion-contrast:before {
    content: ""
}

.ion-crop:before {
    content: ""
}

.ion-cube:before {
    content: ""
}

.ion-disc:before {
    content: ""
}

.ion-document:before {
    content: ""
}

.ion-document-text:before {
    content: ""
}

.ion-drag:before {
    content: ""
}

.ion-earth:before {
    content: ""
}

.ion-easel:before {
    content: ""
}

.ion-edit:before {
    content: ""
}

.ion-egg:before {
    content: ""
}

.ion-eject:before {
    content: ""
}

.ion-email:before {
    content: ""
}

.ion-email-unread:before {
    content: ""
}

.ion-erlenmeyer-flask:before {
    content: ""
}

.ion-erlenmeyer-flask-bubbles:before {
    content: ""
}

.ion-eye:before {
    content: ""
}

.ion-eye-disabled:before {
    content: ""
}

.ion-female:before {
    content: ""
}

.ion-filing:before {
    content: ""
}

.ion-film-marker:before {
    content: ""
}

.ion-fireball:before {
    content: ""
}

.ion-flag:before {
    content: ""
}

.ion-flame:before {
    content: ""
}

.ion-flash:before {
    content: ""
}

.ion-flash-off:before {
    content: ""
}

.ion-folder:before {
    content: ""
}

.ion-fork:before {
    content: ""
}

.ion-fork-repo:before {
    content: ""
}

.ion-forward:before {
    content: ""
}

.ion-funnel:before {
    content: ""
}

.ion-gear-a:before {
    content: ""
}

.ion-gear-b:before {
    content: ""
}

.ion-grid:before {
    content: ""
}

.ion-hammer:before {
    content: ""
}

.ion-happy:before {
    content: ""
}

.ion-happy-outline:before {
    content: ""
}

.ion-headphone:before {
    content: ""
}

.ion-heart:before {
    content: ""
}

.ion-heart-broken:before {
    content: ""
}

.ion-help:before {
    content: ""
}

.ion-help-buoy:before {
    content: ""
}

.ion-help-circled:before {
    content: ""
}

.ion-home:before {
    content: ""
}

.ion-icecream:before {
    content: ""
}

.ion-image:before {
    content: ""
}

.ion-images:before {
    content: ""
}

.ion-information:before {
    content: ""
}

.ion-information-circled:before {
    content: ""
}

.ion-ionic:before {
    content: ""
}

.ion-ios-alarm:before {
    content: ""
}

.ion-ios-alarm-outline:before {
    content: ""
}

.ion-ios-albums:before {
    content: ""
}

.ion-ios-albums-outline:before {
    content: ""
}

.ion-ios-americanfootball:before {
    content: ""
}

.ion-ios-americanfootball-outline:before {
    content: ""
}

.ion-ios-analytics:before {
    content: ""
}

.ion-ios-analytics-outline:before {
    content: ""
}

.ion-ios-arrow-back:before {
    content: ""
}

.ion-ios-arrow-down:before {
    content: ""
}

.ion-ios-arrow-forward:before {
    content: ""
}

.ion-ios-arrow-left:before {
    content: ""
}

.ion-ios-arrow-right:before {
    content: ""
}

.ion-ios-arrow-thin-down:before {
    content: ""
}

.ion-ios-arrow-thin-left:before {
    content: ""
}

.ion-ios-arrow-thin-right:before {
    content: ""
}

.ion-ios-arrow-thin-up:before {
    content: ""
}

.ion-ios-arrow-up:before {
    content: ""
}

.ion-ios-at:before {
    content: ""
}

.ion-ios-at-outline:before {
    content: ""
}

.ion-ios-barcode:before {
    content: ""
}

.ion-ios-barcode-outline:before {
    content: ""
}

.ion-ios-baseball:before {
    content: ""
}

.ion-ios-baseball-outline:before {
    content: ""
}

.ion-ios-basketball:before {
    content: ""
}

.ion-ios-basketball-outline:before {
    content: ""
}

.ion-ios-bell:before {
    content: ""
}

.ion-ios-bell-outline:before {
    content: ""
}

.ion-ios-body:before {
    content: ""
}

.ion-ios-body-outline:before {
    content: ""
}

.ion-ios-bolt:before {
    content: ""
}

.ion-ios-bolt-outline:before {
    content: ""
}

.ion-ios-book:before {
    content: ""
}

.ion-ios-book-outline:before {
    content: ""
}

.ion-ios-bookmarks:before {
    content: ""
}

.ion-ios-bookmarks-outline:before {
    content: ""
}

.ion-ios-box:before {
    content: ""
}

.ion-ios-box-outline:before {
    content: ""
}

.ion-ios-briefcase:before {
    content: ""
}

.ion-ios-briefcase-outline:before {
    content: ""
}

.ion-ios-browsers:before {
    content: ""
}

.ion-ios-browsers-outline:before {
    content: ""
}

.ion-ios-calculator:before {
    content: ""
}

.ion-ios-calculator-outline:before {
    content: ""
}

.ion-ios-calendar:before {
    content: ""
}

.ion-ios-calendar-outline:before {
    content: ""
}

.ion-ios-camera:before {
    content: ""
}

.ion-ios-camera-outline:before {
    content: ""
}

.ion-ios-cart:before {
    content: ""
}

.ion-ios-cart-outline:before {
    content: ""
}

.ion-ios-chatboxes:before {
    content: ""
}

.ion-ios-chatboxes-outline:before {
    content: ""
}

.ion-ios-chatbubble:before {
    content: ""
}

.ion-ios-chatbubble-outline:before {
    content: ""
}

.ion-ios-checkmark:before {
    content: ""
}

.ion-ios-checkmark-empty:before {
    content: ""
}

.ion-ios-checkmark-outline:before {
    content: ""
}

.ion-ios-circle-filled:before {
    content: ""
}

.ion-ios-circle-outline:before {
    content: ""
}

.ion-ios-clock:before {
    content: ""
}

.ion-ios-clock-outline:before {
    content: ""
}

.ion-ios-close:before {
    content: ""
}

.ion-ios-close-empty:before {
    content: ""
}

.ion-ios-close-outline:before {
    content: ""
}

.ion-ios-cloud:before {
    content: ""
}

.ion-ios-cloud-download:before {
    content: ""
}

.ion-ios-cloud-download-outline:before {
    content: ""
}

.ion-ios-cloud-outline:before {
    content: ""
}

.ion-ios-cloud-upload:before {
    content: ""
}

.ion-ios-cloud-upload-outline:before {
    content: ""
}

.ion-ios-cloudy:before {
    content: ""
}

.ion-ios-cloudy-night:before {
    content: ""
}

.ion-ios-cloudy-night-outline:before {
    content: ""
}

.ion-ios-cloudy-outline:before {
    content: ""
}

.ion-ios-cog:before {
    content: ""
}

.ion-ios-cog-outline:before {
    content: ""
}

.ion-ios-color-filter:before {
    content: ""
}

.ion-ios-color-filter-outline:before {
    content: ""
}

.ion-ios-color-wand:before {
    content: ""
}

.ion-ios-color-wand-outline:before {
    content: ""
}

.ion-ios-compose:before {
    content: ""
}

.ion-ios-compose-outline:before {
    content: ""
}

.ion-ios-contact:before {
    content: ""
}

.ion-ios-contact-outline:before {
    content: ""
}

.ion-ios-copy:before {
    content: ""
}

.ion-ios-copy-outline:before {
    content: ""
}

.ion-ios-crop:before {
    content: ""
}

.ion-ios-crop-strong:before {
    content: ""
}

.ion-ios-download:before {
    content: ""
}

.ion-ios-download-outline:before {
    content: ""
}

.ion-ios-drag:before {
    content: ""
}

.ion-ios-email:before {
    content: ""
}

.ion-ios-email-outline:before {
    content: ""
}

.ion-ios-eye:before {
    content: ""
}

.ion-ios-eye-outline:before {
    content: ""
}

.ion-ios-fastforward:before {
    content: ""
}

.ion-ios-fastforward-outline:before {
    content: ""
}

.ion-ios-filing:before {
    content: ""
}

.ion-ios-filing-outline:before {
    content: ""
}

.ion-ios-film:before {
    content: ""
}

.ion-ios-film-outline:before {
    content: ""
}

.ion-ios-flag:before {
    content: ""
}

.ion-ios-flag-outline:before {
    content: ""
}

.ion-ios-flame:before {
    content: ""
}

.ion-ios-flame-outline:before {
    content: ""
}

.ion-ios-flask:before {
    content: ""
}

.ion-ios-flask-outline:before {
    content: ""
}

.ion-ios-flower:before {
    content: ""
}

.ion-ios-flower-outline:before {
    content: ""
}

.ion-ios-folder:before {
    content: ""
}

.ion-ios-folder-outline:before {
    content: ""
}

.ion-ios-football:before {
    content: ""
}

.ion-ios-football-outline:before {
    content: ""
}

.ion-ios-game-controller-a:before {
    content: ""
}

.ion-ios-game-controller-a-outline:before {
    content: ""
}

.ion-ios-game-controller-b:before {
    content: ""
}

.ion-ios-game-controller-b-outline:before {
    content: ""
}

.ion-ios-gear:before {
    content: ""
}

.ion-ios-gear-outline:before {
    content: ""
}

.ion-ios-glasses:before {
    content: ""
}

.ion-ios-glasses-outline:before {
    content: ""
}

.ion-ios-grid-view:before {
    content: ""
}

.ion-ios-grid-view-outline:before {
    content: ""
}

.ion-ios-heart:before {
    content: ""
}

.ion-ios-heart-outline:before {
    content: ""
}

.ion-ios-help:before {
    content: ""
}

.ion-ios-help-empty:before {
    content: ""
}

.ion-ios-help-outline:before {
    content: ""
}

.ion-ios-home:before {
    content: ""
}

.ion-ios-home-outline:before {
    content: ""
}

.ion-ios-infinite:before {
    content: ""
}

.ion-ios-infinite-outline:before {
    content: ""
}

.ion-ios-information:before {
    content: ""
}

.ion-ios-information-empty:before {
    content: ""
}

.ion-ios-information-outline:before {
    content: ""
}

.ion-ios-ionic-outline:before {
    content: ""
}

.ion-ios-keypad:before {
    content: ""
}

.ion-ios-keypad-outline:before {
    content: ""
}

.ion-ios-lightbulb:before {
    content: ""
}

.ion-ios-lightbulb-outline:before {
    content: ""
}

.ion-ios-list:before {
    content: ""
}

.ion-ios-list-outline:before {
    content: ""
}

.ion-ios-location:before {
    content: ""
}

.ion-ios-location-outline:before {
    content: ""
}

.ion-ios-locked:before {
    content: ""
}

.ion-ios-locked-outline:before {
    content: ""
}

.ion-ios-loop:before {
    content: ""
}

.ion-ios-loop-strong:before {
    content: ""
}

.ion-ios-medical:before {
    content: ""
}

.ion-ios-medical-outline:before {
    content: ""
}

.ion-ios-medkit:before {
    content: ""
}

.ion-ios-medkit-outline:before {
    content: ""
}

.ion-ios-mic:before {
    content: ""
}

.ion-ios-mic-off:before {
    content: ""
}

.ion-ios-mic-outline:before {
    content: ""
}

.ion-ios-minus:before {
    content: ""
}

.ion-ios-minus-empty:before {
    content: ""
}

.ion-ios-minus-outline:before {
    content: ""
}

.ion-ios-monitor:before {
    content: ""
}

.ion-ios-monitor-outline:before {
    content: ""
}

.ion-ios-moon:before {
    content: ""
}

.ion-ios-moon-outline:before {
    content: ""
}

.ion-ios-more:before {
    content: ""
}

.ion-ios-more-outline:before {
    content: ""
}

.ion-ios-musical-note:before {
    content: ""
}

.ion-ios-musical-notes:before {
    content: ""
}

.ion-ios-navigate:before {
    content: ""
}

.ion-ios-navigate-outline:before {
    content: ""
}

.ion-ios-nutrition:before {
    content: ""
}

.ion-ios-nutrition-outline:before {
    content: ""
}

.ion-ios-paper:before {
    content: ""
}

.ion-ios-paper-outline:before {
    content: ""
}

.ion-ios-paperplane:before {
    content: ""
}

.ion-ios-paperplane-outline:before {
    content: ""
}

.ion-ios-partlysunny:before {
    content: ""
}

.ion-ios-partlysunny-outline:before {
    content: ""
}

.ion-ios-pause:before {
    content: ""
}

.ion-ios-pause-outline:before {
    content: ""
}

.ion-ios-paw:before {
    content: ""
}

.ion-ios-paw-outline:before {
    content: ""
}

.ion-ios-people:before {
    content: ""
}

.ion-ios-people-outline:before {
    content: ""
}

.ion-ios-person:before {
    content: ""
}

.ion-ios-person-outline:before {
    content: ""
}

.ion-ios-personadd:before {
    content: ""
}

.ion-ios-personadd-outline:before {
    content: ""
}

.ion-ios-photos:before {
    content: ""
}

.ion-ios-photos-outline:before {
    content: ""
}

.ion-ios-pie:before {
    content: ""
}

.ion-ios-pie-outline:before {
    content: ""
}

.ion-ios-pint:before {
    content: ""
}

.ion-ios-pint-outline:before {
    content: ""
}

.ion-ios-play:before {
    content: ""
}

.ion-ios-play-outline:before {
    content: ""
}

.ion-ios-plus:before {
    content: ""
}

.ion-ios-plus-empty:before {
    content: ""
}

.ion-ios-plus-outline:before {
    content: ""
}

.ion-ios-pricetag:before {
    content: ""
}

.ion-ios-pricetag-outline:before {
    content: ""
}

.ion-ios-pricetags:before {
    content: ""
}

.ion-ios-pricetags-outline:before {
    content: ""
}

.ion-ios-printer:before {
    content: ""
}

.ion-ios-printer-outline:before {
    content: ""
}

.ion-ios-pulse:before {
    content: ""
}

.ion-ios-pulse-strong:before {
    content: ""
}

.ion-ios-rainy:before {
    content: ""
}

.ion-ios-rainy-outline:before {
    content: ""
}

.ion-ios-recording:before {
    content: ""
}

.ion-ios-recording-outline:before {
    content: ""
}

.ion-ios-redo:before {
    content: ""
}

.ion-ios-redo-outline:before {
    content: ""
}

.ion-ios-refresh:before {
    content: ""
}

.ion-ios-refresh-empty:before {
    content: ""
}

.ion-ios-refresh-outline:before {
    content: ""
}

.ion-ios-reload:before {
    content: ""
}

.ion-ios-reverse-camera:before {
    content: ""
}

.ion-ios-reverse-camera-outline:before {
    content: ""
}

.ion-ios-rewind:before {
    content: ""
}

.ion-ios-rewind-outline:before {
    content: ""
}

.ion-ios-rose:before {
    content: ""
}

.ion-ios-rose-outline:before {
    content: ""
}

.ion-ios-search:before {
    content: ""
}

.ion-ios-search-strong:before {
    content: ""
}

.ion-ios-settings:before {
    content: ""
}

.ion-ios-settings-strong:before {
    content: ""
}

.ion-ios-shuffle:before {
    content: ""
}

.ion-ios-shuffle-strong:before {
    content: ""
}

.ion-ios-skipbackward:before {
    content: ""
}

.ion-ios-skipbackward-outline:before {
    content: ""
}

.ion-ios-skipforward:before {
    content: ""
}

.ion-ios-skipforward-outline:before {
    content: ""
}

.ion-ios-snowy:before {
    content: ""
}

.ion-ios-speedometer:before {
    content: ""
}

.ion-ios-speedometer-outline:before {
    content: ""
}

.ion-ios-star:before {
    content: ""
}

.ion-ios-star-half:before {
    content: ""
}

.ion-ios-star-outline:before {
    content: ""
}

.ion-ios-stopwatch:before {
    content: ""
}

.ion-ios-stopwatch-outline:before {
    content: ""
}

.ion-ios-sunny:before {
    content: ""
}

.ion-ios-sunny-outline:before {
    content: ""
}

.ion-ios-telephone:before {
    content: ""
}

.ion-ios-telephone-outline:before {
    content: ""
}

.ion-ios-tennisball:before {
    content: ""
}

.ion-ios-tennisball-outline:before {
    content: ""
}

.ion-ios-thunderstorm:before {
    content: ""
}

.ion-ios-thunderstorm-outline:before {
    content: ""
}

.ion-ios-time:before {
    content: ""
}

.ion-ios-time-outline:before {
    content: ""
}

.ion-ios-timer:before {
    content: ""
}

.ion-ios-timer-outline:before {
    content: ""
}

.ion-ios-toggle:before {
    content: ""
}

.ion-ios-toggle-outline:before {
    content: ""
}

.ion-ios-trash:before {
    content: ""
}

.ion-ios-trash-outline:before {
    content: ""
}

.ion-ios-undo:before {
    content: ""
}

.ion-ios-undo-outline:before {
    content: ""
}

.ion-ios-unlocked:before {
    content: ""
}

.ion-ios-unlocked-outline:before {
    content: ""
}

.ion-ios-upload:before {
    content: ""
}

.ion-ios-upload-outline:before {
    content: ""
}

.ion-ios-videocam:before {
    content: ""
}

.ion-ios-videocam-outline:before {
    content: ""
}

.ion-ios-volume-high:before {
    content: ""
}

.ion-ios-volume-low:before {
    content: ""
}

.ion-ios-wineglass:before {
    content: ""
}

.ion-ios-wineglass-outline:before {
    content: ""
}

.ion-ios-world:before {
    content: ""
}

.ion-ios-world-outline:before {
    content: ""
}

.ion-ipad:before {
    content: ""
}

.ion-iphone:before {
    content: ""
}

.ion-ipod:before {
    content: ""
}

.ion-jet:before {
    content: ""
}

.ion-key:before {
    content: ""
}

.ion-knife:before {
    content: ""
}

.ion-laptop:before {
    content: ""
}

.ion-leaf:before {
    content: ""
}

.ion-levels:before {
    content: ""
}

.ion-lightbulb:before {
    content: ""
}

.ion-link:before {
    content: ""
}

.ion-load-a:before {
    content: ""
}

.ion-load-b:before {
    content: ""
}

.ion-load-c:before {
    content: ""
}

.ion-load-d:before {
    content: ""
}

.ion-location:before {
    content: ""
}

.ion-lock-combination:before {
    content: ""
}

.ion-locked:before {
    content: ""
}

.ion-log-in:before {
    content: ""
}

.ion-log-out:before {
    content: ""
}

.ion-loop:before {
    content: ""
}

.ion-magnet:before {
    content: ""
}

.ion-male:before {
    content: ""
}

.ion-man:before {
    content: ""
}

.ion-map:before {
    content: ""
}

.ion-medkit:before {
    content: ""
}

.ion-merge:before {
    content: ""
}

.ion-mic-a:before {
    content: ""
}

.ion-mic-b:before {
    content: ""
}

.ion-mic-c:before {
    content: ""
}

.ion-minus:before {
    content: ""
}

.ion-minus-circled:before {
    content: ""
}

.ion-minus-round:before {
    content: ""
}

.ion-model-s:before {
    content: ""
}

.ion-monitor:before {
    content: ""
}

.ion-more:before {
    content: ""
}

.ion-mouse:before {
    content: ""
}

.ion-music-note:before {
    content: ""
}

.ion-navicon:before {
    content: ""
}

.ion-navicon-round:before {
    content: ""
}

.ion-navigate:before {
    content: ""
}

.ion-network:before {
    content: ""
}

.ion-no-smoking:before {
    content: ""
}

.ion-nuclear:before {
    content: ""
}

.ion-outlet:before {
    content: ""
}

.ion-paintbrush:before {
    content: ""
}

.ion-paintbucket:before {
    content: ""
}

.ion-paper-airplane:before {
    content: ""
}

.ion-paperclip:before {
    content: ""
}

.ion-pause:before {
    content: ""
}

.ion-person:before {
    content: ""
}

.ion-person-add:before {
    content: ""
}

.ion-person-stalker:before {
    content: ""
}

.ion-pie-graph:before {
    content: ""
}

.ion-pin:before {
    content: ""
}

.ion-pinpoint:before {
    content: ""
}

.ion-pizza:before {
    content: ""
}

.ion-plane:before {
    content: ""
}

.ion-planet:before {
    content: ""
}

.ion-play:before {
    content: ""
}

.ion-playstation:before {
    content: ""
}

.ion-plus:before {
    content: ""
}

.ion-plus-circled:before {
    content: ""
}

.ion-plus-round:before {
    content: ""
}

.ion-podium:before {
    content: ""
}

.ion-pound:before {
    content: ""
}

.ion-power:before {
    content: ""
}

.ion-pricetag:before {
    content: ""
}

.ion-pricetags:before {
    content: ""
}

.ion-printer:before {
    content: ""
}

.ion-pull-request:before {
    content: ""
}

.ion-qr-scanner:before {
    content: ""
}

.ion-quote:before {
    content: ""
}

.ion-radio-waves:before {
    content: ""
}

.ion-record:before {
    content: ""
}

.ion-refresh:before {
    content: ""
}

.ion-reply:before {
    content: ""
}

.ion-reply-all:before {
    content: ""
}

.ion-ribbon-a:before {
    content: ""
}

.ion-ribbon-b:before {
    content: ""
}

.ion-sad:before {
    content: ""
}

.ion-sad-outline:before {
    content: ""
}

.ion-scissors:before {
    content: ""
}

.ion-search:before {
    content: ""
}

.ion-settings:before {
    content: ""
}

.ion-share:before {
    content: ""
}

.ion-shuffle:before {
    content: ""
}

.ion-skip-backward:before {
    content: ""
}

.ion-skip-forward:before {
    content: ""
}

.ion-social-android:before {
    content: ""
}

.ion-social-android-outline:before {
    content: ""
}

.ion-social-angular:before {
    content: ""
}

.ion-social-angular-outline:before {
    content: ""
}

.ion-social-apple:before {
    content: ""
}

.ion-social-apple-outline:before {
    content: ""
}

.ion-social-bitcoin:before {
    content: ""
}

.ion-social-bitcoin-outline:before {
    content: ""
}

.ion-social-buffer:before {
    content: ""
}

.ion-social-buffer-outline:before {
    content: ""
}

.ion-social-chrome:before {
    content: ""
}

.ion-social-chrome-outline:before {
    content: ""
}

.ion-social-codepen:before {
    content: ""
}

.ion-social-codepen-outline:before {
    content: ""
}

.ion-social-css3:before {
    content: ""
}

.ion-social-css3-outline:before {
    content: ""
}

.ion-social-designernews:before {
    content: ""
}

.ion-social-designernews-outline:before {
    content: ""
}

.ion-social-dribbble:before {
    content: ""
}

.ion-social-dribbble-outline:before {
    content: ""
}

.ion-social-dropbox:before {
    content: ""
}

.ion-social-dropbox-outline:before {
    content: ""
}

.ion-social-euro:before {
    content: ""
}

.ion-social-euro-outline:before {
    content: ""
}

.ion-social-facebook:before {
    content: ""
}

.ion-social-facebook-outline:before {
    content: ""
}

.ion-social-foursquare:before {
    content: ""
}

.ion-social-foursquare-outline:before {
    content: ""
}

.ion-social-freebsd-devil:before {
    content: ""
}

.ion-social-github:before {
    content: ""
}

.ion-social-github-outline:before {
    content: ""
}

.ion-social-google:before {
    content: ""
}

.ion-social-google-outline:before {
    content: ""
}

.ion-social-googleplus:before {
    content: ""
}

.ion-social-googleplus-outline:before {
    content: ""
}

.ion-social-hackernews:before {
    content: ""
}

.ion-social-hackernews-outline:before {
    content: ""
}

.ion-social-html5:before {
    content: ""
}

.ion-social-html5-outline:before {
    content: ""
}

.ion-social-instagram:before {
    content: ""
}

.ion-social-instagram-outline:before {
    content: ""
}

.ion-social-javascript:before {
    content: ""
}

.ion-social-javascript-outline:before {
    content: ""
}

.ion-social-linkedin:before {
    content: ""
}

.ion-social-linkedin-outline:before {
    content: ""
}

.ion-social-markdown:before {
    content: ""
}

.ion-social-nodejs:before {
    content: ""
}

.ion-social-octocat:before {
    content: ""
}

.ion-social-pinterest:before {
    content: ""
}

.ion-social-pinterest-outline:before {
    content: ""
}

.ion-social-python:before {
    content: ""
}

.ion-social-reddit:before {
    content: ""
}

.ion-social-reddit-outline:before {
    content: ""
}

.ion-social-rss:before {
    content: ""
}

.ion-social-rss-outline:before {
    content: ""
}

.ion-social-sass:before {
    content: ""
}

.ion-social-skype:before {
    content: ""
}

.ion-social-skype-outline:before {
    content: ""
}

.ion-social-snapchat:before {
    content: ""
}

.ion-social-snapchat-outline:before {
    content: ""
}

.ion-social-tumblr:before {
    content: ""
}

.ion-social-tumblr-outline:before {
    content: ""
}

.ion-social-tux:before {
    content: ""
}

.ion-social-twitch:before {
    content: ""
}

.ion-social-twitch-outline:before {
    content: ""
}

.ion-social-twitter:before {
    content: ""
}

.ion-social-twitter-outline:before {
    content: ""
}

.ion-social-usd:before {
    content: ""
}

.ion-social-usd-outline:before {
    content: ""
}

.ion-social-vimeo:before {
    content: ""
}

.ion-social-vimeo-outline:before {
    content: ""
}

.ion-social-whatsapp:before {
    content: ""
}

.ion-social-whatsapp-outline:before {
    content: ""
}

.ion-social-windows:before {
    content: ""
}

.ion-social-windows-outline:before {
    content: ""
}

.ion-social-wordpress:before {
    content: ""
}

.ion-social-wordpress-outline:before {
    content: ""
}

.ion-social-yahoo:before {
    content: ""
}

.ion-social-yahoo-outline:before {
    content: ""
}

.ion-social-yen:before {
    content: ""
}

.ion-social-yen-outline:before {
    content: ""
}

.ion-social-youtube:before {
    content: ""
}

.ion-social-youtube-outline:before {
    content: ""
}

.ion-soup-can:before {
    content: ""
}

.ion-soup-can-outline:before {
    content: ""
}

.ion-speakerphone:before {
    content: ""
}

.ion-speedometer:before {
    content: ""
}

.ion-spoon:before {
    content: ""
}

.ion-star:before {
    content: ""
}

.ion-stats-bars:before {
    content: ""
}

.ion-steam:before {
    content: ""
}

.ion-stop:before {
    content: ""
}

.ion-thermometer:before {
    content: ""
}

.ion-thumbsdown:before {
    content: ""
}

.ion-thumbsup:before {
    content: ""
}

.ion-toggle:before {
    content: ""
}

.ion-toggle-filled:before {
    content: ""
}

.ion-transgender:before {
    content: ""
}

.ion-trash-a:before {
    content: ""
}

.ion-trash-b:before {
    content: ""
}

.ion-trophy:before {
    content: ""
}

.ion-tshirt:before {
    content: ""
}

.ion-tshirt-outline:before {
    content: ""
}

.ion-umbrella:before {
    content: ""
}

.ion-university:before {
    content: ""
}

.ion-unlocked:before {
    content: ""
}

.ion-upload:before {
    content: ""
}

.ion-usb:before {
    content: ""
}

.ion-videocamera:before {
    content: ""
}

.ion-volume-high:before {
    content: ""
}

.ion-volume-low:before {
    content: ""
}

.ion-volume-medium:before {
    content: ""
}

.ion-volume-mute:before {
    content: ""
}

.ion-wand:before {
    content: ""
}

.ion-waterdrop:before {
    content: ""
}

.ion-wifi:before {
    content: ""
}

.ion-wineglass:before {
    content: ""
}

.ion-woman:before {
    content: ""
}

.ion-wrench:before {
    content: ""
}

.ion-xbox:before {
    content: ""
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, html, li, ol, p, pre, table, td, th, ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

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

ol, ul {
    list-style: none
}

.nav-menu {
    position: static
}

@media (min-width: 1300px) {
    .nav-menu {
        margin-left: 50px
    }
}

.nav-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu > ul > li {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative
}

.nav-menu > ul > li > a {
    padding: 36px 7px;
    display: inline-block;
    position: relative;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    /*transition: all .3s ease-out;*/
    /*-moz-transition: all .3s ease-out;*/
    /*-o-transition: all .3s ease-out;*/
    /*-webkit-transition: all .3s ease-out*/
}

@media (min-width: 1400px) {
    .nav-menu > ul > li > a {
        padding: 36px 15px
    }
}

@media all and (min-width: 1200px) {
    .nav-menu > ul > li > a {
        font-size: 16px
    }
}

.header.no-stick.fixed .nav-menu > ul > li > a {
    padding: 36px 15px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.header.fixed .nav-menu > ul > li > a {
    padding-top: 24px;
    padding-bottom: 24px
}

.fixed a.current {
    color: #e6ae49 !important
}

.header--sticky.fixed.sticky--on .header-nav {
    position: fixed !important;
    top: 0 !important
}

@media all and (min-width: 992px) {
    .nav-menu > ul > li.dd-menu-dropdown-icon > a::after {
        content: "";
        font-family: FontAwesome;
        margin-left: 6px;
        font-size: 12px
    }
}

@media all and (max-width: 991px) {
    .nav-menu {
        display: none;
        text-align: left;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 0;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .09);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .09);
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .09)
    }

    .nav-menu.show-on-mobile {
        display: block;
        width: 100% !important
    }

    .nav-menu > ul > li {
        display: block;
        position: relative;
        border-bottom: 1px solid #eee
    }

    .nav-menu > ul > li:first-child {
        border-top: 1px solid #eee
    }

    .header .nav-menu > ul > li > a, .header.header--sticky.fixed .nav-menu > ul > li > a {
        padding: 12px 15px;
        width: 100%;
        display: block;
        position: relative;
        color: #27313e;
        line-height: 1
    }

    .nav-menu > ul > li > a {
        padding: 12px 15px;
        width: 100%;
        display: block;
        position: relative;
        color: #27313e;
        line-height: 1
    }
}

.nav-dropdown, .nav-dropdown-sub {
    width: 210px;
    display: none
}

.nav-dropdown, .nav-dropdown-sub {
    background-color: #2e4d99
}

.nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    list-style: none;
    z-index: 9
}

.nav-dropdown.left {
    left: auto;
    right: 0
}

.nav-dropdown ul {
    padding: 0;
    list-style: none
}

.nav-dropdown ul li {
    position: relative
}

.nav-dropdown [class*=col-] ul {
    margin-bottom: 15px
}

.nav-dropdown [class*=col-] ul:last-child {
    margin-bottom: 0
}

.nav-dropdown ul li {
    display: block;
    transition: color .3s ease 0s;
    font-size: 14px;
    font-weight: 500;
    transition: none;
}

.nav-dropdown ul li a {
    display: block;
    transition: color .3s ease 0s;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 7px 20px;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
    transition: none;
}

.nav-dropdown-sub ul li a {
    color: rgba(255, 255, 255, .6)
}

@keyframes hoverMove {
    0% {
        background-color: rgba(255, 255, 255, 0)
    }
    50% {
        background-color: rgba(255, 255, 255, .3)
    }
    100% {
        background-color: rgba(255, 255, 255, 0)
    }
}

.nav-dropdown ul li .dropdown-title, .nav-dropdown ul li a:hover {
    color: #fff;
    background-color: #7095ef;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    animation: hoverMove 3s infinite
}

.nav-dropdown-sub ul li a:hover {
    color: #fff
}

.nav-dropdown ul li:hover > a {
    color: #fff
}

.nav-dropdown ul li .dropdown-title {
    font-size: 12px;
    font-weight: 500
}

.nav-dropdown ul li .dropdown-title.transparent {
    color: transparent
}

.nav-dropdown-sub {
    position: absolute;
    top: 0;
    left: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    list-style: none;
    margin-right: 0
}

.nav-dropdown-sub.left {
    left: auto;
    right: 100%;
    margin-right: 0
}

.nav-menu .mega-menu {
    position: static
}

.col2-dropdown, .col3-dropdown {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px
}

.mega-dropdown {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px
}

.col3-dropdown {
    width: 720px
}

.col2-dropdown {
    width: 500px
}

.menu-dropdown-icon {
    display: none;
    height: 36px;
    width: 36px;
    float: right;
    position: relative;
    z-index: 5;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.menu-dropdown-icon:before {
    background-color: #f7f8f8;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #999;
    content: "";
    cursor: pointer;
    display: none;
    float: right;
    font-family: FontAwesome;
    font-size: 16px;
    height: 100%;
    line-height: 38px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    position: relative;
    z-index: 5;
    top: 0;
    right: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.sub-dropdown-icon::before {
    color: silver;
    content: "";
    cursor: pointer;
    display: block;
    float: right;
    font-family: FontAwesome;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    z-index: 20;
}

@media (min-width: 992px) {
    .nav-dropdown.col2-dropdown ul li, .nav-dropdown.col3-dropdown ul li, .nav-dropdown.mega-dropdown ul li {
        padding-left: 0;
        padding-right: 0
    }

    .nav-dropdown-sub {
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }

    .nav-dropdown {
        padding: 0
    }
}

@media (max-width: 991px) {
    .nav-dropdown, .nav-dropdown-sub {
        position: relative;
        top: 0;
        left: 0 !important;
        right: auto;
        width: 100%;
        z-index: 0
    }

    .nav-dropdown-sub.left, .nav-dropdown.left {
        position: relative;
        top: 0;
        left: 0 !important;
        right: auto;
        width: 100%;
        z-index: 0
    }

    .nav-dropdown {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .nav-dropdown li {
        padding: 2px 15px
    }

    .nav-dropdown-sub {
        margin-left: 0;
        display: block;
        opacity: 1;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0 none;
        display: none;
    }

    .nav-dropdown [class*=col-] ul {
        margin-bottom: 15px
    }

    .nav-dropdown [class*=col-] ul:last-child {
        margin-bottom: 15px
    }

    .nav-menu .mega-menu {
        position: relative
    }

    .col2-dropdown, .col3-dropdown {
        width: 100%;
        padding: 15px 0 0
    }

    .menu-dropdown-icon {
        display: block
    }

    .menu-dropdown-icon::before {
        display: block
    }

    .sub-dropdown-icon::before {
        display: block;
        content: ""
    }

    .nav-dropdown.mega-dropdown {
        padding-top: 15px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }

    .nav-dropdown.mega-dropdown > .container {
        padding-left: 0;
        padding-right: 0
    }
}

.nav-icons {
    font-size: 22px;
    position: relative;
    padding-left: 10px
}

.nav-icons .nav-icon-item {
    position: relative;
    display: inline-table;
    line-height: 1;
    min-height: 62px;
    height: 100%;
    padding: 20px 10px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    vertical-align: middle
}

.nav-icons .nav-icon-item:last-child {
    padding-right: 0
}

.nav-icons .nav-icon-item > .nav-icon-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    vertical-align: middle
}

.nav-icons .nav-icon-item > .btn {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    transform: translateX(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    right: 0
}

.menu-mobile-btn i:before {
    content: ""
}

.menu-mobile-btn.active i:before {
    content: ""
}

.cart-menu-bar, .search-menu-bar {
    width: 300px;
    display: none;
    position: absolute;
    top: 100%;
    background-color: rgba(243, 243, 243, .94);
    padding: 25px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    z-index: 0;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

@media all and (min-width: 320px) {
    .cart-menu-bar, .search-menu-bar {
        right: -20px
    }
}

@media all and (min-width: 992px) {
    .cart-menu-bar, .search-menu-bar {
        right: -40px
    }
}

.cart-menu-bar.cart-menu-open, .search-menu-bar.search-menu-open {
    opacity: 1;
    visibility: visible;
    display: block
}

@media all and (min-width: 992px) {
    .cart-menu-bar.cart-menu-open, .search-menu-bar.search-menu-open {
        max-height: 80vh;
        overflow-y: auto;
    }
}

.cart-menu-bar .container, .search-menu-bar .container {
    position: relative;
    transform: translateX(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%
}

.search-menu-block.desktop {
    display: none
}

@media all and (min-width: 1200px) {
    .search-menu-block.desktop {
        display: inline-block
    }
}

.search-menu-block.desktop form {
    position: relative
}

.search-menu-block.desktop .search-input {
    border-radius: 30px;
    width: 145px;
    padding: 7px 12px;
    margin: 0;
    height: auto
}

@media all and (min-width: 992px) {
    .search-menu-block.desktop .search-input {
        width: 155px;
        padding: 10px 16px
    }
}

.search-menu-block.desktop button {
    border: none;
    outline: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    font-size: 16px;
    line-height: 2rem
}

@media all and (min-width: 992px) {
    .search-menu-block.desktop button {
        font-size: 20px
    }
}

@media all and (min-width: 1200px) {
    .search-menu-block.mobile {
        display: none
    }
}

@media all and (min-width: 992px) {
    .ion-ios-cart-outline {
        font-size: 26px
    }
}

.nav-icon-item.cart-active, .nav-icon-item.search-active {
    position: static
}

.search-menu-bar .seach-input {
    color: #888 !important;
    margin-bottom: 0;
    border: 1px solid #595959
}

.cart-menu-bar ul.cart-menu-list {
    list-style: none;
    padding: 0;
    color: #323232;
    margin-bottom: 0
}

.cart-menu-bar ul.cart-menu-list li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    list-style: none
}

.cart-menu-bar ul.cart-menu-list li:last-child {
    margin-bottom: 0;
    border-bottom: 0 none
}

.cart-menu-bar ul.cart-menu-list li .product-img {
    width: 25%;
    display: inline-block;
    vertical-align: top
}

.cart-menu-bar ul.cart-menu-list li .product-content {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    position: relative
}

.cart-menu-bar ul.cart-menu-list li .product-content .product-remove {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px
}

.cart-menu-bar ul.cart-menu-list li .product-content .product-title {
    display: block;
    padding-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4
}

.cart-menu-bar ul.cart-menu-list li .product-content .product-cart-collateral {
    display: block;
    font-size: 12px
}

.cart-menu-bar ul.cart-menu-list li .product-content .product-cart-collateral span:not([class]) {
    margin-left: 3px;
    margin-right: 3px
}

.cart-menu-bar ul.cart-menu-list li .product-content .product-cart-collateral .product-price-amount {
    font-weight: 600;
    color: #323232
}

.innerpage-banner {
    background-size: cover;
    background-position: center top
}

.innerpage-banner .vertical-content {
    position: relative;
    z-index: 2
}

.innerpage-banner h1.title {
    color: #fff
}

.innerpage-banner .overlay {
    z-index: 1
}

.jh-breadcrumb {
    background: rgba(255, 255, 255, .9);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 15px;
    padding: 4px 8px;
    display: inline-block
}

.jh-breadcrumb ol {
    list-style-type: none;
    display: flex;
    display: -ms-flex;
    flex-wrap: wrap
}

.jh-breadcrumb li {
    font-size: 15px;
    color: #888
}

.jh-breadcrumb li a {
    font-weight: 500;
    text-decoration: none
}

.jh-breadcrumb li a:hover {
    text-decoration: none
}

.jh-breadcrumb li:first-child:before {
    font-family: FontAwesome;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "";
    margin-right: 8px;
    color: #bdbdbd
}

.jh-breadcrumb li:not(:last-child):after {
    content: "/";
    font-weight: 400;
    font-family: FontAwesome;
    padding-right: 7px;
    padding-left: 7px;
    color: #ccc;
    text-decoration: none
}

.jh-breadcrumb li .active {
    color: #6c757d
}

.sidebar-nav ul.subs .has-child {
    position: relative;
    margin-bottom: 6px
}

.sidebar-nav ul.subs .has-child:before {
    content: "";
    position: absolute;
    left: -9px;
    width: 15px;
    height: 15px;
    top: 7px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48cGF0aCBkPSJNMzg0LDI2NUgyNjR2MTE5aC0xN1YyNjVIMTI4di0xN2gxMTlWMTI4aDE3djEyMGgxMjBWMjY1eiIvPjwvZz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat
}

.sidebar-nav ul.subs .has-child.extend:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48cGF0aCBkPSJNMzg0LDI2NUgxMjh2LTE3aDI1NlYyNjV6Ii8+PC9nPjwvc3ZnPg==)
}

.sidebar-nav ul.subs .has-child > a {
    padding-left: 9px;
    font-size: 15px
}

.sidebar-nav ul.subs .has-child > a.limit-height {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 46px;
    height: auto
}

.sidebar-nav ul.subs a:hover {
    color: #7095ef;
    transition: .3s ease-in-out
}

.sidebar-nav ul.subs a.active {
    color: #ccc
}

.sidebar-nav ul.subs .navLink + .subs {
    display: none
}

.sidebar-nav ul.subs .open + .subs {
    display: block
}

.sidebar-nav ul.subs .subs {
    margin: 5px 0 0 20px
}

.sidebar-nav ul.subs .subs li {
    border-bottom: 0
}

.sidebar-nav ul.subs .subs li:before {
    margin-right: 10px;
    color: #000
}

.jh-pagination-wraper {
    display: inline-block
}

.pagination {
    margin: 20px 0
}

.pagination > li {
    display: inline;
    float: left
}

.pagination > li > a {
    color: #888;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 -1px 0;
    font-weight: 500
}

.pagination > li > a:hover {
    background-color: #ebebeb
}

.pagination > li:first-child a {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination > li:last-child a {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination > .active > a {
    color: #fff;
    border-color: #ddd;
    background: #4f4ffc
}

.pagination > .active > a:hover {
    background-color: #1d1dfb
}

.pagination .pagination-numbers, .pagination-numbers, ul.pagination-numbers {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    text-align: right;
    width: 100%
}

.pagination-numbers li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0 4px
}

.pagination-numbers li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 33px;
    transition: all .2s linear 0s;
    color: #282828;
    background-color: #f7f7f7;
    height: 36px;
    width: 36px;
    text-align: center
}

.pagination-numbers li a.active, .pagination-numbers li a:hover {
    color: #fff;
    background-image: linear-gradient(141deg, #6c6c6c 41.97%, #323232 41.97%)
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-loading .slick-list {
    background: url(../images/loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype")
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus, .slick-next:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before {
    opacity: 1
}

.slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

.slick-prev {
    left: -25px
}

.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -45px;
    width: 100%;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.team-item-img {
    position: relative
}

.team-item-img .team-item-detail {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .8);
    text-align: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s
}

.team-item:hover .team-item-detail {
    opacity: 1;
    visibility: visible
}

.cent-mid-content, .team-item-img .team-item-detail .team-item-detail-inner {
    margin: auto;
    padding: 25px
}

.team-item-img .team-item-detail .team-item-detail-inner .social {
    margin: 5px 0 0 0;
    padding: 0
}

.team-item-img .team-item-detail .team-item-detail-inner .social li {
    list-style: none;
    display: inline-block;
    margin: 0 5px
}

.team-item-img .team-item-detail .team-item-detail-inner .social li a {
    color: #fff
}

.team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
    color: #4f4ffc
}

.team-item-info {
    padding-top: 15px;
    text-align: center
}

.team-item-info h5 {
    margin-bottom: 0
}

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px
}

.skillbar-bar {
    height: 3px;
    width: 0;
    background: #323232;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color
}

.skillbar-bar:before {
    background: #eee;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
    z-index: -1
}

.skillbar-title {
    display: inline-block;
    color: #323232;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase
}

.skill-bar-percent {
    color: #323232;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
    display: inline-block
}

.accordion-section {
    border-top: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1
}

.accordion-section:last-child {
    border-bottom: 1px solid #f1f1f1
}

.accordion-title {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 20px 20px;
    margin: 0
}

.accordion-title.active {
    color: #4f4ffc
}

.accordion-title:before {
    content: "";
    display: block;
    font-family: FontAwesome, sans-serif;
    position: absolute;
    right: 18px;
    font-weight: 400
}

.accordion-title.active:before {
    content: ""
}

.accordion-content {
    padding: 0 20px 10px
}

.accordion-content.defualt-hidden {
    display: none;
    margin: 0
}

.counter {
    font-size: 43px;
    margin-bottom: 20px;
    display: inline-table
}

.features-box-left, .features-box-right {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 5px
}

.features-box-left {
    padding-left: 75px;
    text-align: left
}

.features-box-right {
    padding-right: 75px;
    text-align: right
}

.features-icon-left, .features-icon-right {
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    position: absolute
}

.features-icon-left {
    padding-right: 20px;
    left: 0
}

.features-icon-right {
    padding-left: 20px;
    right: 0
}

.contact-box-left, .contact-box-top {
    display: block;
    position: relative
}

.contact-box-left {
    padding-left: 45px;
    text-align: left
}

.contact-icon-left {
    font-size: 30px;
    position: absolute
}

.contact-icon-top {
    font-size: 30px;
    position: absolute;
    text-align: center
}

.contact-icon-left {
    left: 0
}

@media (max-width: 991px) {
    .features-box-left {
        display: block;
        padding-left: 0;
        text-align: center
    }

    .features-box-right {
        display: block;
        padding-right: 0;
        text-align: center
    }

    .features-icon-left, .features-icon-right {
        position: relative
    }

    .features-icon-left {
        padding-right: 0;
        left: auto
    }

    .features-icon-right {
        padding-left: 0;
        right: auto
    }
}

.Pricing-box {
    border: 1px solid #f1f1f1;
    text-align: center
}

.Pricing-box.highlight {
    background: #f9f9f9;
    border: 1px solid #ddd
}

.Pricing-box.highlight hr {
    border-color: #ddd
}

.price-title h4, .price-title h5 {
    margin-top: 0;
    margin-bottom: 0
}

.Pricing-box .price {
    font-size: 50px;
    font-weight: 700;
    position: relative
}

.Pricing-box .price .price-sm {
    font-size: 14px;
    position: absolute
}

.Pricing-box .price .price-lg {
    padding-left: 10px
}

.Pricing-box .price-tenure {
    font-size: 12px;
    color: #888;
    font-weight: 400;
    padding-top: 8px
}

.Pricing-box .pricing-features {
    font-size: 13px;
    text-transform: uppercase
}

.Pricing-box .pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.Pricing-box .pricing-features ul li {
    padding: 6px
}

.container-icon {
    font-size: 25px;
    margin-bottom: 15px;
    color: inherit
}

.testimonial {
    max-width: 800px;
    width: 100%;
    margin: 0 auto
}

.quote-author {
    margin-top: 15px
}

.quote-author span {
    font-weight: 400
}

.client-logo {
    height: 80px;
    text-align: center
}

.client-logo img {
    height: 100%;
    width: auto
}

.page-icon-top {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 20px;
    width: 100%;
    color: #323232
}

.white .features-icon-left, .white .features-icon-right, .white .page-icon-left, .white .page-icon-top {
    color: #fff
}

.table.table-border {
    border: 1px solid #eee
}

.table tr td, .table tr th {
    padding: 10px 15px;
    vertical-align: middle !important
}

.table.table-fit tr td, .table.table-fit tr th {
    padding: 10px 0
}

.table.table-border tr td, .table.table-border tr th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee
}

.table.checkout tr td {
    vertical-align: top !important;
    padding: 15px
}

.table.checkout tr td:first-child {
    max-width: 60px
}

.table.checkout tr th:first-child {
    max-width: 60px
}

.table.checkout tr td:last-child, .table.checkout tr th:last-child {
    text-align: center
}

.table.checkout small {
    display: block
}

.sidebar-menu {
    background-color: #323232;
    color: #fff;
    position: fixed;
    overflow-y: auto;
    right: -320px;
    width: 320px;
    bottom: 0;
    top: 0;
    z-index: 10009;
    box-shadow: 0 0 30px rgba(0, 0, 0, .17);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .17);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .17);
    transition: all .25s ease-in 0s;
    -webkit-transition: all .25s ease-in 0s;
    -moz-transition: all .25s ease-in 0s;
    -o-transition: all .25s ease-in 0s;
    opacity: 0;
    visibility: hidden;
    display: block
}

.sidebar-menu.sidebar-menu-open {
    right: 0;
    opacity: 1;
    visibility: visible
}

.sidebar-close-icon {
    font-size: 16px;
    position: absolute;
    right: 30px;
    top: 30px;
    display: inline-block;
    cursor: pointer;
    color: inherit;
    z-index: 3
}

.sidembar-menu-wrap {
    display: table;
    width: 100%;
    height: 100%;
    position: relative
}

.sidebar-header {
    position: relative;
    padding: 30px 30px 0;
    display: block
}

.sidebar-header * {
    margin: 0;
    line-height: 1;
    padding: 0
}

.sidebar-content {
    position: relative;
    padding: 30px
}

.sidebar-footer {
    display: table-row;
    height: auto;
    vertical-align: bottom
}

.sidebar-footer .sidebar-footer-wrap {
    vertical-align: bottom;
    padding: 30px;
    display: table-cell
}

.sidebar-menu .sign-in {
    padding-bottom: 30px;
    border-bottom: 1px solid #3e3e3e;
    margin-bottom: 30px
}

.sidebar-menu .sign-in a {
    color: inherit;
    font-weight: 400;
    font-size: 12px;
    display: inline-block
}

.sidebar-menu .sign-in a:hover {
    color: #4f4ffc;
    text-decoration: underline
}

.sidebar-menu .logo {
    max-width: 120px;
    width: 100%
}

.sidebar-menu .social {
    list-style: none
}

.sidebar-menu .social li {
    display: inline-block;
    margin: 0 10px 0 0
}

.sidebar-menu .social li a {
    font-size: 16px
}

.sidebar-menu ul {
    padding: 0
}

.sidebar-menu ul li {
    list-style: none;
    margin-bottom: 10px
}

.sidebar-menu ul > li > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    color: inherit
}

.sidebar-menu ul > li > a:hover {
    color: #4f4ffc
}

.search-overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 35, 35, .9);
    -webkit-transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
    -moz-transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
    -ms-transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
    -o-transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
    transition: transform .3s ease 0s, opacity .3s ease 0s, visibility 0s ease .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 2200;
    text-align: center
}

.search-overlay-menu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease 0s, transform .3s ease 0s;
    -moz-transition: opacity .3s ease 0s, transform .3s ease 0s;
    -ms-transition: opacity .3s ease 0s, transform .3s ease 0s;
    -o-transition: opacity .3s ease 0s, transform .3s ease 0s;
    transition: opacity .3s ease 0s, transform .3s ease 0s
}

.search-overlay-menu form {
    height: 120px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -60px auto 0;
    width: 60%;
    left: 20%;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s
}

.search-overlay-menu.open form {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0)
}

.search-overlay-menu input[type=search] {
    height: 100%;
    width: 100%;
    color: #fff;
    background: 0 0;
    border-top: 0 solid transparent;
    border-bottom: 2px solid #909090 !important;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    font-size: 60px;
    font-weight: 300;
    outline: 0;
    padding: 10px
}

.search-overlay-menu form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 3rem;
    position: absolute;
    right: 0;
    top: 40px;
    color: #c6c6c6
}

.search-overlay-menu .search-overlay-close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    font-size: 40px;
    color: #fff
}

.search-overlay-menu .search-overlay-close:hover {
    color: #4f4ffc;
    cursor: pointer
}

.wrapper {
    position: relative;
    width: 100%
}

.inner-intro {
    background-color: #f7f7f7;
    height: 360px;
    display: block;
    position: relative
}

.inner-intro.inner-intro-small {
    height: 380px
}

.inner-intro .container {
    position: relative;
    height: 100%;
    display: table
}

.inner-intro .container .title {
    padding-bottom: 65px;
    padding-top: 35px;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.full-intro .inner-intro .container .title h2 {
    margin-top: 65px
}

.inner-intro .container .title .separator {
    margin-right: auto;
    margin-left: auto
}

.page-breadcrumb {
    background: rgba(255, 255, 255, .9);
    padding: 4px 8px;
    display: inline-block;
    color: #323232;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px
}

.page-breadcrumb a {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px
}

.page-breadcrumb span {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    color: #999
}

.overlay-static-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 100%;
    z-index: 2;
    background-color: rgba(32, 32, 32, .4);
    display: -webkit-flex;
    display: flex
}

.overlay-dark, .overlay-dark80, .overlay-light, .overlay-light80 {
    position: relative;
    z-index: 1
}

.overlay-dark80:before, .overlay-dark:before, .overlay-light80:before, .overlay-light:before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1
}

.overlay-dark:before {
    background-color: rgba(32, 32, 32, .4)
}

.overlay-dark80:before {
    background-color: #2e4d99
}

.overlay-light:before {
    background-color: rgba(255, 255, 255, .3)
}

.overlay-light80:before {
    background-color: rgba(255, 255, 255, .8)
}

.full-screen-intro {
    overflow: hidden;
    position: relative
}

.content-cap-wraper {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto
}

.full-cap-wraper {
    display: table;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: 1
}

.content-caption {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.content-wd650 {
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.cont-h-100per {
    height: 100%
}

.bg-img {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover !important
}

.bg-img1, .bg-img10, .bg-img11, .bg-img12, .bg-img13, .bg-img14, .bg-img15, .bg-img16, .bg-img17, .bg-img18, .bg-img19, .bg-img2, .bg-img20, .bg-img21, .bg-img22, .bg-img23, .bg-img24, .bg-img25, .bg-img26, .bg-img27, .bg-img28, .bg-img29, .bg-img3, .bg-img30, .bg-img4, .bg-img5, .bg-img6, .bg-img7, .bg-img8, .bg-img9 {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.bg-img1 {
    background-image: url(../img/full/01.jpg)
}

.bg-img2 {
    background-image: url(../img/full/02.jpg)
}

.bg-img3 {
    background-image: url(../img/full/03.jpg)
}

.bg-img4 {
    background-image: url(../img/full/04.jpg)
}

.bg-img5 {
    background-image: url(../img/full/05.jpg)
}

.bg-img6 {
    background-image: url(../img/full/06.jpg)
}

.bg-img7 {
    background-image: url(../img/full/07.jpg)
}

.bg-img8 {
    background-image: url(../img/full/08.jpg)
}

.bg-img9 {
    background-image: url(../img/full/09.jpg)
}

.bg-img10 {
    background-image: url(../img/full/10.jpg)
}

.bg-img11 {
    background-image: url(../img/full/11.jpg)
}

.bg-img12 {
    background-image: url(../img/full/12.jpg)
}

.bg-img13 {
    background-image: url(../img/full/13.jpg)
}

.bg-img14 {
    background-image: url(../img/full/14.jpg)
}

.bg-img15 {
    background-image: url(../img/full/15.jpg)
}

.bg-img16 {
    background-image: url(../img/full/16.jpg)
}

.bg-img17 {
    background-image: url(../img/full/17.jpg)
}

.bg-img18 {
    background-image: url(../img/full/18.jpg)
}

.bg-img19 {
    background-image: url(../img/full/19.jpg)
}

.bg-img20 {
    background-image: url(../img/full/20.jpg)
}

.bg-img21 {
    background-image: url(../img/full/21.jpg)
}

.bg-img22 {
    background-image: url(../img/full/22.jpg)
}

.bg-img23 {
    background-image: url(../img/full/23.jpg)
}

.bg-img24 {
    background-image: url(../img/full/24.jpg)
}

.bg-img25 {
    background-image: url(../img/full/25.jpg)
}

.bg-img26 {
    background-image: url(../img/full/26.jpg)
}

.bg-img27 {
    background-image: url(../img/full/27.jpg)
}

.bg-img28 {
    background-image: url(../img/full/28.jpg)
}

.bg-img29 {
    background-image: url(../img/full/29.jpg)
}

.bg-img30 {
    background-image: url(../img/full/30.jpg)
}

.border-b-box {
    padding: 25px;
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
    width: 100%
}

.border-box {
    border: 1px solid #f1f1f1;
    padding: 25px
}

.b-lrb-none {
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none
}

.b-lrb-none .ui-tab-content {
    border-left: 0 none;
    border-right: 0 none;
    border-bottom: 0 none
}

.content-slider, .o-flow-hidden {
    overflow: hidden
}

.map {
    width: 100%
}

#map {
    height: 100%
}

@media (max-width: 767px) {
    .inner-intro .container {
        width: 100%;
        max-width: 720px;
        text-align: center
    }
}

.col.container-grid, .col.container-masonry {
    padding-left: 0;
    padding-right: 0
}

.container.nf-container1 {
    padding-left: 15px;
    padding-right: 15px
}

.nf-row1 {
    margin-left: -15px;
    margin-right: -15px
}

.nf-col-padding {
    padding-left: 25px;
    padding-right: 25px
}

.nf-row1:after, .nf-row1:before {
    display: table;
    content: " "
}

.nf-row2:after, .nf-row2:before {
    display: table;
    content: " "
}

.nf-row1:after, .nf-row2:after {
    clear: both
}

.nf-row1 .grid-sizer.spacing, .nf-row1 .nf-item.spacing {
    padding: 15px
}

.nf-item.spacing, .nf-row2 .grid-sizer.spacing, .nf-row2 .nf-item.spacing, .spacing-box {
    padding: 25px
}

.spacing-grid {
    padding-top: 25px;
    padding-bottom: 25px
}

.nf-col-1 .grid-sizer, .nf-col-1 .nf-item {
    width: 100%;
    min-height: 1px
}

.nf-col-2 .grid-sizer, .nf-col-2 .nf-item {
    width: 50%;
    min-height: 1px
}

.nf-col-3 .grid-sizer, .nf-col-3 .nf-item {
    width: 33.3333%;
    min-height: 1px
}

.nf-col-4 .grid-sizer, .nf-col-4 .nf-item {
    width: 25%;
    min-height: 1px
}

.nf-col-5 .grid-sizer, .nf-col-5 .nf-item {
    width: 20%;
    min-height: 1px
}

.nf-col-6 .grid-sizer, .nf-col-6 .nf-item {
    width: 16.6666%;
    min-height: 1px
}

.nf-col-1 .nf-item.w1, .nf-col-2 .nf-item.w1, .nf-col-3 .nf-item.w1, .nf-col-4 .nf-item.w1 {
    width: 100%
}

.nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2 {
    width: 50%
}

.nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3 {
    width: 33.3333%
}

.nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4 {
    width: 25%
}

.nf-col-1 .nf-item.w3-2, .nf-col-1 .nf-item.w4-2, .nf-col-2 .nf-item.w3-2, .nf-col-2 .nf-item.w4-2, .nf-col-3 .nf-item.w3-2, .nf-col-3 .nf-item.w4-2, .nf-col-4 .nf-item.w3-2, .nf-col-4 .nf-item.w4-2 {
    width: 50%
}

.nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1 {
    width: 75%
}

.nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
    width: 66.6666%
}

@media (max-width: 991px) {
    .nf-col-1 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-1 .nf-item.w3-1, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item, .nf-col-2 .nf-item.w2, .nf-col-2 .nf-item.w3, .nf-col-2 .nf-item.w3-1, .nf-col-2 .nf-item.w4, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item, .nf-col-3 .nf-item.w2, .nf-col-3 .nf-item.w3, .nf-col-3 .nf-item.w3-1, .nf-col-3 .nf-item.w4, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item, .nf-col-4 .nf-item.w2, .nf-col-4 .nf-item.w3, .nf-col-4 .nf-item.w3-1, .nf-col-4 .nf-item.w4, .nf-col-4 .nf-item.w4-1, nf-col-1 .nf-item.w4 {
        width: 50%
    }

    .nf-col-5 .nf-item, .nf-col-6 .nf-item {
        width: 33.3333%
    }

    .nf-row2 .grid-sizer.spacing, .nf-row2 .nf-item.spacing {
        padding: 25px
    }
}

@media (max-width: 767px) {
    .container {
        margin: 0 auto;
        max-width: 480px;
        width: 100%
    }

    .nf-col-padding {
        padding-left: 15px;
        padding-right: 15px
    }

    .spacing-grid {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .nf-col-1 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-1 .nf-item.w3-1, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item, .nf-col-2 .nf-item.w2, .nf-col-2 .nf-item.w3, .nf-col-2 .nf-item.w3-1, .nf-col-2 .nf-item.w4, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item, .nf-col-3 .nf-item.w2, .nf-col-3 .nf-item.w3, .nf-col-3 .nf-item.w3-1, .nf-col-3 .nf-item.w4, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item, .nf-col-4 .nf-item.w2, .nf-col-4 .nf-item.w3, .nf-col-4 .nf-item.w3-1, .nf-col-4 .nf-item.w4, .nf-col-4 .nf-item.w4-1, nf-col-1 .nf-item.w4 {
        width: 100%;
        max-width: 480px;
        margin: 0 auto
    }

    .nf-col-3, .nf-col-4 {
        margin: 0 auto;
        max-width: 480px
    }

    .nf-col-5 .nf-item, .nf-col-6 .nf-item {
        width: 100%
    }

    .nf-row1 .nf-item.spacing, .nf-row2 .nf-item.spacing, .spacing-box {
        padding: 15px
    }

    .xs-hidden {
        visibility: hidden !important;
        display: none !important;
        opacity: 0
    }
}

@media (max-width: 480px) {
    .nf-col-5 .nf-item, .nf-col-6 .nf-item {
        width: 100%
    }
}

.sidebar-widget {
    margin-bottom: 50px
}

.sidebar-widget h4 {
    margin: 0;
    padding-top: 0;
    padding-bottom: 15px
}

.widget-search {
    position: relative
}

.widget-search input[type=text] {
    padding-right: 30px
}

.widget-search input[type=submit] {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: #8d8d8d;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: FontAwesome, sans-serif;
    margin: 0;
    outline: 0 none;
    white-space: nowrap;
    padding: 0 3px;
    text-decoration: none;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    position: absolute;
    top: 10px;
    right: 10px
}

.widget-search input[type=submit]:hover {
    color: #4f4ffc
}

.sidebar-widget hr {
    margin-bottom: 15px
}

.sidebar-widget ul {
    margin: 0;
    padding: 0
}

.sidebar-widget ul li {
    list-style: none;
    font-weight: 400
}

.sidebar-widget ul li.active {
    font-weight: 700
}

.sidebar-widget ul li.active a {
    color: #7095ef
}

.sidebar-widget ul li a {
    display: inline-block;
    padding: 4px 0;
    font-size: 15px;
    color: #323232
}

.sidebar-widget ul li a:hover {
    color: #4f4ffc
}

.widget-tag {
    display: inline-table;
    margin-top: 15px
}

.widget-tag li {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: uppercase
}

.widget-tag li a {
    padding: 4px 10px !important;
    display: block;
    border: 1px solid #eee
}

.widget-tag li a:hover {
    background: #323232;
    color: #fff !important
}

.sidebar-widget .widget-post {
    position: relative
}

.sidebar-widget .widget-post .widget-post-media {
    width: 70px;
    display: table-cell;
    padding: 0 15px 0 0
}

.sidebar-widget .widget-post li {
    margin-bottom: 20px
}

.sidebar-widget .widget-post a {
    padding: 0
}

.sidebar-widget .widget-post .widget-post-media img, .sidebar-widget .widget-post .widget-post-media video {
    width: 100%;
    vertical-align: top
}

.sidebar-widget .widget-post .widget-post-info {
    display: table-cell;
    vertical-align: top
}

.sidebar-widget .widget-post .widget-post-info h5, .sidebar-widget .widget-post .widget-post-info h6 {
    margin-bottom: 5px
}

.sidebar-widget .widget-post .widget-post-info p {
    margin: 0
}

.pagination-nav {
    width: 100%;
    display: block;
    position: relative;
    text-align: center
}

.pagination-nav ul {
    margin: 0;
    padding: 0
}

.pagination-nav ul li {
    display: inline-block;
    margin: 0 2px
}

.pagination-nav ul li a {
    display: block;
    background-color: #f7f7f7;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px
}

.pagination-nav ul li.active a {
    background: #323232;
    color: #fff
}

.container-filter {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center
}

.container-filter li {
    list-style: none;
    display: inline-block;
    margin: 0 14px
}

.container-filter li a {
    display: block;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px
}

.container-filter li a.active {
    color: #4f4ffc
}

.item-box {
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center
}

.item-box a {
    display: inline-block
}

.item-box:hover .item-mask {
    opacity: 1;
    visibility: visible
}

.item-box:hover .item-mask .item-caption {
    bottom: 30px;
    opacity: 1
}

.item-box:hover .item-container {
    transform: scale(1.1);
    transition: all 2s cubic-bezier(.23, 1, .32, 1) 0s;
    width: 100%
}

.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(.23, 1, .32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(.23, 1, .32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(.23, 1, .32, 1) 0s;
    -o-transition: all 2s cubic-bezier(.23, 1, .32, 1) 0s
}

.item-mask {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
    height: 100%;
    position: absolute;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.item-mask h5, .item-mask h6 {
    margin-bottom: 0
}

.item-mask p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 400;
    margin-top: 0;
    text-align: left
}

.item-mask .item-caption {
    position: absolute;
    bottom: -60px;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    opacity: 0
}

.project-detail-block p {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase
}

ul.project-detail-block {
    padding-left: 0
}

.project-detail-block ul {
    padding-left: 0
}

.project-detail-block li {
    list-style: none
}

.project-detail-block p strong {
    display: inline-block;
    width: 110px
}

.item-nav {
    text-align: center;
    display: block;
    overflow: hidden
}

.item-nav .item-next, .item-nav .item-prev {
    position: relative;
    display: inline-block
}

.item-nav .item-all-view {
    position: relative;
    display: inline-block
}

.item-nav .item-all-view h5, .item-nav .item-all-view h6 {
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.item-nav .item-all-view h5:hover, .item-nav .item-all-view h6:hover {
    color: #4f4ffc
}

.item-nav .item-next .next-btn, .item-nav .item-prev .prev-btn {
    display: inline-block;
    font-size: 25px;
    text-align: center;
    height: 51px;
    line-height: 51px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.item-all-view {
    display: inline-block;
    font-size: 25px;
    text-align: center;
    height: 51px;
    line-height: 51px;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.item-nav .item-next .next-btn, .item-nav .item-prev .prev-btn {
    color: #323232;
    background: #fff;
    width: 51px
}

.item-nav .item-next:hover .next-btn, .item-nav .item-prev:hover .prev-btn {
    background: #f7f7f7
}

.item-nav .item-prev {
    text-align: left;
    float: left
}

.item-nav .item-next {
    text-align: right;
    float: right
}

.item-nav .item-next .item-next-text, .item-nav .item-prev .item-prev-text {
    position: absolute;
    line-height: 51px;
    top: 10px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    width: 150px
}

.item-nav .item-next:hover .item-next-text, .item-nav .item-prev:hover .item-prev-text {
    margin-left: 0;
    margin-right: 0;
    visibility: visible;
    opacity: 1
}

.item-nav .item-prev .item-prev-text {
    left: 100%;
    margin-left: -110px;
    padding-left: 15px
}

.item-nav .item-next .item-next-text {
    right: 100%;
    margin-right: -110px;
    padding-right: 15px
}

.item-nav .item-prev .item-prev-text h5, .item-nav .item-prev .item-prev-text h6, .item-nav .item-prev .item-prev-text p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

.item-nav .item-next .item-next-text h5, .item-nav .item-next .item-next-text h6, .item-nav .item-next .item-next-text p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

.item-nav .item-prev .item-prev-text h5, .item-nav .item-prev .item-prev-text h6 {
    padding-top: 8px
}

.item-nav .item-next .item-next-text h5, .item-nav .item-next .item-next-text h6 {
    padding-top: 8px
}

.item-nav .item-all-view h5, .item-nav .item-all-view h6 {
    padding-top: 8px
}

.blog-post {
    display: inline-block;
    width: 100%
}

.blog-post .post-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px
}

.blog-post .post-media iframe {
    width: 100%
}

.blog-post .post-meta {
    text-transform: uppercase;
    color: #999;
    font-size: 13px
}

.comment-list .post-meta, .sidebar-widget .post-meta {
    text-transform: uppercase;
    color: #999;
    font-size: 13px
}

.blog-post .post-meta span, .comment-list .post-meta span {
    margin-right: 3px
}

.blog-post .post-header h3, .blog-post .post-header h4, .blog-post .post-header h5 {
    margin-top: 5px;
    margin-bottom: 20px
}

.blog-post .post-header h2 {
    margin-bottom: 30px
}

.blog-post .post-entry {
    margin-bottom: 30px
}

.blog-post .post-entry blockquote, .blog-post .post-entry p {
    margin-bottom: 20px
}

.post-entry ul {
    margin-bottom: 20px
}

.blog-post .post-entry ul {
    color: #888
}

.blog-post .post-tag {
    color: #999;
    text-transform: uppercase;
    font-size: 13px
}

.blog-post .post-tag span {
    margin-right: 10px
}

.blog-post .post-more-link {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.blog-post .post-more-link a i {
    margin-left: 5px;
    transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s
}

.blog-post .post-more-link a:hover i {
    margin-left: 10px
}

.blog-post blockquote {
    border-left: none;
    background: #f7f7f7;
    font-size: 17px;
    font-weight: 400;
    padding: 25px 25px;
    margin: 0;
    color: #888;
    font-weight: 300
}

.blog-post blockquote:after {
    content: "";
    font-family: FontAwesome;
    padding-left: 7px;
    font-size: 12px
}

.blog-post blockquote:before {
    content: "";
    font-family: FontAwesome;
    padding-right: 7px;
    font-size: 12px
}

.blog-post-hr hr {
    margin-bottom: 45px
}

.post-author {
    display: inline-block;
    position: relative;
    margin-bottom: 40px
}

.post-author img {
    width: 80px
}

.post-author .post-author-details {
    margin-left: 20px
}

.post-author h6 {
    margin-top: 0
}

.post-author ul.social {
    margin: 0;
    padding: 0;
    font-size: 16px
}

.post-author ul.social li {
    list-style: none;
    display: inline-block;
    margin: 0 5px
}

.post-comment .comment-numb {
    font-weight: 300
}

.post-comment .comment-list {
    margin-left: 0;
    padding-right: 0;
    list-style: none;
    padding: 0
}

.post-comment .comment-list h6 {
    margin-top: 0;
    margin-bottom: 3px
}

.post-comment .comment-list li {
    padding-top: 15px;
    position: relative;
    padding-left: 65px
}

.post-comment .comment-list li:first-child {
    padding-top: 0
}

.post-comment .comment-list li:last-child .comment-detail {
    border-bottom: 0 none
}

.post-comment .comment-list .comment-reply {
    position: relative;
    padding-left: 65px
}

.post-comment .comment-list .comment-detail {
    border-bottom: 1px dotted #eee;
    padding-bottom: 15px
}

.post-comment .comment-list .comment-reply {
    padding-top: 20px
}

.post-comment .comment-list .comment-reply-btn i {
    padding-right: 3px
}

.post-comment .comment-avatar {
    left: 0;
    margin-right: 15px;
    position: absolute;
    width: 50px
}

.post-comment .comment-avatar img {
    width: 100%
}

.post-comment-star .star-rat {
    display: inline-block
}

.post-comment-star label {
    margin-right: 6px
}

.shop-item {
    position: relative;
    overflow: hidden;
    text-align: center
}

.shop-item .item-mask .item-mask-detail {
    display: flex;
    display: -webkit-flex;
    height: 100%;
    width: 100%
}

.shop-item .item-mask .item-mask-detail .item-mask-detail-ele {
    margin: auto auto
}

.item-img {
    display: block;
    position: relative;
    overflow: hidden
}

.shop-item-info {
    margin-top: 20px;
    text-align: center
}

.shop-item-info a:hover {
    color: #7095ef;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s
}

.shop-item-info a:hover h5, .shop-item-info a:hover h6 {
    color: #4f4ffc;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s
}

.shop-item-name:hover {
    color: #4f4ffc;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s
}

.shop-item-info .shop-item-name {
    margin-bottom: 5px
}

.shop-item-info .shop-item-price {
    font-size: 15px;
    color: #888;
    margin-top: -9px
}

.shop-item-info .shop-item-price del {
    margin-right: 10px;
    color: #bbb;
    font-weight: 400
}

.shop-detail-info del, .sidebar-widget del {
    margin-right: 10px;
    color: #bbb;
    font-weight: 400
}

.shop-filter {
    display: inline-table;
    width: 100%
}

.shop-detail-item {
    position: relative
}

.shop-detail-info h4 {
    line-height: 26px
}

.shop-detail-info .shop-item-price {
    font-size: 20px;
    color: #486bd8;
    font-weight: 600
}

.shop-Cart-totalbox {
    max-width: 450px
}

.shop-Cart-totalprice {
    font-size: 18px
}

.parallax {
    position: relative
}

.hero {
    overflow: hidden;
    position: relative;
    width: 100%
}

.fullscreen-carousel {
    overflow: hidden;
    position: relative
}

.fullscreen-carousel .slides li {
    overflow: hidden;
    position: relative;
    height: 100%
}

.fullscreen-carousel .overlay-hero {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center
}

.fullscreen-carousel .overlay-hero .caption-hero {
    display: inline-table;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    margin: 0
}

.fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
    display: table-cell;
    margin: auto;
    vertical-align: middle;
    padding-left: 25px;
    padding-right: 25px
}

.caption-hero h1 {
    margin-top: 15px;
    margin-bottom: 15px
}

.fullwidth-slider {
    position: relative;
    overflow: hidden
}

.fullwidth-slider .item {
    height: 650px;
    position: relative;
    width: 100%
}

.fullscreen-carousel .flex-direction-nav a {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -30px;
    color: #486bd8;
    width: 51px;
    height: 51px;
    text-align: center;
    font-family: FontAwesome;
    color: #323232;
    transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    font-size: 51px;
    line-height: 51px
}

.fullscreen-carousel .flex-direction-nav a:hover {
    color: #4f4ffc
}

.flexslider.fullscreen-carousel:hover .flex-prev {
    left: 0;
    opacity: 1
}

.fullscreen-carousel .flex-direction-nav .flex-prev {
    left: -51px;
    background-position: center left
}

.fullscreen-carousel .flex-direction-nav .flex-prev:before {
    content: "";
    display: inline-block
}

.flexslider.fullscreen-carousel:hover .flex-next {
    right: 0;
    opacity: 1
}

.fullscreen-carousel .flex-direction-nav .flex-next {
    right: -51px;
    background-position: center right
}

.fullscreen-carousel .flex-direction-nav .flex-next:before {
    content: "";
    display: inline-block
}

@media (max-width: 991px) {
    .fullscreen-carousel .slides li img {
        width: 100%;
        height: 100%
    }

    .fullscreen-carousel .caption-hero h1 {
        font-size: 25px
    }

    .fullscreen-carousel .overlay-hero .caption-hero {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    .fullscreen-carousel .caption-hero h1 {
        font-size: 20px;
        margin: 0
    }

    .fullscreen-carousel .caption-hero h5 {
        margin: 0;
        font-size: 12px
    }

    .fullscreen-carousel .caption-hero .separator {
        margin-left: auto;
        margin-right: auto
    }

    .fullscreen-carousel .text-left {
        text-align: center
    }

    .fullscreen-carousel.hero-slider-2 .slides li {
        height: 400px
    }

    .hero {
        padding: 0
    }
}

@media (max-width: 480px) {
    .fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
        padding-left: 15px;
        padding-right: 15px
    }
}

.owl-buttons {
    position: static
}

.owl-carousel.white .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff
}

.owl-carousel.white .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff
}

.nf-carousel-theme .owl-controls .owl-pagination {
    position: absolute;
    z-index: 2;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: 15px
}

.nf-carousel-theme .owl-controls .owl-buttons .owl-next, .nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    margin-top: -15px
}

.content-carousel .owl-controls .owl-buttons .owl-next, .content-carousel .owl-controls .owl-buttons .owl-prev {
    background: rgba(245, 245, 245, .8);
    color: #252525;
    display: block;
    top: 50%;
    transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    z-index: 3;
    position: absolute;
    text-align: center
}

.image-slider .owl-controls .owl-buttons .owl-next, .image-slider .owl-controls .owl-buttons .owl-prev {
    background: rgba(245, 245, 245, .8);
    color: #252525;
    display: block;
    top: 50%;
    transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    z-index: 3;
    position: absolute;
    text-align: center
}

.fullwidth-slider .owl-controls .owl-buttons .owl-next, .fullwidth-slider .owl-controls .owl-buttons .owl-prev {
    background: rgba(245, 245, 245, .8);
    color: #252525;
    display: block;
    top: 50%;
    transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    z-index: 3;
    position: absolute;
    text-align: center
}

.nf-carousel-theme .owl-controls .owl-buttons .owl-next, .nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
    background: rgba(245, 245, 245, .8);
    color: #252525;
    display: block;
    top: 50%;
    transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    z-index: 3;
    position: absolute;
    text-align: center
}

.content-carousel .owl-controls .owl-buttons .owl-next:hover, .content-carousel .owl-controls .owl-buttons .owl-prev:hover {
    color: #4f4ffc
}

.image-slider .owl-controls .owl-buttons .owl-next:hover, .image-slider .owl-controls .owl-buttons .owl-prev:hover {
    color: #4f4ffc
}

.fullwidth-slider .owl-controls .owl-buttons .owl-next:hover, .fullwidth-slider .owl-controls .owl-buttons .owl-prev:hover {
    color: #4f4ffc
}

.nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover, .nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover {
    color: #4f4ffc
}

.content-carousel .owl-controls .owl-buttons .owl-next, .fullwidth-slider .owl-controls .owl-buttons .owl-next, .image-slider .owl-controls .owl-buttons .owl-next {
    right: 0
}

.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    right: 0
}

.nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
    left: 0
}

.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
    right: 0
}

.content-carousel:hover .owl-controls .owl-buttons .owl-next, .content-carousel:hover .owl-controls .owl-buttons .owl-prev {
    margin-right: 0;
    margin-left: 0;
    opacity: 1
}

.image-slider:hover .owl-controls .owl-buttons .owl-next, .image-slider:hover .owl-controls .owl-buttons .owl-prev {
    margin-right: 0;
    margin-left: 0;
    opacity: 1
}

.fullwidth-slider:hover .owl-controls .owl-buttons .owl-next, .fullwidth-slider:hover .owl-controls .owl-buttons .owl-prev {
    margin-right: 0;
    margin-left: 0;
    opacity: 1
}

.nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next, .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev {
    margin-right: 0;
    margin-left: 0;
    opacity: 1
}

.content-carousel .owl-controls .owl-pagination, .fullwidth-slider .owl-controls .owl-pagination, .image-slider .owl-controls .owl-pagination, .item1-carousel .owl-controls .owl-pagination {
    position: absolute;
    bottom: 0;
    z-index: 2;
    bottom: 15px;
    left: 0;
    text-align: center;
    width: 100%
}

.content-carousel .owl-controls .owl-buttons .owl-next, .content-carousel .owl-controls .owl-buttons .owl-prev {
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 21px;
    margin-top: -25px
}

.image-slider .owl-controls .owl-buttons .owl-next, .image-slider .owl-controls .owl-buttons .owl-prev {
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 21px;
    margin-top: -25px
}

.fullwidth-slider .owl-controls .owl-buttons .owl-next, .fullwidth-slider .owl-controls .owl-buttons .owl-prev {
    width: 51px;
    height: 51px;
    line-height: 51px;
    font-size: 21px;
    margin-top: -25px
}

.content-carousel .owl-controls .owl-buttons .owl-prev, .fullwidth-slider .owl-controls .owl-buttons .owl-prev, .image-slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
    margin-left: -51px;
    opacity: 0
}

.content-carousel .owl-controls .owl-buttons .owl-next, .fullwidth-slider .owl-controls .owl-buttons .owl-next, .image-slider .owl-controls .owl-buttons .owl-next {
    right: 0;
    margin-right: -51px;
    opacity: 0
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    display: block
}

#preloader .loader {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    text-align: center
}

#preloader .loader .loader-img {
    background: url(../img/loading.GIF);
    width: 60px;
    height: 60px;
    display: block
}

.intro-scroll-down {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -15px
}

.intro-scroll-down .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 23px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px
}

.intro-scroll-down .mouse .mouse-dot {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite
}

.background--light .intro-scroll-down .mouse {
    border: 2px solid #323232
}

.background--light .intro-scroll-down .mouse .mouse-dot {
    background: #323232
}

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}

.scroll-line, .scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    font-size: 32px;
    color: #1a1b1b;
    z-index: 99;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    border-radius: 99px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.scroll-line:hover .icon, .scroll-top:hover .icon {
    fill: #fff
}

.scroll-top {
    bottom: 20px;
    display: none;
    background: rgba(255, 255, 255, .77)
}

.scroll-top .icon {
    width: 30px;
    vertical-align: middle;
    margin-bottom: 4px
}

.scroll-top:hover {
    background: #486bd8;
    text-decoration: none;
    color: #fff
}

.scroll-line {
    bottom: 84px;
    font-size: 13px;
    text-align: center;
    font-weight: 700
}

.scroll-line .icon {
    width: 50px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 600;
    color: #00b6ff
}

body {
    font-family: "Source Sans Pro", "Microsoft JhengHei", sans-serif;
    color: #4f4ffc;
    overflow-x: hidden
}

a {
    color: #4f4ffc;
    /*-webkit-transition: .3s ease-in-out;*/
    /*-moz-transition: .3s ease-in-out;*/
    /*-ms-transition: .3s ease-in-out;*/
    /*-o-transition: .3s ease-in-out;*/
    /*transition: .3s ease-in-out*/
}

a:hover {
    color: #00b6ff;
    text-decoration: none
}

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

.text-nowrap {
    white-space: nowrap
}

.webeditor img {
    max-width: 100%;
    height: auto !important
}

.webeditor ul {
    list-style-type: inherit;
    margin-left: 3rem
}

.col-320-3, .col-320-6, .col-xs-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media all and (min-width: 320px) {
    .col-320-6 {
        width: 50%
    }
}

@media all and (min-width: 320px) {
    .col-320-3 {
        width: 25%
    }
}

@media all and (min-width: 414px) {
    .col-xs-6 {
        width: 50%
    }
}

@media all and (max-width: 414px) {
    #counter .counter {
        font-size: 25px;
        margin: 0 0 4px 0;
        text-align: center
    }
}

.modal-open {
    padding-right: 0 !important
}

::-moz-selection, ::selection {
    background-color: #e6ae49;
    color: #fff
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    line-height: 24px;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px
}

img {
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s
}

a {
    outline: 0
}

a:active, a:focus, a:link {
    outline: 0
}

img {
    outline: 0
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #323232;
    /*-webkit-transition: .3s ease-in-out;*/
    /*-moz-transition: .3s ease-in-out;*/
    /*-ms-transition: .3s ease-in-out;*/
    /*-o-transition: .3s ease-in-out;*/
    /*transition: .3s ease-in-out*/
}

a:hover {
    color: #4f4ffc;
    text-decoration: none;
    /*-webkit-transition: .3s ease-in-out;*/
    /*-moz-transition: .3s ease-in-out;*/
    /*-ms-transition: .3s ease-in-out;*/
    /*-o-transition: .3s ease-in-out;*/
    /*transition: .3s ease-in-out*/
}

.video {
    display: block
}

.audio {
    width: 100%
}

br {
    font-size: 0;
    line-height: 0
}

hr {
    margin-bottom: 0;
    margin-top: 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none
}

hr.dark {
    border-top: 1px solid #3e3e3e
}

b, strong {
    font-weight: 600
}

small {
    font-size: 11px;
    color: #888
}

small a {
    font-size: 11px;
    color: #888
}

ul.list-inside {
    list-style: inside
}

ul.list-none {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

ul.list-none-ib {
    list-style: none;
    padding-left: 0;
    margin-left: 0
}

ul.list-none-ib li {
    list-style: none;
    display: inline-block
}

.list-none-ib {
    list-style: none;
    display: inline-block
}

.text-cap, ul.text-cap li {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px
}

p {
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #888
}

p.lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.dark, a.dark, h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark, p.dark {
    color: #323232 !important
}

.white, a.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white {
    color: #fff !important
}

.color, a.color, h1.color, h2.color, h3.color, h4.color, h5.color, h6.color, p.color {
    color: #e6ae49 !important
}

li.link a:hover, li.link:hover {
    color: #e6ae49 !important
}

.color {
    color: #e6ae49 !important
}

.gray {
    color: #888
}

.light-color {
    color: #fff
}

.light-color .container-icon, .light-color h1, .light-color h2, .light-color h3, .light-color h4, .light-color h5, .light-color h6, .light-color p {
    color: #fff
}

.dark-color {
    color: #323232
}

.dark-color .container-icon, .dark-color h1, .dark-color h2, .dark-color h3, .dark-color h4, .dark-color h5, .dark-color h6, .dark-color p {
    color: #323232
}

.dark-bg {
    background: rgba(60, 60, 60, .9);
    color: #fff
}

.dark-bg .container-icon, .dark-bg .link, .dark-bg .page-icon-top, .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {
    color: #fff
}

.dark-bg .link:hover {
    color: #e6ae49
}

.gray-bg {
    background: #f7f7f7;
    color: #323232
}

.gray-bg .container-icon, .gray-bg h1, .gray-bg h2, .gray-bg h3, .gray-bg h4, .gray-bg h5, .gray-bg h6 {
    color: #323232
}

.separator {
    height: 1px;
    width: 32px;
    background: #888;
    margin-top: 5px;
    margin-bottom: 3px;
    border: 0 none
}

.separator.right {
    float: right
}

.separator.center {
    margin-left: auto;
    margin-right: auto
}

.separator.color {
    background: #e6ae49
}

.separator.white {
    background: #fff
}

h1, h2, h3, h4, h5, h6 {
    color: #323232;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px
}

h1 {
    font-size: 43px;
    letter-spacing: 2px;
    line-height: 40px
}

h1.h1 {
    letter-spacing: 15px
}

h2 {
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 37px;
    margin-bottom: 20px;
    padding-top: 10px
}

@media (max-width: 767px) {
    h1.h1, h2.h2 {
        letter-spacing: 0
    }
}

h3 {
    font-size: 21px;
    line-height: 32px
}

h3:not(.sub-title):after {
    color: #e6ae49;
    content: ".";
    font-size: 34px
}

h4 {
    font-size: 17px;
    line-height: 28px
}

h5 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600
}

h6 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600
}

h1.large {
    font-size: 50px
}

.btn {
    font-size: 13px;
    line-height: normal;
    font-weight: 600;
    font-family: Raleway, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px
}

.btn:focus {
    outline: 0
}

button {
    font-size: 13px;
    line-height: normal;
    font-weight: 600;
    font-family: Raleway, sans-serif;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px
}

.btn i, button i {
    margin-right: 6px
}

i.left {
    margin-right: 6px
}

i.right {
    margin-left: 6px;
    margin-right: 0 !important
}

button {
    vertical-align: top
}

.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center
}

.btn-lg {
    padding: 15px 25px;
    display: inline-block
}

.btn-md {
    padding: 11px 20px;
    display: inline-block
}

.btn-xs {
    padding: 11px 15px 10px;
    display: inline-block
}

.btn-line-xs {
    padding: 7px 15px 7px;
    display: inline-block
}

.btn-icon {
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-table !important
}

.btn-black {
    color: #fff;
    background: #323232;
    border: none
}

.btn-black:hover {
    color: #fff;
    background: rgba(50, 50, 50, .85)
}

.btn-color-a, .btn-color-b {
    color: #fff;
    background: #323232;
    border: none
}

.btn-color-a:hover {
    color: #fff;
    background: rgba(230, 174, 73, .85)
}

.btn-color-b:hover {
    color: #fff;
    background: rgba(230, 174, 73, .85)
}

.btn-white {
    color: #323232;
    background: #fff;
    border: none
}

.btn-white:hover {
    background: rgba(255, 255, 255, .85);
    color: #323232
}

.btn-black-line, .btn-color-line, .btn-white-line {
    border: 2px solid;
    background: 0 0
}

.btn-black-line {
    color: #323232;
    border-color: #323232;
    padding: 9px 20px
}

.btn-black-line:hover {
    color: #fff;
    background: #323232
}

.btn-color-line {
    color: #e6ae49;
    border-color: #e6ae49;
    padding: 9px 20px
}

.btn-color-line:hover {
    color: #fff;
    background: #e6ae49
}

.btn-white-line {
    color: #fff;
    border-color: #fff;
    padding: 9px 20px
}

.btn-white-line:hover {
    color: #323232;
    background: #fff
}

.btn-link-a, .btn-link-b {
    color: #323232;
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3px;
    border-bottom: 1px dotted transparent;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.btn-link-a:hover {
    color: #4f4ffc;
    border-bottom: 1px solid #4f4ffc
}

.btn-link-b:hover {
    color: #fff;
    border-bottom: 2px solid #fff
}

.btn-space-5 {
    width: 5px;
    min-height: 1px;
    display: inline-block
}

.btn-space-10 {
    width: 10px;
    min-height: 1px;
    display: inline-block
}

button {
    outline: 0;
    border: none;
    cursor: pointer;
    display: inline-block
}

html input[type=button] {
    cursor: pointer;
    display: inline-block
}

input[type=reset], input[type=submit] {
    cursor: pointer;
    display: inline-block
}

button, input, select, textarea {
    font-family: Raleway, sans-serif;
    font-size: 12px
}

input[type=checkbox], input[type=email], input[type=number], input[type=password], input[type=radio], input[type=search], input[type=tel], input[type=text] {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #474747;
    outline: 0;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 15px;
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    display: inline-block
}

select, textarea {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #888;
    outline: 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 10px 15px;
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    display: inline-block
}

input[type=checkbox]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus {
    border-color: #e6ae49;
    color: #323232
}

textarea:focus {
    border-color: #e6ae49;
    color: #323232
}

input, select, textarea {
    margin-bottom: 20px;
    font-size: 13px
}

.input-sm, input.input-sm {
    padding: 8px 15px
}

textarea {
    height: 120px
}

label {
    color: #323232;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-weight: 600;
    font-family: Raleway, sans-serif;
    display: block
}

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

.contact__ckbox span {
    display: inline-block
}

.form-full {
    width: 100%
}

.form-field-wrapper {
    margin-bottom: 20px
}

.form-field-wrapper input, .form-field-wrapper select, .form-field-wrapper textarea {
    margin-bottom: 0
}

.m-warranty .form-field-wrapper .col-sm-9 {
    border: 1px solid #ddd;
    padding: 2px 8px;
    border-radius: 2px
}

form .error {
    border-color: #e1534f
}

form label.error {
    margin-bottom: 0;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400
}

.errorContent, .successContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.spacer-15 {
    width: 100%;
    height: 15px
}

.spacer-30 {
    width: 100%;
    height: 30px
}

.spacer-45 {
    width: 100%;
    height: 45px
}

.spacer-60 {
    width: 100%;
    height: 60px
}

.spacer-75 {
    width: 100%;
    height: 75px
}

.spacer-90 {
    width: 100%;
    height: 90px
}

.no-padding {
    padding: 0 !important
}

.padding-30 {
    padding: 30px !important
}

.padding-40 {
    padding: 40px !important
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.pl-0 {
    padding-left: 0
}

.pr-0 {
    padding-right: 0
}

.ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.ptb {
    padding-top: 110px;
    padding-bottom: 110px
}

.pt {
    padding-top: 110px
}

.pb {
    padding-bottom: 110px
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.pt-15 {
    padding-top: 15px
}

.pb-15 {
    padding-bottom: 15px
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.pt-60 {
    padding-top: 60px
}

.pb-60 {
    padding-bottom: 60px
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.mtb-0 {
    margin-top: 0;
    margin-bottom: 0
}

.mlr-0 {
    margin-left: 0;
    margin-right: 0
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px
}

.mt-80 {
    margin-top: 80px
}

.mb-80 {
    margin-bottom: 80px
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.mt-60 {
    margin-top: 60px
}

.mb-60 {
    margin-bottom: 60px
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.mt-45 {
    margin-top: 45px
}

.mb-45 {
    margin-bottom: 45px
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

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

.mb-30 {
    margin-bottom: 30px
}

.ml-30 {
    margin-left: 30px
}

.mr-30 {
    margin-right: 30px
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.mt-25 {
    margin-top: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.mt-15 {
    margin-top: 15px
}

.mb-15 {
    margin-bottom: 15px
}

.float-left {
    float: left
}

.float-right {
    float: right
}

@media (max-width: 991px) {
    .mtb-sm-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .mt-sm-60 {
        margin-top: 60px
    }

    .mb-sm-60 {
        margin-bottom: 60px
    }

    .mtb-sm-45 {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .mt-sm-45 {
        margin-top: 45px
    }

    .mb-sm-45 {
        margin-bottom: 45px
    }

    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .mt-sm-30 {
        margin-top: 30px
    }

    .mb-sm-30 {
        margin-bottom: 30px
    }

    .mtb-sm-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .mt-sm-15 {
        margin-top: 15px
    }

    .mb-sm-15 {
        margin-bottom: 15px
    }

    .ptb-sm-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .pt-sm-0 {
        padding-top: 0
    }

    .pb-sm-0 {
        padding-bottom: 0
    }

    .ptb-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .pt-sm-30 {
        padding-top: 30px
    }

    .pb-sm-30 {
        padding-bottom: 30px
    }

    .ptb-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .pb-sm-60 {
        padding-bottom: 60px
    }

    .pt-sm-60 {
        padding-top: 60px
    }

    .ptb-sm-80 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .pb-sm-80 {
        padding-bottom: 80px
    }

    .pt-sm-80 {
        padding-top: 80px
    }

    .float-none-sm {
        float: none !important
    }

    .float-left-sm {
        float: left !important
    }

    .float-right-sm {
        float: right !important
    }
}

@media (max-width: 767px) {
    .mtb-xs-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .mt-xs-0 {
        margin-top: 0
    }

    .mb-xs-0 {
        margin-bottom: 0
    }

    .mtb-xs-15 {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .mt-xs-15 {
        margin-top: 15px
    }

    .mb-xs-15 {
        margin-bottom: 15px
    }

    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .mt-xs-30 {
        margin-top: 30px
    }

    .mb-xs-30 {
        margin-bottom: 30px
    }

    .mtb-xs-60 {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .mt-xs-60 {
        margin-top: 60px
    }

    .mb-xs-60 {
        margin-bottom: 60px
    }

    .ptb-xs-30 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .pt-xs-30 {
        padding-top: 30px
    }

    .pb-xs-30 {
        padding-bottom: 30px
    }

    .ptb-xs-60 {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .pb-xs-60 {
        padding-bottom: 60px
    }

    .pt-xs-60 {
        padding-top: 60px
    }

    .float-none-xs {
        float: none !important
    }

    .float-left-xs {
        float: left !important
    }

    .float-right-xs {
        float: right !important
    }
}

.index__hr {
    position: relative
}

.index__hr:before {
    content: "";
    left: 49%;
    right: 51%;
    top: 0;
    position: absolute;
    border-top-color: #486bd8;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-style: solid;
    border-width: 16px 10px 0 10px
}

.svg-icon {
    width: 21px;
    height: 21px
}

.footer .footer-rule li a:hover {
    color: #7095ef
}

.section-title {
    color: #486bd8;
    font-size: 23px
}

.section-first-title {
    color: #486bd8
}

.page__index {
    overflow: hidden
}

.page__index .shop-item-name {
    font-size: 15px
}

.index__about .description {
    font-size: 14px
}

#counter .title {
    font-size: 15px
}

#work .categories-filter li a {
    font-size: 15px
}

#contant .content-carousel .owl-wrapper-outer {
    margin-bottom: 60px
}

#contant .content-carousel .owl-pagination {
    position: absolute;
    bottom: 0
}

#process .title:not(.section-title) {
    font-size: 15px
}

.index__news .title.limit-height {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 46px;
    height: auto
}

.index__news .post-media a:hover img {
    transform: scale(1.1)
}

.tab {
    display: flex;
    flex-wrap: wrap
}

.tab .tab-item > a {
    border: 1px solid transparent;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin: 0 23px;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600
}

.tab .tab-item.active a {
    color: #999;
    cursor: default
}

.main-content .main-content-item {
    display: none
}

.main-content .main-content-item h4 {
    font-size: 18px;
    margin-bottom: 15px
}

.main-content .main-content-item.selected {
    display: block
}

.page__inner .title h2 {
    letter-spacing: 3px
}

@media all and (min-width: 320px) {
    .page__inner .title h2 {
        color: #fff
    }
}

@media all and (min-width: 992px) {
    .page__inner .title h2 {
        color: #000
    }
}

.shop-item-name.limit-height {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 43px;
    height: auto
}

.sp-thumbs a:link, .sp-thumbs a:visited {
    margin-bottom: 15px
}

@media all and (max-width: 414px) {
    .page__pdt-detail .main-body {
        padding-top: 20px
    }
}

.page__pdt-detail .shop-detail-info small.type {
    font-size: 14px
}

.page__pdt-detail .relative-products h4 {
    font-size: 20px
}

.page__pdt-detail .slick-slide.zoom-item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.page__pdt-list .item-box .shop-item .item-img img {
    object-fit: contain
}

@media (max-width: 413px) {
    .page__pdt-list .item-box .shop-item .item-img img {
        height: 100px
    }
}

@media (min-width: 414px) {
    .page__pdt-list .item-box .shop-item .item-img img {
        height: 140px
    }
}

@media all and (min-width: 768px) {
    .page__pdt-list .item-box .shop-item .item-img img {
        height: 220px
    }
}

@media all and (min-width: 1200px) {
    .page__pdt-list .item-box .shop-item .item-img img {
        height: 230px
    }
}

.page__pdt-detail .zoom-item.slick-slide img {
    object-fit: contain
}

@media (max-width: 413px) {
    .page__pdt-detail .zoom-item.slick-slide img {
        height: 203px
    }
}

@media (min-width: 414px) {
    .page__pdt-detail .zoom-item.slick-slide img {
        height: 256px
    }
}

@media all and (min-width: 768px) {
    .page__pdt-detail .zoom-item.slick-slide img {
        height: 220px
    }
}

@media all and (min-width: 1200px) {
    .page__pdt-detail .zoom-item.slick-slide img {
        height: 480px
    }
}

.btn-download {
    background-color: rgba(0, 0, 0, .58);
    color: #fff;
    padding: 7px 10px;
    border: 0;
    display: inline-block
}

.btn-download:hover {
    background-color: rgba(0, 0, 0, .85);
    color: #ccc
}

.index__new-products .owl-carousel.white .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #ccc
}

.index__new-products .owl-carousel.white .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #9d9d9d
}

.index__new-products .nf-carousel-theme .owl-controls .owl-buttons .owl-next, .index__new-products .nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
    top: 35%;
    background-color: transparent
}

.index__new-products .owl-next i, .index__new-products .owl-prev i {
    display: flex;
    justify-content: center;
    font-size: 27px;
    line-height: 31px
}

.index__new-products .owl-buttons {
    opacity: 1
}

@media all and (min-width: 992px) {
    .index__new-products .owl-buttons {
        opacity: 0
    }
}

.index__new-products .index-product-carousel:hover .owl-buttons {
    transition: .3s linear .3s;
    opacity: 1;
    color: #4f4ffc
}

.main-body {
    padding-top: 50px;
    padding-bottom: 50px
}

@media all and (max-width: 768px) {
    .news .main-body {
        padding-bottom: 0
    }
}

@media screen and (max-width: 768px) {
    .page__pdt .main-body {
        padding-top: 10px
    }
}

.page__pdt .jh-breadcrumb {
    padding-left: 15px;
    padding-right: 15px
}

.page__pdt .shop-item-info a:hover h6 {
    color: #7095ef
}

.page__pdt .mobile-category-nav-wrapper {
    padding-bottom: 3px;
    border-bottom: 1px solid #eee
}

@media all and (min-width: 768px) {
    .page__pdt .mobile-category-nav-wrapper {
        display: none
    }
}

.page__pdt .mobile-category-nav-wrapper .left, .page__pdt .mobile-category-nav-wrapper .right {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

.page__pdt .mobile-category-nav-wrapper .left a, .page__pdt .mobile-category-nav-wrapper .right a {
    padding: 8px 7px;
    display: inline-block;
    float: none;
    width: calc(100% - 36px)
}

.page__pdt .mobile-category-nav-wrapper .left a:before, .page__pdt .mobile-category-nav-wrapper .right a:before {
    content: none
}

.page__pdt .pdtList-nav-menu {
    position: relative;
    min-width: 50%
}

.page__pdt .pdtList-nav-menu {
    position: absolute;
    padding: 0;
    z-index: 1
}

.page__pdt .pdtList-nav-menu .hot-products a, .page__pdt .pdtList-nav-menu ul > li > a {
    font-size: 14px
}

.page__pdt .pdtList-nav-menu .nav-dropdown {
    padding-top: 5px;
    padding-bottom: 5px
}

.page__pdt .pdtList-nav-menu .nav-dropdown-sub a {
    font-size: 13px;
    padding: 6px 0
}

.page__pdt .pdtList-nav-menu .menu-dropdown-icon:before {
    background-color: transparent;
    border: none;
    display: inline;
    float: none
}

.page__pdt .pdtList-nav-menu .menu-dropdown-icon {
    display: inline
}

/*.page__pdt .pdtList-nav-menu .nav-dropdown, .page__pdt .pdtList-nav-menu .nav-dropdown-sub {*/
/*    background-color: rgba(67, 67, 67, .92)*/
/*}*/

.btn-custom1 {
    background-color: #486bd8;
    color: #fff
}

.btn-custom1:hover {
    background-color: #7095ef;
    color: #000
}

.ui-state-active a, .ui-state-hover a {
    color: #7095ef
}

.btn-addtocart {
    border: 1px solid rgba(186, 186, 186, .57);
    padding: 2px 4px;
    color: #323232
}

.slick-nav-img {
    margin: 5px;
    cursor: pointer
}

.slick-track .slider-nav-item:not(.slick-current) img {
    opacity: .5
}

.zoom-item.slick-slide img {
    margin: auto
}

@media all and (min-width: 320px) {
    .innerpage__sidebar {
        display: none
    }
}

@media all and (min-width: 768px) {
    main:not(.pdt__brands) .innerpage__sidebar {
        display: inline-block
    }
}

@media all and (min-width: 992px) {
    .pdt__brands .innerpage__sidebar {
        display: inline-block
    }
}

@media all and (min-width: 320px) {
    .mobile__sidebar .innerpage__sidebar {
        display: inline-block;
        display: none
    }
}

@media all and (min-width: 768px) {
    .mobile__sidebar .innerpage__sidebar {
        display: none
    }
}

.news .limit-line-height .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 46px;
    height: auto
}

.news .limit-line-height .description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    max-height: 70px;
    height: auto
}

.post-media a.images {
    background-color: #eee;
    background-size: cover;
    display: block;
    text-align: center
}

@media all and (max-width: 414px) {
    .contact .form-field-wrapper {
        margin-bottom: 5px
    }
}

.contact .jh-breadcrumb {
    margin-bottom: 20px
}

@media all and (max-width: 414px) {
    .contact .jh-breadcrumb {
        margin-bottom: 5px
    }
}

.contact a[title=Line] {
    display: inline-block;
    vertical-align: top
}

.contact svg.icon {
    width: 22px;
    height: 22px;
    fill: #000;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.contact svg.icon:hover {
    fill: #31c139
}

.dist .container-filter li {
    font-size: 14px
}

.dist .container-filter li a {
    font-size: 14px
}

.dist .container-filter li .active {
    color: #999
}

.dist-detail h1 {
    font-size: 18px;
    line-height: 1
}

.btn-editpass {
    padding: 8px 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0
}

.editpass-block {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10%);
    height: 0;
    -webkit-transition: .3s, ease-in-out, .1s;
    -moz-transition: .3s, ease-in-out, .1s;
    -ms-transition: .3s, ease-in-out, .1s;
    -o-transition: .3s, ease-in-out, .1s;
    transition: .3s, ease-in-out, .1s
}

.editpass-block.show {
    height: auto;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s, ease-in-out, .1s;
    -moz-transition: .3s, ease-in-out, .1s;
    -ms-transition: .3s, ease-in-out, .1s;
    -o-transition: .3s, ease-in-out, .1s;
    transition: .3s, ease-in-out, .1s
}

.contact input:hover, .contact select:hover, .contact textarea:hover, .warranty input:hover, .warranty select:hover, .warranty textarea:hover {
    border: 1px solid #323232;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.contact .form-label, .warranty .form-label {
    white-space: nowrap
}

@media all and (min-width: 576px) {
    .contact .form-label, .warranty .form-label {
        text-align: right
    }
}

.contact .form-label.required label:after, .warranty .form-label.required label:after {
    content: "*";
    color: red;
    padding-left: 3px
}

.contact .sn-cation-link, .warranty .sn-cation-link {
    background-color: transparent;
    vertical-align: baseline;
    display: block;
    font-size: 14px
}

@media all and (min-width: 768px) {
    .contact .sn-cation-link, .warranty .sn-cation-link {
        display: inline-block
    }
}

.contact__caption, .warranty__caption {
    padding: 16px 15px 10px
}

@media all and (max-width: 414px) {
    .contact__caption, .warranty__caption {
        margin-top: 30px
    }
}

.contact label.is-invalid, .warranty label.is-invalid {
    border-color: #dc3545
}

.contact label.is-invalid ~ .invalid-feedback, .warranty label.is-invalid ~ .invalid-feedback {
    display: block
}

.specific-input.is-invalid {
    border-color: #dc3545
}

.specific-input.is-invalid ~ .invalid-feedback {
    display: block
}

@media screen and (min-width: 414px) {
    .d-414-inline-block {
        display: inline-block !important
    }
}

@media all and (min-width: 1200px) {
    .warrantyModal .modal-dialog {
        max-width: 900px
    }
}

.m-warranty .form-label {
    font-weight: 700
}

@media screen and (max-width: 576px) {
    .m-warranty .form-label {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width: 576px) {
    .m-warranty .form-section {
        width: 90%;
        margin: auto
    }
}

.bg-cover {
    background-size: cover
}

.bg-gray {
    background-color: #eee
}

.btn.hot-products {
    padding: 6px 10px;
    font-size: 13px;
    margin: 0 0 11px 0;
    border: 1px solid #ddd;
    display: none
}

.btn.hot-products:hover {
    background-color: #efefef
}

@media all and (min-width: 768px) {
    .btn.hot-products {
        display: inline-block
    }
}

.login {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .18);
    border-radius: 10px;
    padding: 30px 40px 40px;
    margin: 0 30px 0;
    font-size: 14px
}

.login .title {
    text-align: center
}

.login .btn-submit {
    border-radius: 40px;
    width: 80%
}

.main-content {
    padding-top: 60px;
    padding-bottom: 60px
}

@media all and (min-width: 768px) {
    .main-content {
        padding-bottom: 100px
    }
}

.main-content .agree-terms input {
    margin-top: 5px
}

.main-content .agree-terms .term-link {
    border-bottom: 1px dotted #858585;
    padding-bottom: 1px
}

.main-content .disabled {
    background-color: #ccc;
    color: #838383;
    cursor: no-drop
}

.show {
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.hide {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%)
}

.sn-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 430px;
    box-shadow: 2px 1px 4px rgba(0, 0, 0, .35);
    z-index: 5
}

.sn-caption .sn-caption__wrapper {
    position: relative;
    background-color: #fff;
    padding: 10px
}

.sn-caption .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer
}

.sn-caption .btn-close:hover {
    background-color: rgba(255, 255, 255, .8)
}

.sn-cover-layout {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .47);
    z-index: 4
}

.btn-base {
    padding: 8px 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0
}

.m-warranty .btn-base {
    font-weight: 400
}

.m-warranty .btn-base:hover {
    background-color: #292929;
    color: #fff
}

.btn-initnew {
    font-weight: 400;
    padding: 13px 75px 13px;
    background-color: #292929;
    color: #fff;
    font-size: 15px
}

.btn-initnew:hover {
    background-color: #6c6c6c;
    color: #fff
}

.btn-base-black {
    font-weight: 400;
    padding: 13px 75px 13px;
    background-color: #292929;
    color: #fff;
    font-size: 15px
}

.btn-base-black:hover {
    background-color: #6c6c6c;
    color: #fff
}

.repair__note p {
    color: #282828
}

.repair .title {
    font-size: 18px
}

.repair__record {
    border: 1px solid #282828;
    font-size: 14px;
    color: #282828;
    font-weight: 400;
    padding: 10px 18px;
    line-height: 2
}

@media all and (max-width: 414px) {
    .repair .repair-form:not(:first-child) {
        margin-top: 45px
    }
}

.repair-print h3:not(.sub-title):after {
    content: none
}

.repair-print .form-field-wrapper {
    margin-bottom: 0
}

.repair-print .repair-block {
    margin-bottom: 20px
}

.repair-print label {
    margin-top: 5px;
    margin-bottom: 0
}

.repair-print h4.title {
    margin-bottom: 0
}

.repair-print .repair__record {
    padding: 0 12px
}

.repair-print input[type=email], .repair-print input[type=password], .repair-print input[type=tel], .repair-print input[type=text], .repair-print select {
    padding: 0 13px
}

@media all and (min-width: 320px) {
    .repair-print .contact-address ul li:first-child {
        margin-bottom: 5px
    }
}

@media all and (min-width: 992px) {
    .repair-print .contact-address ul li:first-child {
        margin-bottom: 0
    }
}

@media Print {
    @page {
        margin-top: 0
    }
}

.repair-print body {
    margin: 1.6cm
}

.h45 {
    height: 45px
}

.custom-form-field {
    display: flex
}

@media all and (max-width: 414px) {
    .custom-form-field {
        flex-wrap: wrap
    }
}

.custom-form-field input, .custom-form-field select {
    font-size: 14px
}

.custom-form-field input:not([type=file]), .custom-form-field select:not([type=file]) {
    padding: 0 20px
}

.specific-label {
    width: 120px;
    height: 29px;
    padding-top: 7px;
    display: inline-block;
    line-height: 1.7
}

.specific-label.w200 {
    width: 200px
}

.specific-label.w150 {
    width: 150px
}

.custom-form-field.is-invalid ~ .invalid-feedback {
    display: block
}

.custom-form-field.is-invalid input, .custom-form-field.is-invalid select, .custom-form-field.is-invalid textarea {
    border: 1px solid #dc3545
}

.contact .custom-form-field.is-invalid .invalid-feedback {
    display: block
}

.invalid-feedback {
    font-size: 12px;
    font-weight: 400
}

input[readonly=readonly], input[readonly], span[data-readonly], textarea[readonly=readonly], textarea[readonly] {
    cursor: no-drop;
    background-color: #e9ecef
}

.m-repair .limit-line-height {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.5em;
    max-height: 81px;
    height: auto;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.6
}

.m-repair .btn-base:hover {
    background-color: #efefef
}

.m-repair__note {
    padding: 20px
}

.img-zoom {
    position: relative
}

.order-list .btn-report {
    padding: 3px 0;
    font-weight: 400;
    margin-left: 10px;
    background-color: #007bff;
    color: #fff;
    width: 96px;
    border-radius: 5px
}

@media all and (min-width: 992px) {
    .order-list .btn-report {
        margin: auto
    }
}

@media (min-width: 1201px) {
    .order-list .btn-report {
        background-color: inherit;
        color: inherit
    }
}

.order-list .btn-report:hover {
    background-color: #ddd
}

@media all and (min-width: 768px) {
    .order-list .table-mobilefriendly .item {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.cart-checkout__steps {
    margin-bottom: 30px
}

@media all and (max-width: 414px) {
    .cart-checkout__steps {
        margin-bottom: 0
    }
}

.cart-checkout__steps ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.cart-checkout__steps__li {
    margin-right: 10px
}

@media all and (max-width: 414px) {
    .cart-checkout__steps__li {
        margin-bottom: 18px;
        margin-right: 6px
    }
}

.cart-checkout__steps__li i {
    color: #999;
    margin-left: 16px
}

@media all and (max-width: 414px) {
    .cart-checkout__steps__li i {
        margin-left: 6px
    }
}

.cart-checkout__steps__li .step-number {
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-flex;
    border-radius: 40px;
    margin-right: 6px;
    justify-content: center;
    align-items: center
}

@media all and (max-width: 414px) {
    .cart-checkout__steps__li .step-number {
        width: 17px;
        height: 17px
    }
}

.cart-checkout__steps__li.active .step-number {
    background-color: #000;
    color: #fff;
    border-color: transparent
}

.cart-billing input[type=text].in-valid, .cart-billing label.in-valid {
    border: 1px solid #dc3545
}

.cart-billing input[type=text].in-valid ~ .invalid-feedback, .cart-billing label.in-valid ~ .invalid-feedback {
    display: inline-block
}

.cart-billing .invalid-feedback {
    font-size: 14px
}

.cart-billing .required > label:after {
    content: "*";
    color: red;
    margin-left: 5px
}

.cart-billing__order-info label {
    margin: 0
}

.cart-billing__order-info .form-group {
    margin-bottom: 0
}

.cart-billing__order-info__receive {
    display: flex;
    flex-direction: column;
    height: 100%
}

.cart-billing__choice-button {
    display: flex;
    flex-direction: column
}

.cart-billing__choice-button__radio .btn {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-bottom: 0
}

.cart-billing__choice-button__radio .btn:first-child {
    margin-bottom: 8px
}

.cart-billing__choice-button__radio .btn:hover {
    border-color: #3d7dd9
}

.cart-billing__choice-button__radio input[type=radio]:checked + label {
    border-color: #3d7dd9
}

.cart-billing__choice-button__item {
    width: 98%;
    margin: auto;
    padding-top: 10px;
    background-color: #efefef
}

.cart-billing__choice-button__item ul {
    padding: 5px 0 10px
}

.cart-billing__choice-button__item li {
    padding: 5px 0;
    text-align: center
}

.cart-billing__choice-button__shipping-dropdown input[type=radio] {
    margin-bottom: 0
}

.cart-billing__choice-button__shipping-dropdown label {
    display: block
}

.cart-billing__choice-button__shipping-dropdown label:hover {
    cursor: pointer
}

.cart-billing__choice-button__shipping-dropdown li:hover {
    background-color: #fff;
    cursor: pointer;
    width: 93%;
    margin: auto;
    border-radius: 5px
}

.cart-billing__choice-button__payment {
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-billing__choice-button__payment input[type=text], .cart-billing__choice-button__payment label {
    margin: 0;
    padding: 0;
    padding: 7px 10px;
    line-height: 1
}

.cart-billing__choice-button__payment label {
    letter-spacing: 0;
    white-space: nowrap;
    background-color: #fff;
    width: 120px;
    border: 1px solid #fff;
    border-right-color: #ddd
}

.cart-billing__choice-button__payment input[type=text] {
    margin-bottom: 0;
    width: 110px;
    border: none
}

.cart-billing__choice-button__payment .btn {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #d2d2d2;
    white-space: nowrap;
    width: 60px;
    font-size: 14px;
    margin-left: 17px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .32)
}

.cart-billing__choice-button__payment .btn:hover {
    background-color: #007bff;
    color: #fff
}

.cart-billing__choice-button__invoice-dropdown input[type=checkbox], .cart-billing__choice-button__invoice-dropdown input[type=text], .cart-billing__choice-button__invoice-dropdown label {
    margin: 0;
    padding: 0
}

.cart-billing__choice-button__invoice-dropdown input[type=checkbox] {
    margin: 5px 0 0 0
}

.cart-billing__choice-button__invoice-dropdown input[type=text] {
    padding: 10px 10px;
    width: 100%;
    border-radius: 7px
}

.cart-billing__choice-button__invoice-dropdown ul.invoice {
    padding: 10px 40px 30px
}

.cart-billing__choice-button__invoice-dropdown ul.invoice li {
    text-align: left
}

.cart-billing__note {
    padding: 10px 15px
}

.cart-billing .description-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px
}

@media all and (min-width: 992px) {
    .cart-billing .description-title {
        margin-top: 61px
    }
}

.cart-billing .description p {
    color: #000
}

.order-detail .cart-billing__section {
    margin-top: 40px
}

.btn-modal {
    background-color: transparent;
    padding: 0;
    vertical-align: baseline;
    font-size: 14px
}

.custom-modal {
    position: fixed;
    top: calc(100% / 3);
    right: 40%;
    bottom: 0;
    left: 40%;
    overflow: hidden;
    outline: 0;
    width: 500px;
    z-index: 6
}

.modal-layout {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1
}

.form-control {
    font-size: 13px
}

.news-post {
    border: 1px solid #e5e5e5;
    margin-bottom: 55px
}

.news-post__media {
    height: 100%
}

.news-post__media img {
    object-fit: contain;
    min-height: 100%
}

.news-post__content {
    position: relative;
    padding: 30px 30px 18px;
    height: 100%
}

@media all and (min-width: 992px) {
    .news-post__content {
        padding: 30px 30px 30px 0
    }
}

.news-post__content__meta date {
    font-size: 15px;
    color: orange;
    margin-bottom: 10px
}

.news-post__content .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 400;
    color: #4c4c4c
}

.news-post__content .description {
    margin-top: 25px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    max-height: 71px;
    height: auto;
    font-size: 15px;
    line-height: 1.7
}

.news-post__content .btn {
    background-color: #2e4d99;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .28);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 7px;
    width: 70px;
    height: 70px;
    bottom: 7px;
    letter-spacing: 5px
}

@media all and (min-width: 992px) {
    .news-post__content .btn {
        left: 0;
        position: absolute;
        bottom: 0;
        width: 45px;
        height: 45px;
        font-size: 12px;
        letter-spacing: 0;
        padding-left: 0
    }
}

@media all and (min-width: 1200px) {
    .news-post__content .btn {
        left: -11%;
        padding-left: 7px;
        width: 70px;
        height: 70px;
        bottom: 7px;
        letter-spacing: 5px
    }
}

.news-post__content .btn:not(:hover) {
    animation: floatShow 2.5s infinite
}

.news-post__content .btn:hover {
    opacity: 1;
    transform: scale(1)
}

@keyframes floatShow {
    0% {
        transform: scale(.8);
        opacity: .6
    }
    50% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(.8);
        opacity: .6
    }
}

.follow-us {
    border: 1px solid #ebebeb;
    border-radius: 18px;
    padding: 10px 20px;
    justify-content: center
}

.follow-us .title {
    font-weight: 700;
    padding: 13px 0 0 0;
    white-space: nowrap;
    margin-right: 3px;
    font-size: 18px
}

@media all and (min-width: 992px) {
    .follow-us .title {
        font-size: 24px
    }
}

.follow-us .title:after {
    content: none
}

.follow-us .title + .svg-icon {
    width: 30px;
    height: 52px;
    margin-right: 20px
}

.follow-us .social {
    justify-content: space-around;
    width: 100%;
    max-width: 230px;
    align-items: center;
    margin: 0
}

.follow-us .social li:nth-of-type(2) {
    margin-right: 7px
}

.follow-us .social i {
    font-size: 40px
}

.follow-us .social a.line .icon {
    width: 40px;
    height: 40px
}

.follow-us .social a.facebook .svg-icon {
    width: 35px;
    height: 35px
}

.follow-us .social a.facebook .svg-icon path:nth-of-type(1) {
    fill: #000
}

.follow-us .social a.facebook .svg-icon path:nth-of-type(2) {
    fill: #fff
}

.follow-us .social a.youtube i:hover {
    color: #f70000
}

.follow-us .social a.instagram .svg-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 3px
}

.follow-us .social a.instagram .svg-icon path:nth-of-type(1) {
    fill: #000
}

.follow-us .social a.instagram .svg-icon path:nth-of-type(2) {
    fill: #fff
}

@media all and (min-width: 320px) {
    .contact-info .contact-info-button {
        margin-bottom: 20px
    }
}

@media all and (min-width: 576px) {
    .contact-info .contact-info-button {
        margin-bottom: 0
    }
}

.contact-info .btn-contact-item {
    border: 1px solid #ebebeb;
    padding: 11px 0;
    border-radius: 14px;
    width: 100%;
    background-color: #fff;
    font-size: 20px
}

.contact-info .btn-contact-item:hover {
    border: 1px solid #5252ff
}

.follow-us:hover {
    border: 1px solid #5252ff
}

.contact-info .btn-contact-item i {
    font-size: 20px
}

.contact-info .info-dropdown {
    background-color: #e0e0e0;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    padding: 19px 6px 10px;
    margin: -10px 0 0
}

.contact-info .info-dropdown ul {
    list-style-type: none;
    text-align: center
}

.contact-info .info-dropdown ul li {
    font-size: 12px
}

.dist-location {
    font-size: 16px;
    padding: 30px 0 0
}

.dist-location article {
    margin-bottom: 40px
}

@media all and (min-width: 576px) {
    .dist-location__title {
        text-align: right
    }
}

.dist-location__title .title {
    font-size: 28px;
    font-weight: 700;
    margin-right: 19px;
    margin-bottom: 20px
}

@media all and (min-width: 768px) {
    .dist-location__title .title {
        margin-bottom: 0
    }
}

.dist-location__item:not(:first-child) {
    margin: 10px 0 0
}

.dist-location__item main {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between
}

.dist-location__item__text i {
    color: orange;
    font-size: 12px
}

.dist-location__item__text__link {
    font-weight: 400;
    cursor: pointer
}

.dist-location__item__button {
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .33);
    color: #a2a2a2;
    background-color: #eee
}

.dist-location__item__button i {
    margin: 0;
    padding: 0;
    margin-top: 2px
}

.dist-location__item__button:hover {
    opacity: .8
}

.dist-location__item__dropdown {
    margin: 10px 20px 20px;
    font-size: 15px
}

.dist-location__item__dropdown ul {
    margin: 0;
    padding: 0
}

@media print {
    .is-print {
        display: block !important
    }

    .no-print {
        display: none !important
    }
}

input[type=email], input[type=password], input[type=tel], input[type=text], select {
    height: 45px;
    padding: 0 20px;
    border: 1px solid #c9c9c9;
    border-radius: 0;
    color: #000
}

.border-radius-0 {
    border-radius: 0
}

.specific-select {
    height: 45px;
    padding: 0 30px 0 20px;
    border: 1px solid #c9c9c9;
    border-radius: 0;
    color: #000
}

select.form-control:not([size]):not([multiple]) {
    height: 45px;
    border-radius: 0
}

.avg-three-field {
    width: calc(100% / 3)
}

.force-field-size {
    width: 100%;
    height: 45px
}

.same-order-info input[type=checkbox] {
    width: 15px;
    height: 15px;
    vertical-align: top
}

@media all and (min-width: 1200px) {
    .same-order-info input[type=checkbox] {
        margin-bottom: 33px
    }
}

.same-order-info span {
    font-size: 16px
}

.m-signup-container {
    max-width: 1000px
}

.required label:not(.no-red-mark):after {
    content: "*";
    color: red;
    padding-left: 3px
}

.warranty input[type=text] {
    width: 100%
}

.shop-item-name {
    font-size: 15px
}

.btn-cancel {
    background-color: #ccc;
    color: #666
}

.cart-payment .cart-billing__choice-button__invoice-dropdown {
    background-color: #fff;
    border: 1px solid #ced4da;
    margin-top: -1px
}

.cart-payment .invoice input[type=text] {
    background-color: #e5e5e5 !important
}

.cart-payment .cart_info {
    margin-bottom: 50px;
    border-top: 1px solid #dfdfdf;
    background-color: #f8f8f8;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
    text-align: center
}

@media all and (min-width: 768px) {
    .cart-payment .cart_info {
        text-align: left
    }
}

.cart-payment .cart_info__content ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column
}

@media all and (min-width: 768px) {
    .cart-payment .cart_info__content ul {
        flex-direction: row
    }
}

@media all and (min-width: 768px) {
    .cart-payment .cart_info__content ul li:not(:last-child) {
        margin-right: 50px
    }
}

.dist-onlineShop__item {
    text-align: center
}

@media all and (max-width: 414px) {
    .dist-onlineShop__item {
        margin-bottom: 30px
    }

    .dist-onlineShop__item a {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.from-specific-border {
    border-bottom: 1px solid #dee2e6
}

@media all and (max-width: 414px) {
    .from-specific-border {
        display: none
    }
}

.from-specific-border.border-gray {
    border-color: #666
}

.custom-text-block {
    margin: auto
}

@media (min-width: 576px) {
    .custom-text-block {
        width: 440px
    }
}

.custom-text-block .first-row {
    margin-bottom: 5px
}

@media (max-width: 576px) {
    .custom-text-block .first-row {
        text-align: left
    }
}

@media (min-width: 576px) {
    .custom-text-block .first-row {
        margin-bottom: 0
    }
}

.custom-text-block address {
    text-align: left;
    margin-bottom: 0
}

@media (min-width: 576px) {
    .custom-text-block address {
        text-indent: 48px
    }
}

.custom-text-block .c-title {
    display: inline-grid;
    height: 1em;
    width: 79px;
    margin-right: 3px
}

@media (min-width: 576px) {
    .custom-text-block .c-title {
        width: 127px;
        margin-right: 7px
    }
}

.custom-text-block .c-title .justify {
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify
}

.custom-text-block .c-title .justify:after {
    content: "";
    display: inline-block;
    width: 100%
}

.custom-text-block .last-row {
    margin-top: 26px;
    text-align: center
}

@media (max-width: 576px) {
    .custom-text-block .last-row {
        text-align: left
    }
}

.header {
    position: relative;
    width: 100%
}

.header.header-transparent {
    position: absolute;
    z-index: 10002;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent
}

.header .header-nav {
    width: 100%;
    position: relative;
    z-index: 4;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid;
    border-color: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.header.header-transparent .header-nav {
    background-color: transparent;
    border-bottom: 0 none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.header--sticky.fixed .header-nav {
    position: fixed;
    top: 0;
    z-index: 3000;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    padding-top: 0;
    padding-bottom: 0
}

.header--sticky.fixed.no-stick .header-nav {
    position: relative;
    top: 0;
    z-index: 4;
    background-color: #fff;
    border-bottom: 0 none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.header.header-transparent.header--sticky.fixed.no-stick .header-nav {
    position: relative;
    top: 0;
    z-index: 4;
    background-color: none transparent;
    border-bottom: 0 none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.topbar {
    padding: 11px 0;
    font-size: 13px;
    position: relative;
    z-index: 3002
}

.topbar ul > li {
    margin-right: 15px;
    display: inline-block
}

.topbar ul > li:last-child {
    margin-right: 0
}

.topbar--dark {
    color: rgba(255, 255, 255, .8)
}

.topbar--dark ul > li > a {
    color: rgba(255, 255, 255, .8)
}

.topbar--light {
    color: inherit
}

.topbar--light ul > li > a {
    color: inherit
}

.topbar-border-light {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.topbar-border-dark {
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.header-nav {
    display: block
}

.header-nav > .container, .header-nav > .container-fluid {
    position: relative;
    vertical-align: middle
}

.logo {
    display: inline-block;
    position: relative
}

.logo a {
    position: relative;
    display: block;
    height: 60px;
    width: 140px;
    transition: all .3s ease-out
}

.logo a img {
    position: absolute;
    max-height: 100%;
    width: auto;
    transition: all .3s ease-out
}

@media all and (min-width: 320px) {
    .logo a img {
        max-width: 100px;
        height: auto
    }
}

@media all and (min-width: 768px) {
    .logo a img {
        max-width: none;
        width: 125px;
        height: auto
    }
}

.fixed .logo a img {
    /*height: 50px;*/
    width: auto
}

.header .nav-menu > ul > li > a, .header.fixed .nav-menu > ul > li > a {
    color: #27313e;
    /*transition: all .3s ease-out;*/
    /*-moz-transition: all .3s ease-out;*/
    /*-o-transition: all .3s ease-out;*/
    /*-webkit-transition: all .3s ease-out*/
}

.header.header-transparent.fixed .nav-menu > ul > li > a, .header.header-transparent.header--dark .nav-menu > ul > li > a {
    color: #27313e;
    /*transition: all .3s ease-out;*/
    /*-moz-transition: all .3s ease-out;*/
    /*-o-transition: all .3s ease-out;*/
    /*-webkit-transition: all .3s ease-out*/
}

.header .nav-icons > *, .header.fixed .nav-icons > * {
    color: #27313e;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.header.header-transparent.fixed .nav-icons > *, .header.header-transparent.header--dark .nav-icons > * {
    color: #27313e;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.header .nav-menu > ul > li:hover > a, .header.fixed .nav-menu > ul > li:hover > a {
    color: rgba(39, 49, 62, .6)
}

.header.header-transparent.fixed .nav-menu > ul > li:hover > a, .header.header-transparent.header--dark .nav-menu > ul > li:hover > a {
    color: rgba(39, 49, 62, .6)
}

.header .nav-icons > :hover, .header.fixed .nav-icons > :hover {
    color: rgba(39, 49, 62, .6)
}

.header.header-transparent.fixed .nav-icons > :hover, .header.header-transparent.header--dark .nav-icons > :hover {
    color: rgba(39, 49, 62, .6)
}

.header.header-transparent .nav-icons > *, .header.header-transparent .nav-menu > ul > li > a {
    color: #fff;
    transition: none;
    /*transition: all .3s ease-out;*/
    /*-moz-transition: all .3s ease-out;*/
    /*-o-transition: all .3s ease-out;*/
    /*-webkit-transition: all .3s ease-out*/
}

.header.header-transparent .nav-icons > :hover, .header.header-transparent .nav-menu > ul > li:hover > a {
    color: rgba(255, 255, 255, .7)
}

.logo img.logo-dark {
    opacity: 0
}

.header .logo img.logo-dark {
    opacity: 1;
    z-index: 2;
    display: block
}

.header.header-transparent .logo img.logo-light, .header.header-transparent.header--dark .logo img.logo-dark, .header.header-transparent.header--sticky.fixed .logo img.logo-dark {
    opacity: 1;
    z-index: 2;
    display: block
}

.header .logo img.logo-light {
    opacity: 0;
    z-index: 0;
    display: none
}

.header.header-transparent .logo img.logo-dark, .header.header-transparent.header--dark .logo img.logo-light, .header.header-transparent.header--sticky.fixed .logo img.logo-light {
    opacity: 0;
    z-index: 0;
    display: none
}

.header .nav-menu > ul > li > a::after, .header.fixed .nav-menu > ul > li > a::after {
    color: rgba(39, 49, 62, .5)
}

.header.header-transparent.fixed .nav-menu > ul > li > a::after, .header.header-transparent.header--dark .nav-menu > ul > li > a::after {
    color: rgba(39, 49, 62, .5)
}

.header .nav-menu > ul > li:hover > a::after, .header.fixed .nav-menu > ul > li:hover > a::after {
    color: rgba(39, 49, 62, .5)
}

.header.header-transparent.fixed .nav-menu > ul > li:hover > a::after, .header.header-transparent.header--dark .nav-menu > ul > li:hover > a::after {
    color: rgba(39, 49, 62, .5)
}

.header.header-transparent .nav-menu > ul > li:hover > a::after, .header.header-transparent .nav-menu > ul > li > a::after {
    color: rgba(255, 255, 255, .5)
}

@media all and (max-width: 991px) {
    .header.header-transparent .nav-menu > ul > li > a {
        color: #27313e
    }

    .header.header-transparent .nav-menu > ul > li:hover > a {
        color: rgba(39, 49, 62, .6)
    }
}

.footer {
    background-color: #979797;
    color: #fff;
    position: relative;
    width: 100%;
    display: block
}

.footer .footer-block ul.info > li {
    font-size: 16px;
    margin-bottom: 8px
}

.footer .footer-block ul.social {
    margin-top: 15px;
    margin-bottom: 14px
}

.footer .footer-block ul.social li:not(:last-child) {
    margin-right: 15px
}

.footer hr {
    border-color: #eee
}

.footer-info p {
    color: #fff
}

@media all and (min-width: 320px) {
    .footer-info > div {
        margin-bottom: 15px
    }
}

@media all and (min-width: 1200px) {
    .footer-info > div:nth-of-type(2) {
        text-align: center;
        padding-left: 10px
    }
}

.footer-block:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

.footer-block .footer-menu {
    display: inline-block
}

@media all and (min-width: 992px) {
    .footer-block .footer-menu {
        min-width: 190px
    }
}

.footer-block .footer-menu .link li {
    margin-bottom: 13px
}

.footer-logo {
    max-width: 342px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.contact .social {
    font-size: 20px
}

.social {
    font-size: 16px;
    margin-top: 15px
}

.social .svg-icon {
    vertical-align: sub;
    width: 26px;
    height: 26px
}

.social .svg-icon path {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.social a.facebook .svg-icon path:nth-of-type(1) {
    fill: #fff
}

.social a.facebook .svg-icon path:nth-of-type(2) {
    fill: #979797
}

.social a.youtube .svg-icon rect {
    fill: #fff
}

.social a.youtube .svg-icon path {
    fill: #979797
}

.social a.line .svg-icon {
    width: 30px;
    height: 30px;
    position: relative;
    bottom: -2px
}

.social a.line .svg-icon path:nth-of-type(1n+1) {
    fill: #fff
}

.social a.line .svg-icon path:nth-of-type(2) {
    fill: #979797
}

.social a.instagram .svg-icon {
    position: relative
}

.social a.instagram .svg-icon path:nth-of-type(1) {
    fill: #fff
}

.social a.instagram .svg-icon path:nth-of-type(2), .social a.instagram .svg-icon path:nth-of-type(3) {
    fill: #979797
}

.social a.instagram .svg-icon circle {
    fill: #979797
}

.social a:hover.facebook .svg-icon path:nth-of-type(1) {
    fill: #3c579e
}

.social a:hover.facebook .svg-icon path:nth-of-type(2) {
    fill: #fff
}

.social a:hover.youtube .svg-icon rect {
    fill: #ed2524
}

.social a:hover.youtube .svg-icon path {
    fill: #fefefe
}

.social a:hover.line .svg-icon path:nth-of-type(1n+1) {
    fill: #39ae41
}

.social a:hover.line .svg-icon path:nth-of-type(2) {
    fill: #fefefe
}

.social a:hover.instagram .svg-icon path:nth-of-type(1) {
    fill: url(#SVGID_1_)
}

.social a:hover.instagram .svg-icon path:nth-of-type(2), .social a:hover.instagram .svg-icon path:nth-of-type(3) {
    fill: #fff
}

.social a:hover.instagram .svg-icon circle {
    fill: #fff
}

.footer .link-title {
    margin-bottom: 20px;
    font-size: 16px
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer ul li {
    margin-bottom: 5px
}

.footer ul li a:hover .line circle {
    fill: #31c139;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.footer ul li a:hover .line path {
    fill: #fff
}

.footer ul li a:hover.facebook {
    color: #4064ac
}

.footer ul li a:hover.youtube {
    color: #f70000
}

.footer ul.social li {
    display: inline-block;
    margin: 0 10px 0 0
}

.contact ul.social li {
    display: inline-block;
    margin: 0 10px 0 0
}

@media all and (min-width: 320px) {
    .footer .footer-menu .link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around
    }
}

@media all and (min-width: 576px) {
    .footer .footer-menu .link {
        display: inline-block
    }
}

@media all and (min-width: 768px) {
    .footer .footer-menu .link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media all and (min-width: 992px) {
    .footer .footer-menu .link {
        display: inline-block
    }
}

.footer .link a {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff
}

.footer .link-small a {
    font-weight: 600;
    text-transform: none
}

.footer .copyright {
    text-align: center
}

.footer .copyright a, .footer .copyright p {
    color: #fff
}

@media all and (min-width: 320px) {
    .footer .footer__group:not(:first-child) {
        margin-top: 13px
    }
}

.newsletter {
    position: relative
}

.newsletter .newsletter-input {
    width: 100%;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    padding-right: 40px !important;
    background: rgba(255, 255, 255, 0)
}

.newsletter .newsletter-input:focus {
    width: 100%;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    padding-right: 40px !important;
    background: rgba(255, 255, 255, 0)
}

.newsletter .newsletter-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    background: rgba(255, 255, 255, 0)
}

@media (max-width: 767px) {
    .footer {
        text-align: center
    }
}

.footer__news ul li {
    margin-bottom: 10px
}

.footer__news .title {
    font-size: 14px;
    margin-bottom: 0
}

.footer__news .title.limit-height {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5em;
    max-height: 46px;
    height: auto
}

.footer__news .description {
    color: #fff
}

.footer__news .description.limit-height {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 43px;
    height: auto
}

.footer__news figure img {
    margin-right: 9px;
    max-width: 60px
}

.footer__news figcaption a:hover, .footer__news figcaption a:hover h4 {
    color: #7095ef;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#intro {
    position: relative;
    overflow: hidden
}

.intro-media-wraper {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.intro-bg-section {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.intro-overlay-section {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 2
}

.intro-caption-waper {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2
}

.intro-caption-top {
    z-index: 2
}

.intro-content {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%
}

.intro-content-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.intro-img-circle {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    height: 120px;
    border: 5px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 30px
}

.intro-img-circle img {
    outline: 0;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.intro-play-icon {
    text-align: center
}

.intro-sub-title {
    letter-spacing: 1.5px
}

.intro-title {
    font-size: 70px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1.1
}

.intro-title-sm {
    font-size: 44px !important;
    margin-top: 30px;
    font-weight: 400;
    margin-bottom: 0
}

.error-intro-title {
    font-size: 100px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.1
}

.inner-intro {
    position: relative;
    padding: 90px 0
}

.inner-intro h1 {
    font-size: 54px;
    margin-top: 30px
}

.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media all and (min-width: 320px) {
    .bg-image {
        background-position: center right
    }
}

@media all and (min-width: 992px) {
    .bg-image {
        background-position: center center
    }
}

.bg-fixed {
    background-attachment: fixed
}

.slide-bg-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (max-width: 1024px) {
    .intro-title {
        letter-spacing: 0;
        font-size: 46px
    }
}

@media (max-width: 767px) {
    .intro-title {
        letter-spacing: 0;
        font-size: 30px
    }
}

.sc-logo {
    text-align: center
}

.sc-title {
    font-weight: 800;
    text-align: center
}

.sc-paragraph-lead {
    font-family: Georgia;
    font-style: italic;
    font-size: 20px;
    text-align: center
}

.index__new-products-slide.desktop {
    display: none
}

@media all and (min-width: 992px) {
    .index__new-products-slide.desktop {
        display: block
    }
}

.index__new-products-slide.tablet {
    display: none
}

@media all and (min-width: 768px) {
    .index__new-products-slide.tablet {
        display: block
    }
}

@media all and (min-width: 992px) {
    .index__new-products-slide.tablet {
        display: none
    }
}

@media all and (min-width: 320px) {
    .index__new-products-slide.mobile {
        display: block
    }
}

@media all and (min-width: 768px) {
    .index__new-products-slide.mobile {
        display: none
    }
}

.index__new-products-slide.mobile .owl-pagination {
    display: none
}

.index__tab .tab:not(.desktop) {
    justify-content: center
}

@media all and (min-width: 320px) {
    .index__tab .tab.desktop {
        display: none
    }
}

@media all and (min-width: 992px) {
    .index__tab .tab.desktop {
        display: flex;
        justify-content: center
    }

    .index__tab .tab.desktop li:not(:last-child) {
        position: relative
    }

    .index__tab .tab.desktop li:not(:last-child):after {
        content: "";
        width: 1px;
        height: 74%;
        background-color: #ccc;
        position: absolute;
        top: 0
    }
}

@media all and (min-width: 320px) {
    .index__tab .tab.tablet {
        display: none
    }
}

@media all and (min-width: 768px) {
    .index__tab .tab.tablet {
        display: flex
    }
}

@media all and (min-width: 992px) {
    .index__tab .tab.tablet {
        display: none
    }
}

@media all and (min-width: 768px) {
    .index__tab .tab.mobile {
        display: none
    }
}

.index__tab .main-content.mobile, .index__tab .main-content.tablet {
    margin-bottom: 50px
}

.index__tab .main-content.mobile .owl-carousel.white .owl-controls .owl-page span, .index__tab .main-content.tablet .owl-carousel.white .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #929292
}

.index__tab .main-content.mobile .owl-carousel.white .owl-controls .owl-page.active span, .index__tab .main-content.tablet .owl-carousel.white .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #929292
}

@media all and (min-width: 320px) {
    .index__tab .main-content.desktop {
        display: none
    }
}

@media all and (min-width: 992px) {
    .index__tab .main-content.desktop {
        display: block
    }
}

.index__tab .main-content.tablet {
    display: none
}

@media all and (min-width: 415px) {
    .index__tab .main-content.tablet {
        display: block
    }
}

@media all and (min-width: 992px) {
    .index__tab .main-content.tablet {
        display: none
    }
}

.index__tab .main-content.tablet .row {
    margin-left: 0;
    margin-right: 0
}

.index__tab .main-content.tablet .col-xs-6 {
    padding-left: 0;
    padding-right: 0
}

@media all and (min-width: 415px) {
    .index__tab .main-content.mobile {
        display: none
    }
}

@media all and (max-width: 414px) {
    #counter {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media all and (max-width: 414px) {
    #counter .col-320-3 {
        margin-bottom: 0
    }
}

.process__icon-list li {
    margin-bottom: 10px
}

@media all and (max-width: 414px) {
    .process__icon-list li {
        margin-bottom: 40px;
        transform: translateX(-10px)
    }
}

@media all and (min-width: 320px) {
    .process__icon-list li {
        flex-basis: 70px
    }
}

@media all and (min-width: 360px) {
    .process__icon-list li {
        flex-basis: 80px
    }
}

@media all and (min-width: 375px) {
    .process__icon-list li {
        flex-basis: 90px
    }
}

.m_index_webeditor_style p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 25px
}

.m_index_webeditor_style h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #333;
    margin-top: 10px
}

.coupon_title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #333;
    margin-top: 10px
}

.table-mobilefriendly .item-content .list, .table-mobilefriendly .title-desktop, .table-mobilefriendly.two-columns .list {
    display: flex;
    justify-content: center
}

.table-mobilefriendly .item img {
    width: 100%
}

.table-mobilefriendly .item input {
    max-width: 100%;
    text-align: center;
    margin-bottom: 0;
    width: 100px
}

.table-mobilefriendly.two-columns .list .title {
    width: 30%
}

.table-mobilefriendly.two-columns .list .info {
    width: 70%
}

.mobile-title {
    display: none
}

@media (min-width: 1201px) {
    .order-list .table-mobilefriendly.order-list .item {
        width: calc((100% - 12% - 12% - 13% - 10% - 9% - 9% - 15%) / 2)
    }

    .order-list .table-mobilefriendly.order-list .item.amount {
        width: 10%
    }

    .order-list .table-mobilefriendly.order-list .item.status {
        width: 9%
    }

    .order-list .table-mobilefriendly.order-list .item.payment-status {
        width: 13%
    }

    .order-list .table-mobilefriendly.order-list .item.date, .order-list .table-mobilefriendly.order-list .item.num {
        width: 12%
    }

    .order-list .table-mobilefriendly.order-list .item.shipping-num {
        width: 15%;
        word-break: break-all;
        line-height: 1
    }

    .repair .table-mobilefriendly.order-list .item {
        width: calc((100% - 16% - 12% - 16%) / 2)
    }

    .repair .table-mobilefriendly.order-list .item.status {
        width: 12%
    }

    .repair .table-mobilefriendly.order-list .item.date, .repair .table-mobilefriendly.order-list .item.num {
        width: 16%
    }
}

.table-mobilefriendly {
    color: #888
}

.table-mobilefriendly.order-list .item {
    width: calc((100% - 16% - 16% - 16% - 16% - 10%) / 2);
    text-align: center
}

.table-mobilefriendly.order-list .item.date, .table-mobilefriendly.order-list .item.num {
    width: 16%
}

.table-mobilefriendly.order-list .item.deadline {
    width: 10%
}

.table-mobilefriendly.coupon-list .item {
    width: calc(100% / 4);
    text-align: center
}

.table-mobilefriendly.coupon-list-modal .item {
    width: calc(100% / 3);
    text-align: center
}

.table-mobilefriendly.reward-list .item {
    width: calc((100% - 20%) / 3);
    text-align: center
}

.table-mobilefriendly.reward-list .item.info {
    width: 60%
}

.table-mobilefriendly.cart-list .item.img, .table-mobilefriendly.cart-list .item.qty, .table-mobilefriendly.cart-list-check .item.img, .table-mobilefriendly.cart-list-check .item.qty {
    width: 130px
}

.table-mobilefriendly.inq-list .item.img, .table-mobilefriendly.inq-list-check .item.img {
    width: 180px
}

.table-mobilefriendly.cart-list .item.pdt-name, .table-mobilefriendly.cart-list-check .item.pdt-name {
    width: 37%;
    text-align: left
}

.table-mobilefriendly.inq-list-check .item:first-child, .table-mobilefriendly.inq-list-check .item:last-child {
    max-width: 7%
}

.table-mobilefriendly.cart-list-check .item {
    width: calc((100% - 7% - 7% - 130px - 100px - 37%) / 3);
    display: flex;
    justify-content: center;
    flex-direction: column
}

.table-mobilefriendly.cart-list .item {
    width: calc((100% - 7% - 100px - 100px - 25%) / 3);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.table-mobilefriendly.cart-list .item:first-child {
    max-width: 7%
}

.table-mobilefriendly.inq-list-check .item {
    width: calc((100% - 180px - 7% - 7%) / 2);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.table-mobilefriendly.inq-list .item {
    width: calc((100% - 180px - 7%) / 2);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.table-mobilefriendly.inq-list .item:first-child {
    max-width: 7%
}

.table-mobilefriendly .title-desktop .item {
    padding: 15px 10px;
    background: #f7f7f7;
    color: #323232;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee
}

.table-mobilefriendly .title-desktop .item:last-child {
    border-color: #eee
}

.table-mobilefriendly .title-desktop .item:first-child {
    border-left: 1px solid #eee
}

.table-mobilefriendly .item-content .list .item {
    padding: 15px 10px;
    color: #6a6a6a;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 13px
}

.table-mobilefriendly .item-content .list .item:first-child {
    border-left: 1px solid #eee;
    text-align: center
}

.table-mobilefriendly .item-content .list .item:last-child.cart-del-item {
    text-align: center
}

.table-mobilefriendly .item-content .list .item.pdt-name span {
    display: block
}

.table-mobilefriendly .item-content .list .item.pdt-name .activity-info {
    background: #efefef;
    font-size: 14px;
    padding: 7px 18px;
    margin-top: 5px;
    text-align: left
}

.table-mobilefriendly .item-content .list .item.pdt-name .activity-info .date {
    display: block;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0;
    font-style: italic
}

.mobile-title {
    font-weight: 700;
    color: #666
}

.mobile-title + a i {
    color: #d1d1d1
}

.table-mobilefriendly .item input, .table-mobilefriendly .item select {
    text-align: center;
    margin-bottom: 0
}

.table-mobilefriendly .item.img img {
    max-width: 75px
}

.table-mobilefriendly.two-columns .list {
    margin-bottom: 2px
}

.table-mobilefriendly.two-columns .list .info, .table-mobilefriendly.two-columns .list .title {
    padding: 10px 15px;
    display: flex;
    align-items: center
}

.table-mobilefriendly.two-columns .list .title {
    background: #e1e1e1;
    color: #323233;
    font-size: 16px;
    margin-bottom: 0
}

.table-mobilefriendly.two-columns .list .title:after {
    background-color: transparent
}

.table-mobilefriendly.two-columns .list .info {
    background: #f0f0f0;
    font-weight: 700;
    color: #555
}

.table-mobilefriendly.two-columns .list .dark {
    background: #f0f0f0;
    border: 3px solid #eee;
    border-left: none;
    color: #333;
    font-size: 16px
}

@media (max-width: 1200px) {
    .table-mobilefriendly .title-desktop {
        display: none
    }

    .table-mobilefriendly .item-content .list {
        display: block;
        margin-bottom: 15px
    }

    .table-mobilefriendly .item-content .list .item {
        width: 100%;
        max-width: 100%
    }

    .table-mobilefriendly.cart-list-check .item:first-child, .table-mobilefriendly.cart-list-check .item:last-child {
        width: 100%;
        max-width: 100%
    }

    .table-mobilefriendly.inq-list-check .item:first-child, .table-mobilefriendly.inq-list-check .item:last-child {
        width: 100%;
        max-width: 100%
    }

    .mobile-title {
        display: inline-block
    }

    .table-mobilefriendly.cart-list .list .item.pdt-name, .table-mobilefriendly.cart-list-check .list .item.pdt-name, .table-mobilefriendly.inq-list .list .item.pdt-name, .table-mobilefriendly.inq-list-check .list .item.pdt-name {
        flex-direction: column;
        color: #222;
        font-size: 18px;
        font-weight: 700
    }

    .table-mobilefriendly.cart-list .item .old-price, .table-mobilefriendly.cart-list-check .item .old-price {
        display: inline-block
    }

    .table-mobilefriendly.cart-list-check .list .item.img, .table-mobilefriendly.cart-list-check .list .item:first-child {
        align-items: center;
        justify-content: center
    }

    .table-mobilefriendly.cart-list .list .item.img, .table-mobilefriendly.cart-list .list .item:first-child {
        align-items: center;
        justify-content: center
    }

    .table-mobilefriendly.inq-list-check .list .item.img, .table-mobilefriendly.inq-list-check .list .item:first-child, .table-mobilefriendly.inq-list-check .list .item:last-child {
        align-items: center;
        justify-content: center
    }

    .table-mobilefriendly.inq-list .list .item.img, .table-mobilefriendly.inq-list .list .item:first-child {
        align-items: center;
        justify-content: center
    }

    .table-mobilefriendly .item-content .list {
        border: 1px solid #aaa
    }

    .table-mobilefriendly .item-content .list .item {
        padding: 5px 10px;
        border-right: none;
        border-bottom: none
    }

    .table-mobilefriendly .item-content .list .item.img, .table-mobilefriendly .item-content .list .item:first-child {
        text-align: center
    }

    .table-mobilefriendly .item-content .list .item:first-child {
        border-left: none;
        background: #f7f7f7;
        color: #323232
    }

    .table-mobilefriendly .item-content .list .item:first-child .mobile-title {
        color: #323232
    }

    .table-mobilefriendly.coupon-list-modal .item-content .list .item:first-child {
        background: #fff;
        text-align: left
    }

    .table-mobilefriendly.coupon-list-modal .item-content .list .item:first-child .mobile-title {
        color: #333
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .table-mobilefriendly .item-content .list .item {
        justify-content: flex-start;
        flex-direction: row;
        text-align: left
    }

    .table-mobilefriendly .item-content .list .item .mobile-title {
        width: 100px
    }

    .table-mobilefriendly .item.img img {
        max-width: 150px
    }
}

@media (max-width: 767px) {
    .table-mobilefriendly.coupon-list .item, .table-mobilefriendly.order-list .item, .table-mobilefriendly.reward-list .item {
        display: flex;
        text-align: left
    }

    .table-mobilefriendly.order-list .item:first-child {
        text-align: center;
        justify-content: center
    }

    .table-mobilefriendly.order-list .item .mobile-title {
        min-width: 110px
    }

    .table-mobilefriendly.coupon-list .item .mobile-title, .table-mobilefriendly.reward-list .item .mobile-title {
        min-width: 110px
    }
}

@media (max-width: 500px) {
    .mobile-title {
        font-weight: 700;
        color: #111;
        min-width: 110px
    }

    .table-mobilefriendly .item.img img {
        max-width: 100px
    }

    .table-mobilefriendly .item-content .list .item {
        color: #8a8a8a
    }

    .table-mobilefriendly.cart-list .item-content .list .item, .table-mobilefriendly.cart-list-check .item-content .list .item, .table-mobilefriendly.inq-list .item-content .list .item, .table-mobilefriendly.inq-list-check .item-content .list .item {
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: row
    }

    .table-mobilefriendly.cart-list-check .list .item.img, .table-mobilefriendly.cart-list-check .list .item.pdt-name, .table-mobilefriendly.cart-list-check .list .item:first-child {
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .table-mobilefriendly.cart-list .list .item.img, .table-mobilefriendly.cart-list .list .item.pdt-name, .table-mobilefriendly.cart-list .list .item:first-child {
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .table-mobilefriendly.inq-list-check .list .item.img, .table-mobilefriendly.inq-list-check .list .item.pdt-name, .table-mobilefriendly.inq-list-check .list .item:first-child, .table-mobilefriendly.inq-list-check .list .item:last-child {
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .table-mobilefriendly.inq-list .list .item.img, .table-mobilefriendly.inq-list .list .item.pdt-name, .table-mobilefriendly.inq-list .list .item:first-child {
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .table-mobilefriendly.cart-list .list .item.pdt-name, .table-mobilefriendly.cart-list-check .list .item.pdt-name, .table-mobilefriendly.inq-list .list .item.pdt-name, .table-mobilefriendly.inq-list-check .list .item.pdt-name {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .table-mobilefriendly.two-columns .list .title {
        width: 60%
    }

    .table-mobilefriendly .item input, .table-mobilefriendly .item select {
        max-width: 200px
    }

    .table-mobilefriendly.two-columns .list {
        flex-direction: column
    }

    .table-mobilefriendly.two-columns .list .info, .table-mobilefriendly.two-columns .list .title {
        display: block;
        text-align: center;
        width: 100%
    }
}

@media (max-width: 500px) {
    .cart-billing .table-mobilefriendly.two-columns .list {
        flex-direction: inherit
    }
}

.delete-btn {
    display: inline-block !important;
    color: #4a4a4a;
    background-color: #f2f2f2;
    font-size: 12px !important;
    min-width: 26px;
    height: 26px;
    padding: 0 !important;
    margin-top: 0 !important;
    line-height: 26px;
    padding-left: 5px !important;
    text-align: center;
    border-radius: 50%;
    transition: all .4s !important
}

.delete-btn:focus, .delete-btn:hover {
    background-color: #d7d7d7 !important;
    color: #101010 !important
}

.btn_submit {
    border: 1px solid #4079a2;
    color: #fff;
    background: #4079a2;
    display: inline-block;
    font-family: "Microsoft JhengHei", Lato, sans-serif;
    letter-spacing: .56px;
    padding: 12px 40px;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    border-radius: 5px
}

.btn_submit_mini {
    border: 1px solid #4079a2;
    color: #fff;
    background: #4079a2;
    display: inline-block;
    font-family: "Microsoft JhengHei", Lato, sans-serif;
    letter-spacing: .56px;
    padding: 10px;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    border-radius: 5px
}

.btn_submit:hover, .btn_submit_mini:hover, .btn_submit_search:hover {
    background-color: #4c5f6a;
    color: #fff;
    border: 1px solid #b2b2b2
}

@media (max-width: 425px) {
    .add_to_cart2, .btn_submit {
        width: 100%;
        display: block;
        margin-bottom: 10px
    }

    .contact-us .form-detail {
        background-color: #f1f1f1;
        padding: 20px 10px
    }

    .ow-navigation .menu-icon a {
        padding: 0;
        padding-left: 3px
    }
}

.formtitle, form h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #333;
    margin-top: 10px
}

form h3.sub-title {
    font-size: 20px
}

.cartpay {
    display: inline-block;
    margin-right: 8px
}

.cart-checkout {
    font-size: 14px
}

.cart-checkout label {
    display: inline;
    font-size: 14px
}

.cart-checkout input {
    appearance: auto;
    -webkit-appearance: auto
}

.total-amount {
    height: 81px;
    position: relative
}

.total-amount__block {
    position: absolute;
    top: 0;
    padding: 20px 0
}

.cart-title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px
}

@media all and (min-width: 1200px) {
    .cart-title {
        margin-bottom: 30px
    }
}

@media all and (min-width: 320px) {
    .cart-billing-amount-remark {
        margin-top: 15px
    }
}

@media all and (min-width: 768px) {
    .cart-billing-amount-remark {
        margin-top: 100px
    }
}

@media all and (min-width: 992px) {
    .cart-billing-amount-remark {
        margin-top: 149px
    }
}

@media all and (min-width: 1200px) {
    .cart-billing-amount-remark {
        margin-top: 109px
    }
}

.cart-billing-amount-container {
    margin: auto
}

@media all and (min-width: 992px) {
    .cart-billing-amount-container {
        max-width: 960px
    }
}

@media all and (min-width: 1200px) {
    .cart-billing-amount-container {
        max-width: 1300px
    }
}

.cart-billing-table-container {
    margin: auto;
    max-width: 1300px
}

@media all and (max-width: 414px) {
    .cart-article-item {
        border-bottom: 1px solid #e7e7e7 !important;
        padding: 20px 0 !important;
        margin-bottom: 19px
    }
}

@media all and (max-width: 414px) {
    .cart-article-item > a {
        display: none
    }
}

@media all and (max-width: 414px) {
    .cart-article-item + .item {
        display: none !important
    }
}

.cart-article-item article {
    display: none;
    justify-content: flex-start
}

@media all and (max-width: 414px) {
    .cart-article-item article {
        display: flex;
        width: 90%
    }
}

.cart-article-item article .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px
}

.cart-article-item article .title span {
    color: #222;
    font-size: 20px;
    font-weight: 700
}

/*2021.04.23*/
.nav-icons {
    font-size: 27px;
}

.cart-menu_btn i:after {
    content: attr(data-cart-number);
    position: absolute;
    top: -4px;
    right: -9px;
    background-color: #5252ff;
    width: 17px;
    height: 17px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-family: monospace;
    line-height: 17px;
    padding-left: 1px;
    border-radius: 5px;
}

.cart-menu_btn i {
    position: relative;
}

.page__pdt-list .mobile-category-nav {
    position: relative;
}


/*===============================*/
/*2021.04.26*/
.repair-block-item {
    margin-bottom: 0;
}

.repair-block-item .th {
    border-top: 1px solid #DEE2E6;
    border-bottom: 1px solid #DEE2E6;
    text-align: center;
    border-bottom: 1px solid #DEE2E6;
    padding: 10px 0;
    font-weight: bold;
}

.repair__repair-sign .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.custom-textarea {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    color: #888;
    outline: 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 10px 15px;
    display: inline-block;
}

.no-drop {
    cursor: no-drop;
    background-color: #e9ecef;
}

.repair-print-broken-description {
    width: 100%;
    border-color: #C9C9C9;
    line-height: 1.5em;
    /*min-height: 3cm;*/
    min-height: 45px;
}

.repair-description {
    width: 100%;
    /*min-height: 1.6cm;*/
    min-height: 45px;
}

.repair__record {
    height: 8cm;
}

.repair__record .row {
    height: 100%;
}

.repair__record__detected {
    position: relative;
}

.repair__record__detected .detect {
    position: absolute;
    right: 13rem;
    bottom: 3rem;
    font-size: 18px;
}


.repair__record__checklist {
    border-left: 1px solid #000;
}

.repair__record .box {
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    margin-right: 10px;
}

.repair__record ul {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 100%;
}

.repair__record ul li {
    display: flex;
    align-items: center;
}

.repair__record ul li .empty {
    width: 5em;
    text-decoration: underline;
}

.repair-block .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.repair-block .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.repair-block .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.repair-block .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.repair-print {

}

@media screen and (max-width: 450px) {
    .repair__record__detected .detect {
        right: auto;
        bottom: 4rem;
    }

    .repair-block .col-sm-8 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .repair-block .col-sm-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media print {
    @page {
        /* 設定列印紙張大小 寬 高 橫向 */
        /*//size: 297mm 210mm;*/
        /*size: A4 portrait;*/
        /* page用margin才能隱藏掉瀏覽器列印的 "頁首及頁尾" 選項 */
        margin-top: 1cm;
    }

    body {
        /*margin: 1.6cm;*/
    }

    .page-break {
        page-break-inside: avoid;
    }

    .page-always-break {
        page-break-before: always;
    }
}

/*===============================*/
/* brand banner */
.brand-banner {
    margin: 0;
    padding: 0;
}

.brand-banner__description {
    background-color: #f4f4f4;
    padding: 18px 24px;
    /*margin-top: 7px;*/
    align-items: center;
}

.brand-banner__description .text {
    width: 80%;
    margin-left: 20px;
    line-height: 1.2;
}

/*===============================*/
/* Repair */
@media all and (min-width: 1200px) {
    .repair-phone {
        text-align: left;
    }
}

@media all and (max-width: 414px) {
    #repairsame {
        width: 20px;
        height: 20px;
        vertical-align: sub;
    }
}

/*===============================*/
/* Contact */
.form-field-wrapper input[type=checkbox] {
    -webkit-appearance: none;
    outline: none;
    position: relative;
    width: 16px;
    height: 1rem;
    border: 1px solid #c9c9c9;
    overflow: hidden;
    border-radius: 0px;
    cursor: pointer;
    padding: 0;
}

.form-field-wrapper input[type=checkbox]::before {
    content: "";
    color: #fff;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background-color: transparent;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 2px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    /* base64 encoded to make things easier to show
        normally you would use an image or a font
    */
    background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ0OCIgaGVpZ2h0PSI0NDgiIHZpZXdCb3g9IjAgMCA0NDggNDQ4Ij4KPHRpdGxlPjwvdGl0bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggZD0iTTQxNy43NSAxNDEuNWMwIDYuMjUtMi41IDEyLjUtNyAxN2wtMjE1IDIxNWMtNC41IDQuNS0xMC43NSA3LTE3IDdzLTEyLjUtMi41LTE3LTdsLTEyNC41LTEyNC41Yy00LjUtNC41LTctMTAuNzUtNy0xN3MyLjUtMTIuNSA3LTE3bDM0LTM0YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsNzMuNSA3My43NSAxNjQtMTY0LjI1YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsMzQgMzRjNC41IDQuNSA3IDEwLjc1IDcgMTd6Ij48L3BhdGg+Cjwvc3ZnPgo=");
}

.form-field-wrapper input[type=checkbox]:checked::before {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
}

/*===============================*/
/* cart */
.product-remove {
    font-size: 28px;
    margin-bottom: 12px;
}

@media all and (min-width: 1200px) {
    .product-remove {
        font-size: 18px;
        margin-bottom: 0;
    }
}

@media all and (min-width: 1200px) {
    .cart-total-mobile {
        display: none;
    }
}

.table-mobilefriendly.cart-list-check .item.cart-total-desktop {
    display: none;
}

@media all and (min-width: 1200px) {
    .table-mobilefriendly.cart-list-check .item.cart-total-desktop {
        display: inline-block;
    }
}

.mobile__sidebar {
    display: none;
}

.page__pdt .pdtList-nav-menu {
    width: 100%;
}

.page__pdt hot-products {
    text-align: right;
}

.page__pdt hot-products:before {
    content: '';
}

/*.mobile-category-nav-wrapper {*/
/*    position: relative;*/
/*}*/
/*.mobile-category-nav-wrapper:before {*/
/*    content:'';*/
/*    position: fixed;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    background-color: #000;*/
/*    z-index: 1;*/
/*}*/

.search-menu-block .search-input {
    font-size: 13px;
}

.client-logo img {
    display: unset;
}

.notification {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background-image: linear-gradient(38deg, #7167f6 0%, #9a94ea 100%);
}

.notification.hide {
    display: none;
}

.advpic {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 11px;
}

.btnCloseNotification {
    padding: 5px 30px;
    color: #585454;
    background-color: #EAEAEA;
}

.highlight-text {
    text-align: center;
    color: red;
    margin-bottom: 10px;
    font-size: 14px;
}

.highlight-text em {
    text-decoration: underline;
    font-weight: bold;
    font-style: normal;
}

.mobile-category-nav-wrapper .hot-products {
    text-align: right;
}

/*@media screen and (max-width:1200px) {*/
/*    .mobile-sub-total {*/
/*        flex-direction: row !important;*/
/*        justify-content: flex-start !important;*/
/*    }*/

/*    .mobile-sub-total span {*/
/*        text-align: left;*/
/*    }*/
/*}*/
.desktop-subtotal {

}

.ab .webeditor ul,
.ab .webeditor ol,
.ab .webeditor li {
    list-style-type: unset;
}

.ab .webeditor ul,
.ab .webeditor ol {
    margin-bottom: 1rem;
}

.ab .webeditor ol {
    list-style-type: decimal;
}

.ab .webeditor ol ol {
    list-style-type: lower-alpha;
}

@media screen and (max-width: 320px) {
    .table-mobilefriendly .list .item.mobile-item {
        text-align: left;
        flex-direction: row;
        justify-content: flex-start;
    }

    .mobile-broken-title {

    }

    .table-mobilefriendly .item .mobile-title {
        display: inline-block;
    }
}

.page__index .slide-bg-image.dark-bg {
    background-color: #fff;
}

@media screen and (min-width: 320px) {
    .index__new-products {
        padding-top: 30px;
    }
}

@media screen and (min-width: 520px) {
    .index__new-products {
        padding-top: 50px;
    }
}

a {
    transition: none !important;
}

/* 210811start */
.repair__record {
    overflow-y: auto;
}
/* 210811end */
.modal-custom-size {
    max-width: 90%;
}
/*20220119 custom about style start*/
.main-content {
  padding-bottom: 0;
}

@media all and (min-width: 320px) {
  .custom-weiz section:not(:first-child):not(:last-child) {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz section:not(:first-child):not(:last-child) {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz section:last-child:not(.store-host) {
    margin-top: 100px;
  }
}
.custom-weiz .left-border {
  border-left: 7px solid #5D59FF;
  padding-left: 20px;
}
.custom-weiz .section-title {
  font-weight: 700;
  color: #5D59FF;
  margin-bottom: 40px;
  display: inline-block;
}
@media all and (min-width: 320px) {
  .custom-weiz .section-title {
    font-size: 27px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .section-title {
    font-size: 31px;
  }
}
.custom-weiz .section-title .icon {
  font-weight: 700;
}
.custom-weiz .section-title.light {
  color: #F2F2F2;
}
.custom-weiz .about-weiz {
  position: relative;
}
@media all and (min-width: 320px) {
  .custom-weiz .about-weiz {
    padding-bottom: 340px;
  }
}
@media all and (min-width: 360px) {
  .custom-weiz .about-weiz {
    padding-bottom: 350px;
  }
}
@media all and (min-width: 375px) {
  .custom-weiz .about-weiz {
    padding-bottom: 390px;
  }
}
@media all and (min-width: 414px) {
  .custom-weiz .about-weiz {
    padding-bottom: 400px;
    overflow: hidden;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .about-weiz {
    padding-bottom: unset;
    overflow: inherit;
  }
}
.custom-weiz .about-weiz .about-weiz-logo {
  text-align: center;
}
@media all and (min-width: 320px) {
  .custom-weiz .about-weiz .about-weiz-logo img {
    width: 172px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .about-weiz .about-weiz-logo img {
    width: auto;
  }
}
.custom-weiz .about-weiz .description {
  max-width: 674px;
  font-size: 15px;
}
.custom-weiz .about-weiz .description article {
  margin-bottom: 40px;
}
.custom-weiz .about-weiz .description p {
  color: #333;
}
.custom-weiz .about-weiz__nav-link {
  margin-top: 30px;
}
@media all and (min-width: 320px) {
  .custom-weiz .about-weiz__nav-link .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .about-weiz__nav-link {
    margin-top: 50px;
  }
}
.custom-weiz .about-weiz__nav-link a {
  color: #A3A3FF;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-bottom: 1px;
}
@media all and (min-width: 320px) {
  .custom-weiz .about-weiz__nav-link a {
    font-size: 13px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .about-weiz__nav-link a {
    font-size: 16px;
  }
}
.custom-weiz .about-weiz__nav-link a:hover {
  color: #6a6ac9;
}
.custom-weiz .about-weiz-bg {
  position: absolute;
  z-index: -1;
}
@media all and (min-width: 320px) {
  .custom-weiz .about-weiz-bg {
    bottom: 0;
    transform: none;
    width: 370px;
    right: -35px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .about-weiz-bg {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz .about-weiz-bg {
    display: inline-block;
    right: 0;
    bottom: -260px;
    width: auto;
    transform: scale(0.7);
  }
}
@media all and (min-width: 320px) {
  .custom-weiz .brand-spirit__feature .col-sm-4:not(:last-child) article {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .brand-spirit__feature .col-sm-4:not(:last-child) article {
    margin-bottom: unset;
  }
}
.custom-weiz .brand-spirit__feature article {
  text-align: center;
}
.custom-weiz .brand-spirit__feature article img {
  margin-bottom: 15px;
}
.custom-weiz .brand-spirit__feature article .title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
.custom-weiz .brand-spirit__feature article .description {
  display: inline-block;
  max-width: 300px;
}
@media all and (min-width: 320px) {
  .custom-weiz .brand-spirit__feature article .description {
    text-align: left;
    color: #797979;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .brand-spirit__feature article .description {
    text-align: center;
  }
}
@media all and (min-width: 320px) {
  .custom-weiz .brand-spirit .spirit-slider {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .brand-spirit .spirit-slider {
    display: block;
  }
}
.custom-weiz .provide-service {
  background-color: #5D59FF;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (min-width: 768px) {
  .custom-weiz .provide-service .section-title {
    font-size: 36px;
  }
}
.custom-weiz .provide-service .content {
  position: relative;
  justify-content: center;
}
@media all and (min-width: 320px) {
  .custom-weiz .provide-service .content {
    padding: 40px 0 0;
    background-color: #fff;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz .provide-service .content {
    padding: 0;
    height: 1000px;
    display: flex;
    flex-direction: column;
  }
}
.custom-weiz .provide-service__slider {
  display: inline-block;
  z-index: 2;
}
@media all and (min-width: 1200px) {
  .custom-weiz .provide-service__slider {
    position: absolute;
    width: 48%;
    height: 100%;
    padding: 80px 0 80px 50px;
  }
}
@media all and (min-width: 1600px) {
  .custom-weiz .provide-service__slider {
    background-color: #fff;
  }
}
.custom-weiz .provide-service .slider-menu {
  list-style-type: none;
  z-index: 4;
  display: flex;
}
@media all and (min-width: 320px) {
  .custom-weiz .provide-service .slider-menu {
    margin-left: unset;
    margin-bottom: 15px;
    flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .provide-service .slider-menu {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz .provide-service .slider-menu {
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    padding: 170px 0 100px 0;
  }
}
@media all and (min-width: 1600px) {
  .custom-weiz .provide-service .slider-menu {
    padding: 170px 0 100px 218px;
    margin-bottom: 0;
  }
}
@media all and (min-width: 320px) {
  .custom-weiz .provide-service .slider-menu li {
    margin-bottom: 28px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .provide-service .slider-menu li {
    margin-bottom: 30px;
    margin-right: 20px;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz .provide-service .slider-menu li {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz .provide-service .slider-menu li:nth-of-type(1) {
    padding-left: 130px;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz .provide-service .slider-menu li:nth-of-type(2) {
    padding-left: 60px;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz .provide-service .slider-menu li:nth-of-type(4) {
    padding-left: 60px;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz .provide-service .slider-menu li:nth-of-type(5) {
    padding-left: 130px;
  }
}
@media all and (min-width: 320px) {
  .custom-weiz .provide-service .slider-menu li:nth-of-type(even) {
    margin-left: auto;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .provide-service .slider-menu li:nth-of-type(even) {
    margin-left: unset;
  }
}
.custom-weiz .provide-service .slider-menu .step-num {
  font-family: "Roboto", sans-serif;
  color: #A3A3FF;
}
@media all and (min-width: 320px) {
  .custom-weiz .provide-service .slider-menu .step-num {
    font-size: 40px;
    margin-right: 6px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .provide-service .slider-menu .step-num {
    margin-right: 10px;
    font-size: 52px;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz .provide-service .slider-menu .step-num {
    margin-right: 20px;
    font-size: 70px;
  }
}
.custom-weiz .provide-service .slider-menu .title {
  color: #666;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media all and (min-width: 320px) {
  .custom-weiz .provide-service .slider-menu .title {
    line-height: 1.2;
    font-size: 13px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .provide-service .slider-menu .title {
    line-height: 1.5;
    font-size: 16px;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz .provide-service .slider-menu .title {
    line-height: 1.5;
    font-size: 20px;
  }
}
.custom-weiz .provide-service .slider-menu .hover-link {
  display: flex;
  align-items: center;
  transition: 0.2s ease-in-out;
}
.custom-weiz .provide-service .slider-menu .hover-link:hover .step-num, .custom-weiz .provide-service .slider-menu .hover-link.active .step-num {
  color: #5D59FF;
}
.custom-weiz .provide-service .slider-menu .hover-link:hover .title, .custom-weiz .provide-service .slider-menu .hover-link.active .title {
  color: #333;
}
.custom-weiz .provide-service .img-cover {
  z-index: 3;
  position: absolute;
}
.custom-weiz .provide-service .img-cover.desktop {
  top: 0;
  right: 470px;
}
@media all and (min-width: 320px) {
  .custom-weiz .provide-service .img-cover.desktop {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .provide-service .img-cover.desktop {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz .provide-service .img-cover.desktop {
    display: block;
  }
}
@media all and (min-width: 320px) {
  .custom-weiz .provide-service .img-cover.mobile {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .provide-service .img-cover.mobile {
    display: none;
  }
}
.custom-weiz .provide-service .img-show-empty {
  pointer-events: none;
}
.custom-weiz .provide-service .img-show {
  position: relative;
  z-index: 1;
  background-color: #F2F2F2;
}
@media all and (min-width: 1200px) {
  .custom-weiz .provide-service .img-show {
    position: absolute;
    right: 0;
  }
}
.custom-weiz .provide-service .img-show-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
@media all and (min-width: 768px) {
  .custom-weiz .provide-service .img-show-item {
    text-align: center;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz .provide-service .img-show-item {
    text-align: left;
  }
}
.custom-weiz .provide-service .img-show-item.active {
  display: block;
}
@media all and (min-width: 320px) {
  .custom-weiz .provide-service .img-show-item:nth-of-type(2) .desktop {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .provide-service .img-show-item:nth-of-type(2) .desktop {
    display: block;
  }
}
@media all and (min-width: 320px) {
  .custom-weiz .provide-service .img-show-item:nth-of-type(2) .mobile {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .provide-service .img-show-item:nth-of-type(2) .mobile {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz .provide-service .img-show-item:nth-of-type(5) {
    text-align: right;
  }
}
@media all and (min-width: 320px) {
  .custom-weiz .proxy-brand__img .desktop {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .proxy-brand__img .desktop {
    display: block;
  }
}
@media all and (min-width: 320px) {
  .custom-weiz .proxy-brand__img .mobile {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .proxy-brand__img .mobile {
    display: none;
  }
}
.custom-weiz section.behind-person {
  background-color: #333;
  background-repeat: no-repeat;
}
@media all and (min-width: 320px) {
  .custom-weiz section.behind-person {
    background-size: cover;
    background-image: url(images/weiz/behind-cover-bg-mobile.png);
  }
}
@media all and (min-width: 768px) {
  .custom-weiz section.behind-person {
    background-size: auto;
    background-image: url(images/weiz/behind-cover-bg-desktop.png);
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz section.behind-person {
    height: 714px;
  }
}
@media all and (min-width: 320px) {
  .custom-weiz section.behind-person {
    padding: 30px 0 30px;
    background-position: -5%;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz section.behind-person {
    padding: 110px 0 110px;
    background-position: 145%;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz section.behind-person {
    padding: 110px 0 110px;
    background-position: center right;
  }
}
@media all and (min-width: 320px) {
  .custom-weiz section.behind-person .section-title {
    padding-left: 10px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz section.behind-person .section-title {
    padding-left: 80px;
  }
}
.custom-weiz section.behind-person .behind-person-slider {
  margin: auto;
  margin-top: 50px;
}
@media all and (min-width: 768px) {
  .custom-weiz section.behind-person .behind-person-slider {
    max-width: 100%;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz section.behind-person .behind-person-slider {
    max-width: 1063px;
  }
}
.custom-weiz section.behind-person .behind-person-slider .swiper-wrapper {
  margin: auto;
}
@media all and (min-width: 1200px) {
  .custom-weiz section.behind-person .behind-person-slider .swiper-wrapper {
    width: 90%;
  }
}
@media all and (min-width: 320px) {
  .custom-weiz section.behind-person .behind-person-slider .person-avatar.desktop {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz section.behind-person .behind-person-slider .person-avatar.desktop {
    width: 200px;
    height: 200px;
    display: block;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz section.behind-person .behind-person-slider .person-avatar.desktop {
    width: auto;
    height: auto;
  }
}
.custom-weiz section.behind-person .behind-person-slider .person-avatar.mobile {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media all and (min-width: 320px) {
  .custom-weiz section.behind-person .behind-person-slider .person-avatar.mobile {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz section.behind-person .behind-person-slider .person-avatar.mobile {
    display: none;
  }
}
@media all and (min-width: 320px) {
  .custom-weiz section.behind-person .behind-person-slider .person-avatar {
    width: 136px;
    height: 136px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz section.behind-person .behind-person-slider .person-avatar {
    width: unset;
    height: unset;
  }
}
.custom-weiz section.behind-person .behind-person-slider__item {
  position: relative;
  display: flex;
}
@media all and (min-width: 320px) {
  .custom-weiz section.behind-person .behind-person-slider__item {
    flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz section.behind-person .behind-person-slider__item {
    flex-direction: row;
  }
}
.custom-weiz section.behind-person .behind-person-slider .text-area {
  display: flex;
}
@media all and (min-width: 320px) {
  .custom-weiz section.behind-person .behind-person-slider .text-area {
    flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz section.behind-person .behind-person-slider .text-area {
    flex-direction: row;
  }
}
.custom-weiz section.behind-person .behind-person-slider .titles {
  font-family: "Roboto", sans-serif;
  margin-left: 25px;
}
@media all and (min-width: 768px) {
  .custom-weiz section.behind-person .behind-person-slider .titles {
    text-align: right;
  }
}
.custom-weiz section.behind-person .behind-person-slider .title {
  line-height: 1.4;
  font-weight: 700;
  color: #F2F2F2;
}
@media all and (min-width: 320px) {
  .custom-weiz section.behind-person .behind-person-slider .title {
    font-size: 37px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz section.behind-person .behind-person-slider .title {
    font-size: 46px;
  }
}
.custom-weiz section.behind-person .behind-person-slider .subtitle {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  color: #F2F2F2;
}
@media all and (min-width: 320px) {
  .custom-weiz section.behind-person .behind-person-slider .description {
    width: 70%;
    margin: auto;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz section.behind-person .behind-person-slider .description {
    width: unset;
    margin: unset;
    margin-left: 40px;
    max-width: 430px;
  }
}
.custom-weiz section.behind-person .behind-person-slider .description p {
  color: #F2F2F2;
  font-size: 14px;
  line-height: 2;
}
.custom-weiz section.behind-person .behind-person-slider .swiper-button-next, .custom-weiz section.behind-person .behind-person-slider .swiper-button-prev {
  color: #F2F2F2;
}
@media all and (min-width: 320px) {
  .custom-weiz section.behind-person .behind-person-slider .swiper-button-next, .custom-weiz section.behind-person .behind-person-slider .swiper-button-prev {
    transform: scale(0.5);
  }
}
@media all and (min-width: 768px) {
  .custom-weiz section.behind-person .behind-person-slider .swiper-button-next, .custom-weiz section.behind-person .behind-person-slider .swiper-button-prev {
    transform: scale(1);
  }
}
.custom-weiz .store-intro {
  background-color: #F2F2F2;
}
.custom-weiz .store-intro__wrapper {
  padding: 30px 10px 20px;
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-intro__wrapper {
    padding: 0;
    display: flex;
  }
}
.custom-weiz .store-intro .store-info {
  position: relative;
  flex-basis: 53%;
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-intro .store-info {
    padding-right: 150px;
  }
}
@media all and (min-width: 1440px) {
  .custom-weiz .store-intro .store-info {
    padding-right: inherit;
  }
}
.custom-weiz .store-intro .store-info__content {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-intro .store-info__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
.custom-weiz .store-intro .store-info__content .store-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-weiz .store-intro .store-info__content .store-brand img {
  max-width: 160px;
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-intro .store-info__content .store-brand img {
    max-width: 340px;
    margin-right: 30px;
  }
}
.custom-weiz .store-intro .store-info__content .store-brand .text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
  color: #666666;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-intro .store-info__content .store-brand .text {
    margin-bottom: 0;
    font-size: 31px;
    margin-top: 18px;
  }
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-intro .store-info__content .store-address {
    position: absolute;
    bottom: 40px;
  }
}
.custom-weiz .store-intro .store-info__content .store-address article {
  display: flex;
  font-size: 8px;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 375px) {
  .custom-weiz .store-intro .store-info__content .store-address article {
    font-size: 11px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .store-intro .store-info__content .store-address article {
    font-size: 13px;
  }
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-intro .store-info__content .store-address article {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (min-width: 1440px) {
  .custom-weiz .store-intro .store-info__content .store-address article {
    justify-content: space-between;
    font-size: 17px;
  }
}
.custom-weiz .store-intro .store-info__content .store-address article .qrcode {
  margin-bottom: 10px;
  display: none;
  margin-right: 20px;
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-intro .store-info__content .store-address article .qrcode {
    display: inline-block;
  }
}
.custom-weiz .store-intro .store-info__content .store-address article .qrcode .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.custom-weiz .store-intro .store-info__content .store-address article .qrcode .content .title {
  color: #5D59FF;
  font-weight: 700;
}
.custom-weiz .store-intro .store-info__content .store-address article address {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.custom-weiz .store-intro .store-info__content .store-address article ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-weiz .store-intro .store-info__content .store-address article ul li {
  margin-bottom: 6px;
}
.custom-weiz .store-intro .store-info__content .store-address article ul li.line-add-friend {
  display: inline-block;
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-intro .store-info__content .store-address article ul li.line-add-friend {
    display: none;
  }
}
.custom-weiz .store-intro .store-info__content .store-address article ul li.desktop {
  display: none;
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-intro .store-info__content .store-address article ul li.desktop:nth-of-type(4) {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 0 3px;
  }
}
@media all and (min-width: 1280px) and (min-width: 1440px) {
  .custom-weiz .store-intro .store-info__content .store-address article ul li.desktop:nth-of-type(4) {
    padding: 5px 3px;
  }
}
.custom-weiz .store-intro .store-info__content .store-address article ul li.mobile:nth-of-type(5), .custom-weiz .store-intro .store-info__content .store-address article ul li.mobile:nth-of-type(6) {
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
  padding: 0 3px;
  flex-wrap: nowrap;
  width: 100%;
}
@media all and (min-width: 1440px) {
  .custom-weiz .store-intro .store-info__content .store-address article ul li.mobile:nth-of-type(5), .custom-weiz .store-intro .store-info__content .store-address article ul li.mobile:nth-of-type(6) {
    padding: 5px 3px;
  }
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-intro .store-info__content .store-address article ul li.mobile {
    display: none !important;
  }
}
.custom-weiz .store-intro .store-info__content .store-address article ul li .title {
  color: #5D59FF;
  margin-right: 5px;
  font-weight: 700;
}
.custom-weiz .store-intro .store-info__content .store-address article ul li .text {
  color: #333333;
  margin-right: 10px;
  white-space: nowrap;
}
.custom-weiz .store-intro .store-info__content .store-address article ul li .option-item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.custom-weiz .store-intro .store-info__content .store-address article ul li .option-item img {
  height: 9px;
  margin-right: 5px;
}
.custom-weiz .store-info-cover {
  z-index: 1;
}
.custom-weiz .store-info-cover.desktop {
  display: none;
}
.custom-weiz .store-info-cover.desktop:before {
  content: "";
  position: absolute;
  background-image: url(../archive/custom-ab/chiayi/dist-store-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 223px;
  height: 100%;
  background-position: center right;
  transform: rotate(0);
  right: 0;
  top: 0;
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-info-cover.desktop {
    display: inline-block;
  }
}
.custom-weiz .store-info-cover.mobile:before {
  content: "";
  position: absolute;
  background-image: url(../archive/custom-ab/chiayi/dist-store-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 270px;
  transform: rotate(90deg);
  top: -170px;
  left: 0;
}
@media all and (min-width: 360px) {
  .custom-weiz .store-info-cover.mobile:before {
    height: 308px;
    top: -194px;
  }
}
@media all and (min-width: 375px) {
  .custom-weiz .store-info-cover.mobile:before {
    height: 324px;
    top: -205px;
  }
}
@media all and (min-width: 415px) {
  .custom-weiz .store-info-cover.mobile:before {
    height: 364px;
    top: -230px;
  }
}
@media all and (min-width: 415px) {
  .custom-weiz .store-info-cover.mobile {
    display: none;
  }
}
.custom-weiz .store-show {
  flex-basis: 47%;
  display: flex;
  flex-direction: column;
  background-color: #5D59FF;
  padding: 10px 30px 0;
  position: relative;
  margin-top: 80px;
}
@media all and (min-width: 360px) {
  .custom-weiz .store-show {
    margin-top: 110px;
  }
}
@media all and (min-width: 375px) {
  .custom-weiz .store-show {
    margin-top: 110px;
  }
}
@media all and (min-width: 415px) {
  .custom-weiz .store-show {
    margin-top: 20px;
    padding-top: 30px;
  }
}
@media all and (min-width: 992px) {
  .custom-weiz .store-show {
    padding: 50px 70px;
  }
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-show {
    margin-top: unset;
    position: unset;
    padding: 80px 60px 80px 0;
  }
}
.custom-weiz .store-show__title {
  margin-bottom: 20px;
}
.custom-weiz .store-show__title .subtitle {
  color: #A3A3FF;
  font-weight: 700;
  font-size: 18px;
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-show__title .subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.custom-weiz .store-show__title .title {
  color: #F2F2F2;
  font-size: 42px;
  font-weight: 700;
  display: none;
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-show__title .title {
    display: inline-block;
  }
}
.custom-weiz .store-show__slider {
  position: relative;
  height: 130px;
}
@media all and (min-width: 375px) {
  .custom-weiz .store-show__slider {
    height: 160px;
  }
}
@media all and (min-width: 415px) {
  .custom-weiz .store-show__slider {
    height: 240px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .store-show__slider {
    height: 430px;
  }
}
@media all and (min-width: 992px) {
  .custom-weiz .store-show__slider {
    height: 530px;
  }
}
@media all and (min-width: 1200px) {
  .custom-weiz .store-show__slider {
    height: 730px;
  }
}
@media all and (min-width: 1280px) {
  .custom-weiz .store-show__slider {
    height: 388px;
  }
}
@media all and (min-width: 1440px) {
  .custom-weiz .store-show__slider {
    height: 400px;
  }
}
@media all and (min-width: 1500px) {
  .custom-weiz .store-show__slider {
    height: 430px;
  }
}
.custom-weiz .store-show__slider .img-show-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.custom-weiz .store-show__slider .img-show-item.active {
  display: inline-block;
}
.custom-weiz .store-show__slider .img-show-item img {
  width: 100%;
}
.custom-weiz .store-show__slider .swiper-button-next, .custom-weiz .store-show__slider .swiper-button-prev {
  color: #fff;
}
.custom-weiz .store-show__slider .swiper-pagination-bullet {
  background-color: #fff;
}
.custom-weiz .store-show__menu {
  text-align: right;
  margin-top: 50px;
}
.custom-weiz .store-show__menu ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media all and (min-width: 415px) {
  .custom-weiz .store-show__menu ul {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 992px) {
  .custom-weiz .store-show__menu ul {
    margin-bottom: 0;
  }
}
.custom-weiz .store-show__menu ul li a {
  font-size: 8px;
  padding: 5px 10px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  margin-right: -2px;
}
@media all and (min-width: 415px) {
  .custom-weiz .store-show__menu ul li a {
    font-size: 13px;
  }
}
@media all and (min-width: 768px) {
  .custom-weiz .store-show__menu ul li a {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 992px) {
  .custom-weiz .store-show__menu ul li a {
    margin-right: 20px;
    font-size: 17px;
  }
}
.custom-weiz .store-show__menu ul li a:hover, .custom-weiz .store-show__menu ul li a.active {
  background-color: #F2F2F2;
  color: #A3A3FF;
}
.custom-weiz .store-host {
  margin-top: 0;
  padding: 10px 10px 50px;
  background-color: #f2f2f2;
}
@media all and (min-width: 992px) {
  .custom-weiz .store-host {
    padding: 40px 100px;
  }
}
.custom-weiz .store-host .section-title {
  margin-bottom: 0;
}
@media all and (min-width: 992px) {
  .custom-weiz .store-host .section-title {
    margin-bottom: inherit;
  }
}
.custom-weiz .store-host__content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
}
@media all and (min-width: 992px) {
  .custom-weiz .store-host__content {
    align-items: center;
  }
}
.custom-weiz .store-host__content .person-avatar {
  max-width: 100px;
  flex-basis: 60%;
  margin-right: 20px;
}
@media all and (min-width: 992px) {
  .custom-weiz .store-host__content .person-avatar {
    max-width: 250px;
    margin-right: 35px;
    flex-basis: unset;
  }
}
.custom-weiz .store-host__content .text-area {
  flex-basis: 40%;
}
@media all and (min-width: 992px) {
  .custom-weiz .store-host__content .text-area {
    display: flex;
    flex-basis: unset;
  }
}
.custom-weiz .store-host__content .text-area .titles {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 992px) {
  .custom-weiz .store-host__content .text-area .titles {
    text-align: right;
    margin-right: 25px;
  }
}
.custom-weiz .store-host__content .text-area .titles .subtitle, .custom-weiz .store-host__content .text-area .titles .subtitle2 {
  font-size: 13px;
  line-height: 1.5;
  width: 150px;
}
@media all and (min-width: 992px) {
  .custom-weiz .store-host__content .text-area .titles .subtitle, .custom-weiz .store-host__content .text-area .titles .subtitle2 {
    font-size: 17px;
  }
}
.custom-weiz .store-host__content .text-area .titles .title {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media all and (min-width: 992px) {
  .custom-weiz .store-host__content .text-area .titles .title {
    font-size: 42px;
    margin-bottom: 0;
  }
}
.custom-weiz .store-host__content .text-area .description {
  max-width: 500px;
}
.custom-weiz .store-host__content .text-area .description p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
  font-weight: 700;
  color: #333;
}
@media all and (min-width: 992px) {
  .custom-weiz .store-host__content .text-area .description p {
    font-size: 22px;
  }
}
.custom-weiz .store-host__brand {
  text-align: center;
  margin-top: 40px;
}
@media all and (min-width: 1200px) {
  .custom-weiz .store-host__brand {
    margin-top: 0;
  }
}
.custom-weiz .store-host__brand img {
  max-width: 76%;
}
@media all and (min-width: 415px) {
  .custom-weiz .store-host__brand img {
    max-width: 66%;
  }
}
@media all and (min-width: 992px) {
  .custom-weiz .store-host__brand img {
    max-width: 150px;
  }
}
@media all and (min-width: 992px) {
  .custom-weiz .store-host__brand {
    text-align: right;
  }
}
.btn-black-line {
    margin-bottom: 30px;
}
.product-custom-webeditor {
    margin-bottom: 25px;
}
/*20220119 custom about style end*/
/*2023.08.18*/
.shopping_btn{
    background: #5252ff;
    color: #fff;
    border: 2px #5252ff solid;
    display: block;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 50px;
    font-weight: 900;
}
.shopping_btn:hover{
    background: #fff;
    color: #5252ff;
}
@media all and (max-width: 1455px) {
    .shopping_btn{
		font-size: 12px;
		padding: 10px 5px;
	}
	.nav-icons .nav-icon-item{
		padding: 12px 1px;
	}
}