@charset "UTF-8";
@import url("include_css.css");

.aAbsolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200
}

body {
    padding: 0;
    margin: 0 auto
}

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

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

:focus {
    outline: none
}

#skype_highlighting_settings,
#skype_plugin_object,
#skype_pnh_container {
    display: none !important
}

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

table {
    border-collapse: collapse;
    border-width: 0
}

img {
    border-width: 0;
    line-height: 0;
    font-size: 0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

form {
    margin: 0;
    padding: 0
}

fieldset {
    border: none;
    padding: 0;
    margin: 0
}

.right {
    float: right !important
}

.left {
    float: left !important
}

.clear {
    clear: both !important
}

.none {
    display: none !important
}

.hidden {
    visibility: hidden !important
}

.directionR {
    direction: rtl;
    display: inline-block
}

.directionL {
    direction: ltr;
    display: inline-block
}

.visible-xxs {
    display: none !important
}

.hidden-xxs {
    display: block !important
}

@media (max-width:414px) {
    .visible-xxs {
        display: block !important
    }

    .hidden-xxs {
        display: none !important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

.modal-open .modal.modal-center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.modal-open .modal.modal-center .modal-dialog {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    font-style: italic;
    font-size: 14px;
    color: #777
}

.tableResponsiveWrap {
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .tableResponsiveWrap {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .tableResponsiveWrap>.tableResponsive th {
        white-space: nowrap
    }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert.info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert.danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

@media (max-width:370px) {
    .g-recaptcha {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
}

.includedGallery {
    float: left;
    width: 100%
}

.includedGallery .galleryPopup {
    padding: 0;
    margin: 0
}

.includedGallery .galleryPopup:after,
.includedGallery .galleryPopup:before {
    content: "";
    display: table
}

.includedGallery .galleryPopup:after {
    clear: both
}

.includedGallery .galleryPopup li {
    list-style: none;
    float: left;
    margin-bottom: 15px;
    position: relative
}

.includedGallery .galleryPopup li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
    height: 150px
}

.includedGallery .galleryPopup li .title {
    position: absolute;
    bottom: 0;
    padding: 7px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 1;
    font-size: 12px
}

.first-item {
    clear: both
}

.last-row,
.last-row~.item {
    margin-bottom: 0
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0
}

.carousel.carousel-fade .active.item {
    opacity: 1
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0)
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1
}

.carousel.carousel-fade .carousel-control {
    z-index: 3
}

/*! Bootstrap v4.0.0-beta.2 (https://getbootstrap.com) Copyright 2011-2017 The Bootstrap Authors Copyright 2011-2017 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #f52020;
    --orange: #e32619;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #f52020;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1500px;
    --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
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        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
    }

    .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 #ddd !important
    }
}

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

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

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

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

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

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

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

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

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

abbr[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
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.25em
}

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

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

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

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

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

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.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, 0.1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

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

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

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

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

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

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

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

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

.blockquote-footer:before {
    content: "\2014 \00A0"
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #868e96
}

code,
kbd,
pre,
samp {
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: 0.25rem
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem
}

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

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

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

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

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

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

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

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

@media (min-width:1500px) {
    .container {
        max-width: 1515px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1500px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

.table-primary,
.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,
.table-secondary>td,
.table-secondary>th {
    background-color: #dddfe2
}

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

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

.table-success,
.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,
.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,
.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,
.table-danger>td,
.table-danger>th {
    background-color: #fcc1c1
}

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

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

.table-light,
.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,
.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,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, 0.075)
}

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

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 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: #e9ecef
}

.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, 0.05)
}

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

@media (max-width:575px) {
    .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:767px) {
    .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:991px) {
    .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:1199px) {
    .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
    }
}

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

    .table-responsive-xxl.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: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s
}

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

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

.form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control::placeholder {
    color: #868e96;
    opacity: 1
}

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

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
}

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

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

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

.col-form-legend {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-plaintext {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.form-control-plaintext.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-plaintext.btn,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.form-control-plaintext.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

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

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

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

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

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

.form-row {
    display: -webkit-box;
    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;
    margin-bottom: 0.5rem
}

.form-check.disabled .form-check-label {
    color: #868e96
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0
}

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

.form-check-inline {
    display: inline-block;
    margin-right: 0.75rem
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.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 {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

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

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

.custom-control-input.is-valid~.custom-control-indicator,
.was-validated .custom-control-input:valid~.custom-control-indicator {
    background-color: rgba(40, 167, 69, 0.25)
}

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

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

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

.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #f52020
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(245, 32, 32, 0.8);
    border-radius: .2rem
}

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

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 32, 32, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(245, 32, 32, 0.25)
}

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

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

.custom-control-input.is-invalid~.custom-control-indicator,
.was-validated .custom-control-input:invalid~.custom-control-indicator {
    background-color: rgba(245, 32, 32, 0.25)
}

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

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

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

.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 32, 32, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(245, 32, 32, 0.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

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

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -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 .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

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

    .form-inline .custom-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

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

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

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5)
}

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

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

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

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #f52020;
    border-color: #f52020
}

.btn-danger:hover {
    color: #fff;
    background-color: #e50a0a;
    border-color: #d80a0a
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 32, 32, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(245, 32, 32, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #f52020;
    border-color: #f52020
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d80a0a;
    border-color: #cc0909;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 32, 32, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(245, 32, 32, 0.5)
}

.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

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

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent
}

.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #f52020;
    background-color: transparent;
    background-image: none;
    border-color: #f52020
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f52020;
    border-color: #f52020
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 32, 32, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(245, 32, 32, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f52020;
    background-color: transparent
}

.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f52020;
    border-color: #f52020;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 32, 32, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(245, 32, 32, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #868e96
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 0.5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.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: 0.5rem 0;
    margin: 0.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, 0.15);
    border-radius: 0.25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem
}

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

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

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    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: #868e96;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #868e96;
    white-space: nowrap
}

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

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

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

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

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

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

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

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

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

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

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

.btn-group>.btn-group {
    float: left
}

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

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

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

.btn+.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem
}

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

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

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

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -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,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

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

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

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

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

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

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

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

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

.input-group .form-control {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap
}

.input-group-addon {
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem
}

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

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

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

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

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 3
}

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

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: 0
}

.input-group-btn:not(:first-child)>.btn-group:first-child,
.input-group-btn:not(:first-child)>.btn:first-child {
    margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem
}

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

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

.custom-control-input:focus~.custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

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

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

.custom-control-input:disabled~.custom-control-description {
    color: #868e96
}

.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    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-indicator {
    background-color: #007bff;
    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-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    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-controls-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.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='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: none
}

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

.custom-select[multiple] {
    height: auto;
    background-image: none
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef
}

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

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

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

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem
}

.custom-file-control:lang(en):empty:after {
    content: "Choose file..."
}

.custom-file-control:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0
}

.custom-file-control:lang(en):before {
    content: "Browse"
}

.nav {
    display: -webkit-box;
    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: 0.5rem 1rem
}

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

.nav-link.disabled {
    color: #868e96
}

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

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

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

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

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent
}

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

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

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

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

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

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem
}

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

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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: 0.5rem;
    padding-bottom: 0.5rem
}

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

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

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

.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:575px) {

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

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

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

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

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:767px) {

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

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

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        left: 0px;
        right: 0px;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:991px) {

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

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

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

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

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1199px) {

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

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

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

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

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1499px) {

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

@media (min-width:1500px) {
    .navbar-expand-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

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

    .navbar-expand-xxl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

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

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

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

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

    .navbar-expand-xxl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

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

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

.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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

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

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

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

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

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

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

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

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

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 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, 0.5)
}

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

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 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, 0.5)
}

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

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

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

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.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, 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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, 0.125);
    border-radius: 0.25rem
}

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

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

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

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

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

.card-subtitle {
    margin-top: -0.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: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

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

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

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

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

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

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

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

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

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

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

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group .card {
        -webkit-box-flex: 1;
        -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-img-top {
        border-top-right-radius: 0
    }

    .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-img-top {
        border-top-left-radius: 0
    }

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

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

    .card-group .card:only-child .card-img-top {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem
    }

    .card-group .card:only-child .card-img-bottom {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.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-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: 0.75rem
}

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

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

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

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #868e96;
    content: "/"
}

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

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

.breadcrumb-item.active {
    color: #868e96
}

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

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

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

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

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd
}

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

.page-link:focus,
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd
}

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

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

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

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5
}

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

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

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

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.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: #868e96
}

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

.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: #111;
    background-color: #ffc107
}

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

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

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

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

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #111;
    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: 0.3rem
}

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

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.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: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2
}

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

.alert-secondary .alert-link {
    color: #2e3133
}

.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: #7f1111;
    background-color: #fdd2d2;
    border-color: #fcc1c1
}

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

.alert-danger .alert-link {
    color: #520b0b
}

.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 {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

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

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #007bff
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

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

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

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

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

.list-group-item:focus,
.list-group-item:hover {
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #868e96;
    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
}

a.list-group-item-primary,
button.list-group-item-primary {
    color: #004085
}

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

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

.list-group-item-secondary {
    color: #464a4e;
    background-color: #dddfe2
}

a.list-group-item-secondary,
button.list-group-item-secondary {
    color: #464a4e
}

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color: #cfd2d6
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e
}

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

a.list-group-item-success,
button.list-group-item-success {
    color: #155724
}

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

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

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

a.list-group-item-info,
button.list-group-item-info {
    color: #0c5460
}

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

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

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

a.list-group-item-warning,
button.list-group-item-warning {
    color: #856404
}

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

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

.list-group-item-danger {
    color: #7f1111;
    background-color: #fcc1c1
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #7f1111
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #7f1111;
    background-color: #fba9a9
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
    color: #fff;
    background-color: #7f1111;
    border-color: #7f1111
}

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

a.list-group-item-light,
button.list-group-item-light {
    color: #818182
}

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

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

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

a.list-group-item-dark,
button.list-group-item-dark {
    color: #1b1e21
}

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

a.list-group-item-dark.active,
button.list-group-item-dark.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
}

button.close {
    padding: 0;
    background: 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.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

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

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

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

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.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: 0.5
}

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

.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto
}

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

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    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: 30px auto
    }

    .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: 0.875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 0.9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px
}

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

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

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

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.bs-tooltip-top .arrow:before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

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

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

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.bs-tooltip-right .arrow:before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

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

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

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

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

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

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.bs-tooltip-left .arrow:before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.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: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem
}

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

.popover .arrow:before {
    content: "";
    border-width: 0.8rem
}

.popover .arrow:after {
    content: "";
    border-width: 0.8rem
}

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

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

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

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

.popover.bs-popover-auto[x-placement^=top] .arrow:after,
.popover.bs-popover-top .arrow:after {
    bottom: calc((0.8rem - 1px) * -1);
    margin-left: -0.8rem;
    border-top-color: #fff
}

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

.popover.bs-popover-auto[x-placement^=right] .arrow,
.popover.bs-popover-right .arrow {
    left: 0
}

.popover.bs-popover-auto[x-placement^=right] .arrow:after,
.popover.bs-popover-auto[x-placement^=right] .arrow:before,
.popover.bs-popover-right .arrow:after,
.popover.bs-popover-right .arrow:before {
    margin-top: -0.8rem;
    border-left-width: 0
}

.popover.bs-popover-auto[x-placement^=right] .arrow:before,
.popover.bs-popover-right .arrow:before {
    left: -0.8rem;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.bs-popover-auto[x-placement^=right] .arrow:after,
.popover.bs-popover-right .arrow:after {
    left: calc((0.8rem - 1px) * -1);
    border-right-color: #fff
}

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

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

.popover.bs-popover-auto[x-placement^=bottom] .arrow:after,
.popover.bs-popover-auto[x-placement^=bottom] .arrow:before,
.popover.bs-popover-bottom .arrow:after,
.popover.bs-popover-bottom .arrow:before {
    margin-left: -0.8rem;
    border-top-width: 0
}

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

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

.popover.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.popover.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

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

.popover.bs-popover-auto[x-placement^=left] .arrow,
.popover.bs-popover-left .arrow {
    right: 0
}

.popover.bs-popover-auto[x-placement^=left] .arrow:after,
.popover.bs-popover-auto[x-placement^=left] .arrow:before,
.popover.bs-popover-left .arrow:after,
.popover.bs-popover-left .arrow:before {
    margin-top: -0.8rem;
    border-right-width: 0
}

.popover.bs-popover-auto[x-placement^=left] .arrow:before,
.popover.bs-popover-left .arrow:before {
    right: -0.8rem;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.bs-popover-auto[x-placement^=left] .arrow:after,
.popover.bs-popover-left .arrow:after {
    right: calc((0.8rem - 1px) * -1);
    border-left-color: #fff
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    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);
    -ms-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%);
    -ms-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%);
    -ms-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-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev: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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.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
}

.bg-secondary {
    background-color: #868e96 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.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
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #f52020 !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #d80a0a !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.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
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #e9ecef !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: #868e96 !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #f52020 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: 0.25rem !important
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

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

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width:1500px) {
    .d-xxl-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

.d-print-block {
    display: none !important
}

@media print {
    .d-print-block {
        display: block !important
    }
}

.d-print-inline {
    display: none !important
}

@media print {
    .d-print-inline {
        display: inline !important
    }
}

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

@media print {
    .d-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .d-print-none {
        display: none !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.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1500px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-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
    }
}

@media (min-width:1500px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-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;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

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

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !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: 0.25rem !important
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important
}

.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important
}

.pl-2,
.px-2 {
    padding-left: 0.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: 0.25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important
    }

    .m-sm-2 {
        margin: 0.5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important
    }

    .p-sm-2 {
        padding: 0.5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.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: 0.25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important
    }

    .m-md-2 {
        margin: 0.5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.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: 0.25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important
    }

    .p-md-2 {
        padding: 0.5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.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: 0.25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important
    }

    .m-lg-2 {
        margin: 0.5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important
    }

    .p-lg-2 {
        padding: 0.5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.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: 0.25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important
    }

    .m-xl-2 {
        margin: 0.5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important
    }

    .p-xl-2 {
        padding: 0.5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.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
    }
}

@media (min-width:1500px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: 0.25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important
    }

    .m-xxl-2 {
        margin: 0.5rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: 0.25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important
    }

    .p-xxl-2 {
        padding: 0.5rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    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
    }
}

@media (min-width:1500px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-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: #868e96 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !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: #f52020 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #d80a0a !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-muted {
    color: #868e96 !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
}

.aAbsolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px \0
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: none !important
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.button-- {
    position: relative;
    padding: 0
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
}

.btn {
    border-radius: 0px !important
}

.myModal--effect-zoomIn.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 120px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.myModal--effect-zoomIn.modal.fade.show .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -120px, 0);
    transform: translate3d(0, -120px, 0);
    opacity: 1
}

.myModal--effect-pulse.modal.fade .modal-dialog {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.myModal--effect-pulse.modalfade.show .modal-dialog {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1
}

.myModal--slideLeft.modal.fade .modal-dialog {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.myModal--slideLeft.modalfade.show .modal-dialog {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0px, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0px, 0);
    opacity: 1
}

.myModal--slideSpeedRight.modal.fade .modal-dialog {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.myModal--slideSpeedRight.modalfade.show .modal-dialog {
    animation: slideSpeedRight ease-out 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    -webkit-animation: slideSpeedRight ease-out 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: slideSpeedRight ease-out 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    -o-animation: slideSpeedRight ease-out 0.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    -ms-animation: slideSpeedRight ease-out 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards
}

@keyframes slideSpeedRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(300px, 0px) skewX(-30deg);
        transform: translate(300px, 0px) skewX(-30deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate(-40px, 0px) skewX(30deg);
        transform: translate(-40px, 0px) skewX(30deg)
    }

    80% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px) skewX(-15deg);
        transform: translate(0px, 0px) skewX(-15deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0px, 0px) skewX(0deg);
        transform: translate(0px, 0px) skewX(0deg)
    }
}

@-moz-keyframes slideSpeedRight {
    0% {
        opacity: 0;
        -moz-transform: translate(300px, 0px) skewX(-30deg)
    }

    60% {
        opacity: 1;
        -moz-transform: translate(-40px, 0px) skewX(30deg)
    }

    80% {
        opacity: 1;
        -moz-transform: translate(0px, 0px) skewX(-15deg)
    }

    to {
        opacity: 1;
        -moz-transform: translate(0px, 0px) skewX(0deg)
    }
}

@-webkit-keyframes slideSpeedRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(300px, 0px) skewX(-30deg)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate(-40px, 0px) skewX(30deg)
    }

    80% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px) skewX(-15deg)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0px, 0px) skewX(0deg)
    }
}

@-o-keyframes slideSpeedRight {
    0% {
        opacity: 0;
        -o-transform: translate(300px, 0px) skewX(-30deg)
    }

    60% {
        opacity: 1;
        -o-transform: translate(-40px, 0px) skewX(30deg)
    }

    80% {
        opacity: 1;
        -o-transform: translate(0px, 0px) skewX(-15deg)
    }

    to {
        opacity: 1;
        -o-transform: translate(0px, 0px) skewX(0deg)
    }
}

@-ms-keyframes slideSpeedRight {
    0% {
        opacity: 0;
        -ms-transform: translate(300px, 0px) skewX(-30deg)
    }

    60% {
        opacity: 1;
        -ms-transform: translate(-40px, 0px) skewX(30deg)
    }

    80% {
        opacity: 1;
        -ms-transform: translate(0px, 0px) skewX(-15deg)
    }

    to {
        opacity: 1;
        -ms-transform: translate(0px, 0px) skewX(0deg)
    }
}

.myModal--specialRotateX.modal.fade .modal-dialog {
    -webkit-transform: skewX(18deg);
    -ms-transform: skewX(18deg);
    transform: skewX(18deg);
    -webkit-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    transform: skewX(-6deg);
    animation: specialRotateX linear 0.4s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: specialRotateX linear 0.4s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: specialRotateX linear 0.4s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: specialRotateX linear 0.4s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: specialRotateX linear 0.4s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%
}

@keyframes specialRotateX {
    0% {
        -webkit-transform: translate(-22px, -172px) rotate(-21deg);
        transform: translate(-22px, -172px) rotate(-21deg)
    }

    to {
        -webkit-transform: translate(-19px, -29px) rotate(360deg);
        transform: translate(-19px, -29px) rotate(360deg)
    }
}

@-moz-keyframes specialRotateX {
    0% {
        -moz-transform: translate(-22px, -172px) rotate(-21deg)
    }

    to {
        -moz-transform: translate(-19px, -29px) rotate(360deg)
    }
}

@-webkit-keyframes specialRotateX {
    0% {
        -webkit-transform: translate(-22px, -172px) rotate(-21deg)
    }

    to {
        -webkit-transform: translate(-19px, -29px) rotate(360deg)
    }
}

@-o-keyframes specialRotateX {
    0% {
        -o-transform: translate(-22px, -172px) rotate(-21deg)
    }

    to {
        -o-transform: translate(-19px, -29px) rotate(360deg)
    }
}

@-ms-keyframes specialRotateX {
    0% {
        -ms-transform: translate(-22px, -172px) rotate(-21deg)
    }

    to {
        -ms-transform: translate(-19px, -29px) rotate(360deg)
    }
}

.myModal--specialPromo.modal.fade .modal-dialog {
    -webkit-animation: specialPromo 1s 1 ease-in-out;
    -moz-animation: specialPromo 1s 1 ease-in-out;
    -o-animation: specialPromo 1s 1 ease-in-out
}

.myModal--slideSpeedRight.modalfade.show .modal-dialog {
    -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px)
}

@-webkit-keyframes specialPromo {
    0% {
        -webkit-transform: rotate(172deg) scale(0.46) skew(1deg) translate(0px)
    }

    to {
        -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px)
    }
}

@-moz-keyframes specialPromo {
    0% {
        -moz-transform: rotate(172deg) scale(0.46) skew(1deg) translate(0px)
    }

    to {
        -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px)
    }
}

@-o-keyframes specialPromo {
    0% {
        -o-transform: rotate(172deg) scale(0.46) skew(1deg) translate(0px)
    }

    to {
        -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px)
    }
}

.myModal--effect-zoomOutIn.modal.fade .modal-dialog {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    top: 120px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.myModal--effect-zoomOutIn.modalfade.show .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -120px, 0);
    transform: translate3d(0, -120px, 0);
    opacity: 1
}

.myModal--effect-niceZoomIn.modal.fade .modal-dialog {
    top: 100px;
    -moz-transform: scale(1) rotate(0deg) translateX(2px) translateY(20px);
    -webkit-transform: scale(1) rotate(0deg) translateX(2px) translateY(20px);
    -o-transform: scale(1) rotate(0deg) translateX(2px) translateY(20px);
    -ms-transform: scale(1) rotate(0deg) translateX(2px) translateY(20px);
    transform: scale(1) rotate(0deg) translateX(2px) translateY(20px)
}

.myModal--effect-niceZoomIn.modalfade.show .modal-dialog {
    -moz-transform: scale(1.1) rotate(12deg) translateX(2px) translateY(20px);
    -webkit-transform: scale(1.1) rotate(12deg) translateX(2px) translateY(20px);
    -o-transform: scale(1.1) rotate(12deg) translateX(2px) translateY(20px);
    -ms-transform: scale(1.1) rotate(12deg) translateX(2px) translateY(20px);
    transform: scale(1.1) rotate(12deg) translateX(2px) translateY(20px);
    opacity: 1
}

.myModal--effect-fullwidth.modal.fade .modal-dialog {
    -moz-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -o-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 1
}

.modal-dialog.fullwidth--box {
    width: 90%;
    margin: 0 auto;
    left: 5px
}

.modal-content.no--shadow {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.myModal--effect-fullwidth.modalfade.show .modal-dialog {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

div.myModal--effect-fullwidth {
    background: white
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0
}

a,
body,
button,
div,
em,
input,
label,
li,
p,
select,
span,
td,
textarea,
th,
ul {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0
}

blockquote,
input,
p,
select,
textarea {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
    padding: 0;
    margin: 0
}

a,
button {
    text-decoration: none;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}

li a,
p a {
    color: #e32619;
    text-decoration: underline
}

li a:hover,
p a:hover {
    color: #e32619;
    text-decoration: none
}

hr {
    border: none;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5
}

blockquote {
    background-color: #0096dd;
    padding: 20px 25px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 20px;
    text-align: center;
    color: white;
    quotes: "“""”""‘""’"
}

blockquote:before {
    content: open-quote
}

blockquote:after {
    content: close-quote
}

article.silver-background {
    background-color: #f9f9f9;
    padding: 50px
}

article {
    margin-bottom: 25px
}

article h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.1;
    color: black;
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative
}

article h1:before {
    display: block;
    content: "";
    height: 2px;
    width: 75px;
    background-color: #616161;
    position: absolute;
    bottom: 0;
    left: 0
}

article h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.1;
    color: #555;
    margin-bottom: 20px
}

article h3 {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.1;
    color: #555;
    margin-bottom: 20px
}

article h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    color: #e32619;
    margin-bottom: 20px
}

article h5,
article h6 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #666;
    margin-bottom: 20px
}

article p {
    margin-bottom: 20px
}

article ol,
article ul {
    padding-left: 30px;
    margin-bottom: 20px
}

article li {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
    padding: 0;
    margin: 0
}

article>img {
    border-radius: 10px
}

article div.gray {
    padding: 30px 15px 15px;
    border-radius: 10px;
    background-color: #f4f4f4;
    margin-bottom: 20px
}

article div.color {
    padding: 30px 15px 15px;
    border-radius: 10px;
    background-color: transparent;
    margin-bottom: 20px
}

article div.color * {
    color: white !important
}

@media (max-width:767px) {
    article.silver-background {
        background-color: white;
        padding: 15px
    }

    article h1 {
        font-size: 25px;
        padding-top: 15px
    }

    article h2 {
        font-size: 20px
    }

    article h3 {
        font-size: 18px
    }

    article ol,
    article ul {
        padding-left: 30px
    }

    article li {
        font-size: 16px;
        line-height: 1.6
    }

    article p {
        font-size: 14px;
        line-height: 1.5
    }

    article .img {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
        float: none
    }

    article .img>img {
        max-width: 100%
    }

    article img {
        float: none !important;
        display: block;
        max-width: 100%;
        margin: 0 auto 15px !important;
        height: auto
    }

    article blockquote {
        font-size: 18px
    }
}

.changeDirection {
    display: block;
    direction: rtl;
    text-align: right
}

.tableStyle {
    width: 100%;
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    margin-bottom: 20px
}

.tableStyle td {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
    padding: 0;
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5
}

.tableStyle tr:nth-child(2n) {
    background-color: #f8f8f8
}

.imgTable {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px
}

.imgTable td {
    padding: 5px;
    vertical-align: top;
    line-height: 1
}

.imgTable td img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 5px
}

.figCaptionWrap {
    width: 30%;
    float: right;
    border: 5px solid #f0f0f0;
    background-color: #f0f0f0;
    margin: 0 10px 15px;
    display: inline-block
}

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

.figCaptionWrap figcaption {
    padding: 5px 10px
}

@media (max-width:767px) {
    .figCaptionWrap {
        width: 100%;
        float: none;
        margin: 0 0 15px;
        text-align: center
    }

    .figCaptionWrap img {
        margin: 0 !important
    }

    .tableInside {
        table-layout: fixed;
        width: 100%;
        margin-bottom: 20px
    }

    .tableInside td {
        width: 100%;
        float: left
    }

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

@media (max-width:480px) {
    .imgTable td {
        width: 100%;
        float: left
    }
}

/*! Font Awesome 4.7.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-v=4.7.0.eot");
    src: url("../fonts/fontawesome-webfont-.eot#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont-v=4.7.0.woff2") format("woff2"), url("../fonts/fontawesome-webfont-v=4.7.0.woff") format("woff"), url("../fonts/fontawesome-webfont-v=4.7.0.ttf") format("truetype"), url("../fonts/fontawesome-webfont-v=4.7.0.svg#fontawesomeregular") format("svg");
    font-weight: normal;
    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.33333em;
    line-height: 0.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.28571em;
    text-align: center
}

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

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

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

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

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

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

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -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-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    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-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

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

.fa-feed:before,
.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,
.fa-gratipay: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-pp: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,
.fa-resistance:before {
    content: ""
}

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

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square: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: ""
}

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

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

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

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

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

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

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

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

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

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

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

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

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

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

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

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

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

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

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

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

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

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

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

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before,
.fa-tv:before {
    content: ""
}

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

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

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

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

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

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

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

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

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

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

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

.fa-credit-card-alt:before {
    content: ""
}

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

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

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

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

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

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

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

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

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

.fa-volume-control-phone:before {
    content: ""
}

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

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

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

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before,
.fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

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

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

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

.fa-address-book-o:before {
    content: ""
}

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

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

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

.fa-grav:before {
    content: ""
}

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

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.royalSlider {
    width: 600px;
    height: 400px;
    position: relative;
    direction: ltr
}

.royalSlider>* {
    float: left
}

.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsPreloader,
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsThumbs,
.rsWebkit3d img {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

.rsFade.rsWebkit3d .rsContainer,
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img {
    -webkit-transform: none
}

.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0
}

.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsArrow,
.rsThumbsArrow {
    cursor: pointer
}

.rsThumb {
    float: left;
    position: relative
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear
}

.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear
}

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center
}

.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative
}

.rsPreloader {
    position: absolute;
    z-index: 0
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25)
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22
}

.rsTabs {
    float: left;
    background: none !important
}

.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative
}

.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s
}

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1
}

.rsVideoContainer .rsVideoObj,
.rsVideoContainer embed,
.rsVideoContainer iframe,
.rsVideoContainer video {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.rsVideoContainer.rsIOSVideo embed,
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px
}

.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
    -webkit-backface-visibility: hidden
}

.grab-cursor {
    cursor: url("../royalslider/grab.png.gif") 8 8, move
}

.grabbing-cursor {
    cursor: url("../royalslider/grabbing.png") 8 8, move
}

.rsNoDrag {
    cursor: auto
}

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url("../images/blank.gif");
    -webkit-backface-visibility: hidden
}

.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsThumbs,
.rsMinW .rsVideoFrameHolder {
    background: #000;
    color: #FFF
}

.rsMinW .rsArrow {
    height: 32px;
    width: 32px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21
}

.rsMinW .rsArrowLeft {
    right: 37px;
    bottom: 7px
}

.rsMinW .rsArrowRight {
    right: 7px;
    bottom: 7px
}

.rsMinW .rsArrowIcn {
    width: 24px;
    height: 24px;
    margin-top: 3px;
    margin-left: 3px;
    position: absolute;
    cursor: pointer;
    background: url("../images/rs-minimal-white.png") transparent;
    border-radius: 2px
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -68px -36px
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -68px -68px
}

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -100px -36px
}

.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -100px -68px
}

.rsMinW .rsArrowDisabled .rsArrowIcn {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    *display: none
}

.rsMinW .rsBullets {
    position: absolute;
    bottom: 15px;
    right: 73px;
    z-index: 35;
    padding-top: 4px;
    height: auto;
    text-align: center;
    line-height: 6px;
    overflow: hidden
}

.rsMinW .rsBullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px 4px
}

.rsMinW .rsBullet span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CCC;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1)
}

.rsMinW .rsBullet.rsNavSelected span {
    background: #FFF
}

.rsMinW .rsThumbsHor {
    width: 100%;
    height: auto
}

.rsMinW .rsThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.rsMinW.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%
}

.rsMinW.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%
}

.rsMinW .rsThumb {
    float: left;
    overflow: hidden;
    width: 96px;
    height: 72px
}

.rsMinW .rsThumb img {
    width: 100%;
    height: 100%
}

.rsMinW .rsThumb.rsNavSelected {
    background: #333
}

.rsMinW .rsThumb.rsNavSelected img {
    filter: alpha(opacity=40);
    opacity: 0.7
}

.rsMinW .rsThumb.rsNavSelected span.thumbIco {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #FFF;
    border: 2px solid rgba(255, 255, 255, 0.9);
    -webkit-backface-visibility: hidden
}

.rsMinW .rsTmb {
    display: block
}

.rsMinW .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21
}

.rsMinW.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0
}

.rsMinW .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer;
    background: url("../images/rs-minimal-white.png")
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px
}

.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px
}

.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px
}

.rsMinW .rsThumbsArrowDisabled {
    display: none !important
}

@media screen and (min-width:0px) and (max-width:800px) {
    .rsMinW .rsThumb {
        width: 59px;
        height: 44px
    }

    .rsMinW .rsThumbsHor {
        height: 44px
    }

    .rsMinW .rsThumbsVer {
        width: 59px
    }
}

.rsMinW .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative
}

.rsMinW .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #D9D9DD;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;
    background-color: #000;
    background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
    background-image: -o-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
    *display: inline;
    *zoom: 1
}

.rsMinW .rsTab:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.rsMinW .rsTab:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf
}

.rsMinW .rsTab:active {
    border: 1px solid #D9D9DD;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset
}

.rsMinW .rsTab.rsNavSelected {
    color: #000;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    -webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #ACACAC;
    background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
    background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#BBB));
    background-image: -o-linear-gradient(top, #ACACAC, #BBB);
    background-image: linear-gradient(to bottom, #ACACAC, #BBB)
}

.rsMinW .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer
}

.rsMinW .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url("../images/rs-minimal-white.png") 0 0 transparent
}

.rsMinW .rsFullscreenIcn:hover {
    opacity: 0.8
}

.rsMinW.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0
}

.rsMinW .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer
}

.rsMinW .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: url("../images/rs-minimal-white.png") no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #000
}

.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9)
}

.rsMinW .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px
}

.rsMinW .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

.rsMinW .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px
}

.rsMinW .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url("../images/rs-minimal-white.png.html") -64px 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #000
}

.rsMinW .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9)
}

.rsMinW .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url("../images/preloader-white.gif");
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px
}

.rsMinW .rsGCaption {
    position: absolute;
    float: none;
    bottom: 6px;
    left: 6px;
    text-align: left;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: #FFF;
    padding: 2px 8px;
    width: auto;
    font-size: 12px;
    border-radius: 2px
}

.royalSlider.heroSlider {
    height: 100%
}

.royalSlider.heroSlider .rsContent {
    display: none
}

.royalSlider.heroSlider .rsContent img {
    visibility: hidden;
    width: 100%
}

.royalSlider.heroSlider .rsContent:first-of-type {
    display: block;
    background: transparent url("../images/preloader.gif") center center no-repeat
}

.royalSlider.heroSlider .rsOverflow .rsContent {
    background: none;
    display: block
}

.royalSlider.heroSlider .rsOverflow .rsContent img {
    visibility: visible;
    width: auto
}

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

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

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

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

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

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

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

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

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

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

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

.owl-carousel.owl-refresh .owl-item {
    display: none
}

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

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

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

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

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

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility 0s linear .25s;
    -o-transition: opacity .25s, visibility 0s linear .25s;
    transition: opacity .25s, visibility 0s linear .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s, visibility 0s;
    -o-transition: opacity .25s, visibility 0s;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0)
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.fancybox-slide:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #E5E3DF
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>div {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none
}

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, 0.6)
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, 0.8)
}

.fancybox-button:after,
.fancybox-button:before {
    content: '';
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
    opacity: 0.3
}

.fancybox-button--left:after,
.fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close:after,
.fancybox-button--close:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s
}

.fancybox-arrow:after {
    content: '';
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, 0.8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px
}

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
    left: 0
}

.fancybox-show-nav .fancybox-arrow {
    opacity: 0.6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: 0.3
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media (max-width:800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0
    }

    .fancybox-button--left,
    .fancybox-button--right {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent
}

.fancybox-button--play:before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause:before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px
}

.fancybox-thumbs {
    display: none
}

.fancybox-button--thumbs {
    display: none
}

@media (min-width:800px) {
    .fancybox-button--thumbs {
        display: inline-block
    }

    .fancybox-button--thumbs span {
        font-size: 23px
    }

    .fancybox-button--thumbs:before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
    }

    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 99995
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        display: block
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 220px
    }

    .fancybox-thumbs>ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0
    }

    .fancybox-thumbs>ul>li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, 0.1)
    }

    .fancybox-thumbs>ul>li>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .fancybox-thumbs>ul>li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }

    .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
        opacity: 1
    }
}

header {
    background: #fff;
    position: relative
}

@media (min-width:1200px) {

    header .middleBar .container,
    header .topBar .container {
        max-width: 1470px
    }
}

header .topBar {
    background-color: #e8e8e8;
    padding: 3px 0
}

header .topBar .topUser {
    margin-right: auto;
    font-size: 17px;
    color: black;
    padding: 0 15px
}

header .topBar .top-heading-contactus {
    border-right: 1px solid #b0b0b0
}

header .topBar .top-heading-contactus,
header .topBar .topPhone {
    padding: 3px 10px;
    line-height: 1;
    font-size: 17px
}

header .topBar .top-heading-contactus span,
header .topBar .topPhone span {
    display: inline-block;
    padding-right: 10px;
    color: black
}

header .topBar .top-heading-contactus a,
header .topBar .topPhone a {
    display: inline-block;
    color: black;
    text-decoration: none
}

header .topBar .top-heading-contactus a:hover,
header .topBar .topPhone a:hover {
    color: #e32619
}

header .topBar .top-heading-contactus .fa,
header .topBar .topPhone .fa {
    margin-right: 5px
}

header .topBar .langSelect {
    padding: 0 15px;
    margin-right: 15px
}

header .topBar .langSelect .select li:not(.init) {
    float: right
}

header .topBar .currencySelect {
    max-width: 120px
}

header .topBar .currencySelect .select li:not(.init) {
    float: right
}

header .middleBar {
    padding-top: 20px;
    padding-bottom: 20px
}

header .middleBar .notWrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

header .middleBar .logo {
    padding: 0 30px 0 15px;
    width: 22%;
    min-width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .middleBar .logo img {
    max-width: 100%
}

header .middleBar .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: calc(100% - 420px);
    margin: 0 auto;
    padding: 4px 0
}

header .middleBar .search .form-group {
    width: calc(100% - 100px);
    background-color: white;
    margin-bottom: 0;
    position: relative
}

header .middleBar .search .form-control {
    height: 45px;
    border: 1px solid #c1c1c1;
    border-radius: 6px 0 0 6px;
    background: transparent
}

header .middleBar .search .bttn {
    width: 100px;
    height: 45px;
    background-color: #e32619;
    color: white;
    border: none;
    text-transform: none;
    font-size: 15px;
    font-weight: 300;
    margin-left: -1px;
    border-radius: 0 6px 6px 0
}

header .middleBar .accountItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header .middleBar .accountItems li {
    list-style: none;
    width: 100%;
    padding: 5px;
    border-right: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .middleBar .accountItems li:last-child {
    border-right: none
}

header .middleBar .accountItems li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: black;
    text-decoration: none;
    text-align: center;
    padding: 0 15px;
    white-space: nowrap
}

header .middleBar .accountItems li i {
    display: block;
    font-size: 22px;
    color: #676767;
    margin-bottom: 5px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

header .middleBar .accountItems li:last-child .svg {
    width: 45px;
    height: 45px
}

header .middleBar .accountItems li:last-child .svg path {
    fill: #676767
}

header .middleBar .accountItems li:last-child i {
    font-size: 38px;
    position: relative;
    padding-right: 29px;
    margin-bottom: 0;
    height: 45px
}

header .middleBar .accountItems li:last-child i em {
    width: 25px;
    height: 25px;
    background-color: #e32619;
    border-radius: 50%;
    border: 1px solid transparent;
    color: white;
    font-size: 11px;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    font-style: normal;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 12px;
    top: -10px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

header .middleBar .accountItems li:last-child i span {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    color: black;
    position: absolute;
    bottom: 6px;
    right: 0
}

header .middleBar .accountItems li:last-child a:focus i,
header .middleBar .accountItems li:last-child a:hover i {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

header .middleBar .accountItems li:last-child a:focus i .svg path,
header .middleBar .accountItems li:last-child a:hover i .svg path {
    fill: #e32619
}

header .middleBar .accountItems li:last-child a:focus em,
header .middleBar .accountItems li:last-child a:hover em {
    background-color: white;
    color: #e32619;
    border-color: #e32619
}

header .middleBar .accountItems li a:focus i,
header .middleBar .accountItems li a:hover i {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
    color: #e32619
}

header .middleBar .accountItems li.active a {
    color: #e32619
}

header .middleBar .accountItems li.active a i {
    color: #e32619
}

header .menuWrap {
    background-color: #2e2e2e;
    position: relative
}

header .menuWrap:before {
    display: block;
    content: "";
    background-color: #f9f9f9;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%
}

header .navbar {
    padding: 0
}

header #mainMenu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}



header #mainMenu .navbar-nav {
    width: 100%;
    height: 40px;
}

header #mainMenu .topMenu>.nav-item {
    width: 100%
}

header #mainMenu .topMenu>.nav-item.red {
    background-color: #e32619
}

header #mainMenu .topMenu>.nav-item:nth-child(-n+3) {
    background-color: #1f2024
}

header #mainMenu .topMenu>.nav-item>a {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    font-family: Verdana !important;
    text-decoration: none;
    padding: 9px;
    position: relative;
    z-index: 0
}

header #mainMenu .topMenu>.nav-item>a:before {
    display: block;
    content: "";
    height: 100%;
    width: 0;
    opacity: 0;
    background-color: #e32619;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

header #mainMenu .topMenu>.nav-item>a:after {
    display: block;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #5f5f5f;
    position: absolute;
    top: 0;
    right: 0
}

header #mainMenu .topMenu>.nav-item:last-child>a:after {
    display: none
}

header #mainMenu .topMenu>.nav-item.active a:before,
header #mainMenu .topMenu>.nav-item a:focus:before,
header #mainMenu .topMenu>.nav-item a:hover:before {
    opacity: 1;
    width: 100%
}

header #mainMenu .bottomMenu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header #mainMenu .bottomMenu>.nav-item {
    padding: 0 15px
}

header #mainMenu .bottomMenu>.nav-item>a {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #3b3b3b;
    text-decoration: none;
    padding: 10px 5px 8px;
    border-bottom: 2px solid transparent
}

header #mainMenu .bottomMenu>.nav-item>a i {
    margin-right: 10px
}

header #mainMenu .bottomMenu>.nav-item:last-child>a:before {
    display: none
}

header #mainMenu .bottomMenu>.nav-item.active a,
header #mainMenu .bottomMenu>.nav-item a:focus,
header #mainMenu .bottomMenu>.nav-item a:hover {
    border-color: #e32619;
    color: #e32619
}

header #mainMenu .bottomMenu>.nav-item.active a i,
header #mainMenu .bottomMenu>.nav-item a:focus i,
header #mainMenu .bottomMenu>.nav-item a:hover i {
    color: #e32619
}

.search-btn {
    display: none
}

@media (min-width:992px) and (max-width:1199px) {
    header .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header .logo img {
        margin: auto
    }

    header .middleBar .search {
        margin: auto
    }

    header #mainMenu .topMenu>.nav-item>a {
        font-size: 16px
    }
}

@media (min-width:768px) and (max-width:991px) {
    header .menuWrap:before {
        height: calc(50% - 4px)
    }

    header .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header .logo img {
        margin: auto
    }

    header .topBar .top-heading-contactus a,
    header .topBar .topPhone a {
        font-size: 0
    }

    header .topBar .top-heading-contactus a i,
    header .topBar .topPhone a i {
        font-size: 20px
    }

    header .middleBar {
        padding-top: 15px;
        padding-bottom: 15px
    }

    header .middleBar .search {
        margin: auto
    }

    header .middleBar .search .form-group {
        width: calc(100% - 75px)
    }

    header .middleBar .search .bttn {
        width: 70px;
        padding: 5px;
        margin-left: 5px;
        font-size: 12px
    }

    header .middleBar .accountItems li i {
        font-size: 19px
    }

    header .middleBar .accountItems li a {
        font-size: 11px;
        padding: 0 7px
    }

    header .middleBar .accountItems li:last-child i {
        font-size: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    header .middleBar .accountItems li:last-child i .svg {
        width: 35px;
        height: 35px
    }

    header .middleBar .accountItems li:last-child i span {
        font-size: 13px
    }

    header #mainMenu .topMenu>.nav-item>a {
        font-size: 13px;
        padding: 13px 0
    }

    header #mainMenu .bottomMenu>.nav-item>a {
        font-size: 13px
    }
}

@media (max-width:767px) {
    header .topBar .topUser {
        display: none
    }

    header .topBar .top-heading-contactus,
    header .topBar .topPhone {
        padding: 3px 5px
    }

    header .topBar .top-heading-contactus a,
    header .topBar .topPhone a {
        font-size: 0
    }

    header .topBar .top-heading-contactus a i,
    header .topBar .topPhone a i {
        font-size: 20px
    }

    header .topBar .langSelect {
        max-width: 140px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 5px;
        margin-left: auto
    }

    header .topBar .langSelect .select li:not(.init) {
        float: right
    }

    header .topBar .currencySelect {
        max-width: 100px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 5px;
        margin-left: auto
    }

    header .topBar .currencySelect .select li:not(.init) {
        float: right
    }

    header .middleBar {
        background-color: #f9f9f9;
        padding-top: 5px;
        padding-bottom: 5px
    }

    header .middleBar .logo {
        width: 140px;
        min-width: 140px;
        padding: 5px 15px
    }

    header .middleBar .search {
        display: none
    }

    header .middleBar .accountItems {
        right: 60px;
        position: absolute
    }

    header .middleBar .accountItems li {
        border: 0
    }

    header .middleBar .accountItems .saved-items-li {
        display: none
    }

    header .middleBar .accountItems li a {
        font-size: 0;
        padding: 0 5px
    }

    header .middleBar .accountItems li.md {
        display: none
    }

    header .middleBar .accountItems li i {
        font-size: 20px;
        padding-top: 0;
        margin-bottom: 0
    }

    header .middleBar .accountItems .search-btn {
        display: block
    }

    header .middleBar .accountItems li:last-child i {
        font-size: 20px;
        height: 30px;
        padding: 0
    }

    header .middleBar .accountItems li:last-child i .svg {
        width: 30px;
        height: 30px
    }

    header .middleBar .accountItems li:last-child i span {
        font-size: 12px;
        display: none
    }

    header .middleBar .accountItems li:last-child i em {
        right: -15px;
        top: -5px;
        width: 20px;
        height: 20px
    }

    header .menuWrap,
    header .menuWrap:before {
        background-color: transparent
    }

    header .menuWrap .navbar {
        position: relative
    }

    header .navbar-toggler {
        position: absolute;
        top: -54px;
        right: 0px;
        color: #e32619;
        font-size: 22px
    }

    header #mainMenu {
        position: absolute;
        z-index: 200;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #3c3c3c;
        -webkit-box-shadow: #777777 0px 5px 10px;
        box-shadow: #777777 0px 5px 10px;
        padding-top: 20px
    }

    header #mainMenu .topMenu {
        background-color: transparent;
        margin-bottom: 15px
    }

    header #mainMenu .topMenu>.nav-item {
        background-color: transparent !important
    }

    header #mainMenu .topMenu>.nav-item>a {
        color: #fff;
        font-size: 16px;
        padding: 5px
    }

    header #mainMenu .bottomMenu {
        background: rgba(0, 0, 0, 0.35);
        padding: 15px 0px;
        border-top: 3px solid #e32619;
        border-bottom: 3px solid #e32619
    }

    header #mainMenu .bottomMenu>.nav-item a {
        border: 0;
        font-weight: normal;
        color: #fff;
        padding: 5px
    }
}

@media (max-width:575px) {
    header {}
}

header .menuWrap {
    position: relative
}

header .navbar {
    position: static
}

header .bottomMenu {
    position: relative
}

/*

.nav-item.mega>a:after {
    display: none !important
}

.nav-item.mega .dropdown-menu {
    top: 39px;
    width: 80%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-radius: 0;
    border: none;
    transition: all 2s ease-in-out;
    background-color: #f0f0f0

}

@media (min-width:992px) {
    .nav-item.mega:hover>.dropdown-menu {
        display: block
    }
}

.nav-item.mega .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 15px 0
}

.nav-item.mega .container li {
    width: 7.666%;
    padding: 10px;
    border: 1px solid #e9e9e9
}

.nav-item.mega .container li img {
    max-width: 100%;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.nav-item.mega .container li a:hover img {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95)
}

.nav-item.mega .dropdown-menu.manufacturer-menu .container li {
    width: 14.28%
}

.nav-item.normal {
    position: relative
}

.nav-item.normal>a:after {
    display: none !important
}

.nav-item.normal>.dropdown-menu {
    background-color: black;
    border: none;
    border-radius: 0;
    margin-top: -1px;
    min-width: 540px;
    transition: all 2s ease-in-out;
}

.nav-item.normal>.dropdown-menu li {
    width: 50%;
    border-right: 1px solid #333333
}

.nav-item.normal>.dropdown-menu li:nth-of-type(2n+2) {
    border-right: none
}

.nav-item.normal>.dropdown-menu a {
    display: block;
    padding: 5px 15px;
    font-size: 15px;
    text-decoration: none;
    color: white
}

.nav-item.normal>.dropdown-menu a:hover {
    background-color: #ff6e26
}

@media (min-width:992px) {
    .nav-item.normal:hover>.dropdown-menu {
        transition: all 3s ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.nav-item.normal .dropdown-submenu {
    position: relative
}

.nav-item.normal .dropdown-submenu>.dropdown-menu {
    background-color: #333;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 2px 2px 2px;
    width: 100%;
    top: 8px
}

.nav-item.normal .dropdown-submenu>.dropdown-menu li {
    width: 100%
}

.nav-item.normal .dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.nav-item.normal .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -5px
}

.nav-item.normal .dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.nav-item.normal .dropdown-submenu.pull-left {
    float: none
}

.nav-item.normal .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}
*/


.nav-item.mega>a:after {
    display: none !important
}

.nav-item.mega .dropdown-menu {
    top: 39px;
    width: 80%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-radius: 0;
    border: none;
    background-color: #f0f0f0
}

@media (min-width:992px) {
    
    .nav-item.mega:hover>.dropdown-menu {
        display: block;
        transition-duration:.3s;
        transition-timing-function:ease;
        transition-delay: 10s;
    }
    
}

.nav-item.mega .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 15px 0
}

.nav-item.mega .container li {
    width: 7.666%;
    padding: 10px;
    border: 1px solid #e9e9e9
}

.nav-item.mega .container li img {
    max-width: 100%;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.nav-item.mega .container li a:hover img {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95)
}

.nav-item.mega .dropdown-menu.manufacturer-menu .container li {
    width: 14.28%
}

.nav-item.normal {
    position: relative
}

.nav-item.normal>a:after {
    display: none !important
}

.nav-item.normal>.dropdown-menu {
    background-color: black;
    border: none;
    border-radius: 0;
    margin-top: -1px;
    min-width: 540px;
    display: none;
}

.nav-item.normal>.dropdown-menu li {
    width: 50%;
    border-right: 1px solid #333333
}

.nav-item.normal>.dropdown-menu li:nth-of-type(2n+2) {
    border-right: none
}

.nav-item.normal>.dropdown-menu a {
    display: block;
    padding: 5px 15px;
    font-size: 15px;
    font-family: Verdana !important;
    text-decoration: none;
    color: white
}

.nav-item.normal>.dropdown-menu a:hover {
    background-color: #e32619
}

@media (min-width:992px) {
    .nav-item.normal.menushow>.dropdown-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.nav-item.normal .dropdown-submenu {
    position: relative
}

.nav-item.normal .dropdown-submenu>.dropdown-menu {
    background-color: #333;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 2px 2px 2px;
    width: 100%;
    top: 8px
}

.nav-item.normal .dropdown-submenu>.dropdown-menu li {
    width: 100%
}

.nav-item.normal .dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.nav-item.normal .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -5px
}

.nav-item.normal .dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.nav-item.normal .dropdown-submenu.pull-left {
    float: none
}

.nav-item.normal .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px
}


#menuWrap.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999
}

header #mainMenu .bottomMenu>.nav-item.red-bg a {
    color: #f52020
}

header #mainMenu .bottomMenu>.nav-item>a i {
    margin-right: 5px
}

@media (max-width:1199px) {
    header #mainMenu .bottomMenu>.nav-item {
        padding: 0 5px
    }

    header #mainMenu .bottomMenu>.nav-item>a i {
        margin-right: 0
    }
}

@media (max-width:991px) and (min-width:768px) {
    header #mainMenu .bottomMenu>.nav-item {
        padding: 0
    }

    header #mainMenu .bottomMenu>.nav-item>a {
        font-size: 12px
    }
}

footer {
    background: #2e2e2e;
    border-bottom: 4px solid #e32619
}

footer *,
footer a {
}

footer p {
    font-size: 15px;
    margin-bottom: 15px
}

footer #help-block-footer {
    display: block;
    width: 100%;
    padding-top: 5px
}

footer #help-block-footer .form-error li {
    list-style: none;
    font-size: 15px;
    color: rgba(255, 108, 0, 0.7);
    text-align: center
}

footer .email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0
}

footer .email form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .email .title {
    width: 120px;
    font-size: 20px;
    color: #e32619;
    line-height: 1;
    padding: 11px 3px 11px 0
}

footer .email .title i {
    margin-right: 3px;
    color: #e32619;
    font-size: 27px
}

footer .email .form-group {
    width: calc(100% - 220px);
    margin: 0
}

footer .email .form-control {
    height: 50px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    font-size: 16px;
    color: white
}

footer .email .form-control:focus {
    border-color: #e32619
}

footer .email button {
    width: 100px;
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
    height: 50px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    position: relative;
    cursor: pointer
}

footer .email button:hover {
    background-color: #121212;
    color: #e32619
}

footer .touchInfo {
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

footer .extraLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -10px
}

footer .extraLinks li {
    list-style: none;
    position: relative
}

footer .extraLinks li:before {
    display: block;
    content: "";
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

footer .extraLinks li:last-child:before {
    display: none
}

footer .extraLinks li a {
    display: block;
    text-decoration: none;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6)
}

footer .extraLinks li a:hover {
    color: #e32619
}

footer .extraLinks.first li a {
    color: rgba(255, 255, 255, 0.8)
}

footer .footerContactWrap {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    margin-bottom: 20px
}

footer .footerContactWrap .label {
    font-size: 17px;
    font-weight: 300;
    color: #c2c2c2;
    margin-right: 10px
}

footer .footerLinks {
    margin-top: 15px;
    margin-bottom: 40px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

footer .footerLinks ul {
    width: 35%;
    padding-top: 40px;
    position: relative;
    -webkit-columns: 2;
    columns: 2
}

footer .footerLinks ul:nth-child(2) {
    width: 65%;
    -webkit-columns: 4;
    columns: 4
}

footer .footerLinks li {
    list-style: none;
    padding: 3px 15px
}

footer .footerLinks li:first-child {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 16px
}

footer .footerLinks li a {
    display: block;
    color: #979797;
    font-size: 14px;
    text-decoration: none;
    line-height: 1
}

footer .footerLinks li a:hover {
    color: #e32619
}

footer .copyrightWrap {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px
}

footer .copyrightWrap .footerLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .copyrightWrap .footerLogo img {
    max-width: 100%;
    margin: 0 auto 0 0
}

footer .copyrightWrap .copyright span {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 15px;
    line-height: 1.1
}

footer .paymentLogos {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 15px -5px 0
}

footer .paymentLogos li {
    list-style: none;
    padding: 0 5px
}

footer .paymentLogos li img {
    border-radius: 5px
}

footer .footerSocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

footer .footerSocial .label {
    padding: 3px 10px
}

footer .footerSocial .fa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    width: 40px;
    height: 30px;
    border-radius: 5px;
    border: 2px solid transparent;
    font-size: 16px;
    color: white;
    margin-left: 8px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

footer .footerSocial .fa.fa-facebook {
    background-color: #3765a3
}

footer .footerSocial .fa.fa-twitter {
    background-color: #55acee
}

footer .footerSocial .fa.fa-google-plus {
    background-color: #d44132
}

footer .footerSocial .fa.fa-youtube-play {
    background-color: #cf1f1f
}

footer .footerSocial .fa.fa-instagram {
    background-color: #375989
}

footer .footerSocial .fa:hover {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px)
}

footer .footerContact a {
    font-size: 20px;
    text-decoration: none;
    margin-left: 15px;
    font-weight: 500;
    color: #c2c2c2
}

footer .footerContact a:hover {
    color: #e32619
}

@media (min-width:768px) and (max-width:991px) {
    footer .email {
        margin-bottom: 15px
    }

    footer .email .title {
        font-size: 16px
    }

    footer .footerContactWrap .label {
        display: none
    }

    footer .extraLinks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .footerLinks ul:nth-child(2) {
        -webkit-columns: 3;
        columns: 3
    }
}

@media (max-width:767px) {
    footer {
        padding-top: 25px
    }

    footer p {
        display: none
    }

    footer .email {
        margin-bottom: 25px
    }

    footer .email .title {
        width: 100%;
        text-align: center;
        font-size: 15px
    }

    footer .email .title i {
        font-size: 18px
    }

    footer .email .form-group {
        width: calc(100% - 100px)
    }

    footer .email button {
        width: 100px;
        font-size: 14px
    }

    footer .footerContactWrap {
        text-align: center
    }

    footer .footerContactWrap .label {
        display: none
    }

    footer .footerContactWrap .footerContact {
        margin-bottom: 10px
    }

    footer .footerContactWrap .footerContact a {
        display: block;
        font-size: 16px
    }

    footer .footerContactWrap .footerSocial {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .extraLinks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer .extraLinks li a {
        font-size: 13px
    }

    footer .footerLinks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .footerLinks ul:first-child li:first-of-type,
    footer .footerLinks ul:nth-child(2) li:first-of-type {
        display: block !important;
        text-align: center;
        width: 90%;
        color: #e32619;
        background: rgba(140, 140, 140, 0.18);
        margin: 0 auto 10px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    footer .footerLinks ul:first-child li:last-of-type {
        margin-bottom: 20px
    }

    footer .footerLinks ul,
    footer .footerLinks ul:nth-child(2) {
        -webkit-columns: 1;
        columns: 1;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .footerLinks ul:nth-child(2) li,
    footer .footerLinks ul li {
        display: none;
        width: 33.3%
    }

    footer .copyrightWrap .footerLogo {
        display: none
    }

    footer .copyrightWrap .paymentLogos {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .copyrightWrap .copyright span {
        text-align: center;
        line-height: 1.4
    }
}

.profileDashboard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    position: relative
}

.profileDashboard:before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 50%
}

.profileDashboard li {
    list-style: none;
    width: 50%;
    padding: 0 30px 0 110px;
    margin-bottom: 25px;
    position: relative
}

.profileDashboard li a {
    display: block;
    text-decoration: none
}

.profileDashboard li i {
    width: 50px;
    height: 50px;
    border: 1px solid white;
    outline: 3px solid #e32619;
    background-color: #e32619;
    color: white;
    position: absolute;
    top: 5px;
    left: 40px;
    text-align: center;
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    line-height: 1;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.profileDashboard li i:before {
    display: block;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.profileDashboard li .label {
    font-size: 18px;
    color: black
}

.profileDashboard li .label>* {
    display: block;
    line-height: 1.2
}

.profileDashboard li p {
    font-size: 15px;
    color: black;
    margin-bottom: 0;
    line-height: 1.3
}

.profileDashboard li:hover i {
    background-color: black;
    outline-color: black
}

.profileDashboard li:hover i:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width:767px) {
    .profileDashboard:before {
        display: none
    }

    .profileDashboard li {
        width: 100%;
        padding: 0 15px 0 80px
    }

    .profileDashboard li i {
        left: 10px
    }
}

@media (max-width:575px) {
    .profileDashboard:before {
        display: none
    }

    .profileDashboard li {
        padding: 0 15px 0 70px
    }

    .profileDashboard li .label {
        font-size: 15px
    }

    .profileDashboard li p {
        font-size: 13px
    }

    .profileDashboard li i {
        left: 10px;
        width: 40px;
        height: 40px;
        top: 10px;
        font-size: 30px
    }
}

.logWrap {
    position: relative;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left
}

.logWrap:before {
    display: block;
    content: "";
    height: 90%;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.logWrap.no-brdr:before {
    display: none
}

.logWrap .loginForm,
.logWrap .signupForm {
    width: 45%
}

.logWrap #guestLogin {
    padding-top: 20px;
    border-top: 2px solid #e0e0e0;
    position: relative
}

.logWrap #guestLogin:before {
    display: block;
    content: "Or";
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: white;
    font-size: 24px;
    font-weight: 600;
    color: #e32619;
    padding: 0 10px
}

.logWrap #guestLogin .form-group {
    padding: 0
}

.logWrap p {
    margin-bottom: 25px
}

.logWrap p a {
    color: #e32619
}

.logWrap label {
    display: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6
}

.logWrap .form-group {
    padding: 0 15px;
    margin-bottom: 25px
}

.logWrap .form-group p {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 108, 0, 0.7);
    font-weight: 500;
    position: absolute;
    text-align: right
}

.logWrap .form-control {
    border: 1px solid #C8C8C8;
    height: 45px !important;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0
}

.logWrap .form-error {
    padding: 0
}

.logWrap .form-error li {
    list-style: none;
    font-size: 12px;
    color: rgba(255, 108, 0, 0.7)
}

.logWrap .be-select.foundUs {
    height: 45px;
    width: 100%
}

.logWrap .be-select.foundUs .select {
    height: 45px;
    width: 100%;
    border: 1px solid #C8C8C8;
    padding: 0
}

.logWrap .be-select.foundUs .select li {
    font-size: 14px;
    padding: 10px 10px
}

.logWrap .be-select.foundUs .select li:not(.init) {
    padding: 7px 15px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 12px
}

.logWrap textarea.form-control {
    height: 180px !important
}

.logWrap .terms {
    font-size: 12px
}

.logWrap .terms label {
    display: inline;
    cursor: pointer;
    font-size: 13px
}

.logWrap .terms label input {
    margin-right: 5px;
    vertical-align: middle
}

.logWrap .bttn {
    padding: 10px 35px;
    border: none;
    background-color: black;
    color: white;
    border-radius: 0;
    font-weight: 400
}

.logWrap .bttn:hover {
    background-color: #e32619
}

.logWrap .alert {
    border: none;
    border-bottom: 20px solid white !important
}

.login,
.signup {
    margin: 0 -15px
}

@media (max-width:767px) {
    .logWrap:before {
        display: none
    }

    .logWrap .loginForm,
    .logWrap .signupForm {
        width: 100%
    }

    .logWrap .loginForm {
        margin-bottom: 25px;
        border-bottom: 1px solid #ccc
    }

    .logWrap .form-control {
        height: 40px !important
    }

    .logWrap textarea.form-control {
        height: 150px !important
    }
}

p.terms {
    padding: 0 15px
}

select.form-control {
    background: white url("../images/select-bg.png") no-repeat right 15px center
}

.labelEffict .form-group {
    position: relative
}

.labelEffict label {
    display: none;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 30px;
    width: auto;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    padding: 0;
    margin: 0
}

.labelEffict label.active,
.labelEffict label.active.highlight {
    left: 100px;
    opacity: 0
}

.profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0 0 35px 0
}

.profile h2 {
    width: 100%;
    padding: 0 15px 15px;
    margin-bottom: 15px
}

.profile .form-group {
    width: 50%;
    padding: 0 15px
}

.profile .form-group.wide {
    width: 100%
}

.profile .form-control {
    border: 1px solid #C8C8C8;
    height: 45px !important;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500
}

.profile textarea.form-control {
    height: 180px !important
}

.profile .form-error {
    padding: 0
}

.profile .form-error li {
    list-style: none;
    font-size: 12px;
    color: rgba(255, 108, 0, 0.7)
}

.profile hr {
    display: block;
    width: 100%;
    margin: 20px 0 40px;
    height: 1px
}

.profile .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    padding: 0 10px
}

.profile .date .form-group:nth-of-type(2) {
    width: 24%
}

.profile .date .form-group {
    width: 38%;
    padding: 0 5px
}

.profile .bttn {
    margin-top: 30px;
    padding: 13px 35px;
    border-radius: 3px;
    border: 1px solid #C8C8C8
}

.profile .bttn:hover {
    background-color: #e32619
}

@media (max-width:767px) {

    .profile .date,
    .profile .form-group {
        width: 100%
    }

    .profile .form-control {
        height: 40px !important
    }

    .profile textarea.form-control {
        height: 150px
    }
}

.orderListing {
    padding: 0;
    margin: 0 -15px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.orderListing>li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 10px 0 0;
    position: relative;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    width: calc(33.333333% - 14px);
    margin: 0 7px 14px
}

.orderListing>li:nth-of-type(2n) {
    background-color: #f9f9f9
}

.orderListing>li ol {
    width: calc(100% - 350px);
    padding-left: 0
}

.orderListing>li ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.orderListing>li ol .img {
    display: block;
    width: 80px;
    padding: 0 5px;
    border-right: 1px solid #eee
}

.orderListing>li ol .img img {
    max-width: 100%
}

.orderListing>li ol div {
    width: calc(100% - 80px);
    padding: 0 15px
}

.orderListing>li ol div p {
    font-size: 14px;
    line-height: 1.4;
    color: #777;
    margin-bottom: 10px
}

.orderListing>li ol div p span {
    padding: 0 10px
}

.orderListing>li ol div p span:first-of-type {
    padding-left: 0
}

.orderListing>li ol h2 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    color: black
}

@media (max-width:991px) {
    .orderListing>li ol h2 {
        font-size: 15px
    }
}

.orderListing>li ol h2 small {
    display: block;
    color: #777;
    font-size: 15px;
    padding-top: 5px
}

.orderListing>li .orderAddress,
.orderListing>li .orders {
    display: block;
    font-size: 14px;
    padding: 0 0 0 15px;
    border-left: 1px solid #eee
}

.orderListing>li .orderAddress p,
.orderListing>li .orders p {
    font-size: 14px;
    line-height: 1.3;
    color: #777;
    margin-bottom: 10px
}

.orderListing>li .orderAddress p strong,
.orderListing>li .orders p strong {
    color: black;
    font-weight: 500
}

.orderListing>li .orderAddress p em,
.orderListing>li .orders p em {
    font-style: normal
}

.orderListing>li .orderAddress {
    width: 200px
}

.orderListing>li .orders {
    width: calc(100% - 200px);
    text-align: center
}

.orderListing>li .orders p:first-of-type {
    color: #e32619
}

.orderListing>li .orders p:nth-of-type(2) {
    color: #757575
}

.orderListing .reorderBtn,
.orderListing .trackingBtn {
    display: inline-block;
    padding: 5px 25px;
    border: 1px solid white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 11px;
    text-align: center;
    background-color: #838383;
    color: white
}

.orderListing .reorderBtn {
    background-color: #f52020
}

.orderListing .reorderBtn:hover {
    background-color: #d80a0a
}

.orderListing .trackingBtn {
    background-color: black
}

.orderListing .trackingBtn:hover {
    background-color: #262626
}

.orderListing sup {
    top: -2px
}

@media (max-width:1199px) {
    .orderListing>li {
        width: calc(50% - 14px)
    }
}

@media (max-width:575px) {
    .orderListing>li {
        width: calc(100% - 14px)
    }
}

@media (max-width:767px) {
    .orderListing>li {
        width: calc(100% - 14px)
    }

    .orderListing>li ol {
        width: 100%;
        margin-bottom: 10px;
        padding: 0 15px
    }

    .orderListing>li ol h2 {
        font-size: 14px
    }

    .orderListing>li ol h2 small {
        font-size: 13px
    }

    .orderListing>li ol .img {
        width: 60px;
        border-right: none
    }

    .orderListing>li ol div {
        width: calc(100% - 80px)
    }

    .orderListing>li ol div p {
        font-size: 13px
    }

    .orderListing>li .orderAddress {
        width: 50%;
        border-left: none;
        padding: 0 15px
    }

    .orderListing>li .orderAddress p {
        font-size: 13px
    }

    .orderListing>li .orders {
        width: 50%;
        padding: 0 15px
    }

    .orderListing>li .orders p {
        font-size: 13px
    }
}

@media (max-width:414px) {
    .orderListing>li .orderAddress {
        width: 100%
    }

    .orderListing>li .orders {
        width: 100%
    }
}

.addressList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 -7px 25px
}

.addressList .item {
    width: calc(33.333333% - 14px);
    margin: 0 7px 14px;
    padding: 15px 15px 50px;
    border: 1px solid #f0f0f0;
    position: relative;
    background-color: #fcfcfc
}

.addressList .item span {
    font-size: 14px;
    color: #333
}

.addressList .item .delete,
.addressList .item .edit {
    display: block;
    position: absolute;
    bottom: 5px;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
    width: 80px;
    background-color: white;
    border: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;
    height: 27px;
    line-height: 1.3
}

.addressList .item .edit {
    left: 15px;
    color: black;
    border-color: rgba(0, 0, 0, 0.5)
}

.addressList .item .edit:hover {
    background-color: black;
    color: white
}

.addressList .item .delete {
    left: 100px;
    color: #f52020;
    border-color: rgba(245, 32, 32, 0.5)
}

.addressList .item .delete:hover {
    background-color: #f52020;
    color: white
}

@media (max-width:767px) {
    .addressList .item {
        width: 47%
    }
}

@media (max-width:575px) {
    .addressList .item {
        width: 100%
    }
}


.bttn.save {
    border-color: #00aeef !important;
    color: #00aeef !important
}

.bttn.save:hover {
    background-color: #00aeef;
    color: white !important
}



@media (max-width:767px) {
    .not-confirmed-box div {
        font-size: 14px
    }

    .not-confirmed-box div a {
        color: #e32619;
        text-decoration: underline
    }

    .not-confirmed-box div small {
        line-height: 1.4;
        display: block;
        padding-top: 10px
    }
}

.transactions-tbl {
    border-spacing: 1px;
    border-collapse: collapse;
    background: white;
    border-radius: 2px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.transactions-tbl * {
    position: relative
}

.transactions-tbl td,
.transactions-tbl th {
    padding: 10px 5px
}

.transactions-tbl th {
    color: #fff;
    font-size: 14px
}

.transactions-tbl thead tr {
    background: #f58220;
    font-size: 16px
}

.transactions-tbl tbody tr {
    border-bottom: 1px solid #E3F1D5;
    background: #fff
}

.transactions-tbl tbody tr:last-child {
    border: 0
}

.transactions-tbl tbody tr:nth-of-type(2n+2) {
    background: #f0f0f0
}

.transactions-tbl td,
.transactions-tbl th {
    text-align: left
}

.transactions-tbl td.l,
.transactions-tbl th.l {
    text-align: right
}

.transactions-tbl td.c,
.transactions-tbl th.c {
    text-align: center
}

.transactions-tbl td.r,
.transactions-tbl th.r {
    text-align: left
}

.transactions-tbl td {
    font-size: 13px
}

.transactions-tbl .notes-td {
    max-width: 400px
}

@media (max-width:991px) {
    .transactions-tbl {
        display: block
    }

    .transactions-tbl>*,
    .transactions-tbl td,
    .transactions-tbl th,
    .transactions-tbl tr {
        display: block
    }

    .transactions-tbl td,
    .transactions-tbl th {
        padding: 6px 5px
    }

    .transactions-tbl thead {
        display: none
    }

    .transactions-tbl tbody tr {
        height: auto;
        padding: 8px 0
    }

    .transactions-tbl tbody tr td {
        padding-left: 45%
    }

    .transactions-tbl tbody tr td:last-child {
        margin-bottom: 0
    }

    .transactions-tbl tbody tr td:before {
        content: attr(data-title);
        position: absolute;
        font-weight: 700;
        width: 40%;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        height: 100%;
        background: #e32619;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 10px;
        color: #fff
    }

    .transactions-tbl .notes-td {
        max-width: 100%
    }
}

@media (max-width:575px) {
    .transactions-tbl tbody tr td {
        padding-left: 50%;
        font-size: 13px
    }

    .transactions-tbl tbody tr td:last-child {
        margin-bottom: 0
    }

    .transactions-tbl tbody tr td:before {
        width: 45%
    }
}

.charge-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    padding: 15px 0;
    margin-bottom: 30px
}

.charge-container .balance-info,
.charge-container .billing-info {
    width: 50%;
    padding: 15px 30px
}

.charge-container .balance-info {
    border-right: 1px solid #e0e0e0
}

.charge-container .sec-title {
    font-size: 20px;
    font-weight: 500;
    color: #f58220;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative
}

.charge-container .sec-title:before {
    display: block;
    content: "";
    height: 1px;
    width: 100px;
    background-color: #f58220;
    position: absolute;
    bottom: 0;
    left: 0
}

.charge-container i {
    margin-right: 0;
    width: 25px
}

.charge-container p.name {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.charge-container address {
    font-size: 14px;
    margin-bottom: 10px
}

.charge-container .phone {
    font-size: 14px
}

.charge-container .table {
    margin-bottom: 0
}

.charge-container .table td,
.charge-container .table th {
    padding: 5px;
    font-size: 15px
}

.charge-container .form-control {
    height: 45px !important;
    font-size: 14px;
    border-radius: 0px
}

.charge-container #notes {
    width: 100%;
    height: 90px !important;
    padding: 5px;
    border-radius: 5px;
    resize: none;
    font-size: 14px
}

.charge-container .table tr:first-child td {
    border-top: none
}

.charge-container .blnce-val-lbl {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    line-height: 1;
    color: #777;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 15px
}

.charge-container .credit_info-blnce {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    margin-top: 15px
}

.charge-container .credit_info-blnce:before {
    display: block;
    content: attr(data-label);
    font-size: 13px;
    padding: 10px 0 5px;
    color: #999
}

.charge-container .credit_info-blnce .exp_date {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.charge-container .credit_info-blnce .exp_date>* {
    width: 90%;
    margin-left: 5px
}

.charge-container .credit_info-blnce .exp_date>* .form-group {
    margin-bottom: 0
}

.charge-container .credit_info-blnce .exp_date>* .form-group .form-control {
    font-size: 12px
}

.charge-container .form-error {
    padding: 0
}

.charge-container .form-error li {
    list-style: none;
    font-size: 12px;
    color: rgba(255, 108, 0, 0.7)
}

@media (min-width:768px) and (max-width:991px) {

    .charge-container .balance-info,
    .charge-container .billing-info {
        padding: 15px 20px
    }

    .charge-container .credit_info-blnce .exp_date {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .charge-container .credit_info-blnce .exp_date label {
        width: 100%;
        margin-left: 0
    }

    .charge-container .credit_info-blnce .exp_date>div {
        width: calc(50% - 5px)
    }
}

@media (max-width:767px) {
    .charge-container .form-control {
        height: 35px !important
    }

    .charge-container .balance-info,
    .charge-container .billing-info {
        padding: 15px 20px;
        width: 100%
    }

    .charge-container .balance-info {
        border-right: 0px;
        border-bottom: 1px solid #e0e0e0
    }

    .charge-container .credit_info-blnce .exp_date {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .charge-container .credit_info-blnce .exp_date label {
        width: 100%;
        margin-left: 0
    }

    .charge-container .credit_info-blnce .exp_date>div {
        width: calc(50% - 5px)
    }
}

@media (max-width:575px) {

    .charge-container .balance-info,
    .charge-container .billing-info {
        padding: 15px 10px
    }

    .charge-container .credit_info-blnce .exp_date {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .charge-container .credit_info-blnce .exp_date label {
        width: 100%;
        margin-left: 0
    }

    .charge-container .credit_info-blnce .exp_date>div {
        width: calc(50% - 5px)
    }
}

.currency-note {
    font-size: 14px;
    color: #e32619
}

.order-details-page .step5Content>p {
    font-size: 16px
}

.order-details-page h2 a {
    float: none !important;
    text-decoration: none !important
}

.order-details-page h2 a:after {
    font-family: FontAwesome;
    margin-left: 2px;
    content: "";
    font-size: 10px
}

.order-details-page .digital-p {
    font-size: 13px !important
}

.order-details-page .digital-p span {
    text-decoration: underline
}

.order-details-page .paymentWrap table {
    width: 100%
}

.order-details-page .paymentWrap table td:first-of-type {
    padding-right: 15px
}

.order-details-page-side #coupon_code_form .form-control {
    width: 100% !important;
    border-right: 1px solid #f52020 !important
}


.infoBlock {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    right: 50px;
    left: auto;
    max-width: 350px;
    background: transparent;
    overflow: hidden;
    padding: 0;
    line-height: 0
}

.infoBlock img {
    display: block;
    line-height: 1;
    max-width: 100%
}

section h2 {
    color: #3b3b3b;
    font-size: 24px;
    line-height: 1;
    width: calc(100% - 120px);
    margin: 0 auto;
    border-bottom: 1px solid #cecece;
    margin-bottom: 20px;
    padding: 20px 0 10px
}

section h2 a {
    display: inline-block;
    margin-left: 15px;
    color: #e32619;
    font-size: 15px;
    border: 1px solid rgba(255, 108, 0, 0.5);
    border-radius: 5px;
    padding: 5px 15px;
    text-decoration: none
}

section h2 a:hover {
    color: white;
    background-color: #e32619;
    text-decoration: none
}

@media (max-width:991px) {
    section h2 {
        width: 100%
    }
}

@media (max-width:767px) {
    section h2 {
        padding: 20px 0;
        font-size: 20px
    }
}

@media (max-width:575px) {
    section h2 {
        padding: 20px 15px
    }
}

.ad-wrap {
    width: calc(100% - 120px);
    margin: 0 auto
}

@media (max-width:991px) {
    .ad-wrap {
        width: 100%
    }
}

@media (max-width:575px) {
    .ad-wrap {
        margin: 0 auto
    }
}

.ad-wrap a {
    display: block;
    text-decoration: none;
    line-height: 0;
    position: relative;
    overflow: hidden
}

.ad-wrap a:hover img {
    opacity: 0.9
}

.ad-wrap img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (max-width:767px) {
    .ad-wrap img {
        display: none
    }
}

.ad-wrap img.mob {
    display: none
}

@media (max-width:767px) {
    .ad-wrap img.mob {
        display: block
    }
}

.ad-wrap.ad-one {
    line-height: 0;
    display: block;
    position: relative;
    overflow: hidden;
    background: black;
    margin-bottom: 30px
}

.ad-wrap.pding {
    padding: 7px 0
}

.ad-wrap.pdngtop {
    padding-top: 24px
}

.ad-wrap.pdngbtm {
    padding-bottom: 14px
}

.ad-wrap.mgbtm {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .ad-wrap.mgbtm {
        margin-bottom: 0
    }
}

.ad-wrap.ad-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ad-wrap.ad-three a:first-of-type,
.ad-wrap.ad-three a:last-of-type {
    width: 25%
}

.ad-wrap.ad-three a:nth-of-type(2) {
    width: 50%;
    padding-right: 7px;
    padding-left: 7px
}

.ad-wrap.ad-three a:first-of-type {
    padding-right: 7px
}

.ad-wrap.ad-three a:last-of-type {
    padding-left: 7px
}

@media (max-width:767px) {
    .ad-wrap.ad-three a:first-of-type {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        padding-left: 0;
        padding-right: 7px
    }

    .ad-wrap.ad-three a:nth-of-type(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 14px
    }

    .ad-wrap.ad-three a:last-of-type {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 50%;
        padding-left: 7px;
        padding-right: 0
    }
}

.ad-wrap.ad-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ad-wrap.ad-two a {
    width: 50%
}

.ad-wrap.ad-two a:first-of-type {
    padding-right: 7px
}

.ad-wrap.ad-two a:last-of-type {
    padding-left: 7px
}

@media (max-width:767px) {
    .ad-wrap.ad-two a:first-of-type {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 14px
    }

    .ad-wrap.ad-two a:last-of-type {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 14px
    }
}

.listH1 {
    font-size: 30px
}

@media (max-width:767px) {
    .listH1 {
        font-size: 25px
    }
}

.filterVideos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    height: auto !important
}

.filterVideos:before {
    display: none
}

.filterVideos li {
    list-style: none;
    padding: 5px;
    width: 100%
}

.filterVideos a {
    border: 1px solid #f0f0f0;
    padding: 7px 25px;
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 1;
    font-size: 17px
}

.filterVideos a[aria-expanded=true] {
    background-color: #e32619;
    color: white;
    border-color: white
}

.videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px
}

.videos li {
    list-style: none;
    width: 25%;
    padding: 15px
}

.videos a {
    display: block;
    text-decoration: none
}

.videos .overlay {
    position: relative;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    padding-top: 75%
}

.videos .overlay img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.videos .overlay:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s
}

@-webkit-keyframes flash {
    0% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes flash {
    0% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.videos .title {
    display: block;
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1
}

.videos time {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
    color: #fff;
    font-size: 13px
}

@media (min-width:768px) {
    .be-select .filterVideos.select {
        position: static !important
    }

    .be-select .filterVideos.select li.init {
        display: none
    }

    .be-select .filterVideos.select li:not(.init) {
        display: block !important;
        background-color: white !important
    }

    .be-select .filterVideos.select a {
        width: 100%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .videos li {
        width: 33.333333%
    }
}

@media (max-width:991px) {
    .videos li {
        width: 50%
    }
}

@media (max-width:767px) {
    .be-select {
        padding-top: 50px
    }

    .be-select .filterVideos.select {
        height: 50px
    }

    .be-select .filterVideos.select:before {
        right: 15px;
        z-index: 100;
        color: black;
        display: block;
        width: 25px;
        height: 25px;
        top: 14px
    }

    .be-select .filterVideos.select li.init {
        display: block
    }

    .be-select .filterVideos.select a {
        width: 100%
    }
}

@media (max-width:575px) {
    .videos {
        margin-left: -15px;
        margin-right: -15px
    }

    .videos li {
        width: 50%;
        padding: 5px
    }

    .videos .title {
        font-size: 15px
    }
}

.downloadsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px;
    border-top: 2px dashed #f0f0f0;
    border-left: 2px dashed #f0f0f0
}

.downloadsList li {
    list-style: none;
    width: 20%;
    padding: 15px;
    border-bottom: 2px dashed #f0f0f0;
    border-right: 2px dashed #f0f0f0;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1)
}

.downloadsList li a {
    display: block;
    text-decoration: none
}

.downloadsList li .img {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 114%
}

.downloadsList li .img:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: black;
    font-size: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.downloadsList li .img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.downloadsList li .title {
    display: none;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 10px
}

.downloadsList li:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s
}

@keyframes flash {
    0% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media (max-width:1199px) {
    .downloadsList li {
        width: 25%
    }
}

@media (max-width:991px) {
    .downloadsList li {
        width: 33.333333%
    }
}

@media (max-width:575px) {
    .downloadsList {
        padding: 0 10px 0
    }

    .downloadsList li {
        width: 50%;
        padding: 5px
    }
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px 35px;
    background-color: #f9f9f9
}

.gallery li {
    list-style: none;
    width: 25%;
    padding: 10px
}

.gallery li a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 63%;
    border: 5px solid white
}

.gallery li img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.gallery li:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s
}

@keyframes flash {
    0% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .gallery li {
        width: 25%
    }
}

@media (max-width:991px) {
    .gallery li {
        width: 33.333333%
    }
}

@media (max-width:575px) {
    .gallery {
        padding: 0 10px
    }

    .gallery li {
        width: 50%;
        padding: 5px
    }
}

.dealers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    background-color: #f9f9f9
}

.dealers li {
    list-style: none;
    width: 33.333333%;
    padding: 30px;
    border: 2px solid white
}

.dealers li span {
    display: block;
    line-height: 1.6
}

.dealers li a {
    text-decoration: none
}

.dealers li .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500
}

.dealers li .subTitle {
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin-bottom: 15px
}

.dealers li .text {
    font-size: 16px;
    color: #777;
    padding-left: 30px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 15px
}

.dealers li .text i {
    font-size: 25px;
    color: #e32619;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 1px
}

.branch-map {
    margin-bottom: 15px
}

.branch-map iframe {
    width: 100% !important;
    height: 450px
}

@media (max-width:991px) {
    .dealers li {
        width: 50%
    }

    .branch-map iframe {
        height: 350px !important
    }
}

@media (max-width:575px) {
    .dealers li {
        width: 100%
    }

    .branch-map iframe {
        height: 250px !important
    }
}

.sitemap .title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500
}

.sitemap a {
    color: #333
}

.contact-form.contact {
    padding: 0 15px 15px;
    margin: 0
}

.map {
    padding-bottom: 25px
}

.map iframe {
    width: 100% !important;
    min-height: 300px !important;
    height: 100% !important
}

@media (max-width:767px) {
    .contact-form.contact {
        padding: 0 0 15px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

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

.share_inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 265px;
    padding: 0;
    margin: 0 auto 25px 0
}

.share_inside li {
    list-style: none;
    float: left;
    width: 25%;
    border-radius: 5px
}

.share_inside li:first-child {
    width: 100%
}

.share_inside li:first-child img {
    display: block;
    max-width: 100%
}

.share_inside a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background-color: black;
    color: #fff;
    font-size: 23px;
    text-align: center;
    width: 100%;
    height: 40px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

@media (max-width:575px) {
    .share_inside {
        float: none;
        margin: 0 auto 15px
    }

    .share_inside li img {
        margin: 0 !important
    }
}

.adv_popup .xs {
    display: none
}

.adv_popup img {
    max-width: 100%
}

@media (max-width:767px) {
    .adv_popup img {
        display: none
    }

    .adv_popup .xs {
        display: block
    }
}

.moreProWrap {
    border-top: 1px solid #cecece;
    padding: 15px 0;
    background: white
}

.moreProWrap .label {
    display: block;
    text-align: center;
    color: #3b3b3b;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px
}

.morePro {
    padding: 15px
}

.morePro a {
    display: block;
    text-decoration: none;
    text-align: center
}

.morePro a:hover {
    text-decoration: none
}

.morePro .item img {
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.morePro .item:hover .title {
    text-decoration: underline
}

.morePro .item:hover .price {
    background-color: #e32619
}

.morePro .item:hover img {
    -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2)
}

.morePro .title {
    display: none;
    position: relative;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: 15px 5px 0;
    line-height: 1.2
}

.morePro .price {
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #e32619;
    min-width: 70px
}

@media (max-width:767px) {
    .moreProWrap .label {
        font-size: 15px
    }
}

.blocksSubHeader {
    padding: 0 70px;
    margin-top: 50px;
    margin-bottom: 50px
}

.blocksSubHeader [class*=col-] {
    padding: 0 10px
}

.blocksSubHeader .item {
    margin-bottom: 10px;
    position: relative
}

.blocksSubHeader .item img {
    max-width: 100%
}

.blocksSubHeader .owl-item.active {
    -webkit-animation: fadeIn 0.7s ease-in 0.4s both;
    animation: fadeIn 0.7s ease-in 0.4s both
}

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

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media (max-width:991px) {
    .blocksSubHeader .owl-carousel-adv {
        max-width: 433px;
        padding: 0 20px;
        margin: 0 auto
    }
}

@media (max-width:767px) {
    .blocksSubHeader {
        padding: 0 15px;
        margin: 0 0 0 0;
    }

    .blocksSubHeader .col-md-6:first-of-type {
        display: none
    }
}

.headerHelper {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.headerHelper h1 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.1;
    color: black;
    padding-bottom: 15px;
    position: relative
}

.headerHelper h1:before {
    display: block;
    content: "";
    height: 2px;
    width: 25px;
    background-color: #616161;
    position: absolute;
    bottom: 0;
    left: 0
}

.headerHelper .buttons {
    margin-left: auto;
    padding-top: 5px
}

.headerHelper .buttons .btnCheckout,
.headerHelper .buttons .btnContinue {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 15px;
    border: none;
    text-decoration: none;
    color: black
}


.headerHelper .buttons .btnContinue:hover {
    color: #e32619
}

.headerHelper .buttons .btnCheckout {
    background-color: #e32619;
    color: white
}

.headerHelper .buttons .btnCheckout:hover {
    background-color: black;
    color: white
}

@media (max-width:767px) {
    .headerHelper h1 {
        font-size: 25px
    }

    .headerHelper .buttons {
        width: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .headerHelper .buttons .btnCheckout,
    .headerHelper .buttons .btnContinue {
        font-size: 12px;
        padding: 10px
    }
}

.cartListing {
    margin-bottom: 50px;
    padding: 0
}

.cartListing>li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    padding: 10px 5px 10px 5px;
    margin-bottom: 15px;
    position: relative
}

.cartListing>li .img {
    width: 130px;
    padding: 0 5px;
    margin: 0;
    border-right: 1px solid #eee
}

.cartListing>li .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.cartListing>li .delete {
    position: absolute;
    top: 2px;
    right: 2px;
    border: 1px solid transparent;
    height: 30px;
    width: 30px;
    line-height: 1;
    padding: 0;
    font-size: 30px;
    background: transparent;
    color: #f52020;
    cursor: pointer
}

.cartListing>li .delete:focus {
    outline: none
}

.cartListing>li .delete:hover {
    background-color: #f52020;
    border-color: #f52020;
    color: white
}

.cartListing>li ol {
    width: calc(100% - 150px);
    padding: 0 20px 0 10px;
    margin-bottom: 0
}

.cartListing>li ol li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 5px 0;
    color: #666
}

.cartListing>li ol h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: black;
    width: 100%
}

.cartListing>li ol h2 a {
    text-decoration: none;
    color: #111;
    font-size: 18px;
    font-weight: 500
}

.cartListing>li ol p.code {
    width: 100%;
    font-size: 14px;
    color: #cac7c7
}

.cartListing>li ol p {
    font-size: 16px;
    color: #929292;
    font-weight: 500;
    margin-bottom: 0
}

.cartListing>li ol p.price {
    color: black
}

.cartListing>li ol p.price sup {
    top: -3px
}

.cartListing>li ol span {
    width: 75%;
    line-height: 1;
    font-weight: 500
}

.cartListing>li ol span.price {
    width: 25%;
    font-style: normal;
    line-height: 1;
    font-weight: 700;
    text-align: center
}

.cartListing>li ol span.price sup {
    font-size: 10px;
    top: -4px
}

.cartListing>li li.last {
    padding-top: 15px
}

.cartListing>li li.last .price {
    width: 130px;
    font-size: 18px;
    line-height: 35px;
    color: black
}

.cartListing>li li.last .price sup {
    font-size: 12px
}

.cartListing>li .be-select {
    height: 35px;
    width: calc(100% - 130px);
    margin-bottom: 0
}

.cartListing>li input.qtySelector {
    height: 35px;
    width: 100px;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    color: #777;
    line-height: 1;
    font-weight: 500;
    font-size: 14px
}

.cartListing>li .qty {
    padding-left: 0;
    height: 35px;
    width: 100px;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    position: absolute;
    margin-bottom: 0;
    top: 0;
    left: 0;
    z-index: 10
}

.cartListing>li .qty:focus,
.cartListing>li .qty:hover {
    z-index: 20
}

.cartListing>li .qty:before {
    display: block;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ebebeb;
    border-left: 1px solid #ccc;
    text-align: center;
    font-size: 20px;
    color: #a7a6a7;
    vertical-align: middle;
    padding-top: 10px
}

.cartListing>li .qty li {
    list-style: none;
    padding: 10px 30px 10px 15px;
    width: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 14px
}

.cartListing>li .qty li.init {
    overflow: hidden;
    height: 100%;
    white-space: nowrap
}

.cartListing>li .qty li .placeholder {
    color: #777
}

.cartListing>li .qty li {
    z-index: 2
}

.cartListing>li .qty li:not(.init) {
    float: left;
    display: none;
    background: #ebebeb
}

.cartListing>li .qty li:not(.init):hover,
.cartListing>li .qty ul li.selected:not(.init) {
    background-color: #d2d2d2
}

.cartListing>li .qty li.init {
    cursor: pointer
}

.cartListing>li .qty a#submit {
    z-index: 1
}

.cartListing>li .inputQty {
    height: 35px;
    width: 100px;
    border: 1px solid #C8C8C8;
    border-radius: 3px;
    background-color: white;
    font-size: 16px
}

@media (max-width:991px) {
    .cartListing>li .img {
        width: 100px
    }

    .cartListing>li ol {
        width: calc(100% - 100px)
    }

    .cartListing>li ol h2 {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .cartListing>li .img {
        width: 80px
    }

    .cartListing>li ol {
        width: calc(100% - 80px)
    }

    .cartListing>li ol h2 {
        font-size: 16px
    }

    .cartListing>li ol li {
        font-size: 11px
    }

    .cartListing>li ol li.last .be-select {
        width: 65%
    }

    .cartListing>li ol li.last .price {
        width: 35%;
        font-size: 13px
    }
}

.scroll {
    padding-top: 0
}

.summary {
    border: 1px solid #eee;
    padding: 20px
}

.summary .label {
    display: block;
    color: black;
    background-color: #f9f9f9;
    padding: 15px 20px;
    margin: -20px -20px 20px;
    font-size: 15px;
    font-weight: 700
}

.summary li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0
}

.summary li span {
    width: calc(100% - 100px);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    color: #555
}

.summary li strong {
    width: 100px;
    font-size: 15px;
    font-weight: 600;
    text-align: right
}

.summary li strong sup {
    font-size: 10px;
    top: -3px
}

.summary li:nth-child(2) {
    border-bottom: 1px solid #eee
}

.summary li.last {
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 10px
}

.summary li.last span,
.summary li.last strong {
    font-weight: 700;
    font-size: 16px
}

.summary li.last span {
    width: calc(100% - 120px)
}

.summary li.last strong {
    width: 120px
}

.summary .checkout {
    display: block;
    width: 100%;
    color: white;
    background-color: #07b0ef;
    padding: 10px;
    border: none;
    font-size: 16px;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    cursor: pointer
}

.summary .checkout em {
    float: right;
    width: 25px;
    height: 25px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid white;
    padding-top: 4px
}

.summary .checkout:hover {
    background-color: #0696cc
}

.couponCode form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px
}

.couponCode label {
    display: none;
    width: 110px;
    background-color: #f9f9f9;
    padding: 10px 5px;
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0
}

.couponCode .form-control {
    width: 80%;
    border-color: #d8d8d8;
    background-color: #d8d8d8;
    border-right: none;
    border-radius: 0;
    color: black;
    text-align: center;
    font-size: 14px
}

.couponCode .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.couponCode button {
    width: 35px;
    padding: 0;
    border-radius: 0;
    margin: 0;
    font-size: 15px;
    opacity: 1;
    border-color: #d8d8d8;
    border-left: none;
    color: #d8d8d8;
    background-color: transparent
}

.couponCode button:hover {
    background-color: #000;
    color: white
}

.couponCode .couponHelp {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px
}

.couponCode .couponHelp .error {
    color: darkred
}

.couponCode .couponHelp .success {
    color: green
}

.couponCode .alert {
    font-size: 13px;
    padding: 10px 15px
}

.couponCode .alert .close {
    color: black;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px
}

.couponCode .alert .close:hover {
    background-color: white
}

.cardsList {
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px 10px 0;
    margin: 15px 0 0
}

.cardsList li {
    list-style: none;
    width: 33.333333%;
    padding: 15px
}

.cardsList img {
    max-width: 100%
}

@media (min-width:768px) and (max-width:991px) {
    .cardsList li {
        padding: 10px 5px
    }
}

.check0utForm {
    padding-top: 0;
    margin-bottom: 50px
}

.check0utForm .form-error {
    font-size: 12px;
    list-style: none;
    color: red
}

.check0utForm .bttn {
    background-color: #e32619;
    color: white;
    border: 1px solid #e0e0e0;
    padding: 10px 25px;
    margin-top: 15px;
    margin-right: 3px;
    font-weight: 400;
    text-transform: none;
    border-radius: 0
}

.check0utForm .bttn i {
    margin-left: 10px
}

.check0utForm .bttn.completed {
    border-color: #e32619;
    background-color: #e32619;
    color: white
}

.check0utForm .bttn:hover {
    border-color: #e32619;
    background-color: #cc5600;
    color: white
}

.check0utForm h2 {
    background-color: #fcfcfc;
    border-radius: 0;
    color: black;
    padding: 15px;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0
}

.check0utForm h2 i.no {
    color: #969696;
    width: auto;
    text-align: center;
    display: inline-block;
    font-style: normal;
    font-size: 15px;
    margin-right: 10px;
    border-right: 2px solid #e8e8e8
}

.check0utForm h2 i.no em {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    vertical-align: middle;
    color: #919191;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: center
}

.check0utForm h2 a {
    display: block;
    float: right;
    font-size: 16px;
    color: #e32619;
    padding: 6px 0
}

.check0utForm h2 i.fa {
    display: inline-block;
    margin-right: 10px
}

.check0utForm .step1Content,
.check0utForm .step2Content,
.check0utForm .step3Content,
.check0utForm .step4Content,
.check0utForm .step5Content {
    margin-bottom: 45px;
    padding: 25px 15px
}

.check0utForm .step1Content form,
.check0utForm .step2Content form,
.check0utForm .step3Content form,
.check0utForm .step4Content form,
.check0utForm .step5Content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.check0utForm .form-group {
    width: 48%;
    padding: 0 15px;
    display: inline-block;
    position: relative
}

.check0utForm .form-group.wide {
    width: 100%
}

.check0utForm .form-group label {
    display: block;
    color: #777;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 30px;
    width: auto;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    -webkit-backface-visibility: hidden;
    pointer-events: none
}

.check0utForm .form-group label.active,
.check0utForm .form-group label.active.highlight {
    left: 100px;
    opacity: 0
}

.check0utForm .form-group .form-control {
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    height: 45px !important;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #333
}

.check0utForm .form-group .form-control:focus {
    border: 1px solid rgba(7, 176, 239, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(7, 176, 239, 0.3);
    box-shadow: 0 0 5px rgba(7, 176, 239, 0.3)
}

.check0utForm .form-group .be-select {
    height: 45px;
    margin: 0;
    width: 100%
}

.check0utForm .form-group .found-out {
    height: 45px;
    width: 100%;
    border: 1px solid #C8C8C8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.check0utForm .form-group .found-out:before {
    display: block;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ebebeb;
    border-left: 1px solid #ccc;
    text-align: center;
    font-size: 20px;
    color: #a7a6a7;
    vertical-align: middle;
    padding-top: 10px
}

.check0utForm .form-group .found-out li {
    list-style: none;
    padding: 13px 30px 13px 15px;
    width: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #333
}

.check0utForm .form-group .found-out li.init {
    overflow: hidden;
    height: 100%;
    white-space: nowrap
}

.check0utForm .form-group .found-out li .placeholder {
    color: #999
}

.check0utForm .form-group .found-out li {
    z-index: 2
}

.check0utForm .form-group .found-out li:not(.init) {
    float: left;
    display: none;
    background: #ebebeb
}

.check0utForm .form-group .found-out li:not(.init):hover,
.check0utForm .form-group .found-out ul li.selected:not(.init) {
    background-color: #d2d2d2
}

.check0utForm .form-group .found-out li.init {
    cursor: pointer
}

.check0utForm .form-group .found-out a#submit {
    z-index: 1
}

.check0utForm select.form-control {
    background: white url("../images/select-bg.png") no-repeat right 15px center
}

.check0utForm .phone-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.check0utForm .phone-container input[name=country_code] {
    width: 100%;
    min-width: calc(25% - 20px);
    margin-right: 20px
}

.check0utForm .phone-container select[name=mobile_code] {
    width: 100%;
    min-width: calc(25% - 20px);
    margin-right: 20px
}

.check0utForm .phone-container input[name=billing_phone],
.check0utForm .phone-container input[name=customer_phone],
.check0utForm .phone-container input[name=shipping_phone] {
    width: 100%;
    max-width: 50%;
    min-width: calc(50% - 10px)
}


.check0utForm .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 5px 15px;
    padding: 0;
    width: 100%
}

.check0utForm .address label {
    width: calc(33.333333% - 30px);
    margin: 0 10px 15px;
    padding: 2px;
    border: 1px solid #f0f0f0;
    position: relative;
    background-color: white;
    cursor: pointer;
    overflow: hidden
}

.check0utForm .address label input[type=checkbox] {
    position: absolute;
    opacity: 0
}

.check0utForm .address label:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    right: 15px;
    top: 12px;
    position: absolute;
    color: #e32619;
    opacity: 0
}

.check0utForm .address label em,.check0utForm .address label span {
    display: block
}

.check0utForm .address label span {
    font-size: 14px;
    color: #333
}

.check0utForm .address label em {
    font-size: 11px;
    color: #999;
    position: absolute;
    bottom: 10px
}

.check0utForm .address label:hover em {
    color: #00aeef
}

.check0utForm .address label.active:before {
    opacity: 1
}

.check0utForm .address label.active em {
    color: #00aeef
}

.check0utForm .address label.same {
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    background: none;
    border: none
}

.check0utForm .address label.same:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 7px;
    padding-top: 4px;
    font-size: 18px;
    opacity: 1;
    position: static;
    color: #999
}

.check0utForm .address label.same:hover {
    color: #00aeef
}

.check0utForm .address label.same:hover:before {
    color: #00aeef
}

.check0utForm .address label.same.active {
    color: #00aeef
}

.check0utForm .address label.same.active:before {
    content: "";
    margin-right: 5px;
    color: #00aeef
}



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

.check0utForm .ship {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 8px
}

.check0utForm .ship label {
    width: calc(33.333333% - 14px);
    margin: 0 7px 14px;
    border: 1px solid #f0f0f0;
    background-color: white;
    position: relative;
    padding: 30px 15px 40px;
    cursor: pointer
}

.check0utForm .ship label img {
    display: block;
    max-width: 100%
}

.check0utForm .ship label i {
    display: block;
    width: 45px;
    margin-right: 10px;
    font-size: 30px;
    text-align: center;
    padding-top: 4px;
    color: #555;
    background-color: white
}

.check0utForm .ship label .price {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #999;
    text-align: center;
    padding-top: 9px;
    -webkit-transition: ease all .2s;
    -o-transition: ease all .2s;
    transition: ease all .2s;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0
}

.check0utForm .ship label .txt {
    display: block;
    font-size: 12px;
    text-align: center
}

.check0utForm .ship label .txt strong {
    font-size: 15px
}

.check0utForm .ship label:hover .price {
    color: #e32619
}

.check0utForm .ship label.active {
    border-color: rgba(255, 108, 0, 0.6)
}

.check0utForm .ship label.active i {
    color: #e32619;
    border-color: #e32619
}

.check0utForm .ship strong {
    display: block
}

.check0utForm .pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 25px
}

.check0utForm .pay div.use-payment {
    width: 100%;
    padding-left: 50px
}

.check0utForm .pay div.use-payment input {
    clip: auto !important;
    left: 30px;
    width: 18px;
    height: 18px;
    line-height: 1;
    margin: 0;
    top: 50%;
    -webkit-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%)
}

.check0utForm .pay div.use-payment input:after {
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    position: absolute;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #d1d3d1;
    -webkit-transform: translate(-8px, -8px);
    -ms-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px)
}

.check0utForm .pay div.use-payment input:checked:after {
    background-color: #e32619;
    border: 2px solid #fff
}

.check0utForm .pay label {
    width: 100%;
    background-color: white;
    margin-bottom: 10px;
    padding: 5px 15px 5px 40px;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

.check0utForm .pay label input {
    clip: auto !important;
    left: 30px;
    width: 18px;
    height: 18px;
    line-height: 1;
    margin: 0;
    top: 50%;
    -webkit-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px, -50%);
    transform: translate(-15px, -50%)
}

.check0utForm .pay label input:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #d1d3d1;
    -webkit-transform: translate(-8px, -8px);
    -ms-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px)
}

.check0utForm .pay label input:checked:after {
    background-color: #e32619;
    border: 2px solid #fff
}

.check0utForm .pay label img {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    max-width: 60px
}

.check0utForm .pay label:hover:after {
    color: #e32619
}

.check0utForm .pay label:hover img {
    -webkit-filter: grayscale(20%);
    filter: grayscale(20%)
}

.check0utForm .pay label.active img {
    -webkit-filter: grayscale(20%);
    filter: grayscale(20%)
}

.check0utForm .pay strong {
    display: block
}

.check0utForm .addition-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}


.check0utForm .collapse.show,.check0utForm .collapsing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.check0utForm .collapse.show
{
    border-bottom: 1px dashed #e0e0e0;
}


.check0utForm .address label em {
    font-style: normal;
    color: #ddd;
    width: 100%
}

.check0utForm .address label a {
    padding-right: 10px;
    color: #bbb;
    font-size: 12px;
    position: relative;
    border-right: 1px solid #999;
    margin-right: 10px
}

.check0utForm .address label a:last-of-type {
    border-right: 0
}

.check0utForm .address label:first-of-type>div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.check0utForm .address label:first-of-type>div i {
    width: 100%;
    margin-bottom: 10px;
    font-size: 26px;
    color: #dadada
}

.check0utForm .address label:first-of-type>div div {
    padding-left: 10px
}



.check0utForm .address label input {
    position: absolute;
    top: -30px;
    left: -30px
}

.check0utForm .address label span {
    padding: 15px 20px 45px;
    font-size: 14px;
    color: #555;
    line-height: 1.3;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.check0utForm .address label span strong {
    display: block;
    font-weight: 500;
    color: black;
    margin-bottom: 10px
}

.check0utForm .address label span strong+br {
    display: none
}

.check0utForm .address label span:hover {
    background-color: #f9f9f9
}

.check0utForm .address label input:checked+span {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.check0utForm .address label input:checked+span strong {
    color: #f52020
}


.check0utForm .form-group .form-control {
    background-color: #ffffff!important;
    border: 1px solid #C8C8C8!important
}

.check0utForm .reviewList>li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    padding: 10px 5px;
    margin-bottom: 15px
}

.check0utForm .reviewList>li .img {
    width: 170px;
    padding: 0 5px;
    border-right: 1px solid #eee
}

.check0utForm .reviewList>li .img img {
    max-width: 100%
}

.check0utForm .reviewList>li ol {
    width: calc(100% - 150px);
    padding: 0 0 0 10px
}

.check0utForm .reviewList>li ol li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 5px 0;
    color: #666
}

.check0utForm .reviewList>li ol h2 {
    font-size: 18px;
    font-weight: 500;
    color: black;
    border: none;
    padding: 0;
    margin-bottom: 15px;
    width: 100%
}

.check0utForm .reviewList>li ol p {
    font-size: 16px;
    color: #929292;
    font-weight: 500;
    width: 100%;
    margin-bottom: 0
}

.check0utForm .reviewList>li ol span {
    width: calc(100% - 130px);
    line-height: 1;
    font-weight: 500
}

.check0utForm .reviewList>li ol span.price {
    width: 130px;
    font-style: normal;
    line-height: 1;
    font-weight: 700;
    text-align: center
}

.check0utForm .reviewList>li ol span.price sup {
    font-size: 10px;
    top: -3px
}

.check0utForm .reviewList>li li.last .price,
.check0utForm .reviewList>li li.last span {
    font-size: 17px;
    line-height: 35px;
    color: black
}

.check0utForm .reviewList>li li.last .price sup,
.check0utForm .reviewList>li li.last span sup {
    font-size: 12px
}

.check0utForm .helpBlock.totaly {
    text-align: right;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 25px;
    font-size: 14px
}

.check0utForm .helpBlock.totaly strong {
    display: block;
    font-size: 17px;
    margin-bottom: 15px
}

.check0utForm .btnCheckoutFooter {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    color: white;
    background-color: #24add5;
    margin-top: 25px
}

.check0utForm .btnCheckoutFooter:hover {
    background-color: #1d8aa9
}

.check0utForm .form-checkPay {
    margin: 0 -15px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:992px) and (max-width:1199px) {
    .check0utForm .ship label i {
        width: 100%;
        margin-right: 0
    }

    .check0utForm .ship label .price,
    .check0utForm .ship label .txt {
        width: 100%
    }
}

@media (max-width:991px) {
    .check0utForm h2 {
        font-size: 19px
    }

    .check0utForm .form-group {
        width: 100%
    }

    .check0utForm .phone-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .check0utForm .phone-container input[name=country_code] {
        min-width: 25%;
        margin-right: 0
    }

    .check0utForm .phone-container select[name=mobile_code] {
        min-width: 25%;
        margin-right: 0
    }

    .check0utForm .phone-container input[name=billing_phone],
    .check0utForm .phone-container input[name=customer_phone],
    .check0utForm .phone-container input[name=shipping_phone] {
        min-width: 50%
    }

    .check0utForm .address label {
        width: 48%
    }

    .check0utForm .address label span {
        font-size: 13px
    }

    .check0utForm .ship label {
        width: calc(50% - 14px)
    }

    .check0utForm .ship label i {
        width: 100%;
        margin-right: 0
    }

    .check0utForm .ship label .price,
    .check0utForm .ship label .txt {
        width: 100%
    }

    .check0utForm .pay label {
        font-size: 14px
    }

    .check0utForm .reviewList>li .img {
        width: 80px
    }

    .check0utForm .reviewList>li ol {
        width: calc(100% - 80px)
    }

    .check0utForm .reviewList>li ol h2 {
        font-size: 16px;
        padding: 0;
        border-bottom: none
    }

    .check0utForm .reviewList>li ol li {
        font-size: 11px
    }

    .check0utForm .reviewList>li ol li.last {
        display: none
    }

    .check0utForm .reviewList>li ol li.last .price,
    .check0utForm .reviewList>li ol li.last span {
        font-size: 13px
    }
}

@media (max-width:424px) {
    .check0utForm h2 i.no {
        display: none
    }

    .check0utForm .address label {
        width: 100%
    }

    .check0utForm .pay label {
        font-size: 13px
    }

    .check0utForm .pay label img {
        max-width: 40px
    }
}

.overviewSuccess {
    text-align: center
}

.overviewSuccess:before {
    content: '';
    margin-bottom: 40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../images/check_icon.png") center center no-repeat;
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px
}

@media (max-width:767px) {
    .overviewSuccess:before {
        background-size: 90px 90px;
        width: 90px;
        height: 90px
    }
}

.pagination {
    padding: 15px;
    margin-left: auto
}

.pagination.bottom {
    margin: 0 auto
}

.pagination>span {
    color: #e32619;
    display: block;
    padding: 0 10px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500
}

.pagination a {
    display: block;
    width: 25px;
    height: 25px;
    background-color: #9c9c9c;
    border: 1px solid #9c9c9c;
    color: #fff;
    text-align: center;
    line-height: 25px
}

.pagination a span {
    font-size: 20px
}

.pagination a:hover {
    background-color: #e32619;
    border-color: #e32619
}

.pagination a.page-num {
    background: transparent;
    color: #212529;
    border-color: transparent;
    text-decoration: none
}

.pagination a.page-num:hover {
    background-color: transparent;
    border-color: transparent
}

.side {
    padding: 0;
    width: 20%;
    margin-bottom: 40px
}

.side .filters-wrap {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #dcdcdc
}

.side .close-filters {
    display: none
}

.side .title {
    display: block;
    font-size: 19px;
    font-weight: 600;
    color: #e32619;
    line-height: 1;
    padding-bottom: 13px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 13px
}

.side .title em {
    font-size: 14px;
    font-style: normal
}

.side .label {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: black;
    line-height: 1;
    text-decoration: none;
    padding: 10px 0;
    position: relative;
    margin-right: 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.side .label:after {
    content: "+";
    color: black;
    margin-left: 5px;
    background: #f5f5f5;
    position: absolute;
    top: 50%;
    right: -25px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.side .label.no-plus {
    border-top: 1px solid #686868;
    margin-top: 15px;
    margin-right: 0
}

.side .label.no-plus:after {
    display: none
}

.side .label[aria-expanded=true]:after {
    content: "–"
}

.side .keywordSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.side .keywordSide input {
    width: calc(100% - 40px);
    height: 40px;
    border-radius: 0;
    border: 1px solid #f0f0f0;
    border-right: none
}

.side .keywordSide button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 0;
    border: none;
    background: #e32619
}

.side .keywordSide button i {
    text-align: center;
    color: #fff;
    font-size: 18px
}

.side .more {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #686868;
    background-color: #f9f9f9;
    padding: 5px 0;
    text-align: center;
    line-height: 1
}

.side .more:after {
    content: "All";
    margin-left: 5px
}

.side .more[aria-expanded=true]:after {
    content: "Less"
}

.side ul {
    list-style: none
}

.side .filter-collapse {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #686868
}

.side .filter-collapse:last-of-type {
    border-bottom: none
}

.side label {
    display: block;
    font-size: 14px;
    color: #777;
    font-weight: normal;
    margin-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.side label input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.side label:hover input~span {
    background-color: #ddd
}

.side label input:checked~span {
    background-color: white
}

.side label input:checked~span:after {
    display: block
}

.side label span {
    position: absolute;
    top: 3px;
    left: -25px;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border: 1px solid #aaa;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.side label span:after {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
    content: "";
    font-size: 12px;
    color: #333
}

.prod-list-wrap {
    width: 80%;
    padding: 0 15px;
    margin-bottom: 40px
}

@media (min-width:576px) {
    .prod-list-wrap {
        padding: 0 0 0 15px
    }
}

.productList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 16px);
    margin: 0 -8px
}

.productList .item {
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 15px;
    margin: 8px 8px;
    width: calc(50% - 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.productList .item:first-of-type,
.productList .item:nth-of-type(2) {
    margin-top: 0
}

.productList .item .img-wrap {
    width: 50%
}

.productList .item a.img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 0
}

.productList .item a.img img {
    display: block;
    max-width: 100%
}

.productList .item .prod-info {
    width: 50%;
    padding: 5px 0 45px 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 0 auto !important;
    flex: 1 0 auto !important
}

.productList .item .prod-info * {
    width: 100%
}

.productList .item .prod-info * em {
    font-style: normal
}

.productList .item .prod-info h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px
}

.productList .item .prod-info h2 a {
    display: block;
    font-weight: 600;
    color: #000;
    text-decoration: none
}

.productList .item .prod-info h2:hover a {
    text-decoration: underline
}

.productList .item .prod-info .code {
    font-size: 15px;
    color: #4e4e4e;
    margin-bottom: 10px;
    display: block;
    line-height: 1
}

.productList .item .prod-info .label-stock {
    display: block;
    line-height: 1.2;
    color: #62a020;
    font-size: 15px;
    position: relative;
    margin-left: 25px;
    margin-bottom: 10px
}

.productList .item .prod-info .label-stock:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 1px;
    left: -25px;
    width: 20px;
    font-size: 18px
}

.productList .item .prod-info .label-stock.no {
    color: #f52020
}

.productList .item .prod-info .label-stock.no:before {
    content: ""
}

.productList .item .prod-info p {
    font-size: 15px;
    color: #4e4e4e;
    position: relative;
    margin-bottom: 5px;
    line-height: 1;
    padding-left: 40px;
    background-size: 30px 20px;
    min-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.productList .item .prod-info p:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    font-size: 18px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.productList .item .prod-info p.free-shipping-icon {
    color: #62a020
}

.productList .item .prod-info p.free-shipping-icon:before {
    content: ""
}

.productList .item .prod-info p.digital-icon:before {
    content: ""
}

.productList .item .prod-info p.on-sale-icon {
    color: #f52020
}

.productList .item .prod-info p.on-sale-icon:before {
    content: ""
}

.productList .item .prod-info p.new-product-icon:before {
    content: ""
}

.productList .item .prod-info p.new-arrival-icon:before {
    content: ""
}

.productList .item .prod-info p:last-of-type {
    margin-bottom: 0
}

.productList .item .prod-info .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: auto
}

.productList .item .prod-info .price .prod-ex-price-details {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.productList .item .prod-info .price .prod-ex-price-details span {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1
}

.productList .item .prod-info .price .prod-ex-price-details span.save {
    color: #f52020
}

.productList .item .prod-info .price .prod-ex-price-details span.was {
    color: #919191;
    margin-bottom: 5px
}

.productList .item .prod-info .price .prod-ex-price-details span.was span {
    display: inline-block;
    width: auto;
    text-decoration: line-through
}

.productList .item .prod-info .price strong {
    /* width: 55%; */
    color: #f52020;
    font-size: 27px;
    font-weight: bold;
    text-align: right
}

.productList .item .prod-info .price .approx {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
    color: #919191;
    text-align: right
}

.productList .item .prod-info .shop {
    display: block;
    background: #e32619;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    line-height: 1;
    padding: 13px 7px;
    margin-bottom: 10px;
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100%;
    max-width: 180px
}

.productList .item .prod-info .shop i {
    width: auto;
    margin-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.productList .item .prod-info .shop i:before {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.productList .item .prod-info .shop:hover {
    text-decoration: none;
    background: #b34c00
}


.product-column-list li .product-info span {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    line-height: 1.2;
}

.product-column-list li .product-info .was-price {
    color: #919191;
    font-size: 14px;
    text-decoration: line-through;
}

.product-column-list li .product-info .was {
    color: #919191;
    font-size: 14px;
    text-decoration: line-through;
}

.product-column-list li .product-info .save {
    color: #f52020;
    font-size: 14px;
}

.product-column-list li .product-info .price {
    color: #f52020;
    font-size: 27px;
    margin-bottom: 10px;
    font-weight: bold;
}


.open-filter-wrap {
    display: none
}

.apply-filter-btn {
    background: #b1b1b1 !important;
    color: #fff !important;
    width: 100%;
    padding: 10px !important;
    font-size: 13px !important;
    text-transform: capitalize
}

.apply-filter-btn:hover {
    background: #808080 !important
}

.items-count {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.items-count label {
    font-size: 16px;
    line-height: 30px;
    color: #6c6c6c
}

.items-count select {
    padding: 0 35px 0 15px;
    margin-left: 15px;
    background: #e9e9e9 url("../images/dropdown.png") no-repeat right 10px center;
    border: 1px solid #d0d0d0;
    font-size: 15px
}

@media (min-width:1200px) {
    .side {
        width: 16.666666%
    }

    .prod-list-wrap {
        width: 83.333333%
    }
}

@media (max-width:1199px) {
    .productList .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative
    }

    .productList .item .img-wrap {
        width: 100%;
        margin-bottom: 10px
    }

    .productList .item .prod-info {
        position: static;
        width: 100%
    }

    .productList .item .prod-info h2 {
        font-size: 19px
    }

    .productList .item .prod-info .code,
    .productList .item .prod-info .label-stock,
    .productList .item .prod-info .price .prod-ex-price-details span,
    .productList .item .prod-info p {
        font-size: 14px
    }

    .productList .item .prod-info .price strong {
        font-size: 24px
    }

    .productList .item .prod-info .label-stock {
        margin-bottom: 0
    }

    .productList .item .prod-info .shop {
        bottom: 20px;
        left: 15px;
        right: 15px;
        width: auto
    }
}

@media (max-width:991px) {
    .side {
        width: 24%
    }

    .side .title {
        font-size: 16px
    }

    .side .label {
        font-size: 14px
    }

    .side .more,
    .side label {
        font-size: 12px
    }

    .prod-list-wrap {
        width: 76%
    }

    .productList .item .prod-info {
        padding: 0 0 45px
    }

    .productList .item .prod-info h2 {
        font-size: 18px
    }

    .productList .item .prod-info .price strong {
        font-size: 23px
    }

    .productList .item .prod-info .shop {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .side {
        width: 100%;
        position: fixed;
        left: -100%;
        z-index: 999;
        border: 1px solid #e3e3e3;
        top: 0;
        bottom: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    .side .filters-wrap {
        max-width: 90%;
        margin: 30px auto;
        z-index: 9999;
        overflow: scroll;
        max-height: 90%
    }

    .side .close-filters {
        position: absolute;
        right: -27px;
        font-size: 35px;
        color: #f52020;
        width: 20px;
        height: 20px;
        z-index: 99;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .side .title {
        margin-right: 30px;
        position: relative
    }

    .side-in {
        left: 0
    }

    .prod-list-wrap {
        width: 100%
    }

    .open-filter-wrap {
        display: block;
        padding: 15px
    }

    .open-filters {
        width: 30px;
        height: 30px;
        background-color: #6d6d6d;
        color: #fff;
        text-align: center;
        line-height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 20px
    }

    .productList .item .prod-info {
        padding: 0 0 45px
    }

    .productList .item .prod-info h2 {
        font-size: 18px
    }

    .productList .item .prod-info .price strong {
        font-size: 23px
    }

    .productList .item .prod-info .shop {
        font-size: 16px
    }
}

@media (max-width:450px) {
    .productList .item .prod-info h2 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .productList .item {
        padding: 5px;
        margin: 4px 4px;
        width: calc(50% - 8px)
    }

    .productList .item .prod-info .code,
    .productList .item .prod-info .label-stock,
    .productList .item .prod-info .price,
    .productList .item .prod-info p,
    .productList .item .prod-info span {
        font-size: 12px
    }

    .productList .item .prod-info .label-stock,
    .productList .item .prod-info p {
        display: none
    }

    .productList .item .prod-info hr {
        display: none
    }

    .productList .item .prod-info .price .prod-ex-price-details {
        width: 100%;
        text-align: center
    }

    .productList .item .prod-info .price strong {
        width: 100%;
        text-align: center
    }

    .productList .item .prod-info .label-stock {
        margin-bottom: 0;
        margin-left: 20px
    }

    .productList .item .prod-info .label-stock:before {
        left: -20px;
        width: 14px;
        font-size: 14px
    }

    .productList .item .prod-info .price {
        margin-bottom: 15px
    }

    .productList .item .prod-info .price strong {
        font-size: 18px
    }

    .productList .item .prod-info .shop {
        font-size: 13px;
        padding: 8px 7px
    }
}

.product-column-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 60px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden
}

.product-column-list.owl-carousel-prod {
    opacity: 0
}

.product-column-list .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-column-list .owl-nav .fa-angle-left,
.product-column-list .owl-nav .fa-angle-right {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 44px;
    color: #e32619;
    font-weight: bold;
    line-height: 1;
    padding: 0 10px 3px 8px;
    cursor: pointer;
    display: block;
    background: white
}

.product-column-list .owl-nav .fa-angle-right {
    right: 0;
    left: auto
}

.product-column-list .owl-nav .fa {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product-column-list .owl-nav .fa:hover {
    color: #000
}

.product-column-list .owl-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 10px 10px
}

@media (max-width:767px) {
    .product-column-list .owl-dots {
        display: none !important
    }
}

.product-column-list .owl-dots .owl-dot {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #bbb;
    border-radius: 50%;
    margin-right: 8px
}

.product-column-list .owl-dots .owl-dot.active {
    background: #e32619
}

.product-column-list li {
    list-style: none;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100%;
    padding: 0 15px 60px;
    border: 1px solid #f0f0f0
}

.product-column-list li .img-wrap {
    display: block;
    line-height: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 15px
}

.product-column-list li .img-wrap img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 100%;
    display: block
}

.product-column-list li .product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px
}

.product-column-list li .product-info span {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    line-height: 1.2
}

.product-column-list li .product-info .name {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px
}

.product-column-list li .product-info .name a {
    display: inherit;
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: inherit;
    margin: 0
}

.product-column-list li .product-info .name:hover {
    text-decoration: underline
}

.product-column-list li .product-info .make {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px
}

.product-column-list li .product-info .was-price {
    color: #919191;
    font-size: 14px;
    text-decoration: line-through
}

.product-column-list li .product-info .save {
    color: #f52020;
    font-size: 14px
}

.product-column-list li .product-info .price {
    color: #f52020;
    font-size: 27px;
    margin-bottom: 10px;
    font-weight: bold
}

.product-column-list li .product-info .approx {
    font-size: 14px;
    color: #919191;
    text-align: center
}

.product-column-list li .product-info .approx em {
    font-style: normal
}

.product-column-list li .shop-now {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 80%;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #555;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.product-column-list li .shop-now i {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin-left: 5px
}

.product-column-list li .shop-now:hover {
    background: #cc5600
}

.product-column-list li:hover {
    -webkit-box-shadow: 0 0 300px #eee;
    box-shadow: 0 0 300px #eee
}

@media (max-width:991px) {
    .product-column-list {
        padding: 0 0
    }

    .product-column-list li .shop-now {
        font-size: 16px
    }

    .product-column-list .owl-nav .fa-angle-left,
    .product-column-list .owl-nav .fa-angle-right {
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3)
    }
}

@media (max-width:767px) {
    .product-column-list {
        padding: 0 15px
    }

    .product-column-list li {
        padding-bottom: 55px
    }

    .product-column-list li .shop-now {
        font-size: 14px
    }
}

@media (max-width:414px) {
    .product-column-list {
        padding: 0 10px
    }

    .product-column-list .owl-nav .fa-angle-left,
    .product-column-list .owl-nav .fa-angle-right {
        font-size: 30px
    }

    .product-column-list li {
        padding-bottom: 45px
    }

    .product-column-list li .product-info .name {
        font-size: 12px
    }

    .product-column-list li .product-info .price {
        font-size: 15px
    }

    .product-column-list li .product-info .save,
    .product-column-list li .product-info .was-price {
        display: none !important
    }

    .product-column-list li .shop-now {
        font-size: 12px;
        padding: 8px 10px
    }

    .product-column-list li .shop-now i {
        font-size: 12px
    }
}

.product-boxed-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 90%;
    padding: 0 60px;
    margin: 0 -7px 25px;
    position: relative;
    overflow: hidden
}

.product-boxed-list li {
    width: calc(33.333333% - 14px);
    margin: 0 7px;
    border: 1px solid #cecece;
    list-style: none;
    position: relative;
    padding: 15px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

.product-boxed-list li .img-wrap {
    display: block;
    width: 45%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    line-height: 0;
    position: relative;
    overflow: hidden;
    padding: 0
}

.product-boxed-list li .img-wrap img {
    display: block;
    max-width: 100%
}

.product-boxed-list li .product-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 55%;
    padding: 0 0 50px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product-boxed-list li .product-info .approx,
.product-boxed-list li .product-info .price,
.product-boxed-list li .product-info .was-price {
    padding-right: 70px
}

.product-boxed-list li .product-info span {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.2
}

.product-boxed-list li .product-info .name {
    text-align: left;
    font-size: 21px;
    color: #000;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: auto
}

.product-boxed-list li .product-info .name a {
    display: inherit;
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: inherit;
    margin: inherit
}

.product-boxed-list li .product-info .name:hover {
    text-decoration: underline
}

.product-boxed-list li .product-info .was-price {
    color: #919191;
    font-size: 14px;
    text-decoration: line-through;
    margin-bottom: 0
}

.product-boxed-list li .product-info .save {
    font-size: 15px;
    background: #f52020;
    font-weight: bold;
    color: #fff;
    width: 65px;
    height: 65px;
    position: absolute;
    border-radius: 50% 50% 0 50%;
    bottom: 0;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    background-color: #a70808
}

.product-boxed-list li .product-info .price {
    color: #f52020;
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: bold
}

.product-boxed-list li .product-info .approx {
    font-size: 11px;
    text-align: center;
    color: #919191;
    padding: 0
}

.product-boxed-list li .product-info .approx em {
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    color: #919191;
    font-style: normal
}

.product-boxed-list li .shop-now {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 40%;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #e32619;
    position: absolute;
    bottom: 15px;
    left: 15px
}

.product-boxed-list li .shop-now i {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    margin-left: 5px
}

.product-boxed-list li .shop-now:hover {
    background: #000
}

.product-boxed-list li:hover {
    -webkit-box-shadow: 0px 0 10px #b9b9b9;
    box-shadow: 0px 0 10px #b9b9b9
}

@media (min-width:768px) {
    .product-boxed-list li:nth-child(n+4) {
        display: none
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    .product-boxed-list li .product-info .save {
        right: 0;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .product-boxed-list li .img-wrap {
        width: 100%;
        padding: 10px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }

    .product-boxed-list li .product-info {
        width: 100%;
        position: static
    }

    .product-boxed-list li .product-info .approx,
    .product-boxed-list li .product-info .price,
    .product-boxed-list li .product-info .was-price {
        padding-right: 0
    }

    .product-boxed-list li .product-info .save {
        top: 15px;
        bottom: auto;
        border-radius: 50% 0 50% 50%
    }

    .product-boxed-list li .shop-now {
        width: auto;
        right: 15px
    }
}

@media (max-width:991px) {
    .product-boxed-list {
        padding: 0
    }
}

@media (max-width:767px) {
    .product-boxed-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 7px;
        margin-right: 0;
        margin-left: 0
    }

    .product-boxed-list li {
        width: calc(50% - 14px);
        height: auto;
        padding: 5px;
        margin-bottom: 15px
    }

    .product-boxed-list li .img-wrap {
        width: 100%;
        padding: 10px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }

    .product-boxed-list li .product-info {
        width: 100%;
        position: static
    }

    .product-boxed-list li .product-info .name {
        font-size: 15px
    }

    .product-boxed-list li .product-info .approx,
    .product-boxed-list li .product-info .price,
    .product-boxed-list li .product-info .was-price {
        padding-right: 0
    }

    .product-boxed-list li .product-info .save {
        font-size: 11px;
        top: 0;
        bottom: auto;
        border-radius: 50% 0 50% 50%;
        right: 0;
        width: 55px;
        height: 55px
    }

    .product-boxed-list li .shop-now {
        width: auto;
        right: 15px;
        font-size: 12px
    }

    .product-boxed-list li .shop-now i {
        font-size: 11px
    }
}

@media (max-width:375px) {
    .product-boxed-list li .img-wrap {
        width: 100%;
        margin-bottom: 0px
    }

    .product-boxed-list li .product-info {
        width: 100%
    }

    .product-boxed-list li .product-info .save {
        bottom: -15px
    }

    .product-boxed-list li .shop-now {
        width: 75%
    }
}

.sec-wrap h2 {
    background-color: #f9f9f9;
    padding: 10px 15px
}

.sec-wrap .product-simple-list {
    margin: 0 -7px 60px;
    width: auto
}


.product-simple-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden
}

.product-simple-list li {
    width: calc(20% - 14px);
    margin: 7px;
    list-style: none;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #cecece;
    padding: 5px 10px;
    padding-bottom: 60px
}

.product-simple-list li a {
    display: block;
    text-decoration: none
}

.product-simple-list li .img-wrap {
    display: block;
    line-height: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #cecece
}

.product-simple-list li .img-wrap img {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 100%;
    display: block
}

.product-simple-list li .product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 10px
}

.product-simple-list li .product-info span {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.2
}

.product-simple-list li .product-info .name {
    font-size: 16px;
    color: #000;
    word-wrap: break-word;
    margin-bottom: 15px
}

.product-simple-list li .product-info .name:hover {
    text-decoration: underline
}

.product-simple-list li .product-info .price {
    color: #f52020;
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: bold;
    position: absolute;
    bottom: 25px;
    left: 0;
    margin-bottom: 0
}

.product-simple-list li .product-info .approx {
    font-size: 11px;
    text-align: center;
    color: #919191
}

.product-simple-list li .product-info .approx em {
    font-style: normal;
    font-size: 13px;
    font-weight: bold;
    color: #555
}

.product-simple-list li:hover {
    -webkit-box-shadow: 0 0 300px #eee;
    box-shadow: 0 0 300px #eee
}

.product-simple-list.has-btn li {
    padding-bottom: 110px
}

.product-simple-list.has-btn li .product-info .price {
    bottom: 75px
}

.product-simple-list.has-btn li .product-info .shop-now {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 80%;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #555;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.product-simple-list.has-btn li .product-info .shop-now:hover {
    background: #e32619
}

@media (max-width: 1199px) {
    .product-simple-list li {
        width:calc(25% - 14px)
    }
}

@media (max-width: 991px) {
    .product-simple-list li {
        width:calc(33.333333% - 14px)
    }
}

@media (max-width: 767px) {
    .product-simple-list li {
        width:calc(50% - 14px)
    }
}

@media (max-width: 575px) {
    .product-simple-list li {
        padding:5px 0px 60px
    }

    .product-simple-list li .product-info .name {
        font-size: 12px;
        margin-bottom: 10px
    }

    .product-simple-list li .product-info .price {
        font-size: 21px
    }
}

.logos-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 7px 7px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.logos-list li {
    width: 20%;
    padding: 8px;
    list-style: none
}

.logos-list li a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: #e32619;
    line-height: 0;
    padding: 0;
    margin: 0
}

.logos-list li a span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    font-size: 25px;
    color: #fff;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.logos-list li a img {
    display: block;
    max-width: 100%;
    line-height: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0 !important
}

.logos-list li a:hover span {
    opacity: 1
}

.logos-list li a:hover img {
    opacity: .4
}

@media (max-width:991px) {
    .logos-list li {
        width: 25%
    }
}

@media (max-width:767px) {
    .logos-list li {
        width: 33.333333%
    }

    .logos-list li a span {
        font-size: 20px
    }
}

@media (max-width:575px) {
    .logos-list li {
        width: 50%
    }
}

.logos-list.transparent-bg li {
    width: 16.6666666%;
    padding: 25px;
    list-style: none;
    border: 5px solid white;
    background-color: #f9f9f9
}

.logos-list.transparent-bg li a {
    background-color: transparent
}

.logos-list.transparent-bg li a img {
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.logos-list.transparent-bg li a:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s
}

@keyframes flash {
    0% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .logos-list.transparent-bg li {
        width: 20%;
        padding: 20px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .logos-list.transparent-bg li {
        width: 25%;
        padding: 20px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .logos-list.transparent-bg li {
        width: 25%;
        padding: 5px
    }
}

@media (max-width:575px) {
    .logos-list.transparent-bg li {
        width: 33.333333%;
        padding: 5px
    }
}

.inside-product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px
}

.inside-product-info .img {
    width: 40%;
    margin-bottom: 50px
}

.inside-product-info .img>div img {
    max-width: 100%;
    display: block
}

.inside-product-info .img .gall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
    width: 100px
}

.inside-product-info .img .gall a {
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 0;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    margin: 3px;
    width: 44px
}

.inside-product-info .img .gall a#gallery-vid-item {
    overflow: visible;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333
}

.inside-product-info .img .gall a#gallery-vid-item:before {
    content: attr(data-video-placehold);
    position: absolute;
    bottom: -10px;
    color: #333;
    font-size: 10px;
    z-index: 2;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-transform: uppercase
}

.inside-product-info .img .gall a#gallery-vid-item i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #e4e4e4;
    font-size: 22px
}

.inside-product-info .img .gall a.active {
    border-color: #e32619
}

.inside-product-info .img .gall a img {
    display: block;
    max-width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.inside-product-info .img .gall.one-col {
    width: 50px
}

.inside-product-info .info-wrap {
    padding-left: 30px;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 0 auto !important;
    flex: 1 0 auto !important
}

.inside-product-info .info-wrap .heading {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 10px;
    padding: 0 0 20px
}

.inside-product-info .info-wrap .heading h1 {
    width: 100%;
    font-size: 25px;
    margin-bottom: 0
}

.inside-product-info .info-wrap .heading h1:before {
    display: none
}

.inside-product-info .info-wrap .heading .extra {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inside-product-info .info-wrap .heading .extra .rating {
    display: inline-block;
    padding-right: 15px
}

.inside-product-info .info-wrap .heading .extra .rating i {
    color: #e32619;
    margin-right: 3px
}

.inside-product-info .info-wrap .heading .extra a {
    display: inline-block;
    padding-right: 15px;
    text-decoration: underline;
    color: #000;
    font-size: 15px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.inside-product-info .info-wrap .heading .extra a:hover {
    text-decoration: none
}

.inside-product-info .info-wrap .heading .extra .share {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 0
}

.inside-product-info .info-wrap .heading .extra .share li {
    list-style: none;
    padding: 3px
}

.inside-product-info .info-wrap .heading .extra .share li:last-of-type {
    padding-right: 0
}

.inside-product-info .info-wrap .heading .extra .share li li {
    margin: 0;
    padding: 0
}

.inside-product-info .info-wrap .heading .extra .share li li a {
    border-radius: 0
}

.inside-product-info .info-wrap .heading .extra .share li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 5px;
    width: 24px;
    height: 24px;
    font-size: 15px
}

.inside-product-info .info-wrap .heading .extra .share li a:hover {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px)
}

.inside-product-info .info-wrap .heading .extra .share li a.fa-facebook-f {
    background: #3765a3
}

.inside-product-info .info-wrap .heading .extra .share li a.fa-twitter {
    background: #55acee
}

.inside-product-info .info-wrap .heading .extra .share li a.fa-whatsapp {
    background: #57bb63
}

.inside-product-info .info-wrap .heading .extra .share li a.share-more {
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin-left: 5px;
    border-radius: 0;
    background: #e32619;
    color: #fff
}

.inside-product-info .info-wrap .heading .extra .share li a.share-more:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: #f52020
}

.inside-product-info .info-wrap .heading .extra .share li a.share-more i {
    margin-right: 5px;
    font-size: 11px
}

.inside-product-info .info-wrap .two-boxes-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.inside-product-info .info-wrap .specs-wrap {
    width: 60%;
    border-left: 1px solid #d0d0d0;
    padding: 15px 20px
}

.inside-product-info .info-wrap .specs-wrap span {
    padding: 5px;
    display: block;
    margin-bottom: 10px;
    color: #4e4e4e;
    font-size: 15px;
    line-height: 1;
    padding-left: 40px;
    position: relative
}

.inside-product-info .info-wrap .specs-wrap span:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 30px;
    font-size: 21px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.inside-product-info .info-wrap .specs-wrap .in-stock:before,
.inside-product-info .info-wrap .specs-wrap .out-of-stock:before {
    content: ""
}

.inside-product-info .info-wrap .specs-wrap .out-of-stock:before {
    content: ""
}

.inside-product-info .info-wrap .specs-wrap .shipping {
    color: #62a020
}

.inside-product-info .info-wrap .specs-wrap .shipping:before {
    content: ""
}

.inside-product-info .info-wrap .specs-wrap .digital:before {
    content: ""
}

.inside-product-info .info-wrap .specs-wrap .on-sale {
    color: #f52020
}

.inside-product-info .info-wrap .specs-wrap .on-sale:before {
    content: ""
}

.inside-product-info .info-wrap .specs-wrap .new-product:before {
    content: ""
}

.inside-product-info .info-wrap .specs-wrap .new-arrival:before {
    content: ""
}

.inside-product-info .info-wrap .specs-wrap .type a {
    color: #e32619;
    text-decoration: underline;
    font-size: 17px;
    line-height: 1.3
}

.inside-product-info .info-wrap .specs-wrap .code,
.inside-product-info .info-wrap .specs-wrap .manufacturer,
.inside-product-info .info-wrap .specs-wrap .type {
    font-size: 18px;
    font-weight: 500;
    padding-left: 0
}

.inside-product-info .info-wrap .specs-wrap .code:before,
.inside-product-info .info-wrap .specs-wrap .manufacturer:before,
.inside-product-info .info-wrap .specs-wrap .type:before {
    display: none
}

.inside-product-info .info-wrap .specs-wrap .in-stock {
    color: #62a020
}

.inside-product-info .info-wrap .specs-wrap .out-of-stock {
    color: #f52020
}

.inside-product-info .info-wrap .specs-wrap .pricing-table {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px
}

.inside-product-info .info-wrap .specs-wrap .pricing-table th {
    padding: 7px 15px;
    background: #3d3d3d;
    color: #fff;
    border: 1px solid #3d3d3d;
    font-size: 16px
}

.inside-product-info .info-wrap .specs-wrap .pricing-table td {
    background: #f0f0f0;
    color: #4e4e4e;
    padding: 7px 15px;
    font-size: 16px;
    border: 1px solid #d0d0d0
}

.inside-product-info .info-wrap .be-select {
    margin-bottom: 20px
}

.inside-product-info .info-wrap .be-select label {
    display: block;
    width: 50px
}

.inside-product-info .info-wrap .be-select input {
    width: calc(100% - 50px);
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    border: 1px solid #C8C8C8 !important;
    border-radius: 5px !important
}

.inside-product-info .info-wrap .be-select .select {
    width: 100px;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    right: auto;
    left: 60px;
    padding-left: 0
}

.inside-product-info .info-wrap .be-select .select:before {
    background-color: #f0f0f0
}

.inside-product-info .info-wrap .be-select .select li {
    padding-left: 10px;
    padding-right: 30px
}

.inside-product-info .info-wrap .be-select .select li span {
    display: block;
    padding: 11px 0;
    margin-bottom: 0;
    text-align: center
}

.inside-product-info .info-wrap .payment-wrap {
    width: 40%;
    border-left: 1px solid #d0d0d0;
    padding: 15px 20px
}

.inside-product-info .info-wrap .payment-wrap span {
    padding: 5px;
    display: inline-block;
    margin-bottom: 10px;
    color: #4e4e4e;
    font-size: 15px;
    line-height: 1;
    position: relative
}

.inside-product-info .info-wrap .payment-wrap .was-price {
    padding-right: 10px;
    margin-bottom: 5px
}

.inside-product-info .info-wrap .payment-wrap .save {
    margin-bottom: 5px
}

.inside-product-info .info-wrap .payment-wrap .price {
    display: block;
    color: #f52020;
    font-size: 26px;
    font-weight: bold
}

.inside-product-info .info-wrap .payment-wrap .approx {
    display: block
}

.inside-product-info .info-wrap .payment-wrap .approx em {
    font-style: normal
}

.inside-product-info .info-wrap .payment-wrap .buy-form {
    padding-top: 10px
}

.inside-product-info .info-wrap .payment-wrap .buy-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inside-product-info .info-wrap .payment-wrap .buy-form label {
    padding: 4px 0;
    font-size: 18px;
    font-weight: 500;
    color: #555
}

.inside-product-info .info-wrap .payment-wrap .buy-form input,
.inside-product-info .info-wrap .payment-wrap .buy-form select {
    display: inline-block;
    background: #fff;
    padding: 10px;
    color: #4e4e4e;
    padding-right: 20px;
    border: 1px solid #d0d0d0;
    width: 100px;
    left: 40px;
    right: auto;
    border-radius: 0;
    cursor: pointer
}

.inside-product-info .info-wrap .payment-wrap .buy-form select {
    background: transparent url("../images/dropdown.png") 95% center no-repeat;
    background-size: 15px
}

.inside-product-info .info-wrap .payment-wrap .buy-form .hint {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px;
    display: block
}

.inside-product-info .info-wrap .payment-wrap .buy-form button {
    background: #e32619;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    padding: 13px 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    border: 0;
    border-radius: 5px
}

.inside-product-info .info-wrap .payment-wrap .buy-form button:hover {
    background: #cc5600
}

.inside-product-info .info-wrap .payment-wrap .buy-form button.close {
    background: transparent !important;
    color: #000;
    font-size: 1.5rem;
    padding: 0;
    margin: 0
}

.inside-product-info .info-wrap .payment-wrap .buy-form button.close:hover {
    background: transparent
}

.inside-product-info .info-wrap .payment-wrap .wish-list {
    color: #e32619;
    font-size: 15px;
    text-decoration: underline;
    display: block;
    line-height: 1;
    margin-bottom: 30px
}

.inside-product-info .info-wrap .payment-wrap .wish-list:hover {
    text-decoration: none
}

.inside-product-info .info-wrap .payment-wrap .pricing-table {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px
}

.inside-product-info .info-wrap .payment-wrap .pricing-table th {
    padding: 5px 15px;
    background: #3d3d3d;
    color: #fff;
    border: 1px solid #3d3d3d;
    font-size: 15px
}

.inside-product-info .info-wrap .payment-wrap .pricing-table th i {
    font-size: 20px;
    margin-right: 5px
}

.inside-product-info .info-wrap .payment-wrap .pricing-table td {
    background: #e9e9e9;
    color: #4e4e4e;
    padding: 5px 15px;
    font-size: 15px;
    border: 1px solid #d0d0d0
}

.inside-product-info .info-wrap .payment-wrap .pricing-table td em {
    float: right;
    font-style: normal
}

.inside-product-info .content-blocks {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 35px
}

.inside-product-info .content-blocks .nav.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #d0d0d0
}

@media (max-width:991px) {
    .inside-product-info .content-blocks .nav.nav-tabs.hidden-xs {
        display: none !important
    }
}

.inside-product-info .content-blocks .nav.nav-tabs li {
    margin-left: -1px
}

.inside-product-info .content-blocks .nav.nav-tabs li:last-child a:after {
    display: none
}

.inside-product-info .content-blocks .nav.nav-tabs a {
    font-size: 18px;
    font-weight: 500;
    color: #757474;
    text-decoration: none;
    padding: 10px 25px;
    display: block;
    border-top: 5px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative
}

.inside-product-info .content-blocks .nav.nav-tabs a:after {
    content: "";
    width: 1px;
    height: 28px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #e9e9e9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.inside-product-info .content-blocks .nav.nav-tabs a.active {
    border-top: 5px solid #e32619
}

.inside-product-info .content-blocks .nav.nav-tabs a.active:after {
    display: none
}

.inside-product-info .content-blocks .panel-group {
    background: #fff;
    display: none
}

@media (max-width:991px) {
    .inside-product-info .content-blocks .panel-group {
        display: block
    }
}

.inside-product-info .content-blocks .panel-group h4 {
    margin-bottom: 0
}

.inside-product-info .content-blocks .panel-group h4 a {
    background: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    color: #757474;
    text-decoration: none;
    padding: 10px 25px;
    display: block;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.inside-product-info .content-blocks .panel-group h4 a[aria-expanded=true] {
    color: #e32619
}

.inside-product-info .content-blocks .panel-group .panel-body {
    background: #fff;
    padding: 15px
}

.inside-product-info .content-blocks .tab-content>.tab-pane {
    padding: 45px 25px;
    background-color: #f8f8f8
}

.inside-product-info .content-blocks #Models table {
    width: 100%;
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1
}

.inside-product-info .content-blocks #Models table td {
    padding: 10px;
    text-align: center;
    color: #585858;
    font-size: 14px;
    font-weight: 300
}

.inside-product-info .content-blocks #Models table tr:first-child {
    background-color: #e0e0e0
}

.inside-product-info .content-blocks #Models table tr:first-child td {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #000
}

.inside-product-info .content-blocks #Models table td {
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1
}

.inside-product-info .content-blocks .videos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0
}

.inside-product-info .content-blocks .videos li {
    list-style: none;
    width: 25%;
    padding: 15px 5px
}

.inside-product-info .content-blocks .videos a {
    display: block;
    text-decoration: none
}

.inside-product-info .content-blocks .videos span.overlay {
    position: relative;
    margin-bottom: 15px;
    display: block
}

.inside-product-info .content-blocks .videos span.overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: rgba(255, 255, 255, 0.7);
    font-size: 42px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s
}

.inside-product-info .content-blocks .videos span.overlay time {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
    color: #fff;
    font-size: 13px
}

.inside-product-info .content-blocks .videos span.title {
    display: block;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-align: center
}

.inside-product-info .content-blocks .videos li:hover span.overlay:before {
    opacity: 1
}

.inside-product-info .content-blocks .videos li:hover span.title {
    color: #e32619
}

@media (min-width:992px) and (max-width:1199px) {
    .inside-product-info .content-blocks .videos li {
        width: 33.333333%
    }
}

@media (min-width:550px) and (max-width:991px) {
    .inside-product-info .content-blocks .videos li {
        width: 33.333333%;
        padding: 5px 5px 15px
    }
}

@media (max-width:549px) {
    .inside-product-info .content-blocks .videos li {
        width: 50%
    }
}

@media (max-width:350px) {
    .inside-product-info .content-blocks .videos li {
        width: 100%
    }
}

@media (max-width:1199px) {

    .inside-product-info .img #img_01,
    .inside-product-info .img #img_01.one-col {
        margin-bottom: 10px !important;
        width: auto
    }

    .inside-product-info .img .gall,
    .inside-product-info .img .gall.one-col {
        width: 100%
    }

    .inside-product-info .info-wrap .heading .extra {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .inside-product-info .info-wrap .heading .extra .rating,
    .inside-product-info .info-wrap .heading .extra a {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .inside-product-info .info-wrap .heading .extra .share {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0;
        width: 100%;
        margin-bottom: 10px
    }

    .inside-product-info .content-blocks .nav.nav-tabs a {
        font-size: 15px
    }
}

@media (max-width:991px) {
    .inside-product-info .img {
        width: 40%
    }

    .inside-product-info .info-wrap {
        width: 60%
    }

    .inside-product-info .info-wrap .heading h1 {
        font-size: 21px
    }

    .inside-product-info .info-wrap .payment-wrap,
    .inside-product-info .info-wrap .specs-wrap {
        width: 100%
    }
}

@media (max-width:767px) {
    .inside-product-info .img {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 25px
    }

    .inside-product-info .img #img_01 {
        max-width: 400px
    }

    .inside-product-info .img .gall a img {
        margin-bottom: 0 !important
    }

    .inside-product-info .info-wrap {
        width: 100%;
        margin-bottom: 0;
        padding-left: 0
    }

    .inside-product-info .info-wrap .payment-wrap,
    .inside-product-info .info-wrap .specs-wrap {
        width: 100%;
        border: 0;
        padding: 15px 0
    }

    .inside-product-info .info-wrap .heading h1 {
        font-size: 21px
    }

    .inside-product-info .content-blocks #Models {
        padding: 15px 0
    }

    .inside-product-info .content-blocks #Models table tr:first-child td {
        font-size: 14px;
        padding: 8px 5px
    }

    .inside-product-info .content-blocks #Models table td {
        padding: 8px 5px
    }
}

@media (max-width:575px) {
    .inside-product-info .img #img_01 {
        max-width: 100%
    }
}

.inside-product-info .big {
    position: relative
}

.inside-product-info .zoom-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    font-size: 16px;
    width: 25px;
    height: 25px;
    color: #fff;
    background: rgba(255, 108, 0, 0.6);
    font-weight: 300;
    text-decoration: none
}

.inside-product-info #img_01 {
    width: calc(100% - 115px);
    float: right
}

.inside-product-info #img_01.one-col {
    width: calc(100% - 65px)
}

.inside-product-info #gall-vid {
    width: calc(100% - 115px);
    float: right;
    display: inline-block;
    height: auto !important
}

.inside-product-info #gall-vid.one-col {
    width: calc(100% - 65px)
}

@media (max-width:1199px) {

    .inside-product-info #gall-vid,
    .inside-product-info #img_01 {
        width: auto;
        max-width: 100%;
        margin-bottom: 10px
    }
}

.history-remove,
.wishlist-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.notify-outofstock {
    color: #e32619;
    text-decoration: underline
}

.notify-outofstock:hover {
    color: #e32619;
    text-decoration: none
}

.software-section .product-simple-list li {
    padding: 0;
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    background-color: white
}

.software-section .product-simple-list li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 70px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left
}

.software-section .product-simple-list li a .img-wrap {
    display: none;
    margin-bottom: 0;
    border-bottom: 0;
    width: 70px
}

.software-section .product-simple-list li a .product-info {
    padding: 0 10px;
    width: 100%;
    float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.software-section .product-simple-list li a .product-info span {
    width: 100%;
    text-align: left;
    margin: 0 0 5px
}

.software-section .product-simple-list li a .product-info .name {
    font-size: 15px
}

.software-section .product-simple-list li a .product-info .price {
    margin-bottom: 0;
    font-size: 15px;
    position: static
}

.software-section .product-simple-list li a .product-info .approx {
    display: none
}

.software-section .product-simple-list li form {
    float: left;
    display: block;
    width: 70px;
    height: 100%
}

.software-section .product-simple-list li form button {
    padding: 10px 10px;
    width: 100%;
    font-size: 12px;
    white-space: normal;
    line-height: 1.4;
    height: 100%;
    color: #e32619;
    opacity: .6;
    background: #e32619
}

.software-section .product-simple-list li form button:after {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f07a";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff
}

.software-section .product-simple-list li form button:hover {
    opacity: 1;
    background: #e32619;
    color: #e32619
}

.software-section .product-simple-list li form button.success {
    background: #62a020;
    color: #62a020;
    border-color: #62a020
}

.software-section .product-simple-list li form button.success:after {
    content: ""
}

.software-section .product-simple-list li form button.error {
    background: #f52020;
    color: #f52020;
    border-color: #f52020
}

.software-section .product-simple-list li form button.error:after {
    content: ""
}

.software-section .product-simple-list li form button.loading:before {
    opacity: 0
}

@media (max-width:991px) {
    .software-section .product-simple-list li {
        width: 100%
    }
}

@media (max-width:575px) {
    .software-section .product-simple-list li a {
        width: 100%
    }

    .software-section .product-simple-list li form {
        width: 100%;
        height: auto;
        margin-right: 0;
        float: right;
        margin-bottom: 0;
        margin-top: 5px
    }

    .software-section .product-simple-list li form button {
        color: #fff;
        border-color: #cecece;
        border-top-color: #e32619
    }

    .software-section .product-simple-list li form button:after {
        display: none
    }

    .software-section .product-simple-list li form button.success {
        color: #fff;
        border-top-color: #62a020
    }

    .software-section .product-simple-list li form button.error {
        color: #fff;
        border-top-color: #f52020
    }

    .software-section .product-simple-list li form button:hover {
        color: #fff
    }
}

#inside.inside-product {
    background: #f5f5f5
}

#inside.inside-product header .menuWrap:before {
    background-color: #f5f5f5
}

#inside.inside-product .breadCrumbRow {
    background: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
    border: 1px solid #f0f0f0
}

#inside.inside-product .breadCrumb {
    padding: 9px 5px
}

#inside.inside-product .contentRow {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border: 1px solid #eaeaea
}

@media (max-width:767px) {
    #inside.inside-product header {
        border-bottom: 1px solid #f0f0f0
    }

    #inside.inside-product .contentRow {
        padding-top: 0
    }
}

#inside .modal-backdrop.show {
    background: #000
}

.product-share-modal .modal-content {
    background: #0e0e0e url("../images/rear-t.png") repeat top center;
    border: 0
}

.product-share-modal .modal-header .close {
    position: absolute;
    right: 0;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 45px;
    top: 0;
    cursor: pointer;
    opacity: 1
}

.product-share-modal .modal-header .close span {
    line-height: 1;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #575757;
    font-size: 24px;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product-share-modal .modal-header .close:hover span {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.product-share-modal .modal-header {
    padding: 5px 20px;
    text-align: left;
    background: #ededed
}

.product-share-modal .modal-header h4 {
    font-size: 17px;
    font-weight: normal;
    color: #111213
}

.product-share-modal .modal-body {
    background: #fff
}

.product-share-modal .modal-body:before {
    content: "\f1e0";
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 18px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: .2;
    z-index: 1;
    color: #bbbbbb;
    font-size: 250px
}

.product-share-modal .modal-body .prod-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: 15px
}

.product-share-modal .modal-body .prod-box span {
    display: block
}

.product-share-modal .modal-body .prod-box .img {
    width: 120px;
    position: relative;
    line-height: 0;
    overflow: hidden
}

.product-share-modal .modal-body .prod-box .img img {
    display: block;
    max-width: 100%
}

.product-share-modal .modal-body .prod-box .content {
    padding: 10px 0;
    width: calc(100% - 120px);
    line-height: 1.2
}

.product-share-modal .modal-body .prod-box .content strong {
    color: #e32619;
    font-size: 14px
}

.product-share-modal .modal-body form {
    width: 100%;
    padding: 0 20px 20px 20px;
    display: block;
    z-index: 2
}

.product-share-modal .modal-body form .form-group {
    margin-bottom: 5px
}

.product-share-modal .modal-body form label {
    color: #000000;
    display: block;
    padding: 5px 0;
    line-height: 1;
    font-size: 14px
}

.product-share-modal .modal-body form input,
.product-share-modal .modal-body form textarea {
    border-radius: 0;
    height: 35px;
    background: rgba(255, 255, 255, 0.55);
    border-color: #c5c5c5;
    color: #999
}

.product-share-modal .modal-body form input:focus,
.product-share-modal .modal-body form textarea:focus {
    border-color: #111213
}

.product-share-modal .modal-body form textarea {
    height: 90px;
    margin-bottom: 20px
}

.product-share-modal .modal-body form button {
    height: 35px
}

.product_popup .modal-content {
    background: #0e0e0e url("../images/rear-t.png") repeat top center;
    color: white;
    font-size: 14px;
    line-height: 1.4
}

.product_popup .modal-content .content {
    padding: 15px
}

.product_popup .modal-content .content *,
.product_popup .modal-content .content a {
    color: white
}

.product_popup .modal-content h2 {
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 500
}

.product_popup .modal-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500
}

.product_popup .modal-content p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px
}

.product_popup a.bttn {
    background-color: transparent;
    color: white;
    padding: 15px;
    border: none;
    border-top: 1px dashed rgba(255, 255, 255, 0.35);
    text-transform: none;
    font-weight: 300;
    font-size: 14px;
    text-align: right
}

.product_popup a.bttn:after {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-left: 5px
}

.product_popup a.bttn:hover {
    color: #e32619
}

.owl-carousel.product-column-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.owl-carousel.product-column-list li .product-info {
    margin-top: 0;
    margin-bottom: auto
}

.owl-carousel.product-column-list li .product-info.bottom {
    margin-top: auto;
    margin-bottom: 0
}

@media (max-width:767px) {
    .inside-product-info .be-select.selectqtyWrap {
        padding-top: 10px
    }

    .inside-product-info .be-select.selectqtyWrap .select {
        height: auto;
        position: absolute;
        bottom: 0;
        top: auto;
        margin: 0
    }
}

.free-shipping-icon-listing {
    font-size: 15px;
    text-align: center;
    position: relative;
    width: auto;
    line-height: 1;
    background-size: 30px 20px;
    min-height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin-bottom: 0;
    color: #62a020;
    align-items: center
}

.free-shipping-icon-listing:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    width: auto;
    margin-right: 5px;
    font-size: 18px;
    text-align: center;
    content: ""
}

.new-arrival-icon-listing {
    font-size: 15px;
    color: #4e4e4e;
    margin-bottom: 5px;
    line-height: 1;
    background-size: 30px 20px;
    min-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.new-arrival-icon-listing:before {
    content: "";
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    font-size: 18px;
    text-align: center
}

.search-price {
    color: #e32619
}

.id {
    display: inline-block;
    width: auto !important;
    margin: 0 auto;
    font-size: 12px;
    color: white;
    background: darkorange;
    padding: 1px 7px
}

.product-boxed-list .id {
    margin: 0 auto 0 0
}


.list-quick-buy .alert {
    font-size: 11px;
    padding: 3px 15px 3px 7px;
    position: absolute;
    z-index: 10
}

.list-quick-buy .alert .close {
    position: absolute;
    right: 0;
    left: auto;
    width: auto
}

#inside.listing-body {
    background: #f9f9f9
}

body {
    background: white
}

.btn {
    white-space: normal;
    text-align: inherit
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

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

button.loading {
    color: transparent !important
}

button.loading:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    -webkit-animation: circle infinite .75s linear;
    -moz-animation: circle infinite .75s linear;
    -o-animation: circle infinite .75s linear;
    animation: circle infinite .75s linear;
    border: 2px solid #fff;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-moz-keyframes circle {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-o-keyframes circle {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

button:focus {
    outline: none
}

.bttn {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 0;
    color: black;
    background-color: #f2f2f2;
    border: 1px solid #dedede;
    position: relative
}

.bttn.orange-btn {
    background: #e32619;
    color: #fff;
    padding: 10px 20px;
    border-color: #e32619
}

.bttn.orange-btn:hover {
    background: #cc5600
}

.bttn:hover {
    background-color: transparent;
    color: white
}

@media (max-width:767px) {
    .bttn {
        font-size: 14px;
        padding: 10px 20px;
        min-width: 0 !important
    }
}

.be-select {
    position: relative
}

.be-select .select {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.be-select .select:focus,
.be-select .select:hover {
    z-index: 20
}

.be-select .select:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    width: 25px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    font-size: 15px;
    color: #6b6b6b;
    text-align: center
}

.be-select .select li {
    z-index: 2;
    width: 100%;
    cursor: pointer;
    list-style: none
}

.be-select .select li:not(.init) {
    float: left;
    display: none;
    background: #ebebeb
}

.be-select .select li:not(.init):hover,
.be-select .select ul li.selected:not(.init) {
    background-color: #d2d2d2
}

.be-select .select li.init {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.be-select.langSelect {
    width: 100%;
    max-width: 160px;
    height: 25px
}

.be-select.langSelect .select {
    border: 1px solid #ccc;
    background-color: #f5f5f5
}

.be-select.langSelect li {
    padding: 4px 25px 4px 10px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.be-select.langSelect li *,
.be-select.langSelect li a {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.be-select.langSelect li i {
    display: inline-block
}

.be-select.langSelect li i img {
    width: 100%
}

.be-select.langSelect li a {
    text-decoration: none
}

.be-select.langSelect li span {
    display: block
}

.be-select.langSelect li.init {
    margin-bottom: 10px
}

.be-select.langSelect li.init .links {
    display: none
}

.be-select.langSelect li:not(.init) {
    padding: 5px 10px;
    width: 250px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    border-bottom: 1px dashed #c5c5c5;
    background-color: white;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.be-select.langSelect li:not(.init):last-child {
    border-bottom: none
}

.be-select.langSelect li:not(.init) span:first-child {
    text-transform: uppercase;
    font-weight: 500;
    color: black;
    font-size: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f9f9f9
}

.be-select.langSelect li:not(.init):hover {
    background-color: #f9f9f9
}

.be-select.langSelect li:not(.init) .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0 5px 30px;
    margin: 0 -10px
}

.be-select.langSelect li:not(.init) .links a {
    font-weight: 400;
    display: block;
    padding: 0 10px;
    border-right: 1px solid #c5c5c5;
    text-decoration: underline
}

.be-select.langSelect li:not(.init) .links a:hover {
    text-decoration: underline;
    color: #e32619
}

.be-select.langSelect li:not(.init) .links a:last-of-type {
    border-right: none
}

.langSelect.currencySelect li:not(.init) {
    width: 100%
}

.langSelect.currencySelect li:not(.init) span:first-child {
    margin-bottom: 0;
    padding: 5px
}

@media (max-width:767px) {
    .be-select.langSelect {
        max-width: 140px;
        margin-left: auto;
        margin-right: 15px
    }
}

.breadCrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadCrumb li {
    list-style: none;
    padding: 0 5px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #6c6c6c;
    position: relative
}

.breadCrumb li:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #6c6c6c;
    position: absolute;
    right: -3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.breadCrumb li:last-child:before {
    display: none
}

.breadCrumb li span {
    padding: 0 5px
}

.breadCrumb li a {
    color: #6c6c6c;
    text-decoration: none;
    padding: 0 5px
}

.breadCrumb li a:hover {
    background: #000;
    color: white
}

@media (max-width:767px) {
    .breadCrumb {
        display: none
    }
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: #eb7a55;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    border: 1px solid #c1c1c1;
    border-top: 0;
    margin-top: -1px
}

.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content,
.ui-menu-item {
    background-color: #fbfbfb !important;
    z-index: 999;
    border: none;
    max-width: 500px
}

.ui-menu .ui-menu-item {
    padding: 5px 10px !important;
    margin-bottom: 10px !important;
    float: left;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.ui-menu .ui-menu-item:hover {
    background: rgba(204, 204, 204, 0.4) !important
}

.ui-menu .ui-menu-item * {
    background: none !important
}

.ui-widget-content a {
    font-size: 15px;
    text-decoration: none;
    display: block;
    border: none !important;
    margin: 0 !important;
    float: left;
    width: 100%
}

.ui-widget-content a img {
    float: left;
    border: 1px solid #f0f0f0
}

.modal-backdrop.show {
    opacity: 0.7;
    background-color: #fff
}

.subscribe_popup.fade {
    -webkit-transition: all 1.25s linear;
    -o-transition: all 1.25s linear;
    transition: all 1.25s linear;
    margin-bottom: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media (max-width:767px) {
    .subscribe_popup.fade {
        padding: 15px 0 0 !important
    }
}

.subscribe_popup {
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

@media (min-width:992px) {
    .subscribe_popup .modal-dialog {
        max-width: 500px
    }
}

.subscribe_popup .close {
    position: absolute;
    right: -10px;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 45px;
    top: -10px;
    cursor: pointer;
    opacity: 1
}

.subscribe_popup .close span {
    line-height: 1;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f3f3f3;
    color: #000;
    border-radius: 50%;
    border: 4px solid #0e0e0e;
    font-size: 28px;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.subscribe_popup .close:hover span {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.subscribe_popup .modal-content {
    background: #0e0e0e url("../images/rear-t.png") repeat top center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    border: 0
}

.subscribe_popup .modal-content .cntnt,
.subscribe_popup .modal-content .img {
    width: 100%;
    margin: 0 auto
}

.subscribe_popup .modal-content .cntnt {
    padding: 10px 20px
}

.subscribe_popup .modal-content .img {
    display: none;
    line-height: 0;
    position: relative;
    overflow: hidden
}

.subscribe_popup .modal-content .img img {
    max-width: 100%;
    display: none
}

.subscribe_popup .modal-content .img .xs {
    display: block
}

@media (max-width:767px) {
    .subscribe_popup .modal-content .cntnt {
        padding: 10px 10px
    }
}

@media (max-width:991px) {
    .subscribe_popup .modal-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .subscribe_popup .modal-content .cntnt,
    .subscribe_popup .modal-content .img {
        width: 100%
    }

    .subscribe_popup .modal-content .img img {
        display: block
    }

    .subscribe_popup .modal-content .img .xs {
        display: none
    }
}

.subscribe_popup .modal-header {
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    padding-bottom: 30px;
    margin-bottom: 30px
}

.subscribe_popup .modal-header h4 {
    color: #e32619;
    text-transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    width: 100%
}

.subscribe_popup .modal-header h4:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 40px;
    margin-right: 15px;
    vertical-align: middle
}

.subscribe_popup .modal-header p {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 1.4
}

@media (max-width:991px) {
    .subscribe_popup .modal-header {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .subscribe_popup .modal-header h4 {
        font-size: 25px
    }

    .subscribe_popup .modal-header p {
        font-size: 13px
    }
}

@media (max-width:991px) {
    .subscribe_popup .modal-body {
        padding: 0 15px
    }
}

.subscribe_popup .modal-body form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.subscribe_popup .modal-body .form-group {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 15px
}

.subscribe_popup .modal-body label {
    display: none
}

.subscribe_popup .modal-body #newsletter-name {
    margin-bottom: 15px;
    width: 100%;
    border-right: 1px solid #676767
}

.subscribe_popup .modal-body #no_thanks,
.subscribe_popup .modal-body #remind_later {
    display: block;
    color: #f58220;
    padding: 25px 0 0;
    text-decoration: underline;
    cursor: pointer;
    width: 50%;
    text-align: right
}

@media (max-width:991px) {

    .subscribe_popup .modal-body #no_thanks,
    .subscribe_popup .modal-body #remind_later {
        padding: 15px 0 0
    }
}

.subscribe_popup .modal-body #remind_later {
    text-align: left
}

.subscribe_popup .modal-body input {
    background-color: #2c2c2c;
    border-radius: 0;
    border: 1px solid #676767;
    border-right: none;
    height: 50px;
    width: 75%;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 300
}

.subscribe_popup .modal-body button {
    background-color: #e32619;
    border-radius: 0 !important;
    border: 1px solid #676767;
    border-left: none;
    height: 50px;
    width: 25%;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-align: center
}

.subscribe_popup .modal-body button:before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 100%;
    background-color: #e32619;
    position: absolute;
    top: 0;
    left: -15px;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    z-index: -1
}

.subscribe_popup .modal-body button:hover {
    width: 25%
}

.subscribe_popup .modal-body button:hover,
.subscribe_popup .modal-body button:hover:before {
    background-color: #cc5600
}

.subscribe_popup #help-block {
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
    text-align: center
}

.subscribe_popup #help-block li {
    list-style: none
}

@media (max-width:991px) {
    .subscribe_popup .modal-header {
        padding: 0;
        padding-bottom: 10px
    }

    .subscribe_popup .modal-body .form-group {
        width: 100%
    }

    .subscribe_popup .modal-body button,
    .subscribe_popup .modal-body input {
        height: 50px
    }
}

@media (max-width:576px) {
    .subscribe_popup .modal-header h4 {
        font-size: 20px;
        line-height: 1.2
    }

    .subscribe_popup .modal-header h4:before {
        font-size: 25px;
        margin-right: 10px
    }
}

@media (max-width:767px) {
    .subscribe_popup .close {
        top: -5px;
        right: -5px
    }

    .subscribe_popup .close span {
        width: 30px;
        height: 30px;
        border-width: 2px
    }

    .subscribe_popup .modal-header h4 {
        font-size: 25px;
        line-height: 1.2
    }

    .subscribe_popup .modal-body .form-group {
        width: 100%
    }

    .subscribe_popup .modal-body button,
    .subscribe_popup .modal-body input {
        height: 40px
    }

    .subscribe_popup .modal-body input {
        width: 70%
    }

    .subscribe_popup .modal-body button {
        width: 30%;
        padding: 0;
        font-size: 10px
    }
}

.scroll-top {
    position: fixed;
    right: 30px;
    z-index: 99999;
    bottom: 150px;
    display: inline-block
}

@media (max-width:575px) {
    .scroll-top {
        position: static;
        margin-left: calc(100% - 60px)
    }
}

.scroll-top.pos-relate {
    position: static;
    margin-left: calc(100% - 60px)
}

.scroll-top a {
    background: #e32619;
    color: #fefefe;
    font-size: 20px;
    display: block;
    padding: 10px;
    text-decoration: none
}

#livechat-eye-catcher {
    z-index: 99998 !important
}

.filters-no-results {
    padding-left: 15px
}

.product-packages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

.product-packages li {
    list-style: none;
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f0f0f0
}

.product-packages li a {
    text-decoration: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-packages li .price,
.product-packages li .sku-number {
    display: block;
    font-size: 17px;
    color: black;
    font-weight: 500;
    width: 100px
}

.product-packages li .sku-number {
    text-align: center;
    color: #777
}

.product-packages li .price {
    color: #e32619;
    text-align: center
}

.product-packages li .name {
    display: block;
    font-size: 18px;
    line-height: 1.1;
    color: black;
    font-weight: 500;
    width: calc(100% - 200px);
    background-color: #e9e9e9;
    padding: 15px
}

.product-packages li form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .product-packages li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-packages li a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-packages li .name {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        font-size: 16px
    }

    .product-packages li form {
        width: 100%
    }

    .product-packages li .bttn {
        margin: 0 0 0 auto
    }
}

.logos-list.categories-listing li {
    width: calc(20% - 14px);
    margin: 0 7px 15px;
    border: 1px solid #f5f5f5
}

.logos-list.categories-listing li a {
    background-color: white
}

.logos-list.categories-listing li a span {
    background-color: #e32619;
    padding: 10px;
    font-size: 17px;
    font-weight: 300;
    white-space: nowrap;
    opacity: 1;
    width: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    top: auto;
    left: auto;
    right: 15px;
    bottom: 15px
}

@media (min-width:992px) and (max-width:1199px) {
    .logos-list.categories-listing li {
        width: calc(25% - 14px)
    }
}

@media (max-width:991px) {
    .logos-list.categories-listing li {
        width: calc(33.333333% - 14px)
    }

    .logos-list.categories-listing li a span {
        font-size: 15px
    }
}

@media (max-width:575px) {
    .logos-list.categories-listing li {
        width: calc(50% - 14px)
    }

    .logos-list.categories-listing li a span {
        font-size: 13px
    }
}

header .middleBar .accountItems li.xs-search-btn {
    display: none
}

@media (max-width:767px) {
    header .middleBar .accountItems li.xs-search-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.xs-search.active form {
    top: 15%
}

.xs-search form {
    z-index: 9999;
    background-color: black;
    top: -100%;
    position: fixed;
    left: 15px;
    right: 15px;
    padding: 30px 15px;
    -webkit-box-shadow: 0 0 80px;
    box-shadow: 0 0 80px;
    border-radius: 4px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.xs-search form .xs-search-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 20px;
    line-height: 1;
    text-decoration: none
}

.xs-search form input {
    background-color: #2c2c2c;
    border-radius: 0;
    border: 1px solid #676767;
    border-right: none;
    height: 50px;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    width: 100%;
    border-right: 1px solid #676767
}

.xs-search form p {
    margin-bottom: 15px
}

.xs-search form strong {
    font-size: 23px;
    line-height: 1;
    color: #e32619;
    text-transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: bold;
    width: 100%
}

.xs-search form .bttn {
    background-color: #e32619;
    border-radius: 0 !important;
    border: 1px solid #676767;
    border-left: none;
    height: 40px;
    width: 25%;
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    cursor: pointer;
    text-align: center
}

.before-discount-price {
    color: #919191;
    font-size: 14px;
    text-decoration: line-through;
    text-align: center
}

@media (max-width:767px) {
    .before-discount-price {
        font-size: 11px
    }
}

.productList .item .prod-info .price .before-discount-price {
    text-align: right
}

.product-boxed-list li .product-info .before-discount-price {
    padding-right: 70px
}

@media (min-width:768px) and (max-width:1199px) {
    .product-boxed-list li .product-info .before-discount-price {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .product-boxed-list li .product-info .before-discount-price {
        padding-right: 0
    }
}

.gifts-container {
    display: block !important;
    border: none !important
}

.gifts-container span {
    display: block;
    width: 100%
}

.gifts-list.owl-carousel li {
    width: 100%
}

.gifts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

.gifts-list li {
    width: 20%;
    padding: 10px;
    list-style: none
}

.gifts-list li a.img {
    display: block;
    width: 100%;
    padding: 0
}

.gifts-list li .fa-gift {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1;
    padding: 5px 7px;
    display: block;
    background: #f52020;
    color: white
}

.gifts-list li img {
    max-width: 100%;
    width: auto;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.gifts-list li img:hover {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px)
}

.gifts-list li button {
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    padding: 7px 5px;
    color: white;
    background-color: #e32619;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

.gifts-list li button:hover {
    background-color: #cc5600
}

.gifts-list .owl-nav .fa {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer
}

.gifts-list .owl-nav .fa:hover {
    background-color: rgba(255, 255, 255, 0.9)
}

.gifts-list .owl-nav .fa-angle-left {
    left: 0
}

.gifts-list .owl-nav .fa-angle-right {
    right: 0
}

@media (min-width:992px) and (max-width:1199px) {
    .gifts-list li {
        width: 20%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .gifts-list li {
        width: 25%
    }
}

@media (max-width:767px) {
    .gifts-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll
    }

    .gifts-list li {
        width: 33.333333%
    }
}

.saved_info-blnce .form-group {
    width: 100%;
    position: relative
}

.saved_info-blnce .form-group label {
    display: block;
    padding-left: 30px
}

.saved_info-blnce .form-group input {
    width: 20px;
    height: 20px !important;
    position: absolute;
    top: 2px;
    left: 0;
    padding: 0;
    margin: 0
}

.inside-product-info .info-wrap .payment-wrap span.offerTime,
.productList .item .img-wrap span.offerTime {
    background-color: rgba(255, 108, 0, 0.1);
    display: block;
    width: 100%;
    padding: 10px 55px 10px 15px;
    font-size: 13px;
    line-height: 1.1;
    color: #f52020;
    position: relative;
    z-index: 0
}

.inside-product-info .info-wrap .payment-wrap span.offerTime:before,
.productList .item .img-wrap span.offerTime:before {
    display: block;
    content: "";
    width: 35px;
    height: 35px;
    background: transparent url("../images/offer.svg") no-repeat center center;
    background-size: 100%;
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.inside-product-info .info-wrap .payment-wrap span.offerTime strong,
.productList .item .img-wrap span.offerTime strong {
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    font-weight: 400;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid white
}

.productList .item .img-wrap span.offerTime {
    text-align: center;
    font-size: 11px;
    margin-top: 10px
}

.productList .item .img-wrap span.offerTime strong {
    font-size: 13px
}

.product-column-list li span.offerTime {
    background-color: rgba(255, 108, 0, 0.1);
    padding: 7px;
    font-size: 11px;
    line-height: 1.1;
    color: #f52020;
    text-align: center;
    display: inline-block;
    width: auto;
    position: absolute;
    z-index: 1
}

.product-column-list li span.offerTime strong {
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    font-weight: 400;
    margin-bottom: 5px
}

@media (max-width:767px) {
    .productList .item .img-wrap span.offerTime {
        padding: 5px;
        margin-top: 5px
    }
}

.writeReview {
    padding: 50px;
    background: transparent url("../images/bg.jpg") no-repeat center center;
    background-size: cover;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 15px;
    max-width: 850px
}

.writeReview p {
    color: black;
    margin: 0
}

.writeReview p strong {
    font-size: 30px;
    font-weight: 500
}

.writeReview>i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 50px;
    width: 70px;
    height: 70px;
    background-color: #f8951e;
    border-radius: 50%;
    border: 1px solid #f57e22;
    color: white;
    margin: 0 auto 30px
}

.writeReview .bttn {
    background-color: #f8951e;
    border-radius: 15px;
    border: 1px solid #f57e22;
    margin-top: 30px;
    padding: 15px 45px;
    color: white
}

.writeReview .bttn span {
    display: block;
    margin-bottom: 10px
}

.writeReview .bttn:hover {
    background-color: #f57e22
}


.relatedPro {
    border: 1px solid #dedede;
    padding: 20px;
    margin-bottom: 15px
}

.relatedPro .label {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2
}

.relatedPro .item {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.relatedPro .item .img {
    width: 35%
}

.relatedPro .item .img img {
    max-width: 100%
}

.relatedPro .item .title {
    width: 65%;
    font-size: 14px;
    color: black;
    padding-left: 10px;
    line-height: 1.2
}

.relatedPro .item .title em {
    display: block;
    font-style: normal;
    padding-top: 5px;
    color: #f52020
}

@media (min-width: 768px) and (max-width:991px) {
    .summary .miniSummary {
        font-size:14px
    }
}

.dialog-panel *, .dialog-panel a{
    color: black;
}
.dialog-entrance{
    width: 255px;
    height: 50px;
    background: rgb(255,255,255);
    color: #000;
    border-radius: 8px 8px 0 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 8px;
    position: fixed;
    right: 30px;
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 12px;
}
.dialog-panel{
    width: 320px;
    height: auto;
    background:#E9EEF4;
    border-radius: 8px;
    position: fixed;
    right: 30px;
    bottom: 0;
    display: none;
    z-index: 20;
    box-shadow: darkgrey -5px 10px 30px 5px ;//边框阴影
}
.flex-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dialog-header{
    width: auto;
    height: 50px;
    background: rgb(255,108,0);
    padding: 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.dialog-body{
    padding: 32px 26px 8px 26px;
    color: black;
    font-size: 14px;
}
.dialog-body-content{
    position: relative;
    background: white;
    padding:8px 8px 8px 8px;
    border-radius: 6px;
}
.email-img-panel{
    display: flex;
    justify-content: center;
}
.email-img{
    width: 42px;
    height: 42px;
    background: rgb(255,108,0);
    position: absolute;
    top: -20px;
    border-radius: 50%;
}
.ipt-panel{
    margin-top: 6px;
}
.dialog-body-ipt{
    width: 100%;
    height: 37px;
    margin: 2px 0;
    padding:8px;
    border:1px solid rgb(221,221,230);
    color:rgb(62,62,65);
    border-radius: 4px;
}
.red-start{
    color: red;
}
.btn-panel{
    width:100% ;
    height: 41px;
    font-size: 14px;
    color: #fff;
    background: #e32619;
    border: 1px solid #e32619;
    border-radius: 4px;
    margin: 8px 0;
}
.dialog-footer{

    width: 100%;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background: #f5f5f5;
    font-size: 12px;
    color: #7d7d7d;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.footer-bold-text{
    font-weight: bold;
}
.footer-orange-text{
    font-weight: bold;
    color: #d98357;
}

.notice-message{
    color: red;
}

.leave-message-success,.leave-message-fail{
    text-align: center;
    font-size: 20px;
    display: none;
}
.leave-message-success,.leave-message-success i{
    color: rgb(255,108,0);
}
