@media print {

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

    a:not(.btn):not(.search-submit):not(.editPost a):not(#sidebar .by-image a):not(#main section .section-heading a):not(.postend-btn a):not(.listend-btn a) {
        text-decoration: underline
    }

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

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

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 1080px !important
    }

    .container {
        min-width: 1080px !important
    }

    .navbar {
        display: none
    }

    .badge,
    .cards .card-item a .card-item-block .catLabel {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

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

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

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

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

body {
    margin: 0;
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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

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

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

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

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

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

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

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

dt {
    font-weight: 500
}

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

blockquote {
    margin: 0 0 16px;
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    color: #042636;
    text-decoration: none
}

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

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

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

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

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

figure {
    margin: 0 0 16px;
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

caption {
    padding-top: 12px;
    padding-top: .75rem;
    padding-bottom: 12px;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

h1,
.h1 {
    font-size: 32px;
    font-size: 2rem
}

h2,
.h2 {
    font-size: 28.8px;
    font-size: 1.8rem
}

h3,
.h3 {
    font-size: 24px;
    font-size: 1.5rem
}

h4,
.h4 {
    font-size: 20.8px;
    font-size: 1.3rem
}

h5,
.h5 {
    font-size: 19.2px;
    font-size: 1.2rem
}

h6,
.h6 {
    font-size: 16px;
    font-size: 1rem
}

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

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

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

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

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

hr {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(32, 40, 48, 0.1)
}

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

mark,
.mark {
    padding: .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: 8px;
    margin-right: .5rem
}

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

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

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

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

.img-fluid,
#masthead .device-l .brand img,
.site-header .navbar .navbar-brand img,
#footer address .brand img,
#sidebar section .latest-items>li>a .post-thumbnail img,
.img-featured img,
.entry-content img {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: 4px;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 0 1px 2px rgba(32, 40, 48, 0.075);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

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

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

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

a>code {
    color: inherit
}

kbd {
    padding: 3.2px 6.4px;
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    box-shadow: inset 0 -0.1rem 0 rgba(32, 40, 48, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 500;
    box-shadow: none
}

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

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

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

.container {
    width: 100%;
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-left: 24px;
    padding-left: 1.5rem;
    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: 1080px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1280px
    }
}

.container-fluid,
#page {
    width: 100%;
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-left: 24px;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto
}

.row,
#page #content,
.cards,
.ranking .cards,
.two-cases,
.new-arrivals .cards,
.archive-by-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-right: -1.5rem;
    margin-left: -24px;
    margin-left: -1.5rem
}

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

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.cards .card-item,
.ranking .cards .card-item,
.new-arrivals .cards .card-item,
.products .manurelated .row>div,
.products .manurelated #page #content>div,
#page .products .manurelated #content>div,
.products .manurelated .cards>div,
.products .manurelated .ranking .cards>div,
.products .manurelated .two-cases>div,
.products .manurelated .new-arrivals .cards>div,
.products .manurelated .archive-by-image>div,
.products .manurecos .row>div,
.products .manurecos #page #content>div,
#page .products .manurecos #content>div,
.products .manurecos .cards>div,
.products .manurecos .ranking .cards>div,
.products .manurecos .two-cases>div,
.products .manurecos .new-arrivals .cards>div,
.products .manurecos .archive-by-image>div,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
#page #content #sidebar,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
#page #content #main,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.two-cases .case-item,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-left: 24px;
    padding-left: 1.5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
    margin-left: 8.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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

    .col-sm-6,
    .cards .card-item,
    .ranking .cards .card-item,
    .new-arrivals .cards .card-item,
    .products .manurelated .row>div,
    .products .manurelated #page #content>div,
    #page .products .manurelated #content>div,
    .products .manurelated .cards>div,
    .products .manurelated .ranking .cards>div,
    .products .manurelated .two-cases>div,
    .products .manurelated .new-arrivals .cards>div,
    .products .manurelated .archive-by-image>div,
    .products .manurecos .row>div,
    .products .manurecos #page #content>div,
    #page .products .manurecos #content>div,
    .products .manurecos .cards>div,
    .products .manurecos .ranking .cards>div,
    .products .manurecos .two-cases>div,
    .products .manurecos .new-arrivals .cards>div,
    .products .manurecos .archive-by-image>div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-1 {
        margin-left: 8.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;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

    .col-md-4,
    #page #content #sidebar {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

    .col-md-6,
    .cards .card-item,
    .ranking .cards .card-item,
    .new-arrivals .cards .card-item,
    .products .manurelated .row>div,
    .products .manurelated #page #content>div,
    #page .products .manurelated #content>div,
    .products .manurelated .cards>div,
    .products .manurelated .ranking .cards>div,
    .products .manurelated .two-cases>div,
    .products .manurelated .new-arrivals .cards>div,
    .products .manurelated .archive-by-image>div,
    .products .manurecos .row>div,
    .products .manurecos #page #content>div,
    #page .products .manurecos #content>div,
    .products .manurecos .cards>div,
    .products .manurecos .ranking .cards>div,
    .products .manurecos .two-cases>div,
    .products .manurecos .new-arrivals .cards>div,
    .products .manurecos .archive-by-image>div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

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

    .col-md-8,
    #page #content #main {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

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

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

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

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

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

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

    .order-md-1,
    #page #content #sidebar {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2,
    #page #content #main {
        -ms-flex-order: 2;
        order: 2
    }

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-1 {
        margin-left: 8.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: 1080px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

    .col-lg-4,
    #page #content #sidebar,
    .cards .card-item,
    .ranking .cards .card-item,
    .new-arrivals .cards .card-item,
    .products .manurelated .row>div,
    .products .manurelated #page #content>div,
    #page .products .manurelated #content>div,
    .products .manurelated .cards>div,
    .products .manurelated .ranking .cards>div,
    .products .manurelated .two-cases>div,
    .products .manurelated .new-arrivals .cards>div,
    .products .manurelated .archive-by-image>div,
    .products .manurecos .row>div,
    .products .manurecos #page #content>div,
    #page .products .manurecos #content>div,
    .products .manurecos .cards>div,
    .products .manurecos .ranking .cards>div,
    .products .manurecos .two-cases>div,
    .products .manurecos .new-arrivals .cards>div,
    .products .manurecos .archive-by-image>div {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

    .col-lg-6,
    .two-cases .case-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

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

    .col-lg-8,
    #page #content #main {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-1 {
        margin-left: 8.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: 1400px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

    .col-xl-3,
    #page #content #sidebar,
    .cards .card-item,
    .products .manurelated .row>div,
    .products .manurelated #page #content>div,
    #page .products .manurelated #content>div,
    .products .manurelated .cards>div,
    .products .manurelated .ranking .cards>div,
    .products .manurelated .two-cases>div,
    .products .manurelated .new-arrivals .cards>div,
    .products .manurelated .archive-by-image>div,
    .products .manurecos .row>div,
    .products .manurecos #page #content>div,
    #page .products .manurecos #content>div,
    .products .manurecos .cards>div,
    .products .manurecos .ranking .cards>div,
    .products .manurecos .two-cases>div,
    .products .manurecos .new-arrivals .cards>div,
    .products .manurecos .archive-by-image>div {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

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

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

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

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

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

    .col-xl-9,
    #page #content #main {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-1 {
        margin-left: 8.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%
    }
}

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

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

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

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

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

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

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f9fa
}

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

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

.table-hover .table-primary:hover {
    background-color: #a8cada
}

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

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

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

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

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

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

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

.table-info,
.table-info>th,
.table-info>td {
    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>th,
.table-warning>td {
    background-color: #fef3c1
}

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(32, 40, 48, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(22, 27, 33, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(22, 27, 33, 0.075)
}

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

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

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

.table-dark th,
.table-dark td,
.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: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

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

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

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

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

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

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

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

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

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

.form-control,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"] {
    display: block;
    width: 100%;
    padding: 8px 12px;
    padding: .5rem .75rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(32, 40, 48, 0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.form-control::-ms-expand,
input[type="text"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="url"]::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2eb3f1;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(32, 40, 48, 0.075), 0 0 0 .2rem rgba(10, 105, 150, 0.25)
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder {
    color: #c4ced8;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.form-control::placeholder,
input[type="text"]::placeholder,
input[type="search"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder {
    color: #c4ced8;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.form-control:disabled,
input[type="text"]:disabled,
input[type="search"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
.form-control[readonly],
input[readonly][type="text"],
input[readonly][type="search"],
input[readonly][type="email"],
input[readonly][type="url"] {
    background-color: #e9ecef;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

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

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

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

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

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

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

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

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>input.form-control-plaintext[type="text"],
.input-group-sm>input.form-control-plaintext[type="search"],
.input-group-sm>input.form-control-plaintext[type="email"],
.input-group-sm>input.form-control-plaintext[type="url"],
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.search-submit,
.editPost .input-group-sm>.input-group-prepend>a.form-control-plaintext,
#sidebar .by-image .input-group-sm>.input-group-prepend>a.form-control-plaintext,
#main section .section-heading .input-group-sm>.input-group-prepend>a.form-control-plaintext,
.postend-btn .input-group-sm>.input-group-prepend>a.form-control-plaintext,
.listend-btn .input-group-sm>.input-group-prepend>a.form-control-plaintext,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.search-submit,
.editPost .input-group-sm>.input-group-append>a.form-control-plaintext,
#sidebar .by-image .input-group-sm>.input-group-append>a.form-control-plaintext,
#main section .section-heading .input-group-sm>.input-group-append>a.form-control-plaintext,
.postend-btn .input-group-sm>.input-group-append>a.form-control-plaintext,
.listend-btn .input-group-sm>.input-group-append>a.form-control-plaintext,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>input.form-control-plaintext[type="text"],
.input-group-lg>input.form-control-plaintext[type="search"],
.input-group-lg>input.form-control-plaintext[type="email"],
.input-group-lg>input.form-control-plaintext[type="url"],
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.search-submit,
.editPost .input-group-lg>.input-group-prepend>a.form-control-plaintext,
#sidebar .by-image .input-group-lg>.input-group-prepend>a.form-control-plaintext,
#main section .section-heading .input-group-lg>.input-group-prepend>a.form-control-plaintext,
.postend-btn .input-group-lg>.input-group-prepend>a.form-control-plaintext,
.listend-btn .input-group-lg>.input-group-prepend>a.form-control-plaintext,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.search-submit,
.editPost .input-group-lg>.input-group-append>a.form-control-plaintext,
#sidebar .by-image .input-group-lg>.input-group-append>a.form-control-plaintext,
#main section .section-heading .input-group-lg>.input-group-append>a.form-control-plaintext,
.postend-btn .input-group-lg>.input-group-append>a.form-control-plaintext,
.listend-btn .input-group-lg>.input-group-append>a.form-control-plaintext {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>input[type="text"],
.input-group-sm>input[type="search"],
.input-group-sm>input[type="email"],
.input-group-sm>input[type="url"],
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.search-submit,
.editPost .input-group-sm>.input-group-prepend>a,
#sidebar .by-image .input-group-sm>.input-group-prepend>a,
#main section .section-heading .input-group-sm>.input-group-prepend>a,
.postend-btn .input-group-sm>.input-group-prepend>a,
.listend-btn .input-group-sm>.input-group-prepend>a,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.search-submit,
.editPost .input-group-sm>.input-group-append>a,
#sidebar .by-image .input-group-sm>.input-group-append>a,
#main section .section-heading .input-group-sm>.input-group-append>a,
.postend-btn .input-group-sm>.input-group-append>a,
.listend-btn .input-group-sm>.input-group-append>a {
    padding: 4px 8px;
    padding: .25rem .5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5
}

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

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>input[type="text"],
.input-group-lg>input[type="search"],
.input-group-lg>input[type="email"],
.input-group-lg>input[type="url"],
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.search-submit,
.editPost .input-group-lg>.input-group-prepend>a,
#sidebar .by-image .input-group-lg>.input-group-prepend>a,
#main section .section-heading .input-group-lg>.input-group-prepend>a,
.postend-btn .input-group-lg>.input-group-prepend>a,
.listend-btn .input-group-lg>.input-group-prepend>a,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.search-submit,
.editPost .input-group-lg>.input-group-append>a,
#sidebar .by-image .input-group-lg>.input-group-append>a,
#main section .section-heading .input-group-lg>.input-group-append>a,
.postend-btn .input-group-lg>.input-group-append>a,
.listend-btn .input-group-lg>.input-group-append>a {
    padding: 8px 16px;
    padding: .5rem 1rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5
}

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

.form-group {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

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

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

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

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

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

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

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

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

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 4px;
    margin-top: .25rem;
    font-size: 80%;
    color: #83b14f
}

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

.was-validated .form-control:valid,
.was-validated input[type="text"]:valid,
.was-validated input[type="search"]:valid,
.was-validated input[type="email"]:valid,
.was-validated input[type="url"]:valid,
.form-control.is-valid,
input.is-valid[type="text"],
input.is-valid[type="search"],
input.is-valid[type="email"],
input.is-valid[type="url"],
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #83b14f
}

.was-validated .form-control:valid:focus,
.was-validated input[type="text"]:valid:focus,
.was-validated input[type="search"]:valid:focus,
.was-validated input[type="email"]:valid:focus,
.was-validated input[type="url"]:valid:focus,
.form-control.is-valid:focus,
input.is-valid[type="text"]:focus,
input.is-valid[type="search"]:focus,
input.is-valid[type="email"]:focus,
input.is-valid[type="url"]:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #83b14f;
    box-shadow: 0 0 0 .2rem rgba(131, 177, 79, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated input[type="text"]:valid~.valid-feedback,
.was-validated input[type="search"]:valid~.valid-feedback,
.was-validated input[type="email"]:valid~.valid-feedback,
.was-validated input[type="url"]:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.was-validated input[type="text"]:valid~.valid-tooltip,
.was-validated input[type="search"]:valid~.valid-tooltip,
.was-validated input[type="email"]:valid~.valid-tooltip,
.was-validated input[type="url"]:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
input.is-valid[type="text"]~.valid-feedback,
input.is-valid[type="search"]~.valid-feedback,
input.is-valid[type="email"]~.valid-feedback,
input.is-valid[type="url"]~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
input.is-valid[type="text"]~.valid-tooltip,
input.is-valid[type="search"]~.valid-tooltip,
input.is-valid[type="email"]~.valid-tooltip,
input.is-valid[type="url"]~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus~.custom-control-label:before,
.custom-control-input.is-valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(131, 177, 79, 0.25)
}

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

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

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

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(131, 177, 79, 0.25)
}

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

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

.was-validated .form-control:invalid,
.was-validated input[type="text"]:invalid,
.was-validated input[type="search"]:invalid,
.was-validated input[type="email"]:invalid,
.was-validated input[type="url"]:invalid,
.form-control.is-invalid,
input.is-invalid[type="text"],
input.is-invalid[type="search"],
input.is-invalid[type="email"],
input.is-invalid[type="url"],
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #bc525c
}

.was-validated .form-control:invalid:focus,
.was-validated input[type="text"]:invalid:focus,
.was-validated input[type="search"]:invalid:focus,
.was-validated input[type="email"]:invalid:focus,
.was-validated input[type="url"]:invalid:focus,
.form-control.is-invalid:focus,
input.is-invalid[type="text"]:focus,
input.is-invalid[type="search"]:focus,
input.is-invalid[type="email"]:focus,
input.is-invalid[type="url"]:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #bc525c;
    box-shadow: 0 0 0 .2rem rgba(188, 82, 92, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated input[type="text"]:invalid~.invalid-feedback,
.was-validated input[type="search"]:invalid~.invalid-feedback,
.was-validated input[type="email"]:invalid~.invalid-feedback,
.was-validated input[type="url"]:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.was-validated input[type="text"]:invalid~.invalid-tooltip,
.was-validated input[type="search"]:invalid~.invalid-tooltip,
.was-validated input[type="email"]:invalid~.invalid-tooltip,
.was-validated input[type="url"]:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
input.is-invalid[type="text"]~.invalid-feedback,
input.is-invalid[type="search"]~.invalid-feedback,
input.is-invalid[type="email"]~.invalid-feedback,
input.is-invalid[type="url"]~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
input.is-invalid[type="text"]~.invalid-tooltip,
input.is-invalid[type="search"]~.invalid-tooltip,
input.is-invalid[type="email"]~.invalid-tooltip,
input.is-invalid[type="url"]~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus~.custom-control-label:before,
.custom-control-input.is-invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(188, 82, 92, 0.25)
}

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

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

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(188, 82, 92, 0.25)
}

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

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

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

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

    .form-inline .form-control,
    .form-inline input[type="text"],
    .form-inline input[type="search"],
    .form-inline input[type="email"],
    .form-inline input[type="url"] {
        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: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

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

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

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

.btn,
.search-submit,
.editPost a,
#sidebar .by-image a,
#main section .section-heading a,
.postend-btn a,
.listend-btn a {
    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: 8px 12px;
    padding: .5rem .75rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 0;
    transition: all 0.16s ease-in-out
}

.btn:hover,
.search-submit:hover,
.editPost a:hover,
#sidebar .by-image a:hover,
#main section .section-heading a:hover,
.postend-btn a:hover,
.listend-btn a:hover,
.btn:focus,
.search-submit:focus,
.editPost a:focus,
#sidebar .by-image a:focus,
#main section .section-heading a:focus,
.postend-btn a:focus,
.listend-btn a:focus {
    text-decoration: none
}

.btn:focus,
.search-submit:focus,
.editPost a:focus,
#sidebar .by-image a:focus,
#main section .section-heading a:focus,
.postend-btn a:focus,
.listend-btn a:focus,
.btn.focus,
.focus.search-submit,
.editPost a.focus,
#sidebar .by-image a.focus,
#main section .section-heading a.focus,
.postend-btn a.focus,
.listend-btn a.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(10, 105, 150, 0.25)
}

.btn.disabled,
.disabled.search-submit,
.editPost a.disabled,
#sidebar .by-image a.disabled,
#main section .section-heading a.disabled,
.postend-btn a.disabled,
.listend-btn a.disabled,
.btn:disabled,
.search-submit:disabled,
.editPost a:disabled,
#sidebar .by-image a:disabled,
#main section .section-heading a:disabled,
.postend-btn a:disabled,
.listend-btn a:disabled {
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    box-shadow: none
}

.btn:not(:disabled):not(.disabled),
.search-submit:not(:disabled):not(.disabled),
.editPost a:not(:disabled):not(.disabled),
#sidebar .by-image a:not(:disabled):not(.disabled),
#main section .section-heading a:not(:disabled):not(.disabled),
.postend-btn a:not(:disabled):not(.disabled),
.listend-btn a:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active,
.search-submit:not(:disabled):not(.disabled):active,
.editPost a:not(:disabled):not(.disabled):active,
#sidebar .by-image a:not(:disabled):not(.disabled):active,
#main section .section-heading a:not(:disabled):not(.disabled):active,
.postend-btn a:not(:disabled):not(.disabled):active,
.listend-btn a:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.search-submit:not(:disabled):not(.disabled).active,
.editPost a:not(:disabled):not(.disabled).active,
#sidebar .by-image a:not(:disabled):not(.disabled).active,
#main section .section-heading a:not(:disabled):not(.disabled).active,
.postend-btn a:not(:disabled):not(.disabled).active,
.listend-btn a:not(:disabled):not(.disabled).active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125)
}

.btn:not(:disabled):not(.disabled):active:focus,
.search-submit:not(:disabled):not(.disabled):active:focus,
.editPost a:not(:disabled):not(.disabled):active:focus,
#sidebar .by-image a:not(:disabled):not(.disabled):active:focus,
#main section .section-heading a:not(:disabled):not(.disabled):active:focus,
.postend-btn a:not(:disabled):not(.disabled):active:focus,
.listend-btn a:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.search-submit:not(:disabled):not(.disabled).active:focus,
.editPost a:not(:disabled):not(.disabled).active:focus,
#sidebar .by-image a:not(:disabled):not(.disabled).active:focus,
#main section .section-heading a:not(:disabled):not(.disabled).active:focus,
.postend-btn a:not(:disabled):not(.disabled).active:focus,
.listend-btn a:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px rgba(10, 105, 150, 0.25), 0 3px 5px rgba(32, 40, 48, 0.125)
}

a.btn.disabled,
a.disabled.search-submit,
.editPost a.disabled,
#sidebar .by-image a.disabled,
#main section .section-heading a.disabled,
.postend-btn a.disabled,
.listend-btn a.disabled,
fieldset:disabled a.btn,
fieldset:disabled a.search-submit,
fieldset:disabled .editPost a,
.editPost fieldset:disabled a,
fieldset:disabled #sidebar .by-image a,
#sidebar .by-image fieldset:disabled a,
fieldset:disabled #main section .section-heading a,
#main section .section-heading fieldset:disabled a,
fieldset:disabled .postend-btn a,
.postend-btn fieldset:disabled a,
fieldset:disabled .listend-btn a,
.listend-btn fieldset:disabled a {
    pointer-events: none
}

.btn-primary,
.search-submit {
    color: #fff;
    background-color: #0a6996;
    border-color: #0a6996;
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48)
}

.btn-primary:hover,
.search-submit:hover {
    color: #fff;
    background-color: #085072;
    border-color: #074866
}

.btn-primary:focus,
.search-submit:focus,
.btn-primary.focus,
.focus.search-submit {
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48), 0 0 0 .2rem rgba(10, 105, 150, 0.5)
}

.btn-primary.disabled,
.disabled.search-submit,
.btn-primary:disabled,
.search-submit:disabled {
    color: #fff;
    background-color: #0a6996;
    border-color: #0a6996
}

.btn-primary:not(:disabled):not(.disabled):active,
.search-submit:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.search-submit:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.show>.dropdown-toggle.search-submit {
    color: #fff;
    background-color: #074866;
    border-color: #063f5a
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.search-submit:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.search-submit:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.show>.dropdown-toggle.search-submit:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(10, 105, 150, 0.5)
}

.btn-secondary,
#main section .section-heading a,
.postend-btn a,
.listend-btn a {
    color: #fff;
    background-color: #2a353f;
    border-color: #2a353f;
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48)
}

.btn-secondary:hover,
#main section .section-heading a:hover,
.postend-btn a:hover,
.listend-btn a:hover {
    color: #fff;
    background-color: #1b2228;
    border-color: #161b21
}

.btn-secondary:focus,
#main section .section-heading a:focus,
.postend-btn a:focus,
.listend-btn a:focus,
.btn-secondary.focus,
#main section .section-heading a.focus,
.postend-btn a.focus,
.listend-btn a.focus {
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48), 0 0 0 .2rem rgba(42, 53, 63, 0.5)
}

.btn-secondary.disabled,
#main section .section-heading a.disabled,
.postend-btn a.disabled,
.listend-btn a.disabled,
.btn-secondary:disabled,
#main section .section-heading a:disabled,
.postend-btn a:disabled,
.listend-btn a:disabled {
    color: #fff;
    background-color: #2a353f;
    border-color: #2a353f
}

.btn-secondary:not(:disabled):not(.disabled):active,
#main section .section-heading a:not(:disabled):not(.disabled):active,
.postend-btn a:not(:disabled):not(.disabled):active,
.listend-btn a:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
#main section .section-heading a:not(:disabled):not(.disabled).active,
.postend-btn a:not(:disabled):not(.disabled).active,
.listend-btn a:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle,
#main section .section-heading .show>a.dropdown-toggle,
.postend-btn .show>a.dropdown-toggle,
.listend-btn .show>a.dropdown-toggle {
    color: #fff;
    background-color: #161b21;
    border-color: #111519
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
#main section .section-heading a:not(:disabled):not(.disabled):active:focus,
.postend-btn a:not(:disabled):not(.disabled):active:focus,
.listend-btn a:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
#main section .section-heading a:not(:disabled):not(.disabled).active:focus,
.postend-btn a:not(:disabled):not(.disabled).active:focus,
.listend-btn a:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
#main section .section-heading .show>a.dropdown-toggle:focus,
.postend-btn .show>a.dropdown-toggle:focus,
.listend-btn .show>a.dropdown-toggle:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(42, 53, 63, 0.5)
}

.btn-success {
    color: #212529;
    background-color: #83b14f;
    border-color: #83b14f;
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48)
}

.btn-success:hover {
    color: #fff;
    background-color: #6f9743;
    border-color: #698e3f
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48), 0 0 0 .2rem rgba(131, 177, 79, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #212529;
    background-color: #83b14f;
    border-color: #83b14f
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #698e3f;
    border-color: #62853b
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(131, 177, 79, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48)
}

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

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48), 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    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
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #fad320;
    border-color: #fad320;
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48)
}

.btn-warning:hover {
    color: #212529;
    background-color: #eec505;
    border-color: #e2ba05
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48), 0 0 0 .2rem rgba(250, 211, 32, 0.5)
}

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

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #e2ba05;
    border-color: #d5b005
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(250, 211, 32, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #bc525c;
    border-color: #bc525c;
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48)
}

.btn-danger:hover {
    color: #fff;
    background-color: #a7414a;
    border-color: #9e3d46
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48), 0 0 0 .2rem rgba(188, 82, 92, 0.5)
}

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

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #9e3d46;
    border-color: #953a42
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(188, 82, 92, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #879baf;
    border-color: #879baf;
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48)
}

.btn-light:hover {
    color: #fff;
    background-color: #7088a0;
    border-color: #68819a
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48), 0 0 0 .2rem rgba(135, 155, 175, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #879baf;
    border-color: #879baf
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #68819a;
    border-color: #627b93
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(135, 155, 175, 0.5)
}

.btn-dark,
#sidebar .by-image a {
    color: #fff;
    background-color: #2a353f;
    border-color: #2a353f;
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48)
}

.btn-dark:hover,
#sidebar .by-image a:hover {
    color: #fff;
    background-color: #1b2228;
    border-color: #161b21
}

.btn-dark:focus,
#sidebar .by-image a:focus,
.btn-dark.focus,
#sidebar .by-image a.focus {
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48), 0 0 0 .2rem rgba(42, 53, 63, 0.5)
}

.btn-dark.disabled,
#sidebar .by-image a.disabled,
.btn-dark:disabled,
#sidebar .by-image a:disabled {
    color: #fff;
    background-color: #2a353f;
    border-color: #2a353f
}

.btn-dark:not(:disabled):not(.disabled):active,
#sidebar .by-image a:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
#sidebar .by-image a:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle,
#sidebar .by-image .show>a.dropdown-toggle {
    color: #fff;
    background-color: #161b21;
    border-color: #111519
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
#sidebar .by-image a:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
#sidebar .by-image a:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus,
#sidebar .by-image .show>a.dropdown-toggle:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(42, 53, 63, 0.5)
}

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

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0a6996;
    border-color: #0a6996
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(10, 105, 150, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0a6996;
    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: #0a6996;
    border-color: #0a6996
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(10, 105, 150, 0.5)
}

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

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #2a353f;
    border-color: #2a353f
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(42, 53, 63, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #2a353f;
    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: #2a353f;
    border-color: #2a353f
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(42, 53, 63, 0.5)
}

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

.btn-outline-success:hover {
    color: #212529;
    background-color: #83b14f;
    border-color: #83b14f
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(131, 177, 79, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #83b14f;
    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: #212529;
    background-color: #83b14f;
    border-color: #83b14f
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(131, 177, 79, 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 {
    box-shadow: 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
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

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

.btn-outline-warning:hover {
    color: #212529;
    background-color: #fad320;
    border-color: #fad320
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(250, 211, 32, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #fad320;
    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: #212529;
    background-color: #fad320;
    border-color: #fad320
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(250, 211, 32, 0.5)
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(188, 82, 92, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #bc525c;
    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: #bc525c;
    border-color: #bc525c
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(188, 82, 92, 0.5)
}

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

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

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(135, 155, 175, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #879baf;
    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: #879baf;
    border-color: #879baf
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(135, 155, 175, 0.5)
}

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

.btn-outline-dark:hover {
    color: #fff;
    background-color: #2a353f;
    border-color: #2a353f
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(42, 53, 63, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #2a353f;
    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: #2a353f;
    border-color: #2a353f
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125), 0 0 0 .2rem rgba(42, 53, 63, 0.5)
}

.btn-link,
.editPost a {
    font-weight: 300;
    color: #0a6996;
    background-color: transparent
}

.btn-link:hover,
.editPost a:hover {
    color: #042636;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent
}

.btn-link:focus,
.editPost a:focus,
.btn-link.focus,
.editPost a.focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none
}

.btn-link:disabled,
.editPost a:disabled,
.btn-link.disabled,
.editPost a.disabled {
    color: #6c757d
}

.btn-lg,
.btn-group-lg>.btn,
.btn-group-lg>.search-submit,
.editPost .btn-group-lg>a,
#sidebar .by-image .btn-group-lg>a,
#main section .section-heading .btn-group-lg>a,
.postend-btn .btn-group-lg>a,
.listend-btn .btn-group-lg>a {
    padding: 8px 16px;
    padding: .5rem 1rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm>.search-submit,
.editPost .btn-group-sm>a,
#sidebar .by-image .btn-group-sm>a,
#main section .section-heading .btn-group-sm>a,
.postend-btn .btn-group-sm>a,
.listend-btn .btn-group-sm>a,
.editPost a {
    padding: 4px 8px;
    padding: .25rem .5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

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

.btn-block+.btn-block {
    margin-top: 8px;
    margin-top: .5rem
}

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

.fade {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.15s linear
}

.fade.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.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;
    transition: height 0.35s ease
}

.dropup,
.dropdown {
    position: relative
}

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    min-width: 10rem;
    padding: 8px 0;
    padding: .5rem 0;
    margin: 2px 0 0;
    margin: .125rem 0 0;
    font-size: 16px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(32, 40, 48, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(32, 40, 48, 0.175)
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 2px;
    margin-bottom: .125rem
}

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

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

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 2px;
    margin-left: .125rem
}

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

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

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

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 2px;
    margin-right: .125rem
}

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

.dropleft .dropdown-toggle:after {
    display: none
}

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

.btn-group>.btn,
.btn-group>.search-submit,
.editPost .btn-group>a,
#sidebar .by-image .btn-group>a,
#main section .section-heading .btn-group>a,
.postend-btn .btn-group>a,
.listend-btn .btn-group>a,
.btn-group-vertical>.btn,
.btn-group-vertical>.search-submit,
.editPost .btn-group-vertical>a,
#sidebar .by-image .btn-group-vertical>a,
#main section .section-heading .btn-group-vertical>a,
.postend-btn .btn-group-vertical>a,
.listend-btn .btn-group-vertical>a {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group>.btn:hover,
.btn-group>.search-submit:hover,
.editPost .btn-group>a:hover,
#sidebar .by-image .btn-group>a:hover,
#main section .section-heading .btn-group>a:hover,
.postend-btn .btn-group>a:hover,
.listend-btn .btn-group>a:hover,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.search-submit:hover,
.editPost .btn-group-vertical>a:hover,
#sidebar .by-image .btn-group-vertical>a:hover,
#main section .section-heading .btn-group-vertical>a:hover,
.postend-btn .btn-group-vertical>a:hover,
.listend-btn .btn-group-vertical>a:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.search-submit:focus,
.editPost .btn-group>a:focus,
#sidebar .by-image .btn-group>a:focus,
#main section .section-heading .btn-group>a:focus,
.postend-btn .btn-group>a:focus,
.listend-btn .btn-group>a:focus,
.btn-group>.btn:active,
.btn-group>.search-submit:active,
.editPost .btn-group>a:active,
#sidebar .by-image .btn-group>a:active,
#main section .section-heading .btn-group>a:active,
.postend-btn .btn-group>a:active,
.listend-btn .btn-group>a:active,
.btn-group>.btn.active,
.btn-group>.active.search-submit,
.editPost .btn-group>a.active,
#sidebar .by-image .btn-group>a.active,
#main section .section-heading .btn-group>a.active,
.postend-btn .btn-group>a.active,
.listend-btn .btn-group>a.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.search-submit:focus,
.editPost .btn-group-vertical>a:focus,
#sidebar .by-image .btn-group-vertical>a:focus,
#main section .section-heading .btn-group-vertical>a:focus,
.postend-btn .btn-group-vertical>a:focus,
.listend-btn .btn-group-vertical>a:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.search-submit:active,
.editPost .btn-group-vertical>a:active,
#sidebar .by-image .btn-group-vertical>a:active,
#main section .section-heading .btn-group-vertical>a:active,
.postend-btn .btn-group-vertical>a:active,
.listend-btn .btn-group-vertical>a:active,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.active.search-submit,
.editPost .btn-group-vertical>a.active,
#sidebar .by-image .btn-group-vertical>a.active,
#main section .section-heading .btn-group-vertical>a.active,
.postend-btn .btn-group-vertical>a.active,
.listend-btn .btn-group-vertical>a.active {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .search-submit+.btn,
.btn-group .editPost a+.btn,
.editPost .btn-group a+.btn,
.btn-group #sidebar .by-image a+.btn,
#sidebar .by-image .btn-group a+.btn,
.btn-group #main section .section-heading a+.btn,
#main section .section-heading .btn-group a+.btn,
.btn-group .postend-btn a+.btn,
.postend-btn .btn-group a+.btn,
.btn-group .listend-btn a+.btn,
.listend-btn .btn-group a+.btn,
.btn-group .btn+.search-submit,
.btn-group .search-submit+.search-submit,
.btn-group .editPost a+.search-submit,
.editPost .btn-group a+.search-submit,
.btn-group #sidebar .by-image a+.search-submit,
#sidebar .by-image .btn-group a+.search-submit,
.btn-group #main section .section-heading a+.search-submit,
#main section .section-heading .btn-group a+.search-submit,
.btn-group .postend-btn a+.search-submit,
.postend-btn .btn-group a+.search-submit,
.btn-group .listend-btn a+.search-submit,
.listend-btn .btn-group a+.search-submit,
.btn-group .editPost .btn+a,
.editPost .btn-group .btn+a,
.btn-group .editPost .search-submit+a,
.editPost .btn-group .search-submit+a,
.btn-group .editPost a+a,
.editPost .btn-group a+a,
.btn-group #sidebar .by-image .editPost a+a,
.btn-group #main section .section-heading .editPost a+a,
.btn-group .postend-btn .editPost a+a,
.editPost .postend-btn .btn-group a+a,
.btn-group .listend-btn .editPost a+a,
.editPost .listend-btn .btn-group a+a,
.btn-group #sidebar .by-image .btn+a,
#sidebar .by-image .btn-group .btn+a,
.btn-group #sidebar .by-image .search-submit+a,
#sidebar .by-image .btn-group .search-submit+a,
#sidebar .by-image .btn-group .editPost a+a,
.btn-group #sidebar .by-image a+a,
#sidebar .by-image .btn-group a+a,
.btn-group #main section .section-heading .btn+a,
#main section .section-heading .btn-group .btn+a,
.btn-group #main section .section-heading .search-submit+a,
#main section .section-heading .btn-group .search-submit+a,
#main section .section-heading .btn-group .editPost a+a,
.btn-group #main section .section-heading a+a,
#main section .section-heading .btn-group a+a,
.btn-group .postend-btn .btn+a,
.postend-btn .btn-group .btn+a,
.btn-group .postend-btn .search-submit+a,
.postend-btn .btn-group .search-submit+a,
.btn-group .editPost .postend-btn a+a,
.postend-btn .btn-group .editPost a+a,
.editPost .btn-group .postend-btn a+a,
.postend-btn .editPost .btn-group a+a,
.btn-group #sidebar .by-image .postend-btn a+a,
#sidebar .by-image .btn-group .postend-btn a+a,
.btn-group #main section .section-heading .postend-btn a+a,
#main section .section-heading .btn-group .postend-btn a+a,
.btn-group .postend-btn a+a,
.postend-btn .btn-group a+a,
.btn-group .listend-btn .postend-btn a+a,
.postend-btn .listend-btn .btn-group a+a,
.btn-group .listend-btn .btn+a,
.listend-btn .btn-group .btn+a,
.btn-group .listend-btn .search-submit+a,
.listend-btn .btn-group .search-submit+a,
.btn-group .editPost .listend-btn a+a,
.listend-btn .btn-group .editPost a+a,
.editPost .btn-group .listend-btn a+a,
.listend-btn .editPost .btn-group a+a,
.btn-group #sidebar .by-image .listend-btn a+a,
#sidebar .by-image .btn-group .listend-btn a+a,
.btn-group #main section .section-heading .listend-btn a+a,
#main section .section-heading .btn-group .listend-btn a+a,
.btn-group .postend-btn .listend-btn a+a,
.listend-btn .btn-group .postend-btn a+a,
.postend-btn .btn-group .listend-btn a+a,
.listend-btn .postend-btn .btn-group a+a,
.btn-group .listend-btn a+a,
.listend-btn .btn-group a+a,
.btn-group .btn+.btn-group,
.btn-group .search-submit+.btn-group,
.btn-group .editPost a+.btn-group,
.editPost .btn-group a+.btn-group,
.btn-group #sidebar .by-image a+.btn-group,
#sidebar .by-image .btn-group a+.btn-group,
.btn-group #main section .section-heading a+.btn-group,
#main section .section-heading .btn-group a+.btn-group,
.btn-group .postend-btn a+.btn-group,
.postend-btn .btn-group a+.btn-group,
.btn-group .listend-btn a+.btn-group,
.listend-btn .btn-group a+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.search-submit,
.btn-group .editPost .btn-group+a,
.editPost .btn-group .btn-group+a,
.btn-group #sidebar .by-image .btn-group+a,
#sidebar .by-image .btn-group .btn-group+a,
.btn-group #main section .section-heading .btn-group+a,
#main section .section-heading .btn-group .btn-group+a,
.btn-group .postend-btn .btn-group+a,
.postend-btn .btn-group .btn-group+a,
.btn-group .listend-btn .btn-group+a,
.listend-btn .btn-group .btn-group+a,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .search-submit+.btn,
.btn-group-vertical .editPost a+.btn,
.editPost .btn-group-vertical a+.btn,
.btn-group-vertical #sidebar .by-image a+.btn,
#sidebar .by-image .btn-group-vertical a+.btn,
.btn-group-vertical #main section .section-heading a+.btn,
#main section .section-heading .btn-group-vertical a+.btn,
.btn-group-vertical .postend-btn a+.btn,
.postend-btn .btn-group-vertical a+.btn,
.btn-group-vertical .listend-btn a+.btn,
.listend-btn .btn-group-vertical a+.btn,
.btn-group-vertical .btn+.search-submit,
.btn-group-vertical .search-submit+.search-submit,
.btn-group-vertical .editPost a+.search-submit,
.editPost .btn-group-vertical a+.search-submit,
.btn-group-vertical #sidebar .by-image a+.search-submit,
#sidebar .by-image .btn-group-vertical a+.search-submit,
.btn-group-vertical #main section .section-heading a+.search-submit,
#main section .section-heading .btn-group-vertical a+.search-submit,
.btn-group-vertical .postend-btn a+.search-submit,
.postend-btn .btn-group-vertical a+.search-submit,
.btn-group-vertical .listend-btn a+.search-submit,
.listend-btn .btn-group-vertical a+.search-submit,
.btn-group-vertical .editPost .btn+a,
.editPost .btn-group-vertical .btn+a,
.btn-group-vertical .editPost .search-submit+a,
.editPost .btn-group-vertical .search-submit+a,
.btn-group-vertical .editPost a+a,
.editPost .btn-group-vertical a+a,
.btn-group-vertical #sidebar .by-image .editPost a+a,
.btn-group-vertical #main section .section-heading .editPost a+a,
.btn-group-vertical .postend-btn .editPost a+a,
.editPost .postend-btn .btn-group-vertical a+a,
.btn-group-vertical .listend-btn .editPost a+a,
.editPost .listend-btn .btn-group-vertical a+a,
.btn-group-vertical #sidebar .by-image .btn+a,
#sidebar .by-image .btn-group-vertical .btn+a,
.btn-group-vertical #sidebar .by-image .search-submit+a,
#sidebar .by-image .btn-group-vertical .search-submit+a,
#sidebar .by-image .btn-group-vertical .editPost a+a,
.btn-group-vertical #sidebar .by-image a+a,
#sidebar .by-image .btn-group-vertical a+a,
.btn-group-vertical #main section .section-heading .btn+a,
#main section .section-heading .btn-group-vertical .btn+a,
.btn-group-vertical #main section .section-heading .search-submit+a,
#main section .section-heading .btn-group-vertical .search-submit+a,
#main section .section-heading .btn-group-vertical .editPost a+a,
.btn-group-vertical #main section .section-heading a+a,
#main section .section-heading .btn-group-vertical a+a,
.btn-group-vertical .postend-btn .btn+a,
.postend-btn .btn-group-vertical .btn+a,
.btn-group-vertical .postend-btn .search-submit+a,
.postend-btn .btn-group-vertical .search-submit+a,
.btn-group-vertical .editPost .postend-btn a+a,
.postend-btn .btn-group-vertical .editPost a+a,
.editPost .btn-group-vertical .postend-btn a+a,
.postend-btn .editPost .btn-group-vertical a+a,
.btn-group-vertical #sidebar .by-image .postend-btn a+a,
#sidebar .by-image .btn-group-vertical .postend-btn a+a,
.btn-group-vertical #main section .section-heading .postend-btn a+a,
#main section .section-heading .btn-group-vertical .postend-btn a+a,
.btn-group-vertical .postend-btn a+a,
.postend-btn .btn-group-vertical a+a,
.btn-group-vertical .listend-btn .postend-btn a+a,
.postend-btn .listend-btn .btn-group-vertical a+a,
.btn-group-vertical .listend-btn .btn+a,
.listend-btn .btn-group-vertical .btn+a,
.btn-group-vertical .listend-btn .search-submit+a,
.listend-btn .btn-group-vertical .search-submit+a,
.btn-group-vertical .editPost .listend-btn a+a,
.listend-btn .btn-group-vertical .editPost a+a,
.editPost .btn-group-vertical .listend-btn a+a,
.listend-btn .editPost .btn-group-vertical a+a,
.btn-group-vertical #sidebar .by-image .listend-btn a+a,
#sidebar .by-image .btn-group-vertical .listend-btn a+a,
.btn-group-vertical #main section .section-heading .listend-btn a+a,
#main section .section-heading .btn-group-vertical .listend-btn a+a,
.btn-group-vertical .postend-btn .listend-btn a+a,
.listend-btn .btn-group-vertical .postend-btn a+a,
.postend-btn .btn-group-vertical .listend-btn a+a,
.listend-btn .postend-btn .btn-group-vertical a+a,
.btn-group-vertical .listend-btn a+a,
.listend-btn .btn-group-vertical a+a,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .search-submit+.btn-group,
.btn-group-vertical .editPost a+.btn-group,
.editPost .btn-group-vertical a+.btn-group,
.btn-group-vertical #sidebar .by-image a+.btn-group,
#sidebar .by-image .btn-group-vertical a+.btn-group,
.btn-group-vertical #main section .section-heading a+.btn-group,
#main section .section-heading .btn-group-vertical a+.btn-group,
.btn-group-vertical .postend-btn a+.btn-group,
.postend-btn .btn-group-vertical a+.btn-group,
.btn-group-vertical .listend-btn a+.btn-group,
.listend-btn .btn-group-vertical a+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.search-submit,
.btn-group-vertical .editPost .btn-group+a,
.editPost .btn-group-vertical .btn-group+a,
.btn-group-vertical #sidebar .by-image .btn-group+a,
#sidebar .by-image .btn-group-vertical .btn-group+a,
.btn-group-vertical #main section .section-heading .btn-group+a,
#main section .section-heading .btn-group-vertical .btn-group+a,
.btn-group-vertical .postend-btn .btn-group+a,
.postend-btn .btn-group-vertical .btn-group+a,
.btn-group-vertical .listend-btn .btn-group+a,
.listend-btn .btn-group-vertical .btn-group+a,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

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

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

.btn-group>.btn:first-child,
.btn-group>.search-submit:first-child,
.editPost .btn-group>a:first-child,
#sidebar .by-image .btn-group>a:first-child,
#main section .section-heading .btn-group>a:first-child,
.postend-btn .btn-group>a:first-child,
.listend-btn .btn-group>a:first-child {
    margin-left: 0
}

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

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

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-group-sm>.search-submit+.dropdown-toggle-split,
.editPost .btn-group-sm>a+.dropdown-toggle-split,
#sidebar .by-image .btn-group-sm>a+.dropdown-toggle-split,
#main section .section-heading .btn-group-sm>a+.dropdown-toggle-split,
.postend-btn .btn-group-sm>a+.dropdown-toggle-split,
.listend-btn .btn-group-sm>a+.dropdown-toggle-split,
.editPost a+.dropdown-toggle-split {
    padding-right: 6px;
    padding-right: .375rem;
    padding-left: 6px;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-group-lg>.search-submit+.dropdown-toggle-split,
.editPost .btn-group-lg>a+.dropdown-toggle-split,
#sidebar .by-image .btn-group-lg>a+.dropdown-toggle-split,
#main section .section-heading .btn-group-lg>a+.dropdown-toggle-split,
.postend-btn .btn-group-lg>a+.dropdown-toggle-split,
.listend-btn .btn-group-lg>a+.dropdown-toggle-split {
    padding-right: 12px;
    padding-right: .75rem;
    padding-left: 12px;
    padding-left: .75rem
}

.btn-group.show .dropdown-toggle {
    box-shadow: 0 3px 5px rgba(32, 40, 48, 0.125)
}

.btn-group.show .dropdown-toggle.btn-link,
.btn-group.show .editPost a.dropdown-toggle,
.editPost .btn-group.show a.dropdown-toggle {
    box-shadow: none
}

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

.btn-group-vertical .btn,
.btn-group-vertical .search-submit,
.btn-group-vertical .editPost a,
.editPost .btn-group-vertical a,
.btn-group-vertical #sidebar .by-image a,
#sidebar .by-image .btn-group-vertical a,
.btn-group-vertical #main section .section-heading a,
#main section .section-heading .btn-group-vertical a,
.btn-group-vertical .postend-btn a,
.postend-btn .btn-group-vertical a,
.btn-group-vertical .listend-btn a,
.listend-btn .btn-group-vertical a,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.search-submit+.btn,
.editPost .btn-group-vertical>a+.btn,
#sidebar .by-image .btn-group-vertical>a+.btn,
#main section .section-heading .btn-group-vertical>a+.btn,
.postend-btn .btn-group-vertical>a+.btn,
.listend-btn .btn-group-vertical>a+.btn,
.btn-group-vertical>.btn+.search-submit,
.btn-group-vertical>.search-submit+.search-submit,
.editPost .btn-group-vertical>a+.search-submit,
#sidebar .by-image .btn-group-vertical>a+.search-submit,
#main section .section-heading .btn-group-vertical>a+.search-submit,
.postend-btn .btn-group-vertical>a+.search-submit,
.listend-btn .btn-group-vertical>a+.search-submit,
.editPost .btn-group-vertical>.btn+a,
.editPost .btn-group-vertical>.search-submit+a,
.editPost .btn-group-vertical>a+a,
#sidebar .by-image .btn-group-vertical>.btn+a,
#sidebar .by-image .btn-group-vertical>.search-submit+a,
#sidebar .by-image .editPost .btn-group-vertical>a+a,
#sidebar .by-image .btn-group-vertical>a+a,
#main section .section-heading .btn-group-vertical>.btn+a,
#main section .section-heading .btn-group-vertical>.search-submit+a,
#main section .section-heading .editPost .btn-group-vertical>a+a,
#main section .section-heading .btn-group-vertical>a+a,
.postend-btn .btn-group-vertical>.btn+a,
.postend-btn .btn-group-vertical>.search-submit+a,
.editPost .postend-btn .btn-group-vertical>a+a,
.postend-btn .editPost .btn-group-vertical>a+a,
#sidebar .by-image .postend-btn .btn-group-vertical>a+a,
#main section .section-heading .postend-btn .btn-group-vertical>a+a,
.postend-btn .btn-group-vertical>a+a,
.listend-btn .btn-group-vertical>.btn+a,
.listend-btn .btn-group-vertical>.search-submit+a,
.editPost .listend-btn .btn-group-vertical>a+a,
.listend-btn .editPost .btn-group-vertical>a+a,
#sidebar .by-image .listend-btn .btn-group-vertical>a+a,
#main section .section-heading .listend-btn .btn-group-vertical>a+a,
.postend-btn .listend-btn .btn-group-vertical>a+a,
.listend-btn .postend-btn .btn-group-vertical>a+a,
.listend-btn .btn-group-vertical>a+a,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.search-submit+.btn-group,
.editPost .btn-group-vertical>a+.btn-group,
#sidebar .by-image .btn-group-vertical>a+.btn-group,
#main section .section-heading .btn-group-vertical>a+.btn-group,
.postend-btn .btn-group-vertical>a+.btn-group,
.listend-btn .btn-group-vertical>a+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.search-submit,
.editPost .btn-group-vertical>.btn-group+a,
#sidebar .by-image .btn-group-vertical>.btn-group+a,
#main section .section-heading .btn-group-vertical>.btn-group+a,
.postend-btn .btn-group-vertical>.btn-group+a,
.listend-btn .btn-group-vertical>.btn-group+a,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.search-submit,
.editPost .btn-group-toggle>a,
#sidebar .by-image .btn-group-toggle>a,
#main section .section-heading .btn-group-toggle>a,
.postend-btn .btn-group-toggle>a,
.listend-btn .btn-group-toggle>a,
.btn-group-toggle>.btn-group>.btn,
.btn-group-toggle>.btn-group>.search-submit,
.editPost .btn-group-toggle>.btn-group>a,
#sidebar .by-image .btn-group-toggle>.btn-group>a,
#main section .section-heading .btn-group-toggle>.btn-group>a,
.postend-btn .btn-group-toggle>.btn-group>a,
.listend-btn .btn-group-toggle>.btn-group>a {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.search-submit input[type="radio"],
.editPost .btn-group-toggle>a input[type="radio"],
#sidebar .by-image .btn-group-toggle>a input[type="radio"],
#main section .section-heading .btn-group-toggle>a input[type="radio"],
.postend-btn .btn-group-toggle>a input[type="radio"],
.listend-btn .btn-group-toggle>a input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.search-submit input[type="checkbox"],
.editPost .btn-group-toggle>a input[type="checkbox"],
#sidebar .by-image .btn-group-toggle>a input[type="checkbox"],
#main section .section-heading .btn-group-toggle>a input[type="checkbox"],
.postend-btn .btn-group-toggle>a input[type="checkbox"],
.listend-btn .btn-group-toggle>a input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.search-submit input[type="radio"],
.editPost .btn-group-toggle>.btn-group>a input[type="radio"],
#sidebar .by-image .btn-group-toggle>.btn-group>a input[type="radio"],
#main section .section-heading .btn-group-toggle>.btn-group>a input[type="radio"],
.postend-btn .btn-group-toggle>.btn-group>a input[type="radio"],
.listend-btn .btn-group-toggle>.btn-group>a input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.search-submit input[type="checkbox"],
.editPost .btn-group-toggle>.btn-group>a input[type="checkbox"],
#sidebar .by-image .btn-group-toggle>.btn-group>a input[type="checkbox"],
#main section .section-heading .btn-group-toggle>.btn-group>a input[type="checkbox"],
.postend-btn .btn-group-toggle>.btn-group>a input[type="checkbox"],
.listend-btn .btn-group-toggle>.btn-group>a input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

.input-group>.form-control,
.input-group>input[type="text"],
.input-group>input[type="search"],
.input-group>input[type="email"],
.input-group>input[type="url"],
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control:focus,
.input-group>input[type="text"]:focus,
.input-group>input[type="search"]:focus,
.input-group>input[type="email"]:focus,
.input-group>input[type="url"]:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file:focus {
    z-index: 3
}

.input-group>.form-control+.form-control,
.input-group>input[type="text"]+.form-control,
.input-group>input[type="search"]+.form-control,
.input-group>input[type="email"]+.form-control,
.input-group>input[type="url"]+.form-control,
.input-group>.form-control+input[type="text"],
.input-group>input[type="text"]+input[type="text"],
.input-group>input[type="search"]+input[type="text"],
.input-group>input[type="email"]+input[type="text"],
.input-group>input[type="url"]+input[type="text"],
.input-group>.form-control+input[type="search"],
.input-group>input[type="text"]+input[type="search"],
.input-group>input[type="search"]+input[type="search"],
.input-group>input[type="email"]+input[type="search"],
.input-group>input[type="url"]+input[type="search"],
.input-group>.form-control+input[type="email"],
.input-group>input[type="text"]+input[type="email"],
.input-group>input[type="search"]+input[type="email"],
.input-group>input[type="email"]+input[type="email"],
.input-group>input[type="url"]+input[type="email"],
.input-group>.form-control+input[type="url"],
.input-group>input[type="text"]+input[type="url"],
.input-group>input[type="search"]+input[type="url"],
.input-group>input[type="email"]+input[type="url"],
.input-group>input[type="url"]+input[type="url"],
.input-group>.form-control+.custom-select,
.input-group>input[type="text"]+.custom-select,
.input-group>input[type="search"]+.custom-select,
.input-group>input[type="email"]+.custom-select,
.input-group>input[type="url"]+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>input[type="text"]+.custom-file,
.input-group>input[type="search"]+.custom-file,
.input-group>input[type="email"]+.custom-file,
.input-group>input[type="url"]+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+input[type="text"],
.input-group>.custom-select+input[type="search"],
.input-group>.custom-select+input[type="email"],
.input-group>.custom-select+input[type="url"],
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+input[type="text"],
.input-group>.custom-file+input[type="search"],
.input-group>.custom-file+input[type="email"],
.input-group>.custom-file+input[type="url"],
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

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

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

.input-group-prepend .btn,
.input-group-prepend .search-submit,
.input-group-prepend .editPost a,
.editPost .input-group-prepend a,
.input-group-prepend #sidebar .by-image a,
#sidebar .by-image .input-group-prepend a,
.input-group-prepend #main section .section-heading a,
#main section .section-heading .input-group-prepend a,
.input-group-prepend .postend-btn a,
.postend-btn .input-group-prepend a,
.input-group-prepend .listend-btn a,
.listend-btn .input-group-prepend a,
.input-group-append .btn,
.input-group-append .search-submit,
.input-group-append .editPost a,
.editPost .input-group-append a,
.input-group-append #sidebar .by-image a,
#sidebar .by-image .input-group-append a,
.input-group-append #main section .section-heading a,
#main section .section-heading .input-group-append a,
.input-group-append .postend-btn a,
.postend-btn .input-group-append a,
.input-group-append .listend-btn a,
.listend-btn .input-group-append a {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn+.btn,
.input-group-prepend .search-submit+.btn,
.input-group-prepend .editPost a+.btn,
.editPost .input-group-prepend a+.btn,
.input-group-prepend #sidebar .by-image a+.btn,
#sidebar .by-image .input-group-prepend a+.btn,
.input-group-prepend #main section .section-heading a+.btn,
#main section .section-heading .input-group-prepend a+.btn,
.input-group-prepend .postend-btn a+.btn,
.postend-btn .input-group-prepend a+.btn,
.input-group-prepend .listend-btn a+.btn,
.listend-btn .input-group-prepend a+.btn,
.input-group-prepend .btn+.search-submit,
.input-group-prepend .search-submit+.search-submit,
.input-group-prepend .editPost a+.search-submit,
.editPost .input-group-prepend a+.search-submit,
.input-group-prepend #sidebar .by-image a+.search-submit,
#sidebar .by-image .input-group-prepend a+.search-submit,
.input-group-prepend #main section .section-heading a+.search-submit,
#main section .section-heading .input-group-prepend a+.search-submit,
.input-group-prepend .postend-btn a+.search-submit,
.postend-btn .input-group-prepend a+.search-submit,
.input-group-prepend .listend-btn a+.search-submit,
.listend-btn .input-group-prepend a+.search-submit,
.input-group-prepend .editPost .btn+a,
.editPost .input-group-prepend .btn+a,
.input-group-prepend .editPost .search-submit+a,
.editPost .input-group-prepend .search-submit+a,
.input-group-prepend .editPost a+a,
.editPost .input-group-prepend a+a,
.input-group-prepend #sidebar .by-image .editPost a+a,
.input-group-prepend #main section .section-heading .editPost a+a,
.input-group-prepend .postend-btn .editPost a+a,
.editPost .postend-btn .input-group-prepend a+a,
.input-group-prepend .listend-btn .editPost a+a,
.editPost .listend-btn .input-group-prepend a+a,
.input-group-prepend #sidebar .by-image .btn+a,
#sidebar .by-image .input-group-prepend .btn+a,
.input-group-prepend #sidebar .by-image .search-submit+a,
#sidebar .by-image .input-group-prepend .search-submit+a,
#sidebar .by-image .input-group-prepend .editPost a+a,
.input-group-prepend #sidebar .by-image a+a,
#sidebar .by-image .input-group-prepend a+a,
.input-group-prepend #main section .section-heading .btn+a,
#main section .section-heading .input-group-prepend .btn+a,
.input-group-prepend #main section .section-heading .search-submit+a,
#main section .section-heading .input-group-prepend .search-submit+a,
#main section .section-heading .input-group-prepend .editPost a+a,
.input-group-prepend #main section .section-heading a+a,
#main section .section-heading .input-group-prepend a+a,
.input-group-prepend .postend-btn .btn+a,
.postend-btn .input-group-prepend .btn+a,
.input-group-prepend .postend-btn .search-submit+a,
.postend-btn .input-group-prepend .search-submit+a,
.input-group-prepend .editPost .postend-btn a+a,
.postend-btn .input-group-prepend .editPost a+a,
.editPost .input-group-prepend .postend-btn a+a,
.postend-btn .editPost .input-group-prepend a+a,
.input-group-prepend #sidebar .by-image .postend-btn a+a,
#sidebar .by-image .input-group-prepend .postend-btn a+a,
.input-group-prepend #main section .section-heading .postend-btn a+a,
#main section .section-heading .input-group-prepend .postend-btn a+a,
.input-group-prepend .postend-btn a+a,
.postend-btn .input-group-prepend a+a,
.input-group-prepend .listend-btn .postend-btn a+a,
.postend-btn .listend-btn .input-group-prepend a+a,
.input-group-prepend .listend-btn .btn+a,
.listend-btn .input-group-prepend .btn+a,
.input-group-prepend .listend-btn .search-submit+a,
.listend-btn .input-group-prepend .search-submit+a,
.input-group-prepend .editPost .listend-btn a+a,
.listend-btn .input-group-prepend .editPost a+a,
.editPost .input-group-prepend .listend-btn a+a,
.listend-btn .editPost .input-group-prepend a+a,
.input-group-prepend #sidebar .by-image .listend-btn a+a,
#sidebar .by-image .input-group-prepend .listend-btn a+a,
.input-group-prepend #main section .section-heading .listend-btn a+a,
#main section .section-heading .input-group-prepend .listend-btn a+a,
.input-group-prepend .postend-btn .listend-btn a+a,
.listend-btn .input-group-prepend .postend-btn a+a,
.postend-btn .input-group-prepend .listend-btn a+a,
.listend-btn .postend-btn .input-group-prepend a+a,
.input-group-prepend .listend-btn a+a,
.listend-btn .input-group-prepend a+a,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .search-submit+.input-group-text,
.input-group-prepend .editPost a+.input-group-text,
.editPost .input-group-prepend a+.input-group-text,
.input-group-prepend #sidebar .by-image a+.input-group-text,
#sidebar .by-image .input-group-prepend a+.input-group-text,
.input-group-prepend #main section .section-heading a+.input-group-text,
#main section .section-heading .input-group-prepend a+.input-group-text,
.input-group-prepend .postend-btn a+.input-group-text,
.postend-btn .input-group-prepend a+.input-group-text,
.input-group-prepend .listend-btn a+.input-group-text,
.listend-btn .input-group-prepend a+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.search-submit,
.input-group-prepend .editPost .input-group-text+a,
.editPost .input-group-prepend .input-group-text+a,
.input-group-prepend #sidebar .by-image .input-group-text+a,
#sidebar .by-image .input-group-prepend .input-group-text+a,
.input-group-prepend #main section .section-heading .input-group-text+a,
#main section .section-heading .input-group-prepend .input-group-text+a,
.input-group-prepend .postend-btn .input-group-text+a,
.postend-btn .input-group-prepend .input-group-text+a,
.input-group-prepend .listend-btn .input-group-text+a,
.listend-btn .input-group-prepend .input-group-text+a,
.input-group-append .btn+.btn,
.input-group-append .search-submit+.btn,
.input-group-append .editPost a+.btn,
.editPost .input-group-append a+.btn,
.input-group-append #sidebar .by-image a+.btn,
#sidebar .by-image .input-group-append a+.btn,
.input-group-append #main section .section-heading a+.btn,
#main section .section-heading .input-group-append a+.btn,
.input-group-append .postend-btn a+.btn,
.postend-btn .input-group-append a+.btn,
.input-group-append .listend-btn a+.btn,
.listend-btn .input-group-append a+.btn,
.input-group-append .btn+.search-submit,
.input-group-append .search-submit+.search-submit,
.input-group-append .editPost a+.search-submit,
.editPost .input-group-append a+.search-submit,
.input-group-append #sidebar .by-image a+.search-submit,
#sidebar .by-image .input-group-append a+.search-submit,
.input-group-append #main section .section-heading a+.search-submit,
#main section .section-heading .input-group-append a+.search-submit,
.input-group-append .postend-btn a+.search-submit,
.postend-btn .input-group-append a+.search-submit,
.input-group-append .listend-btn a+.search-submit,
.listend-btn .input-group-append a+.search-submit,
.input-group-append .editPost .btn+a,
.editPost .input-group-append .btn+a,
.input-group-append .editPost .search-submit+a,
.editPost .input-group-append .search-submit+a,
.input-group-append .editPost a+a,
.editPost .input-group-append a+a,
.input-group-append #sidebar .by-image .editPost a+a,
.input-group-append #main section .section-heading .editPost a+a,
.input-group-append .postend-btn .editPost a+a,
.editPost .postend-btn .input-group-append a+a,
.input-group-append .listend-btn .editPost a+a,
.editPost .listend-btn .input-group-append a+a,
.input-group-append #sidebar .by-image .btn+a,
#sidebar .by-image .input-group-append .btn+a,
.input-group-append #sidebar .by-image .search-submit+a,
#sidebar .by-image .input-group-append .search-submit+a,
#sidebar .by-image .input-group-append .editPost a+a,
.input-group-append #sidebar .by-image a+a,
#sidebar .by-image .input-group-append a+a,
.input-group-append #main section .section-heading .btn+a,
#main section .section-heading .input-group-append .btn+a,
.input-group-append #main section .section-heading .search-submit+a,
#main section .section-heading .input-group-append .search-submit+a,
#main section .section-heading .input-group-append .editPost a+a,
.input-group-append #main section .section-heading a+a,
#main section .section-heading .input-group-append a+a,
.input-group-append .postend-btn .btn+a,
.postend-btn .input-group-append .btn+a,
.input-group-append .postend-btn .search-submit+a,
.postend-btn .input-group-append .search-submit+a,
.input-group-append .editPost .postend-btn a+a,
.postend-btn .input-group-append .editPost a+a,
.editPost .input-group-append .postend-btn a+a,
.postend-btn .editPost .input-group-append a+a,
.input-group-append #sidebar .by-image .postend-btn a+a,
#sidebar .by-image .input-group-append .postend-btn a+a,
.input-group-append #main section .section-heading .postend-btn a+a,
#main section .section-heading .input-group-append .postend-btn a+a,
.input-group-append .postend-btn a+a,
.postend-btn .input-group-append a+a,
.input-group-append .listend-btn .postend-btn a+a,
.postend-btn .listend-btn .input-group-append a+a,
.input-group-append .listend-btn .btn+a,
.listend-btn .input-group-append .btn+a,
.input-group-append .listend-btn .search-submit+a,
.listend-btn .input-group-append .search-submit+a,
.input-group-append .editPost .listend-btn a+a,
.listend-btn .input-group-append .editPost a+a,
.editPost .input-group-append .listend-btn a+a,
.listend-btn .editPost .input-group-append a+a,
.input-group-append #sidebar .by-image .listend-btn a+a,
#sidebar .by-image .input-group-append .listend-btn a+a,
.input-group-append #main section .section-heading .listend-btn a+a,
#main section .section-heading .input-group-append .listend-btn a+a,
.input-group-append .postend-btn .listend-btn a+a,
.listend-btn .input-group-append .postend-btn a+a,
.postend-btn .input-group-append .listend-btn a+a,
.listend-btn .postend-btn .input-group-append a+a,
.input-group-append .listend-btn a+a,
.listend-btn .input-group-append a+a,
.input-group-append .btn+.input-group-text,
.input-group-append .search-submit+.input-group-text,
.input-group-append .editPost a+.input-group-text,
.editPost .input-group-append a+.input-group-text,
.input-group-append #sidebar .by-image a+.input-group-text,
#sidebar .by-image .input-group-append a+.input-group-text,
.input-group-append #main section .section-heading a+.input-group-text,
#main section .section-heading .input-group-append a+.input-group-text,
.input-group-append .postend-btn a+.input-group-text,
.postend-btn .input-group-append a+.input-group-text,
.input-group-append .listend-btn a+.input-group-text,
.listend-btn .input-group-append a+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.search-submit,
.input-group-append .editPost .input-group-text+a,
.editPost .input-group-append .input-group-text+a,
.input-group-append #sidebar .by-image .input-group-text+a,
#sidebar .by-image .input-group-append .input-group-text+a,
.input-group-append #main section .section-heading .input-group-text+a,
#main section .section-heading .input-group-append .input-group-text+a,
.input-group-append .postend-btn .input-group-text+a,
.postend-btn .input-group-append .input-group-text+a,
.input-group-append .listend-btn .input-group-text+a,
.listend-btn .input-group-append .input-group-text+a {
    margin-left: -1px
}

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

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

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px;
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da
}

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

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

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

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    background-color: #0a6996;
    box-shadow: none
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(10, 105, 150, 0.25)
}

.custom-control-input:active~.custom-control-label:before {
    color: #fff;
    background-color: #5ec4f4;
    box-shadow: none
}

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

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

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

.custom-control-label:before {
    position: absolute;
    top: 6.4px;
    top: .4rem;
    left: 0;
    display: block;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
    box-shadow: inset 0 0.25rem 0.25rem rgba(32, 40, 48, 0.1)
}

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

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

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #0a6996;
    box-shadow: none
}

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

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(10, 105, 150, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(10, 105, 150, 0.5)
}

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

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

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

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(10, 105, 150, 0.5)
}

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

.custom-select:focus {
    border-color: #2eb3f1;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(32, 40, 48, 0.075), 0 0 5px rgba(46, 179, 241, 0.5)
}

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

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

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

.custom-select::-ms-expand {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

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

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

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

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.8rem + 2px);
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.custom-file-input:focus~.custom-file-control {
    border-color: #2eb3f1;
    box-shadow: 0 0 0 .2rem rgba(10, 105, 150, 0.25)
}

.custom-file-input:focus~.custom-file-control:before {
    border-color: #2eb3f1
}

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

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.8rem + 2px);
    padding: 8px 12px;
    padding: .5rem .75rem;
    line-height: 1.8;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 1px rgba(32, 40, 48, 0.075)
}

.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.8rem + 2px) - 1px * 2);
    padding: 8px 12px;
    padding: .5rem .75rem;
    line-height: 1.8;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da
}

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

.nav-link,
.menu-item a {
    display: block;
    padding: 8px 16px;
    padding: .5rem 1rem
}

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

.nav-link.disabled,
.menu-item a.disabled {
    color: #6c757d
}

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

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

.nav-tabs .nav-link,
.nav-tabs .menu-item a,
.menu-item .nav-tabs a {
    border: 1px solid transparent
}

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

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

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

.nav-tabs .dropdown-menu {
    margin-top: -1px
}

.nav-pills .nav-link.active,
.nav-pills .menu-item a.active,
.menu-item .nav-pills a.active,
.nav-pills .show>.nav-link,
.nav-pills .menu-item .show>a,
.menu-item .nav-pills .show>a {
    color: #fff;
    background-color: #0a6996
}

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

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

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

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

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

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

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

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

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

.navbar-nav .nav-link,
.navbar-nav .menu-item a,
.menu-item .navbar-nav a {
    padding-right: 0;
    padding-left: 0
}

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

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

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

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

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

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

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

@media (max-width: 575.98px) {

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767.98px) {

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1079.98px) {

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399.98px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand .navbar-nav .nav-link,
.navbar-expand .navbar-nav .menu-item a,
.menu-item .navbar-expand .navbar-nav a {
    padding-right: 8px;
    padding-right: .5rem;
    padding-left: 8px;
    padding-left: .5rem
}

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

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

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

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

.navbar-light .navbar-brand {
    color: rgba(32, 40, 48, 0.9)
}

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

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .menu-item a,
.menu-item .navbar-light .navbar-nav a {
    color: rgba(32, 40, 48, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .menu-item a:hover,
.menu-item .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .menu-item a:focus,
.menu-item .navbar-light .navbar-nav a:focus {
    color: rgba(32, 40, 48, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .menu-item a.disabled,
.menu-item .navbar-light .navbar-nav a.disabled {
    color: rgba(32, 40, 48, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .menu-item .show>a,
.menu-item .navbar-light .navbar-nav .show>a,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .menu-item .active>a,
.menu-item .navbar-light .navbar-nav .active>a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .menu-item a.show,
.menu-item .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .menu-item a.active,
.menu-item .navbar-light .navbar-nav a.active {
    color: rgba(32, 40, 48, 0.9)
}

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

.navbar-light .navbar-text a {
    color: rgba(32, 40, 48, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(32, 40, 48, 0.9)
}

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

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

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .menu-item a,
.menu-item .navbar-dark .navbar-nav a {
    color: rgba(255, 255, 255, 0.5)
}

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

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

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .menu-item .show>a,
.menu-item .navbar-dark .navbar-nav .show>a,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .menu-item .active>a,
.menu-item .navbar-dark .navbar-nav .active>a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .menu-item a.show,
.menu-item .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .menu-item a.active,
.menu-item .navbar-dark .navbar-nav a.active {
    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:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

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

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

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

.card-title {
    margin-bottom: 12px;
    margin-bottom: .75rem
}

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

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

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

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

.card-header {
    padding: 12px 20px;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(32, 40, 48, 0.03);
    border-bottom: 1px solid rgba(32, 40, 48, 0.125)
}

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

.card-footer {
    padding: 12px 20px;
    padding: .75rem 1.25rem;
    background-color: rgba(32, 40, 48, 0.03);
    border-top: 1px solid rgba(32, 40, 48, 0.125)
}

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

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

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

.card-img {
    width: 100%
}

.card-img-top {
    width: 100%
}

.card-img-bottom {
    width: 100%
}

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

.card-deck .card {
    margin-bottom: 24px;
    margin-bottom: 1.5rem
}

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

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

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

.card-group>.card {
    margin-bottom: 24px;
    margin-bottom: 1.5rem
}

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

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

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

.card-columns .card {
    margin-bottom: 12px;
    margin-bottom: .75rem
}

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

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

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

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

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

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

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

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

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

.page-link:hover {
    color: #042636;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(10, 105, 150, 0.25)
}

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

.page-item:first-child .page-link {
    margin-left: 0
}

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

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

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

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

.badge,
.cards .card-item a .card-item-block .catLabel {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline
}

.badge:empty,
.cards .card-item a .card-item-block .catLabel:empty {
    display: none
}

.btn .badge,
.search-submit .badge,
.editPost a .badge,
#sidebar .by-image a .badge,
#main section .section-heading a .badge,
.postend-btn a .badge,
.listend-btn a .badge,
.btn .cards .card-item a .card-item-block .catLabel,
.cards .card-item a .card-item-block .btn .catLabel,
.search-submit .cards .card-item a .card-item-block .catLabel,
.cards .card-item a .card-item-block .search-submit .catLabel,
.editPost .cards .card-item a .card-item-block .catLabel,
.cards .card-item .editPost a .card-item-block .catLabel,
#sidebar .by-image .cards .card-item a .card-item-block .catLabel,
.cards .card-item #sidebar .by-image a .card-item-block .catLabel,
#main section .section-heading .cards .card-item a .card-item-block .catLabel,
.cards .card-item #main section .section-heading a .card-item-block .catLabel,
.postend-btn .cards .card-item a .card-item-block .catLabel,
.cards .card-item .postend-btn a .card-item-block .catLabel,
.listend-btn .cards .card-item a .card-item-block .catLabel,
.cards .card-item .listend-btn a .card-item-block .catLabel {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em
}

.badge-primary {
    color: #fff;
    background-color: #0a6996
}

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

.badge-secondary,
.cards .card-item a .card-item-block .catLabel {
    color: #fff;
    background-color: #2a353f
}

.badge-secondary[href]:hover,
.cards .card-item a .card-item-block [href].catLabel:hover,
.badge-secondary[href]:focus,
.cards .card-item a .card-item-block [href].catLabel:focus {
    color: #fff;
    text-decoration: none;
    background-color: #161b21
}

.badge-success {
    color: #212529;
    background-color: #83b14f
}

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

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

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

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

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

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

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

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

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

.badge-dark {
    color: #fff;
    background-color: #2a353f
}

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

.jumbotron {
    padding: 32px 16px;
    padding: 2rem 1rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    background-color: #e9ecef
}

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

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 500
}

.alert-dismissible {
    padding-right: 64px;
    padding-right: 4rem
}

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

.alert-primary {
    color: #05374e;
    background-color: #cee1ea;
    border-color: #bad5e2
}

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

.alert-primary .alert-link {
    color: #02151e
}

.alert-secondary {
    color: #161b21;
    background-color: #d4d7d9;
    border-color: #c3c6c9
}

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

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

.alert-success {
    color: #445c29;
    background-color: #e6efdc;
    border-color: #dce9ce
}

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

.alert-success .alert-link {
    color: #2a3919
}

.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: #826e11;
    background-color: #fef6d2;
    border-color: #fef3c1
}

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

.alert-warning .alert-link {
    color: #55480b
}

.alert-danger {
    color: #622b30;
    background-color: #f2dcde;
    border-color: #eccfd1
}

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

.alert-danger .alert-link {
    color: #3f1b1f
}

.alert-light {
    color: #46505b;
    background-color: #e7ebef;
    border-color: #dde3e9
}

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

.alert-light .alert-link {
    color: #30373e
}

.alert-dark {
    color: #161b21;
    background-color: #d4d7d9;
    border-color: #c3c6c9
}

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

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

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

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 16px;
    height: 1rem;
    overflow: hidden;
    font-size: 12px;
    font-size: .75rem;
    background-color: #e9ecef;
    box-shadow: inset 0 0.1rem 0.1rem rgba(32, 40, 48, 0.1)
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #0a6996;
    transition: width 0.6s ease
}

.progress-bar-striped {
    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 {
    animation: progress-bar-stripes 1s linear infinite
}

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

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

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

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

.list-group-item-action:hover,
.list-group-item-action:focus {
    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: 12px 20px;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(32, 40, 48, 0.125)
}

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

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

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

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

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 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: #05374e;
    background-color: #bad5e2
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #05374e;
    background-color: #a8cada
}

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

.list-group-item-secondary {
    color: #161b21;
    background-color: #c3c6c9
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #161b21;
    background-color: #b6b9bd
}

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

.list-group-item-success {
    color: #445c29;
    background-color: #dce9ce
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #445c29;
    background-color: #cfe1bc
}

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

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

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

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

.list-group-item-warning {
    color: #826e11;
    background-color: #fef3c1
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #826e11;
    background-color: #feeea8
}

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

.list-group-item-danger {
    color: #622b30;
    background-color: #eccfd1
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #622b30;
    background-color: #e5bdbf
}

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

.list-group-item-light {
    color: #46505b;
    background-color: #dde3e9
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #46505b;
    background-color: #ced6df
}

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

.list-group-item-dark {
    color: #161b21;
    background-color: #c3c6c9
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #161b21;
    background-color: #b6b9bd
}

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

.close {
    float: right;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #202830;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.close:hover,
.close:focus {
    color: #202830;
    text-decoration: none;
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}

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

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

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

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

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

.modal-backdrop.fade {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.modal-backdrop.show {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

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

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

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

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

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

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

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

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

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

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

    .modal-content {
        box-shadow: 0 0.5rem 1rem rgba(32, 40, 48, 0.5)
    }

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Noto Sans Japanese", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.8;
    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: 14px;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.tooltip.show {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: 4px 8px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #9e3d46
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Noto Sans Japanese", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.8;
    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: 14px;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(32, 40, 48, 0.2);
    box-shadow: 0 0.25rem 0.5rem rgba(32, 40, 48, 0.2)
}

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

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

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

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

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

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

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

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

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

.bs-popover-right .arrow:before,
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-auto[x-placement^="right"] .arrow:after {
    border-width: 8px 8px 8px 0;
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-right .arrow:before,
.bs-popover-auto[x-placement^="right"] .arrow:before {
    left: 0;
    border-right-color: rgba(32, 40, 48, 0.25)
}

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

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

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

.bs-popover-bottom .arrow:before,
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-auto[x-placement^="bottom"] .arrow:after {
    border-width: 0 8px 8px 8px;
    border-width: 0 .5rem .5rem .5rem
}

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

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

.bs-popover-bottom .popover-header:before,
.bs-popover-auto[x-placement^="bottom"] .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 16px;
    width: 1rem;
    margin-left: -8px;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

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

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

.bs-popover-left .arrow:before,
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-auto[x-placement^="left"] .arrow:after {
    border-width: 8px 0 8px 8px;
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-left .arrow:before,
.bs-popover-auto[x-placement^="left"] .arrow:before {
    right: 0;
    border-left-color: rgba(32, 40, 48, 0.25)
}

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

.popover-header {
    padding: 8px 12px;
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 8px 12px;
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports (transform-style: preserve-3d) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0)
    }
}

.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%)
}

@supports (transform-style: preserve-3d) {

    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0)
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%)
}

@supports (transform-style: preserve-3d) {

    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    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: #0a6996 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #074866 !important
}

.bg-secondary {
    background-color: #2a353f !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #161b21 !important
}

.bg-success,
.products .price .badge,
.products .price .cards .card-item a .card-item-block .catLabel,
.cards .card-item a .card-item-block .products .price .catLabel {
    background-color: #83b14f !important
}

a.bg-success:hover,
.products .price a.badge:hover,
.products .price .cards .card-item a .card-item-block a.catLabel:hover,
.cards .card-item a .card-item-block .products .price a.catLabel:hover,
a.bg-success:focus,
.products .price a.badge:focus,
.products .price .cards .card-item a .card-item-block a.catLabel:focus,
.cards .card-item a .card-item-block .products .price a.catLabel:focus,
button.bg-success:hover,
.products .price button.badge:hover,
.products .price .cards .card-item a .card-item-block button.catLabel:hover,
.cards .card-item a .card-item-block .products .price button.catLabel:hover,
button.bg-success:focus,
.products .price button.badge:focus,
.products .price .cards .card-item a .card-item-block button.catLabel:focus,
.cards .card-item a .card-item-block .products .price button.catLabel:focus {
    background-color: #698e3f !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #fad320 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #e2ba05 !important
}

.bg-danger {
    background-color: #bc525c !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #9e3d46 !important
}

.bg-light {
    background-color: #879baf !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #68819a !important
}

.bg-dark {
    background-color: #2a353f !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #161b21 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0a6996 !important
}

.border-secondary {
    border-color: #2a353f !important
}

.border-success {
    border-color: #83b14f !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #fad320 !important
}

.border-danger {
    border-color: #bc525c !important
}

.border-light {
    border-color: #879baf !important
}

.border-dark {
    border-color: #2a353f !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: 4px !important;
    border-top-left-radius: .25rem !important;
    border-top-right-radius: 4px !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: 4px !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: 4px !important;
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after,
#masthead .device-l:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media (min-width: 1080px) {
    .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,
    .ranking-items>a .item {
        display: -ms-flexbox !important;
        display: flex !important
    }

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

@media (min-width: 1400px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -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: 1080px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -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: 1400px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -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
    }
}

.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: 1080px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1400px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -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: 4px !important;
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: 4px !important;
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: 4px !important;
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: 4px !important;
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: 4px !important;
    margin-left: .25rem !important
}

.m-2 {
    margin: 8px !important;
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: 8px !important;
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: 8px !important;
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: 8px !important;
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: 8px !important;
    margin-left: .5rem !important
}

.m-3 {
    margin: 16px !important;
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 16px !important;
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 16px !important;
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 16px !important;
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 16px !important;
    margin-left: 1rem !important
}

.m-4 {
    margin: 24px !important;
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 24px !important;
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 24px !important;
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 24px !important;
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 24px !important;
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 48px !important;
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 48px !important;
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 48px !important;
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 48px !important;
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 48px !important;
    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: 4px !important;
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: 4px !important;
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: 4px !important;
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: 4px !important;
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: 4px !important;
    padding-left: .25rem !important
}

.p-2 {
    padding: 8px !important;
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: 8px !important;
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: 8px !important;
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: 8px !important;
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: 8px !important;
    padding-left: .5rem !important
}

.p-3 {
    padding: 16px !important;
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 16px !important;
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 16px !important;
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 16px !important;
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 16px !important;
    padding-left: 1rem !important
}

.p-4 {
    padding: 24px !important;
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 24px !important;
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 24px !important;
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 24px !important;
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 24px !important;
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 48px !important;
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 48px !important;
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 48px !important;
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 48px !important;
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 48px !important;
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1080px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1400px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1080px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1400px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 300 !important
}

.font-weight-bold {
    font-weight: 500 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #0a6996 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #074866 !important
}

.text-secondary {
    color: #2a353f !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #161b21 !important
}

.text-success {
    color: #83b14f !important
}

a.text-success:hover,
a.text-success:focus {
    color: #698e3f !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important
}

.text-warning {
    color: #fad320 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #e2ba05 !important
}

.text-danger {
    color: #bc525c !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #9e3d46 !important
}

.text-light {
    color: #879baf !important
}

a.text-light:hover,
a.text-light:focus {
    color: #68819a !important
}

.text-dark {
    color: #2a353f !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #161b21 !important
}

.text-muted {
    color: #6c757d !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
}

html,
body {
    height: 100%;
    letter-spacing: -0.48px;
    letter-spacing: -0.03rem
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.required {
    display: inline-block;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    color: #bc525c;
    margin-left: 8px;
    margin-left: .5rem
}

.text-red {
    color: #d13332
}

input,
select,
textarea {
    font-family: "Noto Sans Japanese", sans-serif
}

.form-control.w-sm,
input.w-sm[type="text"],
input.w-sm[type="search"],
input.w-sm[type="email"],
input.w-sm[type="url"] {
    width: 200px
}

@media (max-width: 1079.98px) {

    .form-control.has-button,
    input.has-button[type="text"],
    input.has-button[type="search"],
    input.has-button[type="email"],
    input.has-button[type="url"] {
        width: calc(100% - 3rem)
    }
}

.form-control.has-button+.btn,
input.has-button[type="text"]+.btn,
input.has-button[type="search"]+.btn,
input.has-button[type="email"]+.btn,
input.has-button[type="url"]+.btn,
.form-control.has-button+.search-submit,
input.has-button[type="text"]+.search-submit,
input.has-button[type="search"]+.search-submit,
input.has-button[type="email"]+.search-submit,
input.has-button[type="url"]+.search-submit,
.editPost .form-control.has-button+a,
.editPost input.has-button[type="text"]+a,
.editPost input.has-button[type="search"]+a,
.editPost input.has-button[type="email"]+a,
.editPost input.has-button[type="url"]+a,
#sidebar .by-image .form-control.has-button+a,
#sidebar .by-image input.has-button[type="text"]+a,
#sidebar .by-image input.has-button[type="search"]+a,
#sidebar .by-image input.has-button[type="email"]+a,
#sidebar .by-image input.has-button[type="url"]+a,
#main section .section-heading .form-control.has-button+a,
#main section .section-heading input.has-button[type="text"]+a,
#main section .section-heading input.has-button[type="search"]+a,
#main section .section-heading input.has-button[type="email"]+a,
#main section .section-heading input.has-button[type="url"]+a,
.postend-btn .form-control.has-button+a,
.postend-btn input.has-button[type="text"]+a,
.postend-btn input.has-button[type="search"]+a,
.postend-btn input.has-button[type="email"]+a,
.postend-btn input.has-button[type="url"]+a,
.listend-btn .form-control.has-button+a,
.listend-btn input.has-button[type="text"]+a,
.listend-btn input.has-button[type="search"]+a,
.listend-btn input.has-button[type="email"]+a,
.listend-btn input.has-button[type="url"]+a {
    width: 48px;
    width: 3rem
}

.inquiry .form-group .note {
    display: block
}

.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm>.search-submit,
.editPost .btn-group-sm>a,
#sidebar .by-image .btn-group-sm>a,
#main section .section-heading .btn-group-sm>a,
.postend-btn .btn-group-sm>a,
.listend-btn .btn-group-sm>a,
.editPost a {
    font-size: 14px;
    font-size: .875rem;
    padding: 4px 16px;
    padding: .25rem 1rem
}

.btn-lg,
.btn-group-lg>.btn,
.btn-group-lg>.search-submit,
.editPost .btn-group-lg>a,
#sidebar .by-image .btn-group-lg>a,
#main section .section-heading .btn-group-lg>a,
.postend-btn .btn-group-lg>a,
.listend-btn .btn-group-lg>a {
    font-size: 16px;
    font-size: 1rem
}

#breadcrumbs {
    background-color: #f8f9fa;
    font-size: 14px;
    font-size: .875rem;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

#breadcrumbs .fa {
    margin-right: 4px;
    margin-right: .25rem;
    margin-left: 4px;
    margin-left: .25rem
}

.breadcrumb {
    background-color: inherit;
    padding: 0;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.breadcrumb-item {
    font-size: 14px;
    font-size: .875rem
}

.breadcrumb-item+.breadcrumb-item:before {
    font-family: FontAwesome;
    content: "\f105"
}

.search-submit {
    margin-top: -3px
}

.badge,
.cards .card-item a .card-item-block .catLabel {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    padding: 4px 8px;
    padding: .25rem .5rem
}

.badge-red {
    background: #bc525c
}

.editPost {
    text-align: right
}

.uxfc input[type=radio],
.uxfc input[type=checkbox] {
    display: inline-block;
    margin-right: 16px;
    margin-right: 1rem
}

.uxfc input[type=radio]+label,
.uxfc input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    margin-right: 16px;
    margin-right: 1rem;
    line-height: 16px;
    line-height: 1rem;
    cursor: pointer
}

@media (min-width: 1px) {

    .uxfc input[type=radio],
    .uxfc input[type=checkbox] {
        display: none;
        margin: 0
    }

    .uxfc input[type=radio]+label,
    .uxfc input[type=checkbox]+label {
        padding: 0 0 0 1.5rem
    }

    .uxfc input[type=radio]+label:before,
    .uxfc input[type=checkbox]+label:before {
        display: block;
        background: #fff;
        content: "";
        position: absolute;
        width: 1.2rem;
        height: 1.2rem;
        top: 50%;
        left: 0;
        margin-top: -0.6rem
    }

    .uxfc input[type=radio]+label:before {
        border: 2px solid #c4ced8;
        border-radius: 2rem
    }

    .uxfc input[type=checkbox]+label:before {
        border: 2px solid #c4ced8
    }

    .uxfc input[type=radio]:checked+label:after,
    .uxfc input[type=checkbox]:checked+label:after {
        content: "";
        position: absolute;
        top: 50%;
        display: block
    }

    .uxfc input[type=radio]:checked+label:after {
        left: .2rem;
        width: .8rem;
        height: .8rem;
        margin-top: -0.4rem;
        background: #0a6996;
        border-radius: .8rem
    }

    .uxfc input[type=checkbox]:checked+label:after {
        left: .2rem;
        width: 1rem;
        height: .5rem;
        margin-top: -0.5rem;
        border-left: 3px solid #0a6996;
        border-bottom: 3px solid #0a6996;
        transform: rotate(-45deg)
    }
}

.uxfc input[type=text] {
    display: block;
    background-color: #fff;
    background-image: none;
    width: 100%;
    height: 32px;
    height: 2rem;
    padding: 8px 16px;
    padding: .5rem 1rem;
    font-size: 14px;
    font-size: .875rem;
    color: #2a353f;
    border: 2px solid #c4ced8;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.16s ease-in-out
}

.uxfc input[type=text]:focus {
    border-color: #0a6996
}

.buttonned input[type=radio],
.buttonned input[type=checkbox] {
    display: inline-block
}

.buttonned input[type=radio]+label,
.buttonned input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1;
    cursor: pointer
}

.buttonned input[type=radio]+label:hover,
.buttonned input[type=checkbox]+label:hover {
    background: #c4ced8
}

@media (min-width: 1px) {

    .buttonned input[type=radio],
    .buttonned input[type=checkbox] {
        display: none;
        margin: 0
    }

    .buttonned input[type=radio]+label,
    .buttonned input[type=checkbox]+label {
        background: #e3e7ec;
        border: 1px solid #c4ced8;
        padding: .5rem 1rem .5rem 2rem
    }

    .buttonned input[type=radio]+label:before,
    .buttonned input[type=checkbox]+label:before {
        display: block;
        background: #fff;
        content: "";
        position: absolute;
        width: 1rem;
        height: 1rem;
        top: .5rem;
        left: .6rem;
        border: 1px solid #c4ced8
    }

    .buttonned input[type=radio]+label:before {
        border-radius: 1rem
    }

    .buttonned input[type=radio]:checked+label,
    .buttonned input[type=checkbox]:checked+label {
        background: #0a6996;
        color: #fff;
        border: 1px solid #08587e
    }

    .buttonned input[type=radio]:checked+label:after,
    .buttonned input[type=checkbox]:checked+label:after {
        content: "";
        position: absolute;
        top: 50%;
        display: block
    }

    .buttonned input[type=radio]:checked+label:after {
        top: .6rem;
        left: .7rem;
        width: .8rem;
        height: .8rem;
        background: #2a353f;
        border-radius: .8rem
    }

    .buttonned input[type=checkbox]:checked+label:after {
        top: .5rem;
        left: .7rem;
        width: 1rem;
        height: .5rem;
        border-left: 3px solid #2a353f;
        border-bottom: 3px solid #2a353f;
        transform: rotate(-45deg)
    }
}

.buttonned input[type=text] {
    display: block;
    background-color: #fff;
    background-image: none;
    width: 100%;
    height: 32px;
    height: 2rem;
    padding: 8px 16px;
    padding: .5rem 1rem;
    font-size: 14px;
    font-size: .875rem;
    color: #3f4e5e;
    border: 2px solid #c4ced8;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.16s ease-in-out
}

.buttonned input[type=text]:focus {
    border-color: #0a6996
}

hr {
    border-top: 1px dotted #c4ced8
}

.hr-lg {
    margin: 48px 0;
    margin: 3rem 0
}

.w-30 {
    width: 30% !important
}

.w-70 {
    width: 70% !important
}

@media (max-width: 575.98px) {
    .hidden-xs {
        display: none
    }
}

#page {
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

#page #content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

#page #content #main {
    padding: 48px;
    padding: 3rem
}

@media (max-width: 767.98px) {
    #page #content #main {
        padding: 3rem 1.5rem
    }
}

#page #content #sidebar {
    padding-top: 48px;
    padding-top: 3rem;
    padding-bottom: 48px;
    padding-bottom: 3rem
}

#masthead {
    -ms-flex: none;
    flex: none;
    margin: 0 -24px;
    margin: 0 -1.5rem
}

#masthead.heightfix {
    padding-bottom: 57px
}

#masthead .device-l {
    position: relative;
    padding: 16px 24px;
    padding: 1rem 1.5rem
}

@media (max-width: 1079.98px) {
    #masthead .device-l {
        display: none
    }
}

#masthead .device-l .description {
    position: absolute;
    top: 0;
    left: 24px;
    left: 1.5rem;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.1;
    padding-top: 16px;
    padding-top: 1rem
}

#masthead .device-l .brand {
    display: inline-block;
    float: left;
    padding-top: 32px;
    padding-top: 2rem
}

#masthead .device-l .brand img {
    max-width: 260px
}

#masthead .device-l .form-inline {
    display: inline-block;
    float: right;
    padding-top: 16px;
    padding-top: 1rem
}

#masthead .device-l .cta {
    display: inline-block;
    float: right;
    line-height: 1.1
}

#masthead .device-l .cta h2 {
    font-size: 16px;
    font-size: 1rem;
    border-bottom: 1px dotted #202830;
    padding-bottom: 4px;
    padding-bottom: .25rem;
    margin-bottom: 4px;
    margin-bottom: .25rem
}

#masthead .device-l .cta .byphone {
    margin-bottom: 8px;
    margin-bottom: .5rem
}

#masthead .device-l .cta .byphone strong {
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700
}

#masthead .device-l .cta .byphone small {
    display: inline-block;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    vertical-align: top;
    margin-top: 10.24px;
    margin-top: .64rem;
    margin-left: 8px;
    margin-left: .5rem
}

#masthead .device-l .cta .btn,
#masthead .device-l .cta .search-submit,
#masthead .device-l .cta .editPost a,
.editPost #masthead .device-l .cta a,
#masthead .device-l .cta #sidebar .by-image a,
#sidebar .by-image #masthead .device-l .cta a,
#masthead .device-l .cta #main section .section-heading a,
#main section .section-heading #masthead .device-l .cta a,
#masthead .device-l .cta .postend-btn a,
.postend-btn #masthead .device-l .cta a,
#masthead .device-l .cta .listend-btn a,
.listend-btn #masthead .device-l .cta a {
    display: block;
    background: #d13332;
    color: white;
    text-shadow: 0 0 1.6px rgba(32, 40, 48, 0.64);
    text-shadow: 0 0 0.1rem rgba(32, 40, 48, 0.64);
    box-shadow: 0 0 0.1rem 0 rgba(32, 40, 48, 0.32);
    padding: 4px 24px;
    padding: .25rem 1.5rem
}

#masthead .device-l .cta .btn .badge,
#masthead .device-l .cta .search-submit .badge,
#masthead .device-l .cta .editPost a .badge,
.editPost #masthead .device-l .cta a .badge,
#masthead .device-l .cta #sidebar .by-image a .badge,
#sidebar .by-image #masthead .device-l .cta a .badge,
#masthead .device-l .cta #main section .section-heading a .badge,
#main section .section-heading #masthead .device-l .cta a .badge,
#masthead .device-l .cta .postend-btn a .badge,
.postend-btn #masthead .device-l .cta a .badge,
#masthead .device-l .cta .listend-btn a .badge,
.listend-btn #masthead .device-l .cta a .badge,
#masthead .device-l .cta .btn .cards .card-item a .card-item-block .catLabel,
.cards .card-item a .card-item-block #masthead .device-l .cta .btn .catLabel,
#masthead .device-l .cta .search-submit .cards .card-item a .card-item-block .catLabel,
.cards .card-item a .card-item-block #masthead .device-l .cta .search-submit .catLabel,
#masthead .device-l .cta .editPost .cards .card-item a .card-item-block .catLabel,
.cards .card-item #masthead .device-l .cta .editPost a .card-item-block .catLabel,
.editPost #masthead .device-l .cta .cards .card-item a .card-item-block .catLabel,
.cards .card-item .editPost #masthead .device-l .cta a .card-item-block .catLabel,
#masthead .device-l .cta #sidebar .by-image .cards .card-item a .card-item-block .catLabel,
.cards .card-item #masthead .device-l .cta #sidebar .by-image a .card-item-block .catLabel,
#sidebar .by-image #masthead .device-l .cta .cards .card-item a .card-item-block .catLabel,
.cards .card-item #sidebar .by-image #masthead .device-l .cta a .card-item-block .catLabel,
#masthead .device-l .cta #main section .section-heading .cards .card-item a .card-item-block .catLabel,
.cards .card-item #masthead .device-l .cta #main section .section-heading a .card-item-block .catLabel,
#main section .section-heading #masthead .device-l .cta .cards .card-item a .card-item-block .catLabel,
.cards .card-item #main section .section-heading #masthead .device-l .cta a .card-item-block .catLabel,
#masthead .device-l .cta .postend-btn .cards .card-item a .card-item-block .catLabel,
.cards .card-item #masthead .device-l .cta .postend-btn a .card-item-block .catLabel,
.postend-btn #masthead .device-l .cta .cards .card-item a .card-item-block .catLabel,
.cards .card-item .postend-btn #masthead .device-l .cta a .card-item-block .catLabel,
#masthead .device-l .cta .listend-btn .cards .card-item a .card-item-block .catLabel,
.cards .card-item #masthead .device-l .cta .listend-btn a .card-item-block .catLabel,
.listend-btn #masthead .device-l .cta .cards .card-item a .card-item-block .catLabel,
.cards .card-item .listend-btn #masthead .device-l .cta a .card-item-block .catLabel {
    margin-right: 8px;
    margin-right: .5rem
}

#masthead .device-l .cta .btn strong i,
#masthead .device-l .cta .search-submit strong i,
#masthead .device-l .cta .editPost a strong i,
.editPost #masthead .device-l .cta a strong i,
#masthead .device-l .cta #sidebar .by-image a strong i,
#sidebar .by-image #masthead .device-l .cta a strong i,
#masthead .device-l .cta #main section .section-heading a strong i,
#main section .section-heading #masthead .device-l .cta a strong i,
#masthead .device-l .cta .postend-btn a strong i,
.postend-btn #masthead .device-l .cta a strong i,
#masthead .device-l .cta .listend-btn a strong i,
.listend-btn #masthead .device-l .cta a strong i {
    margin-left: 8px;
    margin-left: .5rem
}

#masthead .device-l .cta .btn:hover,
#masthead .device-l .cta .search-submit:hover,
#masthead .device-l .cta .editPost a:hover,
.editPost #masthead .device-l .cta a:hover,
#masthead .device-l .cta #sidebar .by-image a:hover,
#sidebar .by-image #masthead .device-l .cta a:hover,
#masthead .device-l .cta #main section .section-heading a:hover,
#main section .section-heading #masthead .device-l .cta a:hover,
#masthead .device-l .cta .postend-btn a:hover,
.postend-btn #masthead .device-l .cta a:hover,
#masthead .device-l .cta .listend-btn a:hover,
.listend-btn #masthead .device-l .cta a:hover {
    background: #bf2c2b
}

.site-header .navbar {
    background: #202830
}

@media (min-width: 1080px) {
    .site-header .navbar {
        padding: 0;
        padding-left: 1rem
    }
}

.site-header .navbar .navbar-brand {
    padding: 0
}

.site-header .navbar .navbar-brand img {
    max-width: 90px
}

@media (min-width: 1080px) {
    .site-header .navbar .navbar-brand {
        display: none
    }
}

.site-header .navbar .navbar-toggler {
    color: #fff;
    border: none
}

@media (max-width: 1079.98px) {
    .site-header .navbar .navbar-collapse .navbar-nav {
        padding-top: .5rem
    }
}

.site-header .navbar .navbar-collapse .navbar-nav>li a {
    font-weight: 400;
    color: #fff;
    padding: 16px 24px;
    padding: 1rem 1.5rem;
    transition: all 0.16s ease-in-out
}

@media (max-width: 1079.98px) {
    .site-header .navbar .navbar-collapse .navbar-nav>li a {
        padding: 0.5rem 1rem 0.5rem
    }
}

.site-header .navbar .navbar-collapse .navbar-nav>li a:hover {
    background: #000
}

.site-header .navbar .navbar-collapse .navbar-nav>li.active a {
    background: #000;
    text-decoration: underline
}

@media (min-width: 1080px) {
    .site-header .navbar .navbar-collapse form {
        margin-right: 1.5rem
    }
}

@media (max-width: 1079.98px) {
    .site-header .navbar .navbar-collapse form {
        padding: 1rem 0
    }
}

@media (min-width: 1080px) {
    .site-header .navbar .navbar-collapse form input[type="search"] {
        width: 180px
    }
}

.site-header .navbar .navbar-collapse form .btn-secondary,
.site-header .navbar .navbar-collapse form #main section .section-heading a,
#main section .section-heading .site-header .navbar .navbar-collapse form a,
.site-header .navbar .navbar-collapse form .postend-btn a,
.postend-btn .site-header .navbar .navbar-collapse form a,
.site-header .navbar .navbar-collapse form .listend-btn a,
.listend-btn .site-header .navbar .navbar-collapse form a {
    background: #3f4e5e;
    border: 1px solid #53687d
}

.site-header .navbar .cta {
    display: block;
    color: white;
    line-height: 1.1;
    border-top: 1px dotted #879baf;
    border-bottom: 1px dotted #879baf;
    padding: 16px 0;
    padding: 1rem 0;
    margin: 8px 0;
    margin: .5rem 0
}

@media (min-width: 1080px) {
    .site-header .navbar .cta {
        display: none
    }
}

.site-header .navbar .cta h2 {
    font-size: 16px;
    font-size: 1rem;
    border-bottom: 1px dotted #202830;
    padding-bottom: 4px;
    padding-bottom: .25rem;
    margin-bottom: 4px;
    margin-bottom: .25rem
}

.site-header .navbar .cta .byphone {
    margin-bottom: 12px;
    margin-bottom: .75rem
}

.site-header .navbar .cta .byphone strong {
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700
}

.site-header .navbar .cta .byphone small {
    display: inline-block;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    vertical-align: top;
    margin-top: 10.24px;
    margin-top: .64rem;
    margin-left: 8px;
    margin-left: .5rem
}

.site-header .navbar .cta .btn,
.site-header .navbar .cta .search-submit,
.site-header .navbar .cta .editPost a,
.editPost .site-header .navbar .cta a,
.site-header .navbar .cta #sidebar .by-image a,
#sidebar .by-image .site-header .navbar .cta a,
.site-header .navbar .cta #main section .section-heading a,
#main section .section-heading .site-header .navbar .cta a,
.site-header .navbar .cta .postend-btn a,
.postend-btn .site-header .navbar .cta a,
.site-header .navbar .cta .listend-btn a,
.listend-btn .site-header .navbar .cta a {
    display: block;
    background: #17a2b8;
    color: white;
    text-shadow: 0 0 1.6px rgba(32, 40, 48, 0.64);
    text-shadow: 0 0 0.1rem rgba(32, 40, 48, 0.64);
    box-shadow: 0 0 0.1rem 0 rgba(32, 40, 48, 0.32);
    padding: 4.8px 12px;
    padding: .3rem .75rem
}

.site-header .navbar .cta .btn .badge,
.site-header .navbar .cta .search-submit .badge,
.site-header .navbar .cta .editPost a .badge,
.editPost .site-header .navbar .cta a .badge,
.site-header .navbar .cta #sidebar .by-image a .badge,
#sidebar .by-image .site-header .navbar .cta a .badge,
.site-header .navbar .cta #main section .section-heading a .badge,
#main section .section-heading .site-header .navbar .cta a .badge,
.site-header .navbar .cta .postend-btn a .badge,
.postend-btn .site-header .navbar .cta a .badge,
.site-header .navbar .cta .listend-btn a .badge,
.listend-btn .site-header .navbar .cta a .badge,
.site-header .navbar .cta .btn .cards .card-item a .card-item-block .catLabel,
.cards .card-item a .card-item-block .site-header .navbar .cta .btn .catLabel,
.site-header .navbar .cta .search-submit .cards .card-item a .card-item-block .catLabel,
.cards .card-item a .card-item-block .site-header .navbar .cta .search-submit .catLabel,
.site-header .navbar .cta .editPost .cards .card-item a .card-item-block .catLabel,
.cards .card-item .site-header .navbar .cta .editPost a .card-item-block .catLabel,
.editPost .site-header .navbar .cta .cards .card-item a .card-item-block .catLabel,
.cards .card-item .editPost .site-header .navbar .cta a .card-item-block .catLabel,
.site-header .navbar .cta #sidebar .by-image .cards .card-item a .card-item-block .catLabel,
.cards .card-item .site-header .navbar .cta #sidebar .by-image a .card-item-block .catLabel,
#sidebar .by-image .site-header .navbar .cta .cards .card-item a .card-item-block .catLabel,
.cards .card-item #sidebar .by-image .site-header .navbar .cta a .card-item-block .catLabel,
.site-header .navbar .cta #main section .section-heading .cards .card-item a .card-item-block .catLabel,
.cards .card-item .site-header .navbar .cta #main section .section-heading a .card-item-block .catLabel,
#main section .section-heading .site-header .navbar .cta .cards .card-item a .card-item-block .catLabel,
.cards .card-item #main section .section-heading .site-header .navbar .cta a .card-item-block .catLabel,
.site-header .navbar .cta .postend-btn .cards .card-item a .card-item-block .catLabel,
.cards .card-item .site-header .navbar .cta .postend-btn a .card-item-block .catLabel,
.postend-btn .site-header .navbar .cta .cards .card-item a .card-item-block .catLabel,
.cards .card-item .postend-btn .site-header .navbar .cta a .card-item-block .catLabel,
.site-header .navbar .cta .listend-btn .cards .card-item a .card-item-block .catLabel,
.cards .card-item .site-header .navbar .cta .listend-btn a .card-item-block .catLabel,
.listend-btn .site-header .navbar .cta .cards .card-item a .card-item-block .catLabel,
.cards .card-item .listend-btn .site-header .navbar .cta a .card-item-block .catLabel {
    margin-right: 4.8px;
    margin-right: .3rem
}

.site-header .navbar .cta .btn strong i,
.site-header .navbar .cta .search-submit strong i,
.site-header .navbar .cta .editPost a strong i,
.editPost .site-header .navbar .cta a strong i,
.site-header .navbar .cta #sidebar .by-image a strong i,
#sidebar .by-image .site-header .navbar .cta a strong i,
.site-header .navbar .cta #main section .section-heading a strong i,
#main section .section-heading .site-header .navbar .cta a strong i,
.site-header .navbar .cta .postend-btn a strong i,
.postend-btn .site-header .navbar .cta a strong i,
.site-header .navbar .cta .listend-btn a strong i,
.listend-btn .site-header .navbar .cta a strong i {
    margin-left: 4.8px;
    margin-left: .3rem
}

.site-header .navbar .cta .btn:hover,
.site-header .navbar .cta .search-submit:hover,
.site-header .navbar .cta .editPost a:hover,
.editPost .site-header .navbar .cta a:hover,
.site-header .navbar .cta #sidebar .by-image a:hover,
#sidebar .by-image .site-header .navbar .cta a:hover,
.site-header .navbar .cta #main section .section-heading a:hover,
#main section .section-heading .site-header .navbar .cta a:hover,
.site-header .navbar .cta .postend-btn a:hover,
.postend-btn .site-header .navbar .cta a:hover,
.site-header .navbar .cta .listend-btn a:hover,
.listend-btn .site-header .navbar .cta a:hover {
    background: #148ea1
}

.site-header .fixed-top {
    background: rgba(32, 40, 48, 0.8);
    margin-right: 0;
    margin-left: 0
}

@media (min-width: 1080px) {
    .site-header .dropdown:hover>.dropdown-menu {
        display: block;
        top: calc(100% - .2rem)
    }
}

.site-header .dropdown-menu {
    background: rgba(32, 40, 48, 0.8);
    padding: 0
}

@media (max-width: 1079.98px) {
    .site-header .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
        border: none;
        padding-left: 1rem
    }
}

.menu-item {
    font-size: 14px;
    font-size: .875rem;
    text-shadow: 0 0 1.6px rgba(32, 40, 48, 0.64);
    text-shadow: 0 0 0.1rem rgba(32, 40, 48, 0.64)
}

#footer {
    -ms-flex: none;
    flex: none;
    background: #2a353f;
    color: #fff;
    text-align: center;
    padding: 24px 24px 8px;
    padding: 1.5rem 1.5rem 0.5rem;
    margin: 0 -24px 0;
    margin: 0 -1.5rem 0
}

#footer a {
    color: #fff
}

#footer .pageTop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 16px;
    right: 1rem;
    margin: 0;
    z-index: 9998;
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48)
}

#footer .pageTop a {
    background: rgba(0, 0, 0, 0.9);
    display: inline-block;
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.1;
    text-decoration: none;
    padding: 8px 12px;
    padding: .5rem .75rem;
    transition: all 0.16s ease-in-out
}

#footer .pageTop a:hover {
    background: rgba(0, 0, 0, 0.99)
}

#footer address {
    padding-bottom: 0
}

#footer address .brand {
    display: inline-block;
    margin-bottom: 12px;
    margin-bottom: .75rem
}

#footer address .brand img {
    max-width: 120px
}

#footer address h2 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

#footer address p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5
}

#footer address p:last-of-type {
    margin-bottom: 0
}

#footer nav ul {
    list-style: none;
    padding: 0
}

#footer nav ul li {
    display: inline-block;
    font-size: 14px;
    font-size: .875rem
}

#footer nav ul li:not(:last-of-type) {
    margin-right: 16px;
    margin-right: 1rem
}

#footer nav ul li a:before {
    display: inline-block;
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 8px;
    margin-right: .5rem
}

#footer .cr {
    font-size: 12px;
    font-size: .75rem
}

#sidebar {
    background: #f8f9fa
}

#sidebar section:not(:last-of-type) {
    margin-bottom: 32px;
    margin-bottom: 2rem
}

#sidebar section p:last-of-type {
    margin-bottom: 0
}

#sidebar section .widget-title {
    background: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1;
    border: 3px solid #3f4e5e;
    text-align: center;
    padding: 8px 0;
    padding: .5rem 0;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

#sidebar section .widget-list-cmn {
    list-style: none;
    padding: 0
}

#sidebar section .widget-list-cmn>li {
    font-size: 14px;
    font-size: .875rem
}

#sidebar section .widget-list-cmn>li a {
    display: block;
    color: #202830;
    border-bottom: 1px dotted #c4ced8;
    padding: 5.12px 16px;
    padding: .32rem 1rem;
    transition: all 0.16s ease-in-out
}

#sidebar section .widget-list-cmn>li a:hover {
    background: #e3e7ec;
    border-bottom: 1px solid #c4ced8
}

#sidebar section .widget-list-cmn>li a:before {
    display: inline-block;
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: -16px;
    margin-left: -1rem;
    margin-right: 8px;
    margin-right: .5rem
}

#sidebar section .widget-list-cmn>li>ul {
    list-style: none;
    padding-left: 24px;
    padding-left: 1.5rem
}

#sidebar section .widget-list-cmn>li>ul>li {
    font-size: 14px;
    font-size: .875rem
}

#sidebar section .widget-list-cmn>li>ul>li a {
    display: block;
    color: #202830;
    padding: 5.12px 16px;
    padding: .32rem 1rem;
    transition: all 0.16s ease-in-out
}

#sidebar section .widget-list-cmn>li>ul>li a:hover {
    background: #e3e7ec
}

#sidebar section .widget-list-cmn>li>ul>li a:before {
    display: inline-block;
    content: "\f105";
    font-family: FontAwesome;
    margin-left: -16px;
    margin-left: -1rem;
    margin-right: 8px;
    margin-right: .5rem
}

#sidebar section .latest-items {
    counter-reset: item;
    list-style: none;
    padding: 0;
    margin-bottom: 12px;
    margin-bottom: .75rem
}

#sidebar section .latest-items>li {
    position: relative
}

#sidebar section .latest-items>li:before {
    display: inline-block;
    counter-increment: item;
    content: counter(item);
    width: 32px;
    width: 2rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 1.6px rgba(32, 40, 48, 0.64);
    text-shadow: 0 0 0.1rem rgba(32, 40, 48, 0.64);
    text-align: center;
    position: absolute
}

#sidebar section .latest-items>li:nth-of-type(1):before {
    background: #ffc107
}

#sidebar section .latest-items>li:nth-of-type(2):before {
    background: #c4ced8
}

#sidebar section .latest-items>li:nth-of-type(3):before {
    background: #fd7e14
}

#sidebar section .latest-items>li>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #202830;
    border-bottom: 1px dotted #c4ced8;
    padding: 8px 0;
    padding: .5rem 0;
    transition: all 0.16s ease-in-out
}

#sidebar section .latest-items>li>a:hover {
    background: #e3e7ec;
    border-bottom: 1px solid #c4ced8
}

#sidebar section .latest-items>li>a .post-thumbnail {
    width: 32%
}

#sidebar section .latest-items>li>a .entry-title {
    width: 64%;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.2
}

#sidebar .by-image a {
    display: block;
    background: #3f4e5e;
    border: 2px solid #2a353f;
    text-shadow: 0 0 4.8px black;
    text-shadow: 0 0 .3rem black;
    position: relative;
    padding: 12.8px 0;
    padding: .8rem 0;
    margin-bottom: 32px;
    margin-bottom: 2rem
}

#sidebar .by-image a:after {
    display: inline-block;
    content: "\f0da";
    position: absolute;
    top: 17.6px;
    top: 1.1rem;
    right: 16px;
    right: 1rem;
    font-family: FontAwesome
}

#sidebar .by-image a .fa {
    display: inline-block;
    margin-right: 8px;
    margin-right: .5rem
}

#sidebar .by-image a span {
    display: inline-block;
    border-bottom: 1px dotted #f8f9fa;
    padding: 4px 0;
    padding: .25rem 0
}

#sidebar .side-more {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1;
    text-align: right
}

#sidebar .side-more .fa {
    margin-left: 8px;
    margin-left: .5rem
}

.pages {
    padding-top: 32px;
    padding-top: 2rem
}

.pages .pagination .page-item .page-link {
    padding: 8px 16px;
    padding: .5rem 1rem;
    transition: all 0.16s ease-in-out
}

@media (max-width: 575.98px) {
    .cards .card-item {
        margin-bottom: 1rem
    }
}

.cards .card-item a {
    display: block;
    color: #202830;
    border: 1px solid #c4ced8;
    transition: all 0.16s ease-in-out
}

.cards .card-item a:hover {
    color: #0a6996;
    border: 1px solid #0a6996;
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48)
}

.cards .card-item a .card-item-img {
    min-height: 24px;
    min-height: 1.5rem;
    text-align: center;
    padding: 0
}

.cards .card-item a .card-item-block {
    padding: 8px 16px;
    padding: .5rem 1rem
}

.cards .card-item a .card-item-block time {
    font-size: 14px;
    font-size: .875rem
}

.cards .card-item a .card-item-block .card-item-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.cards .card-item a .card-item-block .card-item-text {
    line-height: 1.2
}

.cards .card-item a .card-item-block .catLabel {
    position: absolute;
    top: 1px;
    left: calc(1rem + 1px)
}

.ranking .cards {
    counter-reset: rank
}

@media (max-width: 575.98px) {
    .ranking .cards .card-item {
        margin-bottom: 1rem
    }
}

.ranking .cards .card-item a {
    display: block;
    color: #202830;
    border: 1px solid #c4ced8;
    transition: all 0.16s ease-in-out
}

.ranking .cards .card-item a:hover {
    color: #0a6996;
    border: 1px solid #0a6996;
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48)
}

.ranking .cards .card-item a .card-item-img {
    min-height: 24px;
    min-height: 1.5rem;
    text-align: center;
    padding: 0
}

.ranking .cards .card-item a .card-item-block {
    padding: 16px;
    padding: 1rem
}

.ranking .cards .card-item a .card-item-block .card-item-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0
}

.ranking .cards .card-item a .card-item-block .card-item-text {
    line-height: 1.2
}

.ranking .cards .card-item:before {
    display: inline-block;
    background: #3f4e5e;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    text-shadow: 0 0 1.6px rgba(32, 40, 48, 0.64);
    text-shadow: 0 0 0.1rem rgba(32, 40, 48, 0.64);
    box-shadow: 0 0 0.1rem 0 rgba(32, 40, 48, 0.32);
    border-radius: 50%;
    position: absolute;
    top: 8px;
    top: .5rem;
    left: 24px;
    left: 1.5rem;
    padding: 4.8px 12px;
    padding: .3rem .75rem;
    counter-increment: rank;
    content: counter(rank)
}

.ranking .cards .card-item:nth-of-type(1):before {
    background: #ffc107;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 8px 16px;
    padding: .5rem 1rem
}

.ranking .cards .card-item:nth-of-type(2):before {
    background: #c4ced8;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 8px 16px;
    padding: .5rem 1rem
}

.ranking .cards .card-item:nth-of-type(3):before {
    background: #fd7e14;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 8px 16px;
    padding: .5rem 1rem
}

.product-cards h2 {
    line-height: 1.2;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.two-cases .case-item a {
    display: block;
    height: 100%;
    color: #202830
}

.two-cases .case-item a:hover .more {
    border-bottom: 2px solid #0a6996
}

.two-cases .case-item a .fgr-txt {
    display: table;
    width: 100%
}

@media (min-width: 1080px) {
    .two-cases .case-item a .fgr-txt figure {
        display: table-cell;
        width: 30%;
        vertical-align: top
    }
}

@media (min-width: 1080px) {
    .two-cases .case-item a .fgr-txt .txt {
        display: table-cell;
        width: 70%;
        vertical-align: top;
        padding: 0 1rem
    }
}

.two-cases .case-item a .fgr-txt .txt h3 {
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.two-cases .case-item a .fgr-txt .txt p {
    line-height: 1.5
}

.two-cases .case-item a .fgr-txt .txt p:not(last-of-type) {
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.two-cases .case-item a .fgr-txt .txt .more {
    display: inline-block;
    font-weight: 400;
    color: #0a6996;
    transition: all 0.16s ease-in-out
}

.news-lines ul {
    list-style: none;
    padding: 0;
    margin-top: -8px;
    margin-top: -.5rem
}

.news-lines ul>li:not(:last-of-type) a {
    border-bottom: 1px dotted #c4ced8
}

.news-lines ul>li a {
    display: block;
    padding: 8px 0;
    padding: .5rem 0;
    transition: all 0.16s ease-in-out
}

.news-lines ul>li a:hover {
    background: #f8f9fa
}

.news-lines ul>li a .badge,
.news-lines ul>li .cards .card-item a .card-item-block .catLabel,
.cards .card-item .news-lines ul>li a .card-item-block .catLabel {
    display: inline-block;
    width: 160px;
    width: 10rem;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    padding: 4.8px 0;
    padding: .3rem 0;
    margin-right: 8px;
    margin-right: .5rem
}

.news-lines ul>li a .badge-cat {
    color: #202830;
    border: 2px solid #3f4e5e
}

.news-lines ul>li a time {
    display: inline-block;
    color: #202830;
    margin-right: 8px;
    margin-right: .5rem
}

.news-lines ul>li a h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    padding-top: 4.8px;
    padding-top: .3rem;
    margin-bottom: 0
}

.archive-news {
    list-style: none;
    padding: 0;
    margin-top: -8px;
    margin-top: -.5rem
}

.archive-news>li:not(:last-of-type) a {
    border-bottom: 1px dotted #a5b4c3
}

.archive-news>li a {
    display: block;
    padding: 8px 0;
    padding: .5rem 0;
    transition: all 0.16s ease-in-out
}

.archive-news>li a:hover {
    background: #f8f9fa
}

.archive-news>li a .badge,
.archive-news>li .cards .card-item a .card-item-block .catLabel,
.cards .card-item .archive-news>li a .card-item-block .catLabel {
    display: inline-block;
    width: 160px;
    width: 10rem;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    padding: 4.8px 0;
    padding: .3rem 0;
    margin-right: 8px;
    margin-right: .5rem
}

.archive-news>li a .badge-cat {
    color: #202830;
    border: 2px solid #3f4e5e
}

.archive-news>li a time {
    display: inline-block;
    color: #202830;
    margin-right: 8px;
    margin-right: .5rem
}

.archive-news>li a h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    padding-top: 4.8px;
    padding-top: .3rem;
    margin-bottom: 0
}

.archive-faq {
    list-style: none;
    padding: 0;
    margin-top: -8px;
    margin-top: -.5rem
}

.archive-faq>li:not(:last-of-type) a {
    border-bottom: 1px dotted #a5b4c3
}

.archive-faq>li a {
    display: block;
    padding: 8px 0;
    padding: .5rem 0;
    transition: all 0.16s ease-in-out
}

.archive-faq>li a:hover {
    background: #f8f9fa
}

.archive-faq>li a .badge,
.archive-faq>li .cards .card-item a .card-item-block .catLabel,
.cards .card-item .archive-faq>li a .card-item-block .catLabel {
    display: inline-block;
    width: 160px;
    width: 10rem;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    padding: 4.8px 0;
    padding: .3rem 0;
    margin-right: 8px;
    margin-right: .5rem
}

.archive-faq>li a .badge-cat {
    color: #202830;
    border: 2px solid #3f4e5e
}

.archive-faq>li a h3 {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    padding-top: 4.8px;
    padding-top: .3rem;
    margin-bottom: 0
}

.archive-faq>li a time {
    display: none;
    color: #202830;
    margin-right: 8px;
    margin-right: .5rem
}

@media (max-width: 575.98px) {
    .new-arrivals .cards .card-item {
        margin-bottom: 1rem
    }
}

.new-arrivals .cards .card-item a {
    display: block;
    color: #202830;
    border: 1px solid #c4ced8;
    transition: all 0.16s ease-in-out
}

.new-arrivals .cards .card-item a:hover {
    color: #0a6996;
    border: 1px solid #0a6996;
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48)
}

.new-arrivals .cards .card-item a .card-item-img {
    min-height: 24px;
    min-height: 1.5rem;
    text-align: center;
    padding: 0
}

.new-arrivals .cards .card-item a .card-item-block {
    padding: 16px;
    padding: 1rem
}

.new-arrivals .cards .card-item a .card-item-block .card-item-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0
}

.new-arrivals .cards .card-item a .card-item-block .card-item-text {
    line-height: 1.2
}

.archive-by-image>div>a .img-thumbnail {
    transition: all 0.16s ease-in-out
}

.archive-by-image>div>a .img-thumbnail:hover {
    border: 1px solid #0a6996;
    box-shadow: 0 0 0.2rem 0 rgba(32, 40, 48, 0.48);
    padding: 0
}

.search-results article {
    border-bottom: 1px dotted #c4ced8;
    padding: 16px 0;
    padding: 1rem 0
}

.search-results article .entry-header {
    margin-bottom: 0
}

.search-results article .entry-header .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.search-results article .entry-summary p {
    margin-bottom: 0
}

.srch-products {
    background: #f8f9fa;
    border: 1px solid #e3e7ec;
    padding: 16px 32px;
    padding: 1rem 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.srch-products h2 {
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: 1px dotted #c4ced8;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.srch-products .byword {
    max-width: 480px;
    max-width: 30rem
}

.srch-products .sbmtbtn {
    border-top: 1px dotted #c4ced8;
    padding-top: 16px;
    padding-top: 1rem;
    margin: 16px 0 0;
    margin: 1rem 0 0
}

.fldsts fieldset:not(:last-of-type) {
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.fldsts fieldset legend {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.fldsts fieldset legend small {
    font-size: 16px;
    font-size: 1rem
}

#hero {
    display: table;
    width: 100%;
    color: #fff
}

#hero .hero-main {
    background-position: center;
    background-size: cover;
    text-shadow: 0 0 6.4px rgba(32, 40, 48, 0.98);
    text-shadow: 0 0 0.4rem rgba(32, 40, 48, 0.98);
    vertical-align: middle;
    padding: 0 48px;
    padding: 0 3rem
}

@media (min-width: 1080px) {
    #hero .hero-main {
        display: table-cell;
        width: 75%
    }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
    #hero .hero-main {
        min-height: 32vw;
        padding: 0 2rem
    }
}

@media (max-width: 767.98px) {
    #hero .hero-main {
        min-height: 64vw;
        padding: 0 2rem
    }
}

#hero .hero-main h1 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

@media (min-width: 768px) and (max-width: 1079.98px) {
    #hero .hero-main h1 {
        padding-top: 3vw
    }
}

@media (max-width: 767.98px) {
    #hero .hero-main h1 {
        font-size: 6vw;
        padding-top: 5vw
    }
}

#hero .hero-main .lead {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

@media (max-width: 767.98px) {
    #hero .hero-main .lead {
        font-size: 4vw
    }
}

#hero .hero-sub {
    list-style: none;
    padding: 0;
    text-shadow: 0 0 1.6px rgba(32, 40, 48, 0.64);
    text-shadow: 0 0 0.1rem rgba(32, 40, 48, 0.64)
}

@media (min-width: 1080px) {
    #hero .hero-sub {
        display: table-cell;
        width: 25%;
        vertical-align: middle
    }
}

#hero .hero-sub>li {
    position: relative
}

#hero .hero-sub>li a {
    display: block;
    padding: 16px 24px 16px 16px;
    padding: 1rem 1.5rem 1rem 1rem;
    transition: all 0.16s ease-in-out
}

#hero .hero-sub>li a:after {
    display: inline-block;
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    top: calc(50% - .5rem);
    right: 8px;
    right: .5rem
}

#hero .hero-sub>li a h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

#hero .hero-sub>li a p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    margin: 0
}

#hero .hero-sub>li:nth-of-type(1) a {
    background: #0a6996;
    color: #fff
}

#hero .hero-sub>li:nth-of-type(1) a:hover {
    background: #074866
}

#hero .hero-sub>li:nth-of-type(2) a {
    background: #17a2b8;
    color: #fff
}

#hero .hero-sub>li:nth-of-type(2) a:hover {
    background: #117a8b
}

#hero .hero-sub>li:nth-of-type(3) a {
    background: #83b14f;
    color: #fff
}

#hero .hero-sub>li:nth-of-type(3) a:hover {
    background: #698e3f
}

.intouch .social>.row,
.intouch #page .social>#content,
#page .intouch .social>#content,
.intouch .social>.cards,
.intouch .ranking .social>.cards,
.intouch .social>.two-cases,
.intouch .new-arrivals .social>.cards,
.intouch .social>.archive-by-image {
    text-align: center
}

.intouch .social>.row .twitter a,
.intouch #page .social>#content .twitter a,
#page .intouch .social>#content .twitter a,
.intouch .social>.cards .twitter a,
.intouch .ranking .social>.cards .twitter a,
.intouch .social>.two-cases .twitter a,
.intouch .new-arrivals .social>.cards .twitter a,
.intouch .social>.archive-by-image .twitter a {
    background: #1da1f2
}

.intouch .social>.row .twitter a:hover,
.intouch #page .social>#content .twitter a:hover,
#page .intouch .social>#content .twitter a:hover,
.intouch .social>.cards .twitter a:hover,
.intouch .ranking .social>.cards .twitter a:hover,
.intouch .social>.two-cases .twitter a:hover,
.intouch .new-arrivals .social>.cards .twitter a:hover,
.intouch .social>.archive-by-image .twitter a:hover {
    background: #0c85d0
}

.intouch .social>.row .facebook a,
.intouch #page .social>#content .facebook a,
#page .intouch .social>#content .facebook a,
.intouch .social>.cards .facebook a,
.intouch .ranking .social>.cards .facebook a,
.intouch .social>.two-cases .facebook a,
.intouch .new-arrivals .social>.cards .facebook a,
.intouch .social>.archive-by-image .facebook a {
    background: #3b5998
}

.intouch .social>.row .facebook a:hover,
.intouch #page .social>#content .facebook a:hover,
#page .intouch .social>#content .facebook a:hover,
.intouch .social>.cards .facebook a:hover,
.intouch .ranking .social>.cards .facebook a:hover,
.intouch .social>.two-cases .facebook a:hover,
.intouch .new-arrivals .social>.cards .facebook a:hover,
.intouch .social>.archive-by-image .facebook a:hover {
    background: #2d4373
}

.intouch .social>.row .instagram a,
.intouch #page .social>#content .instagram a,
#page .intouch .social>#content .instagram a,
.intouch .social>.cards .instagram a,
.intouch .ranking .social>.cards .instagram a,
.intouch .social>.two-cases .instagram a,
.intouch .new-arrivals .social>.cards .instagram a,
.intouch .social>.archive-by-image .instagram a {
    background: #e4405f
}

.intouch .social>.row .instagram a:hover,
.intouch #page .social>#content .instagram a:hover,
#page .intouch .social>#content .instagram a:hover,
.intouch .social>.cards .instagram a:hover,
.intouch .ranking .social>.cards .instagram a:hover,
.intouch .social>.two-cases .instagram a:hover,
.intouch .new-arrivals .social>.cards .instagram a:hover,
.intouch .social>.archive-by-image .instagram a:hover {
    background: #d31e40
}

.intouch .social>.row a,
.intouch #page .social>#content a,
#page .intouch .social>#content a,
.intouch .social>.cards a,
.intouch .ranking .social>.cards a,
.intouch .social>.two-cases a,
.intouch .new-arrivals .social>.cards a,
.intouch .social>.archive-by-image a {
    display: block;
    color: #fff;
    padding: 16px 0 12.8px;
    padding: 1rem 0 .8rem;
    transition: all 0.16s ease-in-out
}

.intouch .social>.row a .fa,
.intouch #page .social>#content a .fa,
#page .intouch .social>#content a .fa,
.intouch .social>.cards a .fa,
.intouch .ranking .social>.cards a .fa,
.intouch .social>.two-cases a .fa,
.intouch .new-arrivals .social>.cards a .fa,
.intouch .social>.archive-by-image a .fa {
    font-size: 28.8px;
    font-size: 1.8rem
}

blockquote {
    display: block;
    background: #f8f9fa;
    border-left: 8px solid #e3e7ec;
    border-left: 0.5rem solid #e3e7ec;
    padding: 16px;
    padding: 1rem
}

blockquote p:last-of-type {
    margin-bottom: 0
}

#main section:not(:last-of-type) {
    margin-bottom: 64px;
    margin-bottom: 4rem
}

#main section .section-heading a {
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    padding: 6.4px 12px;
    padding: .4rem .75rem;
    margin: -6.4px 0 0 16px;
    margin: -0.4rem 0 0 1rem
}

#main section p:last-of-type {
    margin-bottom: 0
}

#main .row,
#main #page #content,
#page #main #content,
#main .cards,
#main .two-cases,
#main .archive-by-image {
    padding: 0;
    margin: 0;
}

#main .row>div,
#main #page #content>div,
#page #main #content>div,
#main .cards>div,
#main .ranking .cards>div,
#main .two-cases>div,
#main .new-arrivals .cards>div,
#main .archive-by-image>div,
#main .row>.col,
#main #page #content>.col,
#page #main #content>.col,
#main .cards>.col,
#main .ranking .cards>.col,
#main .two-cases>.col,
#main .new-arrivals .cards>.col,
#main .archive-by-image>.col,
#main .row>[class*="col-"],
#main #page #content>[class*="col-"],
#page #main #content>[class*="col-"],
#main .cards>[class*="col-"],
#main .ranking .cards>[class*="col-"],
#main .two-cases>[class*="col-"],
#main .new-arrivals .cards>[class*="col-"],
#main .archive-by-image>[class*="col-"] {
    padding: 0 16px;
    padding: 0 1rem;
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.entry-header {
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.entry-header .tags {
    margin-top: -8px;
    margin-top: -0.5rem
}

.img-featured {
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.entry-content {
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.entry-content .heading {
    display: inline-block;
    font-weight: 500;
    border-bottom: 1px dotted #879baf;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.entry-content .table {
    width: 100%
}

.entry-content .table caption {
    caption-side: top;
    font-size: 20.8px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #202830;
    padding: 0 0 8px;
    padding: 0 0 .5rem
}

.entry-content .table th {
    font-weight: 400
}

.entry-content .table>tbody>tr>td ul {
    padding-left: 20px;
    padding-left: 1.25rem;
    margin-bottom: 0
}

@media (max-width: 1079.98px) {
    .entry-content .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto
    }
}

.entry-content .table-responsive th {
    vertical-align: top
}

@media (max-width: 1079.98px) {
    .entry-content .table-responsive th {
        min-width: 7.5rem;
        font-size: .875rem;
        line-height: 1.5
    }
}

.entry-content .table-responsive td {
    vertical-align: top
}

@media (max-width: 1079.98px) {
    .entry-content .table-responsive td {
        min-width: 15rem;
        font-size: .875rem;
        line-height: 1.5
    }
}

.entry-content .table-pricing {
    table-layout: fixed
}

@media (max-width: 1079.98px) {
    .entry-content .table-pricing {
        display: block;
        width: 100%;
        overflow-x: auto
    }
}

.entry-content .table-pricing th,
.entry-content .table-pricing td {
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    vertical-align: top;
    border: 1px solid #e3e7ec
}

@media (max-width: 1079.98px) {

    .entry-content .table-pricing th,
    .entry-content .table-pricing td {
        font-size: .75rem;
        line-height: 1.5
    }
}

@media (max-width: 1079.98px) {

    .entry-content .table-pricing th:not([colspan]),
    .entry-content .table-pricing td:not([colspan]) {
        min-width: 7.5rem
    }
}

.entry-content .table-pricing>thead>tr>th {
    background: #879baf;
    color: white
}

.entry-content .table-pricing>tbody>tr>th {
    background: #f8f9fa
}

.entry-content .table-pricing .text-left {
    text-align: left
}

.entry-footer {
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.entry-footer .categories,
.entry-footer .cat-links {
    line-height: 1.1;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.entry-footer .tags,
.entry-footer .tags-links {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.tags a,
.tags-links a {
    display: inline-block;
    background: #e3e7ec;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    color: #202830;
    border: solid 1px #c4ced8;
    padding: 4px 12px;
    padding: .25rem .75rem;
    margin: 1.6px 4px 1.6px 0;
    margin: .1rem .25rem .1rem 0;
    transition: all 0.16s ease-in-out
}

.tags a:hover,
.tags-links a:hover {
    background: #c4ced8;
    border: solid 1px #a5b4c3
}

.winker {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.winker ul {
    list-style: none;
    padding: 0
}

.winker ul>li {
    line-height: 1.2;
    padding-top: 8px;
    padding-top: .5rem
}

.winker ul>li .badge,
.winker ul>li .cards .card-item a .card-item-block .catLabel,
.cards .card-item a .card-item-block .winker ul>li .catLabel {
    width: 80px;
    width: 5rem
}

.listend-btn {
    text-align: center
}

.products .table.bdr {
    width: 100%;
    border: 1px solid #e3e7ec;
    margin-bottom: 0
}

@media (max-width: 1079.98px) {
    .products .table.bdr {
        display: block;
        width: 100%;
        overflow-x: auto;
        border: 0
    }
}

.products .table.bdr tr th {
    font-size: 14px;
    font-size: .875rem
}

@media (min-width: 1080px) {
    .products .table.bdr tr th {
        width: 30%
    }
}

@media (max-width: 1079.98px) {
    .products .table.bdr tr th {
        min-width: 10rem
    }
}

.products .table.bdr tr td {
    font-size: 14px;
    font-size: .875rem
}

@media (min-width: 1080px) {
    .products .table.bdr tr td {
        width: 70%
    }
}

@media (max-width: 1079.98px) {
    .products .table.bdr tr td {
        min-width: 20rem
    }
}

.products .table-sm th,
.products .table-sm td {
    line-height: 1.5;
    padding: 8px 12px;
    padding: .5rem .75rem
}

.products .excerpt {
    font-weight: 400;
    border: 3px solid #2a353f;
    padding: 16px 32px;
    padding: 1rem 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.products .excerpt h2 {
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.products .excerpt h2 .badge,
.products .excerpt h2 .cards .card-item a .card-item-block .catLabel,
.cards .card-item a .card-item-block .products .excerpt h2 .catLabel {
    display: inline-block;
    vertical-align: top;
    padding: 5.6px 12px;
    padding: .35rem .75rem;
    margin: 1.6px 8px 0 0;
    margin: .1rem .5rem 0 0
}

.products .excerpt p:last-of-type {
    margin-bottom: 0
}

.products .excerpt .sharedaddy {
    text-align: center
}

.products .summary .img-featured {
    margin-bottom: 0
}

.products .summary .spec h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.products .price {
    line-height: 1.1;
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.products .price .badge,
.products .price .cards .card-item a .card-item-block .catLabel,
.cards .card-item a .card-item-block .products .price .catLabel {
    vertical-align: text-top;
    margin-right: 8px;
    margin-right: .5rem
}

.products .price strong {
    font-size: 28.8px;
    font-size: 1.8rem;
    font-weight: 900
}

.products .price small {
    display: block;
    margin-top: 8px;
    margin-top: .5rem
}

.products .palette {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.products .palette li {
    display: inline-block;
    width: 64px;
    width: 4rem;
    height: 64px;
    height: 4rem;
    position: relative;
    border: 1.6px solid #e3e7ec;
    border: 0.1rem solid #e3e7ec;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.products .palette li:not(:last-of-type) {
    margin-right: 8px;
    margin-right: .5rem
}

.products .palette li span {
    display: block;
    width: 100%;
    position: absolute;
    top: 62.4px;
    top: 3.9rem;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.1;
    text-align: center
}

.products .precta {
    text-align: center;
    margin: 16px 0 -8px;
    margin: 1rem 0 -.5rem
}

.products .precta a {
    vertical-align: bottom;
    margin: 8px;
    margin: .5rem
}

@media (max-width: 575.98px) {
    .products .precta a {
        display: block;
        margin: .5rem 0
    }
}

.products .cta-product {
    text-align: center;
    margin-bottom: 48px;
    margin-bottom: 3rem
}

.products .cta-product .d-inline-block {
    border: 3px solid #2a353f;
    padding: 24px;
    padding: 1.5rem
}

.products .cta-product h3 {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.products .cta-product .lead {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2
}

.products .cta-product .btn,
.products .cta-product .search-submit,
.products .cta-product .editPost a,
.editPost .products .cta-product a,
.products .cta-product #sidebar .by-image a,
#sidebar .by-image .products .cta-product a,
.products .cta-product #main section .section-heading a,
#main section .section-heading .products .cta-product a,
.products .cta-product .postend-btn a,
.postend-btn .products .cta-product a,
.products .cta-product .listend-btn a,
.listend-btn .products .cta-product a {
    background: #17a2b8;
    color: #fff;
    text-shadow: 0 0 1.6px rgba(32, 40, 48, 0.64);
    text-shadow: 0 0 0.1rem rgba(32, 40, 48, 0.64);
    box-shadow: 0 0 0.1rem 0 rgba(32, 40, 48, 0.32);
    padding: 16px 32px;
    padding: 1rem 2rem
}

.products .cta-product .btn:hover,
.products .cta-product .search-submit:hover,
.products .cta-product .editPost a:hover,
.editPost .products .cta-product a:hover,
.products .cta-product #sidebar .by-image a:hover,
#sidebar .by-image .products .cta-product a:hover,
.products .cta-product #main section .section-heading a:hover,
#main section .section-heading .products .cta-product a:hover,
.products .cta-product .postend-btn a:hover,
.postend-btn .products .cta-product a:hover,
.products .cta-product .listend-btn a:hover,
.listend-btn .products .cta-product a:hover {
    background: #117a8b
}

.products .cta-product .btn .fa,
.products .cta-product .search-submit .fa,
.products .cta-product .editPost a .fa,
.editPost .products .cta-product a .fa,
.products .cta-product #sidebar .by-image a .fa,
#sidebar .by-image .products .cta-product a .fa,
.products .cta-product #main section .section-heading a .fa,
#main section .section-heading .products .cta-product a .fa,
.products .cta-product .postend-btn a .fa,
.postend-btn .products .cta-product a .fa,
.products .cta-product .listend-btn a .fa,
.listend-btn .products .cta-product a .fa {
    display: inline-block;
    margin-right: 8px;
    margin-right: .5rem
}

.products .manurelated,
.products .manurecos {
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.products .manurelated h4,
.products .manurecos h4 {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.products .manurelated .row,
.products .manurelated #page #content,
#page .products .manurelated #content,
.products .manurelated .cards,
.products .manurelated .two-cases,
.products .manurelated .archive-by-image,
.products .manurecos .row,
.products .manurecos #page #content,
#page .products .manurecos #content,
.products .manurecos .cards,
.products .manurecos .two-cases,
.products .manurecos .archive-by-image {
    margin: 0 -8px 16px !important;
    margin: 0 -.5rem 1rem !important
}

.products .manurelated .row>div,
.products .manurelated #page #content>div,
#page .products .manurelated #content>div,
.products .manurelated .cards>div,
.products .manurelated .ranking .cards>div,
.products .manurelated .two-cases>div,
.products .manurelated .new-arrivals .cards>div,
.products .manurelated .archive-by-image>div,
.products .manurecos .row>div,
.products .manurecos #page #content>div,
#page .products .manurecos #content>div,
.products .manurecos .cards>div,
.products .manurecos .ranking .cards>div,
.products .manurecos .two-cases>div,
.products .manurecos .new-arrivals .cards>div,
.products .manurecos .archive-by-image>div {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    padding: 0 8px !important;
    padding: 0 .5rem !important;
    margin-bottom: 16px !important;
    margin-bottom: 1rem !important
}

.products .manurelated .row>div a,
.products .manurelated #page #content>div a,
#page .products .manurelated #content>div a,
.products .manurelated .cards>div a,
.products .manurelated .ranking .cards>div a,
.products .manurelated .two-cases>div a,
.products .manurelated .new-arrivals .cards>div a,
.products .manurelated .archive-by-image>div a,
.products .manurecos .row>div a,
.products .manurecos #page #content>div a,
#page .products .manurecos #content>div a,
.products .manurecos .cards>div a,
.products .manurecos .ranking .cards>div a,
.products .manurecos .two-cases>div a,
.products .manurecos .new-arrivals .cards>div a,
.products .manurecos .archive-by-image>div a {
    display: block
}

.products .related-links {
    margin-bottom: 48px;
    margin-bottom: 3rem
}

.products .related-links h4 {
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.products .related-links ul {
    list-style: none;
    padding: 0
}

.products #jp-relatedposts {
    padding-top: 0;
    margin: 0 0 32px;
    margin: 0 0 2rem
}

.products #jp-relatedposts .headline {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

@media (min-width: 1080px) {
    .embed-responsive {
        max-width: 720px;
        margin: 0 auto 4rem
    }
}

.addcells>div {
    display: -ms-flexbox;
    display: flex;
    background: #f8f9fa;
    line-height: 1.5;
    border: 1px solid #e3e7ec;
    padding: 8px 32px;
    padding: .5rem 2rem
}

.addcells>div:not(:last-of-type) {
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.addcells>div strong:after {
    display: inline-block;
    content: ":";
    padding: 0 16px;
    padding: 0 1rem
}

.addcells>div p {
    margin: 0
}

.ranking-items {
    counter-reset: rank
}

.ranking-items>a {
    display: block;
    color: #202830;
    transition: all 0.16s ease-in-out
}

.ranking-items>a:hover {
    background: #f8f9fa;
    color: #0a6996
}

.ranking-items>a .item {
    border-bottom: 1px dotted #c4ced8;
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem
}

@media (min-width: 1080px) {
    .ranking-items>a .item .item-img {
        width: 20%;
        padding-right: 2rem
    }
}

@media (max-width: 1079.98px) {
    .ranking-items>a .item .item-img {
        padding-bottom: 1rem
    }
}

.ranking-items>a .item .item-text {
    position: relative
}

@media (min-width: 1080px) {
    .ranking-items>a .item .item-text {
        width: 80%
    }
}

.ranking-items>a .item .item-text .entry-title {
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-left: 48px;
    padding-left: 3rem;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

.ranking-items>a .item .item-text p {
    line-height: 1.8
}

.ranking-items>a .item .item-text:before {
    display: inline-block;
    background: #3f4e5e;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    text-shadow: 0 0 1.6px rgba(32, 40, 48, 0.64);
    text-shadow: 0 0 0.1rem rgba(32, 40, 48, 0.64);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 16px;
    padding: .5rem 1rem;
    counter-increment: rank;
    content: counter(rank)
}

.ranking-items>a:nth-of-type(1) .item-text:before {
    background: #ffc107
}

.ranking-items>a:nth-of-type(2) .item-text:before {
    background: #c4ced8
}

.ranking-items>a:nth-of-type(3) .item-text:before {
    background: #fd7e14
}

.product-price-table-container>h3 {
    font-size: 16px;
}

.product-price-table-container table {
    background: #FFF;
    border-collapse: separate !important;
    border: 1px solid #e2e2e2;
    border-bottom: none;
    border-radius: 3px;
    table-layout: fixed;
}

.product-price-table-container table th,
.product-price-table-container table td {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.product-price-table-container table tr:nth-child(odd) {
    background: #f2f6fb;
}

.product-price-table-container table tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.product-price-table-container table tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.product-price-table-container table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.product-price-table-container table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.product-price-table-container .price-included {
    margin-left: 20px;
    font-size: 14px;
    font-weight: normal;
    cursor: help;
    position: relative;
}

/*
.product-price-table-container .price-included .twipsy .twipsy-inner ul, .product-price-table-container .price-included .twipsy .twipsy-inner ul ul {padding: 0; margin: 0;} */
.product-price-table-container .price-included:hover .twipsy {
    display: block;
}

.product-price-table-container .price-included .fa {
    color: #0066CC;
    font-size: 16px;
}

.product-price-table-container .price-included li {
    text-align: left;
}

sup {
    line-height: 0
}

* {
    box-sizing: border-box
}

table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent
}

a,
a:active,
a:visited {
    text-decoration: none;
    color: #06c
}

a:hover {
    text-decoration: underline;
    color: #06c
}

a[href*='.pdf']:before {
    content: '\f1c1';
    color: #b9002f;
    margin-right: 4px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a[href='images/example_proof_gb.pdf']:before {
    display: none
}

img {
    border: none
}

h1,
h2 {
    font-size: 14px;
    color: #555;
    padding: 0;
    margin: 0 0 20px 0;
    background: 0 0
}

h3 {
    font-size: 14px;
    padding: 0;
    margin: 30px 0 10px 0;
    font-weight: 700;
    clear: both
}

button,
input,
label,
select,
textarea {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

button,
input,
select,
textarea {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif
}

input:matches([type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url]),
textarea {
    -webkit-appearance: none
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    border-radius: 2px
}

.uneditable-input,
input,
textarea {
    width: 220px;
    height: auto
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border linear .2s, box-shadow linear .2s
}

.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    border-color: #4ec6f2;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6)
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=button],
input[type=checkbox],
input[type=file],
input[type=image],
input[type=radio],
input[type=reset],
input[type=submit] {
    width: auto
}

select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #e2e2e2
}

select[multiple],
select[size] {
    height: auto
}

.uneditable-input,
.uneditable-textarea {
    color: #999;
    cursor: not-allowed;
    background-color: #f5f5f5;
    border-color: #e2e2e2;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .025)
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap
}

.uneditable-textarea {
    width: auto;
    height: auto
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}

input:disabled,
select:disabled,
textarea:disabled {
    background-color: #f0f0f0
}

ul {
    list-style: disc;
    list-style-type: disc
}

.req {
    color: red
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

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

.vertical-center {
    display: inline-block;
    vertical-align: middle
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.d-flex {
    display: flex
}

.justify-content-center {
    justify-content: center
}

.align-items-center {
    align-items: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.fa {
    color: #00b67a;
    position: relative;
    bottom: -1px
}

.fa.fa-warning {
    color: #ffb400
}

.fa.fa-file-pdf-o {
    color: #b9002f
}

.fa.fa-rss-square {
    color: #ffa900
}

.fa.fa-star,
.fa.fa-star-o {
    font-size: 16px
}

.fa-inherit {
    color: inherit
}

.stretched-link:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0)
}

.badge,
.label {
    display: inline-block;
    padding: 0 3px 1px;
    font-size: 11.84px;
    font-weight: 700;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999
}

.label {
    border-radius: 2px;
    font-weight: 400;
    padding: 3px 6px;
    margin-bottom: 3px;
    margin-top: 3px
}

.badge {
    padding-right: 9px;
    padding-left: 9px;
    border-radius: 9px
}

.badge:empty,
.label:empty {
    display: none
}

a.badge:focus,
a.badge:hover,
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.badge-success,
.label-success {
    background-color: #00b67a
}

#why ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

#why li {
    margin: 0;
    padding-left: 7px
}

.container,
.container-narrow,
.wrapper {
    position: relative;
    margin-right: auto;
    margin-left: auto
}

.clearfix:after,
.clearfix:before,
.container-narrow:after,
.container-narrow:before,
.container:after,
.container:before,
.row:after,
.row:before,
.wrapper:after,
.wrapper:before {
    display: table;
    content: ' '
}

.clearfix:after,
.container-narrow:after,
.container:after,
.row:after,
.wrapper:after {
    clear: both
}

#pagebg {
    margin-top: 0
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100px;
    padding: 30px 0;
    margin: 0 auto;
    clear: both;
    background-color: #fff;
    transition: all .5s ease
}

#inner_header {
    position: relative;
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 14px
}

.header.fix {
    height: 70px;
    padding: 15px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .11)
}

.header.fix .logo {
    top: -15px;
    height: 70px;
    overflow: hidden
}

.header.fix .logo .logo-image {
    height: 70px
}

.header .btn {
    font-size: 20px;
    float: right;
    margin-top: -3px;
    margin-left: 40px
}

.header .btn_quote_home {
    display: none
}

.header.fix .btn_quote_home {
    display: block
}

#inner_header a,
#inner_header a:active,
#inner_header a:visited {
    text-decoration: none;
    color: #555;
    cursor: default
}

#inner_header a:hover {
    color: #555
}

#inner_header .phone-num-s {
    display: none
}

.header-image-container {
    line-height: 0;
    width: 100%;
    text-align: center;
    overflow: hidden
}

.header-image,
.header-image-left,
.header-image-right {
    text-align: left;
    display: inline-block;
    height: 250px;
    position: relative;
    background-repeat: no-repeat
}

.header-image-left {
    width: 810px;
    left: -810px;
    background-size: 810px 250px
}

.header-image {
    width: 980px;
    background-size: 980px 250px
}

.header-image-right {
    width: 810px;
    left: 1790px;
    background-size: 810px 250px
}

.factory_image,
.factory_image_l,
.factory_image_r {
    text-align: left;
    display: inline-block;
    height: 550px;
    position: relative;
    background-repeat: no-repeat
}

.factory_image_l {
    width: 810px;
    left: -810px;
    background-size: 810px 550px
}

.factory_image {
    width: 980px;
    background-size: 980px 550px
}

.factory_image_r {
    width: 810px;
    left: 1790px;
    background-size: 810px 550px
}

#headerimg {
    position: relative;
    width: 100%;
    max-width: 1300px;
    max-height: 450px;
    margin: 0 auto;
    background-size: 100%;
    background-size: cover
}

#headerimg:after {
    padding-top: 34.61538%;
    display: block;
    content: ''
}

#header_note {
    position: absolute;
    text-align: center;
    top: 6%;
    bottom: 50%;
    right: 0;
    left: 40%;
    z-index: 1;
    border: 0
}

#header_note h1 {
    line-height: normal;
    margin: .67em 0;
    font-size: 28px;
    color: #555;
    border: none
}

#header_note .header_get_quote {
    text-shadow: none;
    margin: 0 10px;
    padding: 14px 20px;
    letter-spacing: .5px
}

#header_note .header_get_quote .btn_quote_text1 {
    display: block
}

#header_note .header_get_quote .btn_quote_text2 {
    display: none
}

.header_note_jobs {
    position: absolute;
    top: 35px;
    left: 30px;
    width: 50%;
    color: #888;
    font-size: 20px;
    line-height: 28px
}

.christmas-note {
    color: #a32035;
    margin: -10px 0 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.login_note {
    padding: 0 15px 30px
}

.login_box {
    float: left;
    width: 40%;
    min-height: 300px;
    background-color: #f2f6fb;
    border: 2px solid #dbe8f7;
    margin: 0 5% 5%;
    padding: 30px;
    border-radius: 2px
}

.login_tip {
    width: 400px;
    margin: 0 auto 50px auto
}

#watch_video {
    cursor: pointer;
    position: absolute;
    top: -199px;
    left: 780px;
    border: 4px solid #fff;
    border-radius: 56px;
    width: 156px;
    height: 50px;
    color: #fff;
    box-shadow: 0 0 1px #555;
    background-image: linear-gradient(to bottom, #62c462, #00a96d)
}

#watch_video .play_arrow {
    border: 4px solid #fff;
    border-radius: 50px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: -4px;
    top: -4px;
    padding-top: 2px
}

#watch_video .play_arrow i {
    font-size: 30px;
    margin-left: 16px;
    color: #fff;
    line-height: 44px
}

#phone_header {
    display: block;
    height: 100%;
    right: 2px;
    padding-left: 50px;
    z-index: 50;
    position: relative
}

#phone_header .fa {
    font-size: 25px;
    color: #888;
    position: relative;
    top: 5px;
    left: -1px
}

.logo {
    position: absolute;
    top: -25px;
    width: auto;
    height: 90px;
    overflow: hidden;
    transition: all .5s ease
}

.logo .logo-image {
    width: auto;
    height: 90px;
    transition: all .5s ease
}

#right_column {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 1571px;
    margin: 0;
    padding: 0;
    float: right;
    background-color: #fff;
    text-align: left;
    overflow: hidden
}

#player {
    position: relative;
    float: right;
    width: 170px;
    margin-left: 30px;
    text-align: center
}

#watch {
    font-size: 15px;
    display: block;
    background: #ddd;
    border-radius: 2px 2px 0 0
}

#playerHolder_wrapper {
    z-index: 99;
    margin-bottom: 0;
    z-index: 9;
    clear: both
}

.minimun {
    border: 5px solid #e2e2e2;
    border-top: none;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
    height: 85px
}

.minimun .fa-youtube-play {
    color: #000;
    cursor: pointer;
    opacity: .9;
    font-size: 44px;
    background: #fff;
    height: 20px;
    width: 36px
}

.minimun .fa-youtube-play:before {
    position: relative;
    top: -10px;
    left: -5px
}

.minimun:hover .fa-youtube-play {
    opacity: 1;
    color: #cc181e
}

#headerimg.play {
    position: relative;
    z-index: 9;
    display: block;
    text-align: center;
    line-height: 0;
    background: #000 !important
}

.ytapiplayer {
    position: absolute;
    left: 0;
    display: none
}

.ytapiplayer.fix {
    z-index: 999 !important
}

.play .ytapiplayer {
    display: block
}

@media (min-width:1221px) and (min-height:800px) {
    #player {
        width: 300px
    }

    .minimun {
        height: 150px
    }
}

.navigation {
    position: relative;
    height: 40px;
    margin: 0 auto;
    z-index: 999;
    background: #a32035
}

.navigation b {
    font-weight: 400
}

.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: static
}

.navigation ul li {
    width: auto;
    float: left;
    color: #555;
    height: 40px;
    position: relative
}

.navigation ul li a {
    display: block;
    width: auto;
    color: #fff;
    text-decoration: none;
    padding: 10px 7px;
    line-height: 20px
}

.navigation>.container>ul>li>a {
    padding: 10px 8px
}

.at .navigation>.container>ul>li>a,
.ch .navigation>.container>ul>li>a,
.de .navigation>.container>ul>li>a {
    padding: 10px 7px
}

.es .navigation>.container>ul>li>a,
.fi .navigation>.container>ul>li>a,
.it .navigation>.container>ul>li>a,
.no .navigation>.container>ul>li>a,
.pt .navigation>.container>ul>li>a {
    padding: 10px 5.5px
}

.navigation ul li a:hover,
.navigation ul li.active>a {
    color: #fff;
    background-color: #555;
    text-decoration: none
}

.navigation ul li .image_dropdown {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f5f5f5;
    height: auto;
    z-index: 4;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-bottom: 1px solid #e2e2e2
}

.navigation ul li .image_dropdown li a {
    background-image: none;
    margin-top: 4px;
    padding: 0;
    position: relative;
    float: left;
    display: block;
    width: 55px;
    height: 59px
}

.navigation ul li .image_dropdown li a:hover {
    background-image: none;
    z-index: 5
}

.navigation ul li.over ul,
.navigation ul li:hover .image_dropdown,
.navigation ul li:hover ul {
    display: block
}

.navigation ul li ul {
    display: none;
    position: absolute;
    width: auto;
    top: 40px;
    background: #fff;
    height: auto;
    min-width: 180px;
    z-index: 5;
    left: -2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 0 0 2px 2px
}

.navigation ul li ul a {
    display: block;
    width: auto;
    color: #555;
    text-decoration: none;
    padding: 0 7px 0 0
}

.navigation ul li ul li {
    float: none;
    background-image: none;
    height: auto
}

.navigation ul li ul li a img {
    position: absolute;
    top: 2px;
    width: 55px;
    height: 59px;
    border: 0;
    margin: 0;
    padding: 0
}

.navigation ul#MenuResponse li a:active img,
.navigation ul#MenuResponse li a:focus img,
.navigation ul#MenuResponse li a:hover img {
    width: 55px;
    height: 59px;
    left: 0;
    top: 0;
    z-index: 5;
    border: 0
}

.navigation ul li ul li.overview {
    display: block;
    width: 500px;
    padding: 15px 10px 0 6px;
    float: left
}

.navigation ul li ul li.overview a {
    display: block;
    margin: 0;
    color: #555;
    width: auto;
    height: auto;
    float: left
}

.navigation ul li ul li.overview a:hover {
    text-decoration: underline;
    color: #555
}

.navigation ul#MenuResponse li a:hover {
    background: 0 0
}

.navigation .fa {
    color: #fff;
    font-size: 16px
}

.navigation .lang {
    float: right
}

.navigation .menu-mobile {
    display: none
}

.navigation .container {
    position: static
}

.navigation .image_dropdown a {
    float: left;
    padding: 3px;
    position: relative;
    color: inherit;
    text-align: center
}

.navigation .image_dropdown a:hover {
    background: inherit;
    top: -2px;
    color: inherit
}

.navigation .image_dropdown_models {
    padding: 15px
}

.navigation .image_dropdown_models a {
    padding-top: 20px
}

.navigation .image_dropdown_models a>div {
    display: none;
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.navigation .image_dropdown_models a:hover>div {
    display: block
}

.navigation .image_dropdown_accessories,
.navigation .image_dropdown_services {
    width: 50%;
    float: left;
    padding: 15px
}

.navigation .image_dropdown_accessories>a,
.navigation .image_dropdown_services>a {
    margin-right: 20px;
    text-align: center
}

.navigation .image_dropdown_heading {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px
}

.navigation .image_dropdown_heading a {
    float: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 5px !important;
    margin-left: 5px;
    color: #06c
}

.navigation .image_dropdown_heading a:hover {
    top: 0;
    text-decoration: none;
    color: #06c
}

.navigation .image_dropdown_heading a>span {
    margin-left: 4px
}

.navigation .image_dropdown_heading a:hover>span {
    border-bottom: 1px solid #06c
}

.navigation .image_dropdown_heading a .fa {
    color: inherit
}

.navigation .image_dropdown_vb .image_dropdown_models a {
    padding: 15px 10px 0;
    margin-bottom: -10px
}

.navigation .image_dropdown_audio .image_dropdown_models a {
    padding: 6px;
    margin-bottom: -5px
}

@media (max-height:800px) {
    .navigation .image_dropdown_fb a>img {
        width: 50px;
        height: auto
    }

    .navigation .image_dropdown_audio .image_dropdown_models a {
        padding-top: 15px
    }

    .navigation .image_dropdown_gift_set a>img {
        width: 60px;
        height: auto
    }
}

.sublevel {
    display: block;
    clear: both;
    padding: 10px 10px 10px 14px;
    white-space: nowrap
}

.navigation ul li.fb-greyed {
    border-top: 1px solid #e2e2e2;
    background-color: #eee
}

.navigation ul li.fb-greyed a:hover {
    background: #ddd;
    color: inherit
}

.navigation ul li .fb-greyed .sublevel:last-child {
    padding-top: 0;
    margin-top: -14px;
    margin-bottom: -7px;
    color: #06c
}

#lang_list {
    right: 0;
    left: auto
}

#lang_list .sublevel {
    padding: 1px 0 1px 14px
}

.boxes {
    padding-right: 240px;
    left: 18px;
    top: -50px;
    float: left
}

.front_box {
    background: #eee;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    width: 215px;
    min-height: 140px;
    float: left;
    padding: 3px 4px 12px 12px;
    margin-right: 20px;
    border-radius: 2px
}

.front_box .btn {
    display: block
}

.front_box_inner {
    float: left
}

.front_box_inner_bottom {
    padding: 10px 15px 10px 5px
}

.fp_col_top {
    width: 100%;
    float: left;
    margin: 0 0 2%
}

.fp_col_left {
    width: 48%;
    float: left;
    margin: 0 2% 2% 0
}

.fp_col_right {
    width: 48%;
    float: left;
    margin: 0 2% 2% 0
}

.fp_col_top .fp_col_left {
    min-width: 370px;
    margin-right: 0;
    margin-bottom: 0
}

.fp_col_top .fp_col_right {
    min-width: 310px;
    width: 46%;
    margin-left: 2%;
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center
}

.fp_col_right .fp_col_txt {
    padding-right: 0
}

.fp_col_img {
    position: relative;
    margin: 10px auto;
    text-align: center;
    line-height: 0
}

.fp_col_img .fa.fa-key {
    font-size: 50px;
    color: gray
}

.fp_col_img .branding-method-box,
.fp_col_img .icons {
    vertical-align: middle
}

.fp_col_img.special {
    width: 100%;
    line-height: 100px
}

.fp_col_img.special .branding-method-box.branding-method-box-mini {
    width: 50px;
    height: 50px
}

.fp_col_img.special .branding-method-box.branding-method-box-mini .branding-method-icon {
    margin-top: 15px
}

.fp_col_img.special .branding-method-box.branding-method-box-mini.branding-method-dpr .branding-method-icon {
    margin-top: 0
}

.fp_col_txt {
    overflow: hidden;
    line-height: 22px
}

.fp_col_txt_ticks {
    padding: 10px 0
}

.fp_col_txt_ticks div {
    line-height: 30px;
    font-size: 14px
}

.fp_col_txt_ticks div i {
    font-size: 20px
}

.fp_col_txt_ticks .fp_col_txt_ticks_left {
    width: 160px;
    float: left
}

.fp_col_txt_ticks .fp_col_txt_ticks_right {
    width: 210px;
    float: right
}

.fp_col_welcome {
    line-height: 20px
}

.fp_col_welcome h1 {
    margin-top: 20px;
    border: none
}

.fp_col_panel {
    min-height: 290px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    text-align: center
}

.fp_col_title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #a32035;
    border: none;
    text-align: center
}

#product_menu {
    padding: 20px 0;
    width: 100%;
    position: relative;
    z-index: 19;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3)
}

#product_menu span {
    position: relative
}

#product_menu .icon-caret-down {
    font-size: 26px;
    position: absolute;
    top: -6px;
    left: -20px
}

#product_menu .product_button_l,
#product_menu .product_button_r {
    padding-top: 30px;
    height: 55px
}

#product_menu .product_button_l i,
#product_menu .product_button_r i {
    color: #428bca;
    font-size: 26px
}

#product_menu .product_button_l:hover i,
#product_menu .product_button_r:hover i {
    color: #0043a9;
    text-decoration: none
}

#product_menu .product_button {
    display: inline-block;
    min-width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 27px;
    font-weight: 700;
    margin: 0 20px;
    text-decoration: none;
    color: #7a7a7a
}

#product-menu-toggle {
    display: none
}

.nav>li {
    position: relative;
    display: block;
    margin-right: 15px
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 7px 10px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 2px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #428bca
}

.nav-pills>li.active>a .caret,
.nav-pills>li.active>a:focus .caret,
.nav-pills>li.active>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

#product_menu_arrow {
    float: left;
    padding-left: 10px;
    text-align: center
}

#product_menu_arrow a {
    text-decoration: none
}

#product_menu_nav {
    margin-top: 4px;
    margin-bottom: 0;
    text-align: center;
    float: left;
    padding-left: 5px
}

#product_menu_nav:before {
    display: none;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #fff;
    font-size: 0
}

#product_menu_nav>li {
    margin-right: 0
}

img.goo {
    background: url(images/loading.gif) no-repeat 50% 50%
}

.twipsy {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    font-size: 12px;
    z-index: 1001
}

.twipsy .twipsy-arrow {
    position: absolute;
    width: 0;
    height: 0
}

.twipsy.above .twipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #aaa
}

.twipsy.left .twipsy-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #aaa
}

.twipsy.below .twipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #aaa
}

.twipsy.right .twipsy-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #aaa
}

.twipsy .twipsy-inner {
    min-width: 160px;
    padding: 0 5px;
    background-color: #fff;
    color: #555;
    text-align: center;
    max-width: 800px;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3)
}

.twipsy .twipsy-inner img {
    margin: 0;
    padding: 0;
    float: none
}

.twipsy-wrapper {
    position: relative;
    display: inline-block
}

.twipsy-wrapper:hover .twipsy {
    display: block
}

.twipsy.twipsy-lg .twipsy-inner {
    width: 450px
}

.twipsy.twipsy-md .twipsy-inner {
    width: 250px
}

.twipsy.twipsy-auto .twipsy-inner {
    width: auto
}

.color-circle {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px
}

.color-clear:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 50%
}

.color-black {
    background: #393939;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #141414 0, #393939 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #141414, #393939);
    background-image: radial-gradient(6px 6px, circle cover, #141414 0, #393939 100%)
}

.color-blue {
    background: #1a2b7d;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #354698 0, #1a2b7d 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #354698, #1a2b7d);
    background-image: radial-gradient(6px 6px, circle cover, #354698 0, #1a2b7d 100%)
}

.color-green {
    background: #7aba3f;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #95d55a 0, #7aba3f 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #95d55a, #7aba3f);
    background-image: radial-gradient(6px 6px, circle cover, #95d55a 0, #7aba3f 100%)
}

.color-yellow {
    background: #debd04;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #f7d61d 0, #debd04 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #f7d61d, #debd04);
    background-image: radial-gradient(6px 6px, circle cover, #f7d61d 0, #debd04 100%)
}

.color-orange {
    background: #d76304;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #f07c1d 0, #d76304 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #f07c1d, #d76304);
    background-image: radial-gradient(6px 6px, circle cover, #f07c1d 0, #d76304 100%)
}

.color-red {
    background: #a32035;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #de0b00 0, #a32035 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #de0b00, #a32035);
    background-image: radial-gradient(6px 6px, circle cover, #de0b00 0, #a32035 100%)
}

.color-pink {
    background: #e204e4;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #fb1dfd 0, #e204e4 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #fb1dfd, #e204e4);
    background-image: radial-gradient(6px 6px, circle cover, #fb1dfd 0, #e204e4 100%)
}

.color-beige {
    background: #edd8bd;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #faeede 0, #edd8bd 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #faeede, #edd8bd);
    background-image: radial-gradient(6px 6px, circle cover, #faeede 0, #edd8bd 100%)
}

.color-white {
    background: #ddd;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #fff 0, #ddd 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #fff, #ddd);
    background-image: radial-gradient(6px 6px, circle cover, #fff 0, #ddd 100%)
}

.color-gold {
    background: #e2cf64;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #ffec81 0, #e2cf64 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #ffec81, #e2cf64);
    background-image: radial-gradient(6px 6px, circle cover, #ffec81 0, #e2cf64 100%)
}

.color-rose_gold {
    background: #e6c0c4;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #ffdade 0, #e6c0c4 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #ffdade, #e6c0c4);
    background-image: radial-gradient(6px 6px, circle cover, #ffdade 0, #e6c0c4 100%)
}

.color-silver {
    background: silver;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #e3e3e3 0, silver 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #e3e3e3, silver);
    background-image: radial-gradient(6px 6px, circle cover, #e3e3e3 0, silver 100%)
}

.color-grey {
    background: #d9d6d6;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #fff 0, #a29f9f 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #fff 0, #a29f9f 100%);
    background-image: radial-gradient(6px 6px, circle cover, #fff 0, #a29f9f 100%)
}

.color-anthracite_grey {
    background: #474849;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #fff 0, #474849 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #fff 0, #474849 100%);
    background-image: radial-gradient(6px 6px, circle cover, #fff 0, #474849 100%)
}

.color-titanium {
    background: #282828;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #ababab 0, #282828 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #ababab 0, #282828 100%);
    background-image: radial-gradient(6px 6px, circle cover, #ababab 0, #282828 100%)
}

.color-sky_blue {
    background: #00a3e0;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #c5edfc 0, #00a3e0 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #c5edfc 0, #00a3e0 100%);
    background-image: radial-gradient(6px 6px, circle cover, #c5edfc 0, #00a3e0 100%)
}

.color-dark_green {
    background: #114734;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #7b9e92 0, #114734 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #7b9e92 0, #114734 100%);
    background-image: radial-gradient(6px 6px, circle cover, #7b9e92 0, #114734 100%)
}

.color-purple {
    background: #5a2c83;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #d0afed 0, #5a2c83 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #d0afed 0, #5a2c83 100%);
    background-image: radial-gradient(6px 6px, circle cover, #d0afed 0, #5a2c83 100%)
}

.color-warm_grey {
    background: #d8cfc7;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #f5f0eb 0, #d8cfc7 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #f5f0eb 0, #d8cfc7 100%);
    background-image: radial-gradient(6px 6px, circle cover, #f5f0eb 0, #d8cfc7 100%)
}

.color-chrome {
    background: silver;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #fff 0, silver 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #fff, silver);
    background-image: radial-gradient(6px 6px, circle cover, #fff 0, silver 100%)
}

.color-dark_chrome {
    background: #393939;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #bfbcbc 0, #504f4f 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #bfbcbc, #504f4f);
    background-image: radial-gradient(6px 6px, circle cover, #bfbcbc 0, #504f4f 100%)
}

.color-pearl_silver {
    background: #e3e0d1;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #fffff3 0, #e3e0d1 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #fffff3, #e3e0d1);
    background-image: radial-gradient(6px 6px, circle cover, #fffff3 0, #e3e0d1 100%)
}

.color-brown {
    background: #6e2820;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #99534b 0, #6e2820 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #99534b, #6e2820);
    background-image: radial-gradient(6px 6px, circle cover, #99534b 0, #6e2820 100%)
}

.color-lightwood {
    background: #deb887;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #f6d09f 0, #deb887 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #f6d09f, #deb887);
    background-image: radial-gradient(6px 6px, circle cover, #f6d09f 0, #deb887 100%)
}

.color-darkwood {
    background: #855e4f;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #ca907a 0, #855e4f 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #ca907a, #855e4f);
    background-image: radial-gradient(6px 6px, circle cover, #ca907a 0, #855e4f 100%)
}

.color-bamboo_wood {
    background: #ecd9aa;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #f0ece1 0, #ecd9aa 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #f0ece1, #ecd9aa);
    background-image: radial-gradient(6px 6px, circle cover, #f0ece1 0, #ecd9aa 100%)
}

.color-rainbow {
    background: red;
    background: -webkit-linear-gradient(left, orange, #ff0, green, #0ff, #00f, violet);
    background: -o-linear-gradient(right, orange, #ff0, green, #0ff, #00f, violet);
    background: -moz-linear-gradient(right, orange, #ff0, green, #0ff, #00f, violet);
    background: linear-gradient(to right, orange, #ff0, green, #0ff, #00f, violet);
    background-image: url('/images/colours/rainbow_icon.svg')
}

.color-hybrid {
    background: #354698;
    background: -webkit-linear-gradient(left, #354698 50%, #9acd32 0);
    background: -o-linear-gradient(left, #354698 50%, #9acd32 0);
    background: -moz-linear-gradient(left, #354698 50%, #9acd32 0);
    background: linear-gradient(left, #354698 50%, #9acd32 0)
}

.color-hybrid_yellow_blue {
    background: #f7d61d;
    background: -webkit-linear-gradient(left, #f7d61d 50%, #354698 0);
    background: -o-linear-gradient(left, #f7d61d 50%, #354698 0);
    background: -moz-linear-gradient(left, #f7d61d 50%, #354698 0);
    background: linear-gradient(left, #f7d61d 50%, #354698 0)
}

.color-hybrid_black_white {
    background: #000;
    background: -webkit-linear-gradient(left, #000 50%, #fff 0);
    background: -o-linear-gradient(left, #000 50%, #fff 0);
    background: -moz-linear-gradient(left, #000 50%, #fff 0);
    background: linear-gradient(left, #000 50%, #fff 0);
    box-shadow: 0 1px 3px rgb(0 0 0 / 11%)
}

.color-blue_led {
    border-radius: 0;
    width: 24px;
    height: 6px;
    margin-top: 8px;
    background: -moz-linear-gradient(0deg, #2266b6 0, #4ec6f2 28%, #59deff 50%, #4ec6f2 72%, #2266b6 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #2266b6), color-stop(28%, #4ec6f2), color-stop(50%, #59deff), color-stop(72%, #4ec6f2), color-stop(100%, #2266b6));
    background: -webkit-linear-gradient(0deg, #2266b6 0, #4ec6f2 28%, #59deff 50%, #4ec6f2 72%, #2266b6 100%);
    background: -o-linear-gradient(0deg, #2266b6 0, #4ec6f2 28%, #59deff 50%, #4ec6f2 72%, #2266b6 100%);
    background: -ms-linear-gradient(0deg, #2266b6 0, #4ec6f2 28%, #59deff 50%, #4ec6f2 72%, #2266b6 100%);
    background: linear-gradient(90deg, #2266b6 0, #4ec6f2 28%, #59deff 50%, #4ec6f2 72%, #2266b6 100%)
}

.color-green_led {
    border-radius: 0;
    width: 24px;
    height: 6px;
    margin-top: 8px;
    background: -moz-linear-gradient(0deg, #7aba3f 0, #9fef1d 28%, #aeff23 50%, #9fef1d 72%, #7aba3f 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #7aba3f), color-stop(28%, #9fef1d), color-stop(50%, #aeff23), color-stop(72%, #9fef1d), color-stop(100%, #7aba3f));
    background: -webkit-linear-gradient(0deg, #7aba3f 0, #9fef1d 28%, #aeff23 50%, #9fef1d 72%, #7aba3f 100%);
    background: -o-linear-gradient(0deg, #7aba3f 0, #9fef1d 28%, #aeff23 50%, #9fef1d 72%, #7aba3f 100%);
    background: -ms-linear-gradient(0deg, #7aba3f 0, #9fef1d 28%, #aeff23 50%, #9fef1d 72%, #7aba3f 100%);
    background: linear-gradient(90deg, #7aba3f 0, #9fef1d 28%, #aeff23 50%, #9fef1d 72%, #7aba3f 100%)
}

.color-red_led {
    border-radius: 0;
    width: 24px;
    height: 6px;
    margin-top: 8px;
    background: -moz-linear-gradient(0deg, #a32035 0, #e1826c 28%, #e09d94 50%, #e1826c 72%, #a32035 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #a32035), color-stop(28%, #e1826c), color-stop(50%, #e09d94), color-stop(72%, #e1826c), color-stop(100%, #a32035));
    background: -webkit-linear-gradient(0deg, #a32035 0, #e1826c 28%, #e09d94 50%, #e1826c 72%, #a32035 100%);
    background: -o-linear-gradient(0deg, #a32035 0, #e1826c 28%, #e09d94 50%, #e1826c 72%, #a32035 100%);
    background: -ms-linear-gradient(0deg, #a32035 0, #e1826c 28%, #e09d94 50%, #e1826c 72%, #a32035 100%);
    background: linear-gradient(90deg, #a32035 0, #e1826c 28%, #e09d94 50%, #e1826c 72%, #a32035 100%)
}

.color-yellow_led {
    border-radius: 0;
    width: 24px;
    height: 6px;
    margin-top: 8px;
    background: -moz-linear-gradient(0deg, #debd04 0, #fee756 28%, #fffc54 50%, #fee756 72%, #debd04 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #debd04), color-stop(28%, #fee756), color-stop(50%, #fffc54), color-stop(72%, #fee756), color-stop(100%, #debd04));
    background: -webkit-linear-gradient(0deg, #debd04 0, #fee756 28%, #fffc54 50%, #fee756 72%, #debd04 100%);
    background: -o-linear-gradient(0deg, #debd04 0, #fee756 28%, #fffc54 50%, #fee756 72%, #debd04 100%);
    background: -ms-linear-gradient(0deg, #debd04 0, #fee756 28%, #fffc54 50%, #fee756 72%, #debd04 100%);
    background: linear-gradient(90deg, #debd04 0, #fee756 28%, #fffc54 50%, #fee756 72%, #debd04 100%)
}

.color-white_led {
    border-radius: 0;
    width: 24px;
    height: 6px;
    margin-top: 8px;
    background: -moz-linear-gradient(0deg, silver 0, #eee 28%, #f8f8f8 50%, #eee 72%, silver 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, silver), color-stop(28%, #eee), color-stop(50%, #f8f8f8), color-stop(72%, #eee), color-stop(100%, silver));
    background: -webkit-linear-gradient(0deg, silver 0, #eee 28%, #f8f8f8 50%, #eee 72%, silver 100%);
    background: -o-linear-gradient(0deg, silver 0, #eee 28%, #f8f8f8 50%, #eee 72%, silver 100%);
    background: -ms-linear-gradient(0deg, silver 0, #eee 28%, #f8f8f8 50%, #eee 72%, silver 100%);
    background: linear-gradient(90deg, silver 0, #eee 28%, #f8f8f8 50%, #eee 72%, silver 100%)
}

.color-light_blue {
    background: #59deff;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #4ec6f2 0, #59deff 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #4ec6f2, #59deff);
    background-image: radial-gradient(6px 6px, circle cover, #4ec6f2 0, #59deff 100%)
}

.color-cream {
    background: #ccc;
    background-image: -moz-radial-gradient(6px 6px, circle cover, #f5f3ea 0, #ccc 100%);
    background-image: -webkit-radial-gradient(6px 6px, circle cover, #f5f3ea, #ccc);
    background-image: radial-gradient(6px 6px, circle cover, #f5f3ea 0, #ccc 100%)
}

td .icons {
    box-shadow: none
}

.icons {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 2px;
    margin-right: 10px;
    box-shadow: 1px 1px 1px 0 #666
}

.icons .branding-box {
    border-radius: 2px;
    color: #fff;
    height: 80px;
    overflow: hidden;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    text-shadow: 1px 1px 1px #666
}

.branding-box .strong {
    padding: 4px 0 2px 4px;
    font-weight: 400;
    text-transform: uppercase;
    min-height: 34px;
    line-height: 18px;
    text-align: left
}

.icons .ico {
    height: 90px;
    border-radius: 45px 45px 0 0;
    text-align: center;
    line-height: 40px
}

.icons .fa {
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

.enl {
    background: #609db4
}

.spr {
    background: #b3c768
}

.emb {
    background: #d23f12
}

.dpr {
    background: #117bde
}

.photo_print {
    width: 20px;
    height: 50px;
    float: left;
    margin-top: 5px
}

.photo_print.s1 {
    background-color: #1ed0c6
}

.photo_print.s2 {
    background-color: #f504d0
}

.photo_print.s3 {
    background-color: #fff32b
}

.photo_print.s4 {
    background-color: #000
}

.lead_cal {
    display: inline-block;
    width: 32px;
    padding-top: 16px
}

.lead_cal .fa {
    font-size: 32px;
    color: #af0031;
    position: static
}

.lead_cal .ldd {
    position: relative;
    top: -24px;
    font-size: 14px;
    color: #555
}

#lead_time {
    margin: 10px 0 18px 0;
    vertical-align: top;
    border: 2px solid #e2e2e2;
    border-radius: 2px
}

#lead_time td {
    vertical-align: middle;
    padding: 7px;
    text-align: center
}

#lead_time .day_icon {
    text-align: center
}

#lead_time .working_days {
    width: 175px
}

#lead_time .actual_days {
    width: 175px
}

.faq-symbols .icons {
    margin-right: 0
}

.faq-symbols .capacity_list div {
    float: none
}

.print_area {
    border-radius: 2px;
    width: 80px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    background: repeating-linear-gradient(-55deg, #eee, #eee 3px, #ccc 3px, #ccc 7px);
    text-shadow: 1px 1px 0 #aaa
}

.printarea {
    padding-right: 30px;
    background: url(../images/print_area.png) no-repeat right top
}

#product_big_button {
    position: absolute;
    top: 5px;
    text-align: center;
    width: 100%
}

#lang_container {
    float: right;
    height: 40px;
    width: 157px;
    border-top-right-radius: 7px
}

#lang_dropdown {
    float: right;
    margin: 7px 5px 0 0;
    font-size: 12px;
    color: #555;
    width: 118px
}

#lang_flag {
    float: right;
    margin: 4px 10px 0 0
}

.eco {
    color: #999
}

#get_quote {
    position: absolute;
    width: 125px;
    height: 125px;
    left: 750px;
    top: -20px;
    cursor: pointer
}

#get_quote img:hover {
    padding: 1px 0 0 1px
}

.form_choice select {
    width: 100px;
    height: 25px
}

.btn_dark {
    background: #8b8b8d !important
}

.fb-page-header,
.product-lister-header {
    padding: 20px 0;
    text-align: justify;
    background: #f5f5f5
}

.fb-page-header h1,
.product-lister-header h1 {
    font-size: 16px;
    color: #555;
    padding: 0;
    margin: 0 0 20px 0;
    background: 0 0;
    border-bottom: 0
}

.fb-page-header>.container,
.product-lister-header>.container {
    padding-right: 20px;
    padding-left: 20px
}

.product_table {
    position: relative;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px
}

.product_table .color-circle {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0 3px;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%
}

.fp_col_img .icons,
.product_table .icons {
    margin: 0 2px;
    float: none;
    display: inline-block;
    box-shadow: none;
    border-color: #eee
}

.fp_col_img .icons,
.fp_col_img .icons .branding-box,
.product_table .icons,
.product_table .icons .branding-box {
    height: 32px;
    width: 32px
}

.fp_col_img .ico,
.product_table .ico {
    margin-top: -5px
}

.fp_col_img .fa,
.product_table .fa {
    position: relative;
    top: 7px;
    font-size: 23px
}

.fp_col_img .photo_print,
.product_table .photo_print {
    width: 8px;
    height: 18px;
    margin-top: 0
}

.product_table .productLocaleName {
    font-weight: 700;
    font-size: 16px
}

.product_table .product_table_name {
    width: 150px;
    position: relative
}

.product_table .product_table_name .label-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.product_table .product_table_name .label {
    padding: 3px 6px;
    margin-bottom: 3px;
    margin-top: 3px;
    background: #02a3b7
}

.product_table .product_table_name .label-fire {
    background: #e48c70
}

.product_table .product_table_name .label-sustainable {
    background: #b3c767
}

.product_table .product_table_name .label-reusable {
    background: #b3c767
}

.product_table .product_table_colors,
.product_table .product_table_lead_time,
.product_table .product_table_material,
.product_table .product_table_sizes,
.product_table_num_material_layers {
    width: 120px
}

.product_table .product_table_lead_time>span {
    font-size: 11px
}

.product_table .product_table_capacities {
    width: 170px
}

.product_table .capacity_list {
    padding: 0 30px
}

.product_table .capacity_list div {
    float: none
}

.product_table .label-capacity {
    font-size: 12px;
    padding: 1px 3px;
    margin: 3px
}

.product_table .product_swatch {
    width: 80px;
    margin: 0 auto
}

.product_table .product-more {
    position: relative;
    height: 180px
}

.product_table.table-face-mask .product-more {
    position: relative;
    height: 280px
}

.product_table td {
    padding: 0
}

.product_table thead {
    font-weight: 700;
    text-align: center;
    background-color: #f5f5f5
}

.product_table thead td {
    height: 45px
}

.product_table thead .product_table_image {
    width: 120px;
    position: relative;
    background: #0067d3;
    color: #fff
}

.product_table thead .product_table_image:after {
    content: '';
    position: absolute;
    top: 98%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px;
    border-color: #0067d3 transparent transparent transparent
}

.product-img {
    width: 250px;
    height: 180px;
    display: block;
    margin: 0 auto;
    transition: all .5s ease
}

.product_table .img-face-mask {
    width: 360px;
    height: 260px
}

.product_table .img-face-shield {
    width: 360px;
    height: 260px
}

.product-name {
    display: none
}

.product_swatch img {
    padding: 2px 5px 3px 0
}

.product_row .more {
    display: none
}

.product_row_over {
    cursor: pointer;
    background: #f2f6fb
}

.product_row_over .more {
    position: absolute;
    left: -28px;
    background: #0067d3;
    width: 28px;
    height: 180px;
    border-radius: 2px 0 0 2px
}

.row-face-mask .more,
.row-face-mask .product-more,
.row-face-shield .more,
.row-face-shield .product-more {
    height: 280px
}

.product_row_over .rotate {
    top: 0;
    left: -75px;
    width: 180px;
    height: 180px;
    line-height: 180px;
    color: #fff;
    white-space: nowrap;
    position: absolute;
    font-weight: 700;
    transform: rotate(90deg)
}

.row-face-shield .rotate {
    height: 280px;
    line-height: 280px
}

.row-face-mask .rotate {
    height: 280px;
    line-height: 280px
}

@media (min-width:1024px) {
    .product-lister-header {
        padding-bottom: 65px
    }

    .product_table {
        margin-top: -44px
    }

    .lister-header-face-mask {
        padding-bottom: 85px
    }

    .table-face-mask tbody tr:first-child td {
        padding-top: 0
    }

    .row-face-shield tbody tr:first-child td {
        padding-top: 0
    }

    .table-face-mask tbody tr:first-child .product-more {
        top: 0
    }

    .row-face-shield tbody tr:first-child .product-more {
        top: 0
    }

    .table-face-mask {
        margin-top: -64px
    }
}

@media (min-width:1220px) {
    .table-face-mask {
        margin-top: -44px
    }

    .product_table .productLocaleName {
        font-size: 22px
    }
}

.content_head {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    border-top: 1px solid #dbe8f7;
    border-bottom: 1px solid #dbe8f7;
    background-color: #f2f6fb
}

.content_head h2 {
    display: inline;
    line-height: 40px;
    background: 0 0;
    color: #555;
    font-size: 16px;
    font-weight: 700;
    margin: 0 15px;
    float: left;
    border-bottom: none
}

.content_head .spacer {
    width: 40px;
    height: 40px;
    float: left;
    margin-top: 1px
}

.content_head h2 a {
    float: left;
    line-height: 40px;
    padding-right: 30px
}

.content_head h2 a {
    float: left;
    line-height: 40px;
    padding-right: 30px;
    position: relative
}

.content_head h2 a:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f0da';
    position: absolute;
    top: 0;
    right: 12px;
    font-weight: 900;
    color: #555
}

.content_head_nav a {
    line-height: 40px;
    float: right;
    padding-right: 15px
}

.content_head .header_icon {
    display: inline;
    float: left;
    margin: 0 -10px 0 10px;
    z-index: 6;
    height: 40px
}

.content_head .btn {
    float: right;
    margin-right: 30px;
    width: auto;
    margin-top: 10px
}

.content_main {
    min-height: 300px;
    height: auto !important
}

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

.content_main img[src='images/nand_flash.jpg'] {
    max-width: 290px
}

.content_main .img_left {
    padding: 10px 0
}

.content_main .img_left img {
    margin-right: 10px
}

.content_main_detail {
    float: right;
    width: 70%;
    margin-top: 10px
}

.content_main_detail h2 {
    height: 36px;
    line-height: 36px
}

.content_main_detail p:first-child {
    margin-top: 0
}

.content_main_section {
    padding-top: 20px;
    padding-bottom: 20px
}

.content_main_section .spec_box {
    min-height: inherit;
    margin-bottom: 10px
}

.content_main_section .spec_box h3 {
    margin: 0
}

.stripe-white {
    background-color: #fff !important
}

.stripe-grey {
    background-color: #f5f5f5 !important
}

.content_main_faq table img {
    max-width: none
}

.content_main_faq table .btn {
    color: #fff
}

a.learn_more {
    padding-right: 12px;
    display: inline-block
}

a.learn_more:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    line-height: normal;
    content: ' \f0da'
}

.fp_col_panel {
    position: relative
}

@media (max-width:600px) {
    .fp_col_panel a.learn_more:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }
}

.spec_box {
    width: 50%;
    min-height: 240px;
    float: left;
    margin: 0 0 20px;
    padding: 15px
}

.spec_box h1,
.spec_box h2 {
    font-size: 20px;
    color: #555;
    padding: 0;
    margin: 0 0 20px 0;
    background: 0 0;
    border-bottom: none
}

.spec_box ul {
    padding: 0 0 0 14px;
    margin: 0
}

.spec_box .spec_box_img {
    width: 150px;
    float: left;
    margin-right: 10px;
    max-width: 100%
}

.spec_box .spec_box_text {
    overflow: auto
}

.spec_box .color-circle {
    width: 40px;
    height: 40px;
    margin-right: 12px
}

.spec_box .color-clear:before {
    width: 26px;
    height: 26px
}

.spec_box .capacity_list div {
    margin-left: 0;
    margin-right: 4px;
    padding: 4px;
    line-height: 20px
}

.spec_box .icons {
    display: block;
    margin-bottom: 10px
}

.spec_box .pantone_img {
    float: left;
    margin-right: 20px
}

.spec_box .pantone_img_text {
    width: 200px;
    margin-top: 10px;
    overflow: auto
}

.spec_box .delivery-text {
    color: #555;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 22px
}

.spec_box .delivery-text .fa {
    color: #555
}

.spec_box .ink-color {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

.spec_box_branding {
    padding-top: 70px
}

.spec_box_full {
    width: 100%
}

.branding-method-box {
    margin-right: 6px;
    margin-bottom: 6px
}

.branding-method-single-in {
    display: inline-block;
    padding: 5px;
    line-height: 1.2;
    font-size: 10px;
    text-align: center;
    background: #555;
    color: #fff;
    overflow: hidden;
    border-radius: 2px
}

.product-heading .product-title {
    margin-right: 15px
}

.product-desc {
    margin-bottom: 22px
}

.article_box {
    display: block;
    clear: both;
    margin: 0 0 30px 0
}

.article_box img {
    float: right;
    margin: 0 0 10px 10px
}

.article_box h1,
.article_box h2 {
    font-size: 14px;
    color: #555;
    padding: 0;
    margin: 0 0 20px 0;
    background: 0 0;
    border-bottom: 1px solid #efefef
}

.article_box ul {
    padding: 0 0 0 14px
}

.card {
    margin: 0 0 10px 10px;
    display: inline-block;
    position: relative
}

.card img {
    margin: 0
}

.card-label {
    position: absolute;
    top: 0;
    right: 0;
    background: #a32035;
    text-align: center;
    color: #fff;
    line-height: 25px;
    height: 25px;
    min-width: 90px;
    padding: 0 15px
}

.terNav {
    width: 238px;
    margin: 10px 0 0 -15px
}

.terNav h3 {
    color: #06c;
    padding: 13px 18px;
    min-height: 34px;
    height: auto !important;
    height: 34px;
    margin: 0
}

.terNav .inner {
    border: 1px solid #e2e2e2;
    margin: 0;
    padding: 0
}

.terNav .icon a {
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    display: block;
    color: #06c;
    text-decoration: none;
    border-bottom: 1px solid #eee
}

.terNav .icon a:hover {
    background-color: #f6faff;
    text-decoration: none
}

.terNav .icon:first-child {
    border-radius: 0 2px 0 0
}

.terNav .icon:last-child {
    border-radius: 0 0 2px 0
}

.terNav .icon:last-child a {
    border-bottom: 0
}

.terNav .icon i {
    line-height: 35px;
    margin-right: 10px;
    float: right;
    color: #06c
}

.terNav .selected {
    background-color: #f2f6fb
}

.terNav .selected i {
    font-size: 30px;
    margin-right: 5px
}

.terNav .selected a {
    color: #06c;
    background: 0 0;
    font-weight: 700
}

.terNav .selected a:hover {
    background-color: transparent
}

.capacity_list div {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    font-size: 10px;
    line-height: 19px;
    margin: 2px;
    float: left;
    background: #f2f6fb;
    border: 1px solid #e2e2e2;
    border-radius: 2px
}

.solution_item {
    float: left;
    clear: both
}

.solution_img {
    float: left;
    width: 70px;
    height: 70px;
    text-align: center
}

.solution_txt {
    float: left;
    width: 700px;
    height: 70px;
    padding: 0 15px 0 15px;
    text-align: justify
}

.faqs {
    padding-bottom: 50px
}

.faq-side {
    width: 200px;
    position: absolute;
    top: 0
}

.faq-side.fixed {
    position: fixed;
    top: 70px;
    background: #fff;
    z-index: 99
}

.faq-side a {
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    border-top: 1px solid #eee;
    text-transform: capitalize;
    background: #f5f5f5
}

.faq-side a:hover {
    background: #f6faff;
    text-decoration: none
}

.faq-side>h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px
}

.faq-main {
    padding-left: 230px
}

.faq-main>h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #a32035;
    font-size: 16px;
    text-transform: capitalize;
    clear: none;
    border: none
}

.faq_item {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 0;
    border: 1px solid #e2e2e2;
    position: relative;
    z-index: 1;
    display: block;
    padding: 20px;
    padding-right: 40px;
    cursor: pointer;
    outline: 0;
    text-decoration: none
}

.faq_item:hover {
    color: #00aeef;
    text-decoration: none
}

.faq_item:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: ' \f054';
    position: absolute;
    top: 20px;
    right: 20px
}

.faq-main h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    border: none
}

.faq-main h2 {
    color: #a32035;
    font-size: 16px;
    text-transform: capitalize
}

.faq-main h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0 0;
    border: 1px solid #e2e2e2
}

.faq-main article {
    display: none;
    padding: 0 20px 20px;
    border: 1px solid #e2e2e2;
    border-top: 1px solid #fff;
    margin-top: -1px;
    background: #fff
}

.faq-main a:hover {
    color: #00aeef
}

.faq-main .topic {
    position: relative;
    z-index: 1;
    display: block;
    padding: 20px;
    padding-right: 40px;
    cursor: pointer;
    outline: 0;
    text-decoration: none
}

.faq-main .topic:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: ' \f078';
    position: absolute;
    top: 20px;
    right: 20px
}

.faq-main .topic.active:after {
    content: ' \f077'
}

@media (max-width:1023px) {
    .faq-side {
        display: none
    }

    .faq-main {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-height:820px) {
    .faq-side a {
        padding: 8px 15px
    }

    .faq-side>h4 {
        margin-top: 13px;
        margin-bottom: 13px
    }
}

.code {
    border-top: 3px solid #e2e2e2;
    border-bottom: 3px solid #e2e2e2;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px;
    font-family: 'courier new', helvetica, 'times new roman', serif;
    font-size: 1.1em;
    margin: 3px;
    white-space: nowrap;
    overflow: auto
}

.small {
    font-size: 11px
}

.message {
    border: 1px #ffb400 solid;
    background-color: #fbf5e5;
    padding: 15px;
    margin: 15px;
    clear: both
}

.swatch {
    padding: 2px 5px 3px 0
}

.accessory_item {
    float: left;
    clear: both;
    margin-bottom: 15px
}

.accessory_img {
    float: left;
    width: 100px;
    height: 70px;
    text-align: center
}

.accessory_txt {
    float: left;
    width: 740px;
    height: 70px;
    padding: 0 0 0 15px;
    text-align: justify
}

.slideshow_wrapper {
    position: relative;
    float: left
}

.slideshow img {
    width: 100%;
    height: 100%
}

.slideshow li,
.slideshow ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.slideshow .slideshow-images {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0;
    width: 695px;
    height: 413px;
    float: left;
    border: 1px solid #e2e2e2;
    background: #fff
}

.slideshow .slideshow-images .slideshow-loading {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center
}

.slideshow .slideshow-images .slideshow-loading>.fa {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #00b67a;
    font-size: 42px
}

.slideshow .slideshow-thumbnails {
    float: right;
    width: 270px
}

.slideshow .slideshow-thumbnails a {
    position: relative;
    float: left;
    width: 48%;
    margin: 0 0 2% 2%;
    line-height: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none
}

.slideshow .slideshow-thumbnails img {
    border: 1px solid #e2e2e2
}

.slideshow .slideshow-thumbnails a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    background: #428bca;
    height: 4px;
    transition: all .3s
}

.slideshow .slideshow-thumbnails a:active:before,
.slideshow .slideshow-thumbnails a:focus:before,
.slideshow .slideshow-thumbnails a:hover:before {
    left: 0;
    right: 0
}

.slideshow .slideshow-thumbnails .thumb-holder {
    border: 1px solid #e2e2e2;
    background-size: 780px 80px;
    width: 130px;
    height: 80px;
    margin: auto
}

.slideshow .slideshow-thumbnails a:nth-child(1) .thumb-holder {
    background-position: 0 0
}

.slideshow .slideshow-thumbnails a:nth-child(2) .thumb-holder {
    background-position: -130px 0
}

.slideshow .slideshow-thumbnails a:nth-child(3) .thumb-holder {
    background-position: -260px 0
}

.slideshow .slideshow-thumbnails a:nth-child(4) .thumb-holder {
    background-position: -390px 0
}

.slideshow .slideshow-thumbnails a:nth-child(5) .thumb-holder {
    background-position: -520px 0
}

.slideshow .slideshow-thumbnails a:nth-child(6) .thumb-holder {
    background-position: -650px 0
}

.slideshow-8 .slideshow-images {
    width: 725px;
    height: 442px
}

.slideshow-8 .slideshow-thumbnails {
    width: 240px
}

.slideshow-8 .slideshow-thumbnails .thumb-holder {
    background-size: 920px 71px;
    width: 115px;
    height: 71px
}

.slideshow-8 .slideshow-thumbnails a:nth-child(1) .thumb-holder {
    background-position: 0 0
}

.slideshow-8 .slideshow-thumbnails a:nth-child(2) .thumb-holder {
    background-position: -115px 0
}

.slideshow-8 .slideshow-thumbnails a:nth-child(3) .thumb-holder {
    background-position: -230px 0
}

.slideshow-8 .slideshow-thumbnails a:nth-child(4) .thumb-holder {
    background-position: -345px 0
}

.slideshow-8 .slideshow-thumbnails a:nth-child(5) .thumb-holder {
    background-position: -460px 0
}

.slideshow-8 .slideshow-thumbnails a:nth-child(6) .thumb-holder {
    background-position: -575px 0
}

.slideshow-8 .slideshow-thumbnails a:nth-child(7) .thumb-holder {
    background-position: -690px 0
}

.slideshow-8 .slideshow-thumbnails a:nth-child(8) .thumb-holder {
    background-position: -805px 0
}

.slideshow-10 .slideshow-images {
    width: 755px;
    height: 453px
}

.slideshow-10 .slideshow-thumbnails {
    width: 210px
}

.slideshow-10 .slideshow-thumbnails .thumb-holder {
    background-size: 1000px 62px;
    width: 100px;
    height: 62px
}

.slideshow-10 .slideshow-thumbnails a:nth-child(1) .thumb-holder {
    background-position: 0 0
}

.slideshow-10 .slideshow-thumbnails a:nth-child(2) .thumb-holder {
    background-position: -100px 0
}

.slideshow-10 .slideshow-thumbnails a:nth-child(3) .thumb-holder {
    background-position: -200px 0
}

.slideshow-10 .slideshow-thumbnails a:nth-child(4) .thumb-holder {
    background-position: -300px 0
}

.slideshow-10 .slideshow-thumbnails a:nth-child(5) .thumb-holder {
    background-position: -400px 0
}

.slideshow-10 .slideshow-thumbnails a:nth-child(6) .thumb-holder {
    background-position: -500px 0
}

.slideshow-10 .slideshow-thumbnails a:nth-child(7) .thumb-holder {
    background-position: -600px 0
}

.slideshow-10 .slideshow-thumbnails a:nth-child(8) .thumb-holder {
    background-position: -700px 0
}

.slideshow-10 .slideshow-thumbnails a:nth-child(9) .thumb-holder {
    background-position: -800px 0
}

.slideshow-10 .slideshow-thumbnails a:nth-child(10) .thumb-holder {
    background-position: -900px 0
}

@media (min-width:1024px) {
    .slideshow .slideshow-thumbnails .gallery360-thumbnails {
        width: 98%
    }
}

#gallery360 {
    display: none;
    position: relative;
    width: 100%
}

#accessory360 {
    position: relative;
    float: left;
    padding-left: 30px;
    width: 100%
}

#footer-wrapper {
    background-color: #f5f5f5;
    border-top: 1px solid #e2e2e2
}

#footer-wrapper a,
#footer-wrapper a:visited {
    color: #666
}

#footer-wrapper a:active,
#footer-wrapper a:hover {
    color: #333;
    text-decoration: underline
}

#footer-wrapper .bottom {
    padding-top: 10px;
    border-bottom: 1px solid #e3e3e3
}

#footer-wrapper>.container {
    padding: 25px 0
}

.bottom {
    height: auto;
    z-index: 5;
    font-size: 12px;
    clear: both
}

.bottom ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.bottom li {
    margin: 0
}

.bottom .columns {
    width: 20%;
    padding: 20px 10px;
    float: left
}

.bottom #customers_say {
    padding: 7px 15px 15px 15px;
    font-size: 12px;
    min-height: 100px;
    height: auto !important;
    height: 100px
}

.bottom #customers_say li {
    padding: 10px 0 0 0
}

.bottom .badge-hiring {
    position: absolute;
    z-index: 2;
    margin-left: 15px;
    padding: 0 6px;
    background: #a32035;
    color: #fff
}

.bottom .badge-hiring:before {
    position: absolute;
    right: 100%;
    content: '';
    width: 0;
    height: 0;
    border-width: 11px;
    border-style: solid;
    border-color: transparent #a32035 transparent transparent
}

.bottom a[href*='.pdf']:before {
    display: none
}

#footerbar {
    clear: both;
    width: 100%;
    height: 18px
}

.footer-cert {
    float: left
}

.footer-cert img {
    display: block
}

.footer-copyright {
    float: right;
    margin-top: 30px;
    text-align: right
}

#bbblink {
    float: right
}

.bottom .columns ul {
    margin: 5px 0 0 0;
    padding: 0;
    list-style-type: none
}

.bottom .columns li {
    margin: 0;
    line-height: 22px
}

.bottom .columns b {
    color: #333;
    font-weight: 600;
    text-transform: uppercase
}

.close {
    background: url('images/close.png') no-repeat top left;
    position: relative;
    left: 6px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    margin: 3px 0 3px 0;
    float: right
}

.close:hover {
    background: url('images/close.png') no-repeat bottom left
}

.copyright {
    text-decoration: none;
    padding: 10px;
    font-size: 12px;
    color: #555;
    margin: 0 auto
}

.copyright-left {
    float: left
}

.copyright-right {
    float: right
}

#lockform {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1006;
    background: url(images/opacity.png) repeat
}

.comparison {
    border-collapse: collapse;
    text-align: left;
    line-height: 24px
}

.comparison td {
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 24px
}

.comparison .criteria {
    width: 250px;
    font-weight: 700
}

.comparison .flashbay {
    width: 236px;
    padding: 10px 20px 10px 20px;
    background-color: #dff0d8
}

.comparison .flashbay .fb-tick {
    font-size: 18px;
    margin-right: 2px;
    vertical-align: top
}

.comparison .flashbay.fb-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.comparison .flashbay.fb-footer {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.comparison .competitor {
    width: 300px;
    background-color: #fcf8e3;
    padding: 10px 20px 10px 20px
}

.comparison img.tick_compare {
    margin: 2px 2px 2px 2px;
    position: relative;
    top: 4px
}

.tp-iframe-heading {
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    color: #00b67a;
    text-align: center
}

.tp-iframe-widget {
    padding: 10px 8px;
    font-size: 12px;
    overflow: hidden
}

.tp-iframe-widget:hover {
    cursor: pointer
}

.tp-iframe-widget .reviews .article {
    float: left;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    padding: 10px 0
}

.tp-iframe-widget .reviews .article:first-child {
    border-top: none;
    padding-top: 0
}

.tp-iframe-widget .reviews-title {
    font-size: 13px
}

.tp-iframe-footer {
    display: block;
    font-size: 11px;
    font-weight: 700;
    width: 100%;
    padding: 0 0 4px;
    text-transform: uppercase;
    text-decoration: none
}

.tp-iframe-footer .logo {
    background: url(../images/icon/sprite.png) no-repeat
}

.tp-iframe-footer .pilot,
.tp-iframe-footer .trust {
    position: relative;
    top: -1px
}

.tp-iframe-footer .trust {
    color: #000;
    margin: 0 0 0 4px
}

.tp-iframe-footer .pilot {
    color: #555
}

.tp-iframe-footer .logo {
    background-position: -2px -265px;
    height: 12px;
    width: 12px;
    margin: 0 0 0 10px;
    display: inline-block
}

.reviews {
    min-height: 220px
}

.reviews-logo {
    margin-bottom: 10px;
    vertical-align: middle
}

.reviews-text {
    margin-bottom: 10px;
    font-weight: 700
}

.reviews-rating {
    margin-bottom: 10px;
    font-weight: 700
}

.reviews-stars {
    margin-bottom: 10px
}

.reviews-all,
.reviews-all:active,
.reviews-all:visited {
    color: #777;
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle
}

.reviews-desc {
    padding-bottom: 8px;
    line-height: 20px
}

.reviews-desc .read-more {
    display: none
}

.reviews-desc.limited>div {
    max-height: 88px;
    overflow: hidden
}

.reviews-desc.limited>.read-more {
    display: block
}

.reviews-author {
    font-style: italic
}

.reviews-author .fa {
    margin-right: 6px;
    font-size: 20px;
    color: #c7c7c7
}

.reviews-time {
    float: right;
    opacity: .6;
    width: 110px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.reviews-title {
    margin: 6px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.reviews-image {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-height: 230px;
    overflow: hidden
}

.clearfix:after,
.clearfix:before,
.wrapper:after,
.wrapper:before {
    content: ' ';
    display: table
}

.clearfix:after,
.wrapper:after {
    clear: both
}

.RatingTextNoVisible {
    font-size: .1px;
    color: #efefef;
    display: none
}

.notice-bar {
    position: relative;
    padding: 10px 40px 10px 10px;
    background-color: #e7f4fc;
    border-top: 1px solid #bdbfce;
    border-bottom: 1px solid #bdbed0;
    text-align: center;
    color: #555
}

.notice-bar .fa {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 30px;
    padding: 20px 10px;
    cursor: pointer
}

.notice-bar a {
    text-decoration: underline;
    color: #555
}

.tk {
    padding: 30px 15px
}

.tk-note {
    position: relative;
    padding: 20px 0;
    font-size: 32px;
    color: #00b67a;
    font-weight: 700
}

.tk-note .fa {
    font-size: 80px;
    vertical-align: middle
}

.tk-note .tk-note-text {
    padding-left: 15px;
    vertical-align: middle
}

.compatibility {
    margin-top: 15px;
    border-collapse: collapse;
    text-align: center
}

.compatibility td {
    border: 1px solid #e2e2e2;
    padding: 7px
}

.compatibility .fa {
    font-size: 19px
}

.fa-check-circle {
    color: #00b67a
}

.fa-exclamation,
.fa-exclamation-circle,
.text-warning {
    color: #f3d100
}

.fa-times-circle {
    color: #e6544a
}

#gmap {
    width: 545px;
    height: 320px;
    margin: 10px;
    padding: 4px;
    float: right
}

#job-list {
    margin-top: -20px
}

#job-list dt {
    margin-top: 20px;
    font-weight: 700
}

#job-list dd {
    margin: 2px 0
}

.datepicker.dropdown-menu {
    font-size: 12px;
    color: #555
}

.bs-style .table>thead>tr>th {
    border-bottom: 1px solid #efefef
}

.bs-style .table-bordered {
    border: 1px solid #e2e2e2
}

.bs-style .table-bordered>tbody>tr>td,
.bs-style .table-bordered>tbody>tr>th,
.bs-style .table-bordered>tfoot>tr>td,
.bs-style .table-bordered>tfoot>tr>th,
.bs-style .table-bordered>thead>tr>td,
.bs-style .table-bordered>thead>tr>th {
    border: 1px solid #e2e2e2
}

.bs-style .table>tbody>tr>td,
.bs-style .table>tbody>tr>th,
.bs-style .table>tfoot>tr>td,
.bs-style .table>tfoot>tr>th,
.bs-style .table>thead>tr>td,
.bs-style .table>thead>tr>th {
    border-top: 1px solid #efefef
}

.bubble-container {
    position: relative;
    top: -766px;
    top: -680px
}

.bubble {
    width: 88px;
    height: 90px;
    position: absolute;
    background-color: #424445;
    border-left: 5px solid #585c5e;
    border-radius: 50%;
    border-right: 5px solid #585c5e;
    display: table
}

.bubble-string {
    border: solid #fff;
    border-width: 1px 0 0;
    position: absolute
}

.factory-label {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 5px
}

.color-circle.color-pantone {
    padding: 0;
    border: 0;
    left: 0;
    top: 0;
    position: relative
}

.color-pantone,
.ptn,
.umbrella {
    content: '';
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    list-style: none
}

.umbrella {
    position: relative;
    margin: 0;
    padding: 0
}

.ptn,
.ptn:nth-child(n+7):after {
    clip: rect(0, 16px, 16px, 8px)
}

.ptn:after,
.ptn:nth-child(n+7) {
    content: '';
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    clip: rect(0, 8px, 16px, 0)
}

.ptn:nth-child(1):after {
    background-color: #9ed110;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    z-index: 12
}

.ptn:nth-child(2):after {
    background-color: #50b517;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    z-index: 11
}

.ptn:nth-child(3):after {
    background-color: #179067;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 10
}

.ptn:nth-child(4):after {
    background-color: #476eaf;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    z-index: 9
}

.ptn:nth-child(5):after {
    background-color: #9f49ac;
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    z-index: 8
}

.ptn:nth-child(6):after {
    background-color: #cc42a2;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 7
}

.ptn:nth-child(7):after {
    background-color: #ff3ba7;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ptn:nth-child(8):after {
    background-color: #ff5800;
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg)
}

.ptn:nth-child(9):after {
    background-color: #ff8100;
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}

.ptn:nth-child(10):after {
    background-color: #f90;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.ptn:nth-child(11):after {
    background-color: #fc0;
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg)
}

.ptn:nth-child(12):after {
    background-color: #ede604;
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg)
}

.case-form {
    position: relative;
    max-width: 800px;
    margin: 50px auto;
    color: #7a7a7a
}

.case-form img {
    max-width: 100%
}

.case-form textarea {
    width: 100%
}

.case-form input {
    width: 100%;
    height: auto;
    padding: 6px
}

.form-group {
    margin-bottom: 15px;
    clear: both
}

.col-half {
    float: left;
    width: 48%
}

.col-half:first-child {
    margin-right: 4%
}

.alert {
    padding: 15px;
    margin-top: 20px;
    border-radius: 2px
}

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

.imagePlaceholder {
    background: #f7f7f7;
    background: #fffdd1;
    padding: 15px 0;
    font-size: 12px;
    vertical-align: middle;
    text-align: center
}

.btn-upload {
    position: relative;
    background: #737373;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    white-space: nowrap;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: none;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border-radius: 2px;
    overflow: hidden
}

.upload-ghost {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 400px
}

.case {
    position: relative;
    margin-bottom: 50px;
    padding-left: 120px;
    color: #7a7a7a
}

.case img {
    max-width: 100%
}

.case textarea {
    width: 100%
}

.case input {
    height: auto
}

.case-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: #fdf7f9;
    color: #a0192f
}

.case-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #7a7a7a
}

.case-logo {
    margin-right: 20px;
    vertical-align: middle;
    max-width: 100px;
    height: 40px
}

.case-title {
    font-size: 30px;
    font-weight: 700;
    vertical-align: middle
}

.case-link {
    float: right;
    vertical-align: middle;
    color: #717171;
    padding-top: 10px;
    font-size: 20px
}

.case-link .fa,
.case-link a,
.case-link a:visited {
    color: inherit
}

.case-body p {
    margin: 0 0 15px
}

.case-info {
    position: relative;
    line-height: 0
}

.case-detail,
.case-img {
    width: 50%;
    height: 480px
}

.case-detail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 50%;
    background: #f1f1f1;
    padding: 0 10%;
    text-align: right
}

.case-detail h3 {
    font-size: 26px;
    margin-bottom: 15px
}

.case-footer h3 {
    margin-top: 20px;
    margin-bottom: 0
}

.case-stars {
    float: left;
    width: 100px
}

.case-stars .fa {
    color: #fff000
}

.case-feedback-txt {
    overflow: hidden
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e2e2e2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    color: #555;
    font-size: 14px;
    line-height: 1.42857 !important;
    padding: 6px 12px !important;
    border-radius: 4px;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s
}

.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6);
    outline: 0 none
}

textarea.form-control {
    height: auto
}

img {
    border: none
}

.bg-gray {
    background: #f5f5f5
}

.bg-sky {
    background: #f0f8ff
}

.bg-green {
    background: #dbeddb
}

.bg-white {
    background: #fff
}

.label-capacity {
    position: relative;
    display: inline-block;
    padding: 3px 6px;
    margin-right: 7px;
    margin-bottom: 5px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    background: #f2f6fb;
    border-radius: 3px;
    text-align: center
}

.label-capacity:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -5px;
    width: 5px;
    height: 10px;
    background: #c4c5c6
}

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

.list-tick,
.list-tick ul {
    list-style: none;
    padding-left: 0
}

.list-tick li:before {
    margin-right: 5px;
    font-size: 20px;
    color: #00b67a;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    line-height: normal;
    content: ' \f00c';
    vertical-align: middle
}

.list-tick li>.fa-check {
    display: none
}

.list-tick .fa-check {
    font-size: 20px
}

.list-tick div:last-child {
    text-align: right
}

.leds {
    position: relative
}

.led {
    position: absolute;
    left: 55%;
    padding-left: 60px
}

.led1 {
    top: 18%;
    color: #56ca17
}

.led2 {
    top: 45%;
    color: #f3d100
}

.led3 {
    top: 72%;
    color: #da1313
}

.led:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 45px;
    height: 45px;
    border-radius: 100%
}

.led1:before {
    background: #56ca17;
    background-image: radial-gradient(circle farthest-corner at 6px 6px, #95d55a, #7aba3f)
}

.led2:before {
    background: #f3d100;
    background-image: radial-gradient(circle farthest-corner at 6px 6px, #f7d61d, #debd04)
}

.led3:before {
    background: #da1313;
    background-image: radial-gradient(circle farthest-corner at 6px 6px, #de0b00, #a32035)
}

.charge-graph {
    min-height: 100px;
    padding: 10px 10px 80px 50px;
    white-space: nowrap
}

.charge-graph .graph {
    position: relative;
    display: inline-block;
    min-width: 200px;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    white-space: nowrap;
    font-size: 0
}

.charge-graph .graph-bar {
    position: relative;
    display: inline-block;
    width: 50px;
    bottom: -10px
}

.charge-graph .graph-brick {
    font-size: 12px;
    width: 100%;
    text-align: center;
    line-height: 24px
}

.charge-graph .level-container {
    margin-left: -40px;
    margin-right: -5px;
    bottom: 0
}

.charge-graph .battery {
    text-align: center;
    height: 24px;
    padding-top: 4px
}

.charge-graph .battery .battery-outline {
    display: inline-block;
    position: relative;
    height: 16px;
    width: 30px;
    border-radius: 2px;
    border: 2px solid #000;
    padding: 1px;
    background-color: #000
}

.charge-graph .battery .battery-outline .battery-cap {
    position: absolute;
    width: 4px;
    height: 8px;
    right: -4px;
    top: 2px;
    border: none;
    border-radius: 3px;
    background-color: #333
}

.charge-graph .battery .battery-outline .battery-level {
    width: 100%;
    height: 10px;
    background-color: #333
}

.charge-graph .x-label {
    width: 50px;
    height: 0;
    line-height: 0;
    padding-left: 40px;
    margin-bottom: -50px;
    font-size: 12px;
    text-align: center;
    transform: rotate(90deg)
}

.charge-graph .y-label {
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: -120px;
    width: 160px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    text-align: center;
    transform: rotate(270deg)
}

.charge-graph .battery .battery-outline .battery-level-text {
    position: absolute;
    left: 2.5px;
    top: -4.5px;
    font-size: 70%;
    color: #fff
}

.charge-graph .charge-times-container:nth-of-type(3) .battery-outline {
    border-color: green !important
}

.charge-graph .charge-times-container:nth-of-type(3) .battery-cap {
    background-color: green !important
}

.charge-graph .charge-times-container:nth-of-type(3) .battery-level {
    background-color: green !important
}

.charge-graph .charge-times-container:nth-of-type(4) .battery-outline {
    border-color: purple !important
}

.charge-graph .charge-times-container:nth-of-type(4) .battery-cap {
    background-color: purple !important
}

.charge-graph .charge-times-container:nth-of-type(4) .battery-level {
    background-color: purple !important
}

.charge-graph .charge-times-container:nth-of-type(5) .battery-outline {
    border-color: #3251a2 !important
}

.charge-graph .charge-times-container:nth-of-type(5) .battery-cap {
    background-color: #3251a2 !important
}

.charge-graph .charge-times-container:nth-of-type(5) .battery-level {
    background-color: #3251a2 !important
}

.charge-graph .charge-times-container:nth-of-type(6) .battery-outline {
    border-color: #f90 !important
}

.charge-graph .charge-times-container:nth-of-type(6) .battery-cap {
    background-color: #f90 !important
}

.charge-graph .charge-times-container:nth-of-type(6) .battery-level {
    background-color: #f90 !important
}

.charge-graph .charge-times-container:nth-of-type(7) .battery-outline {
    border-color: #189de1 !important
}

.charge-graph .charge-times-container:nth-of-type(7) .battery-cap {
    background-color: #189de1 !important
}

.charge-graph .charge-times-container:nth-of-type(7) .battery-level {
    background-color: #189de1 !important
}

.charge-graph .charge-times-container:nth-of-type(8) .battery-outline {
    border-color: #05b0ff !important
}

.charge-graph .charge-times-container:nth-of-type(8) .battery-cap {
    background-color: #05b0ff !important
}

.charge-graph .charge-times-container:nth-of-type(8) .battery-level {
    background-color: #05b0ff !important
}

.charge-graph .charge-times-container:nth-of-type(9) .battery-outline {
    border-color: #0075c1 !important
}

.charge-graph .charge-times-container:nth-of-type(9) .battery-cap {
    background-color: #0075c1 !important
}

.charge-graph .charge-times-container:nth-of-type(9) .battery-level {
    background-color: #0075c1 !important
}

.charge-graph .charge-times-container:nth-of-type(10) .battery-outline {
    border-color: #265a88 !important
}

.charge-graph .charge-times-container:nth-of-type(10) .battery-cap {
    background-color: #265a88 !important
}

.charge-graph .charge-times-container:nth-of-type(10) .battery-level {
    background-color: #265a88 !important
}

.charge-graph .charge-times-container:nth-of-type(11) .battery-outline {
    border-color: #15c !important
}

.charge-graph .charge-times-container:nth-of-type(11) .battery-cap {
    background-color: #15c !important
}

.charge-graph .charge-times-container:nth-of-type(11) .battery-level {
    background-color: #15c !important
}

.charge-graph .charge-times-container:nth-of-type(12) .battery-outline {
    border-color: #125a92 !important
}

.charge-graph .charge-times-container:nth-of-type(12) .battery-cap {
    background-color: #125a92 !important
}

.charge-graph .charge-times-container:nth-of-type(12) .battery-level {
    background-color: #125a92 !important
}

.twipsy.charge-graph-twipsy .twipsy-inner {
    position: relative;
    padding-top: 10px;
    width: auto !important
}

.flashbox {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 2000;
    text-align: left
}

.flashbox .image {
    text-align: center
}

.flashbox .form-group {
    margin-bottom: 15px
}

.flashbox .lg-box {
    clear: both
}

.flashbox .sm-box {
    float: left;
    width: 48%
}

.flashbox-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

.flashbox_hide {
    z-index: -100
}

.flashbox_overlayBG {
    background-color: #000;
    z-index: 1998
}

.fb-modal {
    width: 670px;
    overflow: hidden
}

.fb-modal-small {
    width: 450px
}

.fb-modal-dialog {
    border-radius: 10px;
    overflow: hidden
}

.fb-modal .fb-modal-head {
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.fb-modal .fb-modal-body {
    position: relative;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    overflow: hidden
}

.product_choice {
    margin: 0 0 10px
}

.product_choice input {
    margin-right: 3px
}

.product_choice label {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    text-align: center
}

.product_choice div {
    float: left;
    width: 90px;
    min-height: 110px
}

.product_choice div input {
    margin-right: 0;
    border: 1px solid #e2e2e2
}

.product_choice div label img {
    position: relative;
    margin: 0 auto !important;
    display: block;
    pointer-events: none
}

.product_choice .fa {
    display: none;
    position: absolute;
    left: -18px;
    top: 80px;
    font-size: 18px
}

#quote_box_title {
    position: relative;
    font-weight: 700;
    line-height: 38px;
    font-size: 24px;
    background-color: #00b67a;
    color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #e2e2e2
}

#quote_box_title .fa-times-circle {
    color: #fff;
    margin-top: 7px;
    opacity: .7;
    font-size: 26px
}

#quote_box_title .fa-times-circle:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1
}

.fb-modal-title {
    margin: 0;
    padding: 10px 20px;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    background: #efefef
}

.fb-modal-close {
    float: right;
    color: #555;
    margin-top: 7px;
    opacity: .5;
    font-size: 26px
}

.fb-modal-close:hover {
    text-decoration: none;
    opacity: 1;
    color: #555
}

.fb-modal-close-large {
    font-size: 40px;
    margin-top: 0
}

.fb-modal-close-outer {
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 1;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 30px !important
}

#quoteform #address {
    bottom: 58px;
    padding: 5px 0 0 15px;
    position: absolute;
    right: 0;
    font-size: 13px
}

#quoteform #address p {
    margin-bottom: 5px
}

#quoteform .error .form-control:focus {
    border-color: #a32035;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(177, 0, 49, .5)
}

.fa.form-control-feedback {
    display: none;
    font-size: 20px
}

.has-feedback .fa.form-control-feedback {
    display: block
}

@media (max-width:600px) {
    .flashbox {
        top: 20px
    }

    .fb-modal .fb-modal-body {
        padding: 10px
    }
}

.fb-stars {
    line-height: 0
}

.fb-stars .fb-star {
    width: 16px;
    height: 16px;
    background-color: #e5e5e5;
    background-image: url('/images/str.svg');
    background-image: var(--str-svg);
    display: inline-block
}

.fb-stars .fb-star:not(:last-of-type) {
    margin-right: 2px
}

.fb-stars-lg .fb-star {
    width: 30px;
    height: 30px
}

.fb-stars-5 .fb-star {
    background-color: #00b67a
}

.fb-stars-4 .fb-star:nth-last-child(n+2) {
    background-color: #73cf11
}

.fb-stars-3 .fb-star:nth-last-child(n+3) {
    background-color: #ffce00
}

.fb-stars-2 .fb-star:nth-last-child(n+4) {
    background-color: #ff8622
}

.fb-stars-1 .fb-star:nth-last-child(n+5) {
    background-color: #ff3722
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.follow_us .fa {
    font-size: 16px
}

.tm-registered:after {
    content: '®';
    vertical-align: super;
    font-size: 75%
}

.available-size {
    position: relative;
    float: left;
    width: 50px;
    height: 70px;
    margin-right: 10px;
    border-width: 8px 4px 8px 4px;
    border-style: solid;
    border-radius: 3px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center
}

.available-size:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 48%;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%
}

.inductive_charger .available-size {
    width: 70px;
    height: 70px;
    border-width: 3px;
    border-radius: 50%
}

.inductive_charger .available-size:after {
    width: 0;
    height: 0
}

.inductive_charger .available-size.tv60 {
    width: 65px;
    height: 65px
}

.available-ml {
    display: inline-block;
    margin-right: 10px;
    text-align: center
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 9999px;
    border-radius: 10px;
    transition: all .2s ease-in-out
}

.btn .fa {
    color: inherit
}

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

.btn.focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color
}

.btn.disabled,
.btn:disabled,
.btn[disabled] {
    cursor: not-allowed;
    opacity: .65;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    color: gray
}

.btn.active,
.btn:active {
    background-image: none
}

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

.btn-basic {
    background: #00b67a;
    color: #fff;
    border-color: #00b67a
}

.btn-basic:hover {
    background: #00a96d;
    color: #fff;
    border-color: #00a96d
}

.btn-light,
.btn-light:visited {
    background: #fff;
    color: #00b67a;
    border-color: #00b67a
}

.btn-warning {
    background: #faa732;
    color: #fff;
    border-color: #faa732
}

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

.btn-blue {
    background: #06c;
    color: #fff;
    border-color: #06c
}

.btn-blue:hover {
    background: #004db3;
    color: #fff;
    border-color: #004db3
}

.btn-blank {
    background: #f5f5f5;
    border-color: #555;
    color: #555;
    font-weight: 300
}

.btn-blank:hover {
    background: #e4e4e4;
    color: #fff;
    border-color: #e4e4e4
}

.btn-catalog {
    background: #a32035;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 12px;
    padding: 6px
}

.btn-block {
    display: block
}

.btn-large {
    padding: 15px 40px;
    font-size: 20px
}

.btn_quote,
.btn_quote:visited {
    display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    background-color: #00b67a;
    color: #fff;
    border-radius: 4px;
    transition: all .3s ease-in-out
}

.btn_quote:focus,
.btn_quote:hover {
    background-color: #00a96d !important;
    text-decoration: none !important;
    color: #fff
}

.btn_quote:focus {
    outline: 0
}

.btn_quote.active,
.btn_quote:active {
    background-image: none;
    color: #fff
}

.fb-checkbox {
    display: none;
    opacity: 0
}

.fb-checkbox-mark {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer
}

.fb-checkbox:checked+.fb-checkbox-mark {
    border-color: #00b67a;
    background-color: #00b67a
}

.fb-checkbox:checked+.fb-checkbox-mark:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    color: #fff;
    background-size: contain;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAHNQAABzUB3AtqBwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAASOSURBVHic7d1LrF1TGAfwtZVqvUKLCEFCPEMNNEFpI0GoRyQMJFJiYOQRiRITRuIRwkQ8RkUiQgwMxDMMGiGREJGoRwdNPKNSjVL16E1/BruNG9rrPL69113nrt/43rW/b/3vWfucu9e6N6WqqqqqqqqqqqqqqqqqKkOTu4DS4PCU0tEppY1N03ybu545C4vwIqa0duBVHJ+7tjkHe+M9u7cVN6GuNn3BvXsIY7r3cWLuWicezsL2AQKBbbgLe+WueyJhIT4fMIzp3lXvLfHwwAhh7LIJK3L3MDFwtn/eUY0TyqJhrlvXut3AfimlZ1JK88YcanFK6bphvqEGsnv3p5ROChrrlGG+uAbyLzg/pXRr4JA/BI41t+BAbBjzvjHdFE7N3Vex8HRgGHBf7p6KhauCw/gE83P3VSQcjh8Dw/gTZ+Tuq1h4ITAMuCd3T8XCNcFhfIC9c/dVJByh/TQdZRtOzt1XsfBKYBhwR+6eioUbgsNYq/7afTQ4Bj8HhvErjsvdV5HQ4O3AMOCW3H0VS/v8O9Ib6vP00eAE/BYYxhYcm7uvImGePe8cGdWNufsqFlYHh/Fq7p6KhdPwR2AYP+HI3H0VCfvgo8AwYFXuvoqFu4PDeCl3T8XCmQbf5DaIH3Bo7r6KhAVYFxgGXJm7r2LhvuAwns/dU7EMtx93EN/g4Nx9FUm7H/eLwDDgstx9FQuPBoexJndPY8FiXIhlGHcr5rDXXmb8/bjTfYdD+uwhDObjMe2Oi12+1tM7E+yH9YFh7MDKPmoPp12335qhsZt6qOHJwDDg8a5r7sT/hNFLKFi58xpR1mt3wJdlZxhvDthkJ6HgEO1aH2UKy6Lr7Jz2k/CgYXQWCp4NDAMeiayvFyOGsUtYKLg6LIbWp9g3orbeaH+d/fKYjU/h+jHrWCR+qTo3ap56g4cCJ2DkUPBcUB27PBw5T73AwfgrcBJGCkX8UrUOC7qYs05pPwlHGyoU8UcHtmNpl/M2jGG3Pm7poIZ5KaU1Q4TyVErpsMDrP9g0zYeB4/VHu+vvy8Cfzun+95WCVcHX/Fjpp5xwjnbbfRf2GAqOwubAa/2JJX3PXydwnnaDcRf+8zlF+8p8J/g6d+aav07oMRTcHDz+ZB4d0EMo4vfjTvbRAVyM3wMnbLopsc844PbcczaTkG30OC+l9HpK6YCI8Tr0VkrpkqZp5C5kT8LONWB5Sum1NHtD+SWltKRpmq9yFzKTsBtb0zTvppQuTSltjRoz2OrZHkYnsFx3N/pRFXN0oJOjWGbX8rU5pXR60zTf5y5kEJ28F59ly9dtpYTROfmXr+KODnR+ejTj8rUxpXRa0zSber7u7IcVGV4p9ejATHaGsrWnMOrRgUH0FEo9OjAM7Ubsrp6nwOW5eywOLuoolLKPDuTUQShf4aDcfRUtMJQduCB3PxMhKJQncvcxUcYMZT32z93DxBkxlDKPDpRihFAezV3zxMMVA4byPhbmrndOwFJ8NkMYb2Nx7jrnFO3/DrxWexZlg/YPv6zFdXo+bl1VVVVVVVVVVVVVVVVVVTXr/Q1fcxqpHpyvpgAAAABJRU5ErkJggg==)
}

.radio-inline {
    display: inline-block;
    margin-right: 8px
}

.image-dropdown a {
    padding: 3px;
    color: inherit
}

.image-dropdown a:hover {
    background: inherit;
    top: -2px;
    color: inherit
}

.image-dropdown a.view-all {
    float: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 700;
    padding: 0 !important;
    color: #06c
}

.image-dropdown a.view-all:hover {
    top: 0;
    text-decoration: none;
    color: #06c
}

.image-dropdown a.view-all>span {
    margin-left: 4px
}

.image-dropdown a.view-all:hover>span {
    border-bottom: 1px solid #06c
}

.image-dropdown a.view-all .fa {
    color: inherit
}

.image-dropdown .image-dropdown-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px
}

.image-dropdown .image-dropdown-heading sup {
    line-height: 0
}

.image-dropdown .image-dropdown-models {
    width: 50%;
    float: left
}

.image-dropdown .image-dropdown-models-heading {
    display: inline-block;
    height: 22px
}

.image-dropdown .image-dropdown-models-heading a.view-all:hover {
    text-decoration: underline !important
}

.image-dropdown .image-dropdown-models-heading .image-dropdown-models-heading-tooltip {
    display: none;
    font-size: 12px;
    padding: 0
}

.image-dropdown .image-dropdown-models-heading .image-dropdown-models-heading-tooltip>.fa {
    color: inherit;
    bottom: 0
}

.image-dropdown .image-dropdown-models-heading:hover .image-dropdown-models-heading-tooltip {
    display: inline-block;
    float: none
}

.image-dropdown .image-dropdown-models-body {
    padding-left: 10px
}

.image-dropdown .image-dropdown-models-body>a {
    float: left;
    position: relative;
    padding: 20px 3px 0
}

.image-dropdown .image-dropdown-models-body>a>div {
    display: none;
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.image-dropdown .image-dropdown-models-body>a:hover>div {
    display: block
}

.image-dropdown.image-dropdown-flash .image-dropdown-models-body>a {
    padding-left: 5px;
    padding-right: 5px
}

.image-dropdown-gift-set .nav-menu-image {
    width: 80px;
    height: 80px
}

.image-dropdown.image-dropdown-gadgets .image-dropdown-models {
    width: 33.3333%
}

.image-dropdown .image-dropdown-accessories>a,
.image-dropdown .image-dropdown-services>a {
    width: 50%;
    float: left;
    text-align: center
}

.preview-box {
    display: none;
    width: 220px;
    position: absolute;
    z-index: 1000;
    background: #fff;
    text-align: center
}

.preview-box .preview-box-img {
    max-width: 100%;
    max-height: 100%
}

.preview-box .preview-box-sprite-img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #00f
}

.preview-box .preview-box-loading {
    display: none;
    color: #00b67a;
    font-size: 42px
}

.preview-box .preview-box-title {
    background: #0067d3;
    color: #fff;
    font-weight: 700
}

.preview-box .preview-box-swatch {
    display: inline-block
}

.preview-box .preview-box-swatch .color-circle,
.preview-box .preview-box-swatch .color-circle .ptn {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%
}

.preview-box .preview-box-swatch .color-circle .ptn {
    position: absolute
}

.fb-login-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    background-position: center;
    background-size: cover
}

.fb-login-form {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 4px
}

.fb-login-form h1 {
    font-size: 24px;
    margin: 30px 0
}

.login-note {
    padding: 0 15px 30px
}

.login-tip {
    width: 400px;
    margin: 0 auto 50px auto
}

.login-message {
    padding: 15px;
    margin: 0 0 20px;
    border: 1px #ffb400 solid;
    background-color: #fbf5e5
}

@media (max-width:600px) {
    .fb-login-box {
        width: 450px
    }

    .fb-login-form {
        top: 10%
    }
}

.login-copyright .copyright {
    width: 100%;
    height: 40px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #e2e2e2
}

.login-copyright .copyright a,
.login-copyright .copyright a:visited {
    color: #666
}

.login-copyright .copyright a:active,
.login-copyright .copyright a:hover {
    color: #333;
    text-decoration: underline
}

.fb-retrieve-body {
    min-height: 200px;
    background-color: #f2f6fb;
    border: 1px solid #dbe8f7;
    width: 400px;
    margin: 60px auto 80px;
    padding: 30px
}

.fb-retrieve-form label {
    display: block;
    margin: 20px 0 0
}

.fb-retrieve-form .btn {
    margin: 20px 0
}

.fb-register-section {
    margin: 20px auto;
    padding: 15px
}

.fb-register-section h1 {
    font-size: 2em
}

.fb-register-section label {
    display: block
}

.fb-register-section .fb-register-tips label:first-child {
    font-weight: 700
}

.fb-register-section .fb-register-tips label.fb-radio {
    display: inline-block
}

.fb-register-tips {
    height: 100px
}

.fb-register-tips label {
    margin: 0 0 15px
}

.fb-register-tips .fb-radio-txt {
    margin: 0 20px 0 10px
}

.fb-contact .fb-contact-note,
.fb-register-section .btn {
    margin: 10px 0
}

.fb-register-body {
    border: 1px solid #dbe8f7;
    background-color: #f2f6fb;
    border-radius: 4px;
    min-height: 400px;
    padding: 30px;
    width: 40%
}

.fb-register-body,
.fb-why-register {
    display: inline-block;
    width: 40%;
    vertical-align: top
}

.fb-why-register {
    margin-left: 140px
}

@media (max-width:1023px) {

    .fb-register-body,
    .fb-why-register {
        width: 100%
    }

    .fb-register-section,
    .fb-why-register {
        margin: 20px 0
    }
}

.fb-why-register ul {
    padding-left: 0
}

.fb-why-register li {
    list-style: none;
    padding-left: 0
}

.fb-why-register li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    color: #00b67a;
    font-weight: 900;
    padding: 0 10px 0 0
}

.fb-passwd-body {
    min-height: 200px;
    background-color: #f2f6fb;
    border: 1px solid #dbe8f7;
    width: 400px;
    margin: 60px auto 80px;
    padding: 30px
}

.fb-passwd-form label {
    display: block
}

.fb-passwd-form .btn {
    margin: 20px 0
}

.fb-message {
    padding: 15px;
    margin: 15px 0
}

.fb-txt-red {
    background-color: #fbf5e5;
    border: 1px solid #ffb400
}

.fb-txt-green {
    background-color: #daefe8;
    border: 1px solid #00b67a
}

.fb-red-border {
    border: 1px solid #e1826c !important
}

.fb-passwd-weak {
    color: #a32035
}

.moq {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 22px
}

.spec-box {
    width: 50%;
    float: left;
    padding: 15px
}

.spec-box-head {
    float: left;
    margin-right: 10px
}

.spec-box-body {
    overflow: hidden
}

.spec-box-body h3 {
    margin: 0
}

@media (min-width:601px) and (max-width:1023px) {
    .spec-box-head {
        float: none
    }
}

@media (max-width:760px) {
    .spec-box {
        width: 100%
    }
}

.customer_centre .content_head {
    margin-bottom: 0;
    background: #fff;
    border: none
}

.customer_centre .content_head h2 {
    line-height: 80px;
    font-size: 20px
}

.customer_centre .content_head h2 a {
    line-height: 80px
}

.customer_centre .content-main {
    min-height: 300px;
    height: auto !important;
    padding-left: 15px;
    padding-right: 15px
}

.customer_centre .invoice-table-container {
    padding-left: 15px;
    padding-right: 15px
}

.customer_centre .create-order-container {
    padding-left: 15px;
    padding-right: 15px
}

.customer_centre .create-order-container .item-row .v-table .v-cell {
    padding: 5px 0
}

.customer_centre .create-order-container .item-row .v-table .v-cell.item-img-container .fa {
    font-size: 26px;
    color: #999
}

.customer_centre .table-striped {
    border: 1px solid #e2e2e2
}

.customer_centre .bs-style .table-striped>tbody>tr:nth-of-type(odd),
.customer_centre .table-striped>tbody>tr:nth-of-type(odd) {
    background: #f2f6fb
}

.content_main .content_main_section:nth-of-type(odd) {
    background-color: #f5f5f5 !important
}

.content_main .content_main_section:nth-of-type(even) {
    background-color: #fff !important
}

.content_main .content_main_section:nth-of-type(odd) .tp-image {
    border: 1px solid #e2e2e2
}

.fb-content-title {
    font-size: 20px;
    margin: 20px 0;
    padding: 0 15px
}

.visible-hg-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline-block {
    display: none !important
}

.bs-style .table>thead>tr>th {
    border-bottom: 1px solid #e2e2e2 !important
}

.fb-arrow-steps {
    display: table;
    display: flex;
    width: 100%;
    overflow: hidden;
    background: #ccc
}

.fb-arrow-step {
    flex: 1;
    position: relative;
    left: 0;
    display: table-cell;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 5px;
    vertical-align: middle;
    background: #ccc;
    color: #fff;
    font-size: 20px;
    text-align: center
}

.fb-arrow-step.active {
    background: #00b67a
}

.fb-arrow-step:after,
.fb-arrow-step:before {
    position: absolute;
    top: 0;
    right: -25px;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #ccc
}

.fb-arrow-step:last-child:after,
.fb-arrow-step:last-child:before {
    display: none
}

.fb-arrow-step:after {
    right: -27px;
    z-index: 1;
    border-left-color: #fff
}

.fb-arrow-step.active:before {
    border-left-color: #00b67a
}

.fb-step-content {
    display: none
}

.fb-step-content.active {
    display: block
}

.category-choice label {
    position: relative;
    white-space: nowrap;
    float: left;
    width: 31.3333%;
    margin: 1%;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    border: 3px solid #ccc;
    overflow: hidden;
    border-radius: 5px
}

.category-choice label.active {
    border-color: #00b67a !important
}

.category-choice label .fa-check {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1
}

.category-choice label.active .fa-check {
    display: block;
    font-size: 60px
}

.category-choice label .category-img-wrapper {
    position: relative
}

.category-choice .pick-a-category-img {
    display: block;
    background-size: 360px 300px;
    width: 120px;
    height: 75px;
    margin: 0 auto;
    transition: opacity .5s, transform .5s;
    background-repeat: no-repeat
}

.category-choice .pick-a-category-img1 {
    background-position: 0 0
}

.category-choice .pick-a-category-img2 {
    background-position: -120px 0
}

.category-choice .pick-a-category-img3 {
    background-position: -240px 0
}

.category-choice .pick-a-category-img4 {
    background-position: 0 -75px
}

.category-choice .pick-a-category-img5 {
    background-position: -120px -75px
}

.category-choice .pick-a-category-img6 {
    background-position: -240px -75px
}

.category-choice .pick-a-category-img7 {
    background-position: 0 -150px
}

.category-choice .pick-a-category-img8 {
    background-position: -120px -150px
}

.category-choice .pick-a-category-img9 {
    background-position: -240px -150px
}

.category-choice .pick-a-category-img10 {
    background-position: 0 -225px
}

.category-choice-6 .pick-a-category-img {
    background-size: 360px 150px
}

@media (max-width:1023px) {
    .category-choice label {
        font-size: 10px
    }

    .category-choice label .fb-checkbox-mark {
        display: none
    }
}

@media (min-width:1366px) {
    .category-choice label:hover {
        border-color: #8f8080
    }

    .category-choice .pick-a-category-img {
        width: 230px;
        height: 145px
    }

    .fb-modal-home {
        width: 980px
    }
}

@media (min-width:1366px) {
    .category-choice label:hover {
        border-color: #8f8080
    }

    .category-choice .pick-a-category-img {
        width: 230px;
        height: 145px
    }

    .fb-modal-home {
        width: 980px
    }
}

@media (min-width:1024px) {
    .fb-zoom-in {
        transition: all .5s ease
    }

    .fb-zoom-in:hover {
        transform: scale(1.04) !important
    }

    .fb-fade-out {
        transition: all .5s ease
    }

    .fb-fade-out:hover {
        opacity: .8
    }

    .container,
    .wrapper {}

    .product_row_over .product-img {
        transform: scale(1.05)
    }

    #right_column {
        height: 1403px
    }

    .content-section-gallery .spec_box_full {
        padding-right: 0
    }

    .content_main_section .spec_box .spec-array img {
        margin-left: 50px;
        margin-right: 50px
    }

    .fb-modal-large {
        width: 980px
    }

    .fb-modal-large .lead_form.step1 {
        margin-left: 40px
    }
}

@media (min-width:1221px) and (min-height:800px) {
    .visible-hg-inline-block {
        display: inline-block
    }

    .container,
    .wrapper {}

    .container-narrow {
        width: 980px
    }

    .boxes {
        padding-right: 260px
    }

    #right_column {
        width: 260px;
        height: 1510px
    }

    .tp-iframe-widget .reviews {
        padding: 0 15px
    }

    #headerimg {
        max-width: 1500px;
        max-height: 520px
    }

    .content-section-gallery .spec_box_full {
        padding-right: 0
    }

    .slideshow .slideshow-images {
        width: 840px;
        height: 524px
    }

    .slideshow .slideshow-thumbnails {
        width: 345px
    }

    .slideshow .slideshow-thumbnails .thumb-holder {
        width: 165px;
        height: 101px;
        background-size: 990px 101px
    }

    .slideshow .slideshow-thumbnails a:nth-child(1) .thumb-holder {
        background-position: 0 0
    }

    .slideshow .slideshow-thumbnails a:nth-child(2) .thumb-holder {
        background-position: -165px 0
    }

    .slideshow .slideshow-thumbnails a:nth-child(3) .thumb-holder {
        background-position: -330px 0
    }

    .slideshow .slideshow-thumbnails a:nth-child(4) .thumb-holder {
        background-position: -495px 0
    }

    .slideshow .slideshow-thumbnails a:nth-child(5) .thumb-holder {
        background-position: -660px 0
    }

    .slideshow .slideshow-thumbnails a:nth-child(6) .thumb-holder {
        background-position: -825px 0
    }

    .slideshow-8 .slideshow-images {
        width: 885px;
        height: 550px
    }

    .slideshow-8 .slideshow-thumbnails {
        width: 300px
    }

    .slideshow-8 .slideshow-thumbnails .thumb-holder {
        width: 144px;
        height: 88px;
        background-size: 1152px 88px
    }

    .slideshow-8 .slideshow-thumbnails a:nth-child(1) .thumb-holder {
        background-position: 0 0
    }

    .slideshow-8 .slideshow-thumbnails a:nth-child(2) .thumb-holder {
        background-position: -144px 0
    }

    .slideshow-8 .slideshow-thumbnails a:nth-child(3) .thumb-holder {
        background-position: -288px 0
    }

    .slideshow-8 .slideshow-thumbnails a:nth-child(4) .thumb-holder {
        background-position: -432px 0
    }

    .slideshow-8 .slideshow-thumbnails a:nth-child(5) .thumb-holder {
        background-position: -576px 0
    }

    .slideshow-8 .slideshow-thumbnails a:nth-child(6) .thumb-holder {
        background-position: -720px 0
    }

    .slideshow-8 .slideshow-thumbnails a:nth-child(7) .thumb-holder {
        background-position: -864px 0
    }

    .slideshow-8 .slideshow-thumbnails a:nth-child(8) .thumb-holder {
        background-position: -1008px 0
    }

    .slideshow-10 .slideshow-images {
        width: 925px;
        height: 562px
    }

    .slideshow-10 .slideshow-thumbnails {
        width: 260px
    }

    .slideshow-10 .slideshow-thumbnails .thumb-holder {
        width: 125px;
        height: 77px;
        background-size: 1250px 77px
    }

    .slideshow-10 .slideshow-thumbnails a:nth-child(1) .thumb-holder {
        background-position: 0 0
    }

    .slideshow-10 .slideshow-thumbnails a:nth-child(2) .thumb-holder {
        background-position: -125px 0
    }

    .slideshow-10 .slideshow-thumbnails a:nth-child(3) .thumb-holder {
        background-position: -250px 0
    }

    .slideshow-10 .slideshow-thumbnails a:nth-child(4) .thumb-holder {
        background-position: -375px 0
    }

    .slideshow-10 .slideshow-thumbnails a:nth-child(5) .thumb-holder {
        background-position: -500px 0
    }

    .slideshow-10 .slideshow-thumbnails a:nth-child(6) .thumb-holder {
        background-position: -625px 0
    }

    .slideshow-10 .slideshow-thumbnails a:nth-child(7) .thumb-holder {
        background-position: -750px 0
    }

    .slideshow-10 .slideshow-thumbnails a:nth-child(8) .thumb-holder {
        background-position: -875px 0
    }

    .slideshow-10 .slideshow-thumbnails a:nth-child(9) .thumb-holder {
        background-position: -1000px 0
    }

    .slideshow-10 .slideshow-thumbnails a:nth-child(10) .thumb-holder {
        background-position: -1125px 0
    }
}

@media (max-height:900px) {
    #headerimg {
        max-
    }

    #product_menu {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (max-width:1023px) {
    body {
        min-width: 600px;
        padding-top: 70px
    }

    .container {
        width: 600px;
        padding-right: 0;
        padding-left: 0
    }

    .hidden-mb,
    .hidden-md {
        display: none !important
    }

    .chart_responsive,
    .content_main img,
    .img_responsive {
        max-width: 100% !important;
        height: auto;
        margin-right: 0;
        margin-left: 0
    }

    .content_main .img_left img {
        max-width: inherit !important
    }

    .content_main table,
    .table_responsive {
        width: 100% !important;
        max-width: 100% !important
    }

    .content_main table td,
    .table_responsive td {
        padding-right: 0 !important;
        padding-left: 0 !important;
        word-break: break-word
    }

    .lang img {
        max-width: none
    }

    .container,
    .copyright,
    .wrapper {
        width: 600px;
        padding-right: 0;
        padding-left: 0
    }

    .product_table_lead_time {
        border-radius: 0 2px 2px 0
    }

    #product_menu {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .product-menu {
        position: relative;
        display: inline-block;
        margin-left: 30px
    }

    .product-menu.hover #product_menu_nav,
    .product-menu:hover #product_menu_nav {
        display: block
    }

    #product-menu-toggle {
        display: inline-block;
        font-size: 26px;
        padding: 10px;
        color: #428bca
    }

    #product_menu_nav {
        display: none;
        min-width: 180px;
        position: absolute;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        margin: 0;
        padding: 15px;
        box-shadow: 0 0 50px rgba(0, 0, 0, .3);
        border-radius: 2px
    }

    #product_menu_nav:before {
        display: inline-block
    }

    #product_menu_nav>li {
        float: none
    }

    #product_menu_nav>li>a {
        padding: 7px 10px
    }

    .content_main_section.stripe-white {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .header {
        padding: 15px 0;
        height: 70px
    }

    .header .logo {
        top: -15px;
        height: 70px
    }

    .header .logo .logo-image {
        height: 70px
    }

    .header .btn {
        margin-top: 0;
        margin-left: 0;
        font-size: 14px
    }

    #inner_header {
        right: 10px
    }

    #phone_header .fa,
    #phone_header .phone-text {
        display: none
    }

    #header_note {
        right: 0;
        left: 32%
    }

    #header_note h1 {
        font-size: 24px;
        line-height: 25px
    }

    #header_note .header_get_quote {
        margin: 0 10px;
        padding: 10px 17px;
        line-height: 15px;
        letter-spacing: 0
    }

    #header_note .header_get_quote .btn_quote_text1 {
        display: none
    }

    #header_note .header_get_quote .btn_quote_text2 {
        display: block
    }

    .christmas-note {
        font-size: 14px
    }

    .boxes {
        width: 600px;
        padding-right: 0
    }

    .homepage #right_column {
        position: relative;
        padding: 15px;
        height: auto !important;
        width: 49%;
        margin: 0 0 2%
    }

    .homepage .tp-iframe-heading {
        border: none
    }

    .homepage .tp-iframe-widget {
        display: none
    }

    .front_box {
        width: 170px;
        min-height: 144px;
        margin-right: 0;
        margin-left: 10px;
        padding-right: 0
    }

    .front_box:first-child {
        margin-left: 0
    }

    .front_box_inner_bottom {
        padding: 10px 10px 10px 0
    }

    .fp_col_panel,
    .fp_col_top {
        min-height: 270px
    }

    .fp_col_top {
        width: 49%;
        padding: 15px;
        border: 1px solid #e2e2e2;
        border-radius: 2px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .11)
    }

    .fp_col_left {
        width: 49%
    }

    .fp_col_right {
        width: 49%;
        margin: 0 0 2%
    }

    .fp_col_top .fp_col_left {
        width: 100%;
        min-width: inherit;
        margin: 0;
        max-height: 210px;
        overflow: hidden
    }

    .fp_col_top .fp_col_left .fp_col_title {
        margin-top: 12px
    }

    .fp_col_top .fp_col_left .fp_col_txt {
        display: none
    }

    .fp_col_top .fp_col_right {
        display: none;
        width: 200px;
        padding: 0;
        margin-right: 15px;
        margin-left: 0
    }

    .homepage .fp_col_txt_ticks .fp_col_txt_ticks_left {
        width: 100%
    }

    .homepage .fp_col_txt_ticks .fp_col_txt_ticks_right {
        width: 100%
    }

    .fp_col_title {
        font-size: 22px
    }

    .footer-copyright {
        margin: 20px 15px;
        font-size: 12px
    }

    .terNav {
        display: none !important
    }

    #product_big_button {
        right: 10px;
        width: auto
    }

    .content_main_detail {
        width: 100%
    }

    .spec_box {
        width: 270px;
        margin: 0;
        padding: 15px
    }

    .spec_box_full {
        width: 100%
    }

    .spec_box h1,
    .spec_box h2 {
        font-size: 16px
    }

    .fb-content-title {
        font-size: 16px;
        margin: 10px 0
    }

    .slideshow_wrapper {
        width: 100%
    }

    .slideshow .slideshow-images {
        width: 570px;
        height: 350px;
        margin: 0 0 10px
    }

    .slideshow .slideshow-thumbnails {
        width: 100%
    }

    .slideshow .slideshow-thumbnails a {
        width: 23%;
        margin: 1% 1%
    }

    .slideshow .slideshow-thumbnails a:before {
        display: none
    }

    .slideshow .slideshow-thumbnails img {
        width: 130px;
        height: 80px
    }

    .slideshow-8 .slideshow-thumbnails img {
        width: 115px;
        height: 71px
    }

    .slideshow-10 .slideshow-thumbnails a {
        width: 18%
    }

    .slideshow-10 .slideshow-thumbnails img {
        width: 100px;
        height: 62px
    }

    #accessory360 {
        width: 100%;
        padding: 10px 0
    }

    .case {
        padding: 15px
    }

    .case-date {
        display: none
    }

    .case-detail,
    .case-img {
        height: 380px
    }

    .case-link {
        float: none;
        display: inline-block
    }

    .case-detail {
        padding: 15px
    }

    .case-detail h3 {
        margin: 0 0 15px
    }

    .spec_box .capacity_list div {
        padding: 0
    }

    .spec_box .color-circle {
        width: 25px;
        height: 25px;
        margin-right: 5px
    }

    .spec_box .pantone_img img {
        margin-bottom: 0
    }

    .spec_box .pantone_img_text {
        width: auto
    }

    .spec_box .spec_box_img,
    .spec_box img {
        float: none;
        display: block;
        max-width: 100%;
        height: auto
    }

    .spec_box .tp-image {
        float: none
    }

    .header-image,
    .header-image-left,
    .header-image-right {
        height: 153px
    }

    .header-image {
        width: 600px;
        background-size: 600px 153px
    }

    .header-image-left,
    .header-image-right {
        width: 496px;
        left: -496px;
        background-size: 496px 153px
    }

    .header-image-right {
        left: 1096px
    }

    .header_note_jobs {
        width: 60%;
        top: 10px;
        left: 10px;
        font-size: 14px
    }

    .factory_image,
    .factory_image_l,
    .factory_image_r {
        display: none
    }

    .login_note {
        padding: 0 10px 30px
    }

    .login_box {
        width: 46%;
        min-height: 260px;
        margin: 0 2% 5%;
        padding: 15px
    }

    .login_box_r {
        float: right
    }

    .content_head {
        height: auto
    }

    .content_head:after,
    .content_head:before {
        content: ' ';
        display: table
    }

    .content_head:after {
        clear: both
    }

    .content_head h2 {
        line-height: inherit
    }

    .content_head h2 a {
        line-height: inherit
    }

    .content_head_nav {
        margin-left: 15px
    }

    .content_head_nav a {
        line-height: inherit
    }

    .content_main .compare {
        left: 0;
        padding-left: 20px
    }

    .content_main .compare span {
        float: right;
        padding-left: 0;
        margin-right: 20px
    }

    .navigation {
        transition: inherit
    }

    .navigation ul li a {
        padding: 10px 5px
    }

    .navigation ul li a:hover {
        background: inherit;
        color: inherit
    }

    .navigation ul li .image_dropdown {
        display: none !important
    }

    .navigation .menu-mobile {
        display: block;
        margin-left: 10px
    }

    .navigation .menu-mobile>ul:before {
        position: absolute;
        top: -16px;
        left: 15px;
        content: '';
        width: 0;
        height: 0;
        line-height: 0;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #fff;
        font-size: 0
    }

    .navigation .menu-mobile>ul>li>ul {
        padding-left: 15px;
        position: relative;
        left: 0;
        top: 0;
        border: none;
        box-shadow: none
    }

    .navigation .menu-mobile>ul>li>a>.sublevel {
        font-weight: 700
    }

    .navigation .menu-mobile>ul>li>ul {
        display: block
    }

    .navigation .menu-mobile .fa-bars {
        font-size: 30px
    }

    .navigation .lang a {
        padding-right: 15px
    }

    .tk {
        padding: 0 15px
    }

    .tk-note {
        font-size: 24px;
        line-height: 26px;
        padding: 30px 0
    }

    #lead_time td {
        padding: 0
    }

    #lead_time .working_days {
        width: 80px
    }

    #lead_time .actual_days {
        width: 150px
    }

    .twipsy {
        display: none !important
    }

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

    .fb-modal {
        width: 600px
    }

    .fb-modal .product_choice div {
        width: 20%
    }
}

@media (max-width:800px) {
    #header_note {
        top: 5%;
        left: 38%
    }

    #header_note h1 {
        font-size: 22px;
        line-height: 20px
    }

    #header_note .header_get_quote {
        padding: 9px 15px;
        line-height: 14px
    }
}

@media (max-width:600px) {

    .hidden-mobile,
    .hidden-xs {
        display: none !important
    }

    .visible-xs,
    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }

    body {
        min-width: 450px;
        padding-top: 70px
    }

    .container,
    .copyright,
    .product_table,
    .wrapper {
        width: 450px
    }

    .homepage .header-image-left,
    .homepage .header-image-right {
        display: none
    }

    .header .btn {
        margin-right: 10px
    }

    .header .logo .logo-image,
    .header.fix .logo .logo-image {
        height: 60px;
        margin-top: 5px;
        margin-left: 0
    }

    #inner_header a {
        color: #428bca
    }

    #inner_header .phone-num {
        display: none
    }

    #inner_header .phone-num-s {
        display: block;
        font-size: 18px;
        font-weight: 700
    }

    .navigation ul li {
        margin-left: 5px;
        margin-right: 5px
    }

    .navigation ul li.my-account ul {
        right: 0;
        left: auto
    }

    .homepage #headerimg {
        border-bottom: 1px solid #eee
    }

    .homepage #headerimg:after {
        padding-top: 62%
    }

    .homepage #header_note {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding-left: 15px;
        padding-right: 15px
    }

    .homepage #header_note h1 {
        font-size: 20px;
        line-height: 30px
    }

    .homepage #header_note .header_get_quote {
        padding: 15px 20px;
        vertical-align: text-bottom
    }

    .homepage .header.fix.done .btn_quote_home {
        display: block
    }

    .homepage .boxes {
        width: 100%
    }

    .homepage .fp_col_panel,
    .homepage .fp_col_top {
        min-height: 200px;
        box-shadow: none;
        border: none;
        border-radius: 0
    }

    .homepage .fp_col_top {
        width: 100%;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border: none;
        border-radius: 0
    }

    .homepage .fp_col_top .fp_col_left {
        width: 100%
    }

    .homepage .fp_col_top .fp_col_left .fp_col_txt {
        display: none
    }

    .homepage .fp_col_10,
    .homepage .fp_col_2,
    .homepage .fp_col_6,
    .homepage .fp_col_7,
    .homepage .fp_col_9 {
        display: none
    }

    .homepage .fp_col_left,
    .homepage .fp_col_right {
        width: 100%;
        max-height: inherit;
        margin: 0;
        padding: 25px 15px;
        border-top: 1px solid #e2e2e2
    }

    .homepage .fp_col_txt_ticks .fp_col_txt_ticks_left {
        width: 50%
    }

    .homepage .fp_col_txt_ticks .fp_col_txt_ticks_right {
        width: 50%
    }

    .reviews-rating {
        display: none
    }

    .homepage #right_column {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        border-top: 1px solid #e2e2e2
    }

    .homepage .tp-iframe-widget {
        display: none
    }

    .header-image,
    .header-image-left,
    .header-image-right {
        height: 115px
    }

    .header-image {
        width: 450px;
        background-size: 450px 115px
    }

    .header-image-left,
    .header-image-right {
        width: 370px;
        left: -370px;
        background-size: 370px 115px
    }

    .header-image-right {
        left: 820px
    }

    .bottom .columns {
        width: 33.33%
    }

    .bottom .follow_us {
        width: 100%
    }

    .bottom .follow_us ul {
        display: flex;
        justify-content: space-between
    }

    .bottom .follow_us li {
        text-align: center
    }

    .bottom .follow_us li>a {
        display: flex;
        flex-direction: column
    }

    .bottom .follow_us .fa {
        font-size: 36px
    }

    #products:hover ul {
        display: none
    }

    .spec_box {
        width: 100%;
        min-height: initial;
        padding-top: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #e2e2e2;
        text-align: center
    }

    .spec_box .spec_box_img,
    .spec_box img {
        margin: 0 auto
    }

    .spec_box_branding {
        padding-top: 15px
    }

    .case-body p {
        margin: 0 0 5px
    }

    .case-detail,
    .case-img {
        height: 280px
    }

    .case-detail {
        padding: 10px;
        font-size: 12px
    }

    .case-detail h3 {
        margin: 0 0 5px
    }

    #player {
        margin-left: 2px
    }

    .spec_box .color-circles {
        margin-top: 0
    }

    .content_main_section.stripe-grey,
    .content_main_section.stripe-white {
        padding-top: 0;
        padding-bottom: 0
    }

    .content_main_section .spec_box {
        padding-top: 15px !important;
        padding-bottom: 15px;
        text-align: left;
        border: none
    }

    .slideshow .slideshow-images {
        width: 420px;
        height: 286px;
        border: none
    }

    .slideshow .slideshow-thumbnails a {
        width: 31%
    }

    .slideshow-10 .slideshow-thumbnails a {
        width: 23%
    }

    .login_box {
        margin: 0 auto 20px;
        width: 430px;
        height: auto;
        float: none;
        text-align: center
    }

    .login_box_r {
        float: none
    }

    .login_box h1 {
        border: none
    }

    .content_main .compare {
        left: 0;
        padding-left: 20px
    }

    .content_main .compare span {
        float: right;
        padding-left: 0;
        margin-right: 20px
    }

    .tk-note {
        font-size: 20px;
        line-height: 22px;
        padding: 20px 0
    }

    #gmap {
        float: none;
        width: auto;
        margin: 0
    }

    .fb-modal {
        width: 450px
    }

    .product-heading {
        position: relative;
        margin-bottom: 30px !important
    }

    .product-heading .btn {
        position: absolute;
        top: -10px;
        right: 0
    }

    .copyright-left,
    .copyright-right {
        float: none
    }

    .fb-modal .fb-modal-body .field .fa-check {
        display: none
    }

    .fb-modal .fb-modal-body .field,
    .fb-modal .fb-modal-body .field .btn,
    .fb-modal .fb-modal-body .field input,
    .fb-modal .fb-modal-body .field select {
        width: 100% !important;
        height: auto;
        line-height: 1.5;
        font-size: 16px
    }

    .fb-modal-large .fb-modal-head {
        text-align: center
    }
}

@media (max-width:450px) {
    .flashbox {
        left: 0 !important;
        top: 0
    }

    .flashbox .form-group {
        margin-bottom: 10px
    }

    .fb-modal {
        padding: 15px
    }
}

.product-header .product-header-inner {
    float: left;
    display: none
}

@media (min-width:1340px) {
    .product-header.fix .logo {
        display: none
    }

    .product-header.fix .product-header-inner {
        display: inline-block;
        height: 40px;
        margin-top: -15px;
        margin-left: -70px
    }

    .product-header.fix .product-header-inner .product-image {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        height: 70px;
        margin-right: 10px
    }

    .product-header.fix .product-header-inner .product-title {
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
        font-size: 16px
    }
}

.fb-package {
    position: relative;
    max-width: 980px;
    height: 280px;
    margin: 0 auto;
    text-align: center
}

.fb-package .fb-package-text {
    width: 20%;
    display: table;
    position: absolute;
    bottom: -10px;
    height: 44px
}

.fb-package .fb-package-text>span {
    display: table-cell;
    vertical-align: middle
}

.fb-package-2 .text1 {
    left: 0
}

.fb-package-2 .text2 {
    left: 25%
}

.fb-package-3 .text1 {
    left: 0
}

.fb-package-3 .text2 {
    left: 24%
}

.fb-package-3 .text3 {
    left: 52%
}

.fb-package-3.fb-package-straw .text1 {
    left: 16%
}

.fb-package-3.fb-package-straw .text2 {
    left: 40%
}

.fb-package-3.fb-package-straw .text3 {
    left: 65%
}

.fb-package-4 .text1 {
    left: 2%
}

.fb-package-4 .text2 {
    left: 30%
}

.fb-package-4 .text3 {
    left: 48%
}

.fb-package-4 .text4 {
    left: 75%
}

.fb-package-4.fb-package-speaker .text1 {
    left: 0
}

.fb-package-4.fb-package-powerbank .text2 {
    left: 25%
}

.fb-package-4.fb-package-earphones .text3 {
    left: 53%
}

.fb-package-4.fb-package-travel-charger .text1 {
    left: -2%
}

.fb-package-4.fb-package-travel-charger .text2 {
    left: 21%
}

.fb-package-4.fb-package-inductive-charger .text2 {
    left: 26%
}

.fb-package-4.fb-package-gift-set .text1 {
    width: 35%;
    max-width: 380px
}

.fb-package-4.fb-package-gift-set .text2 {
    left: 41%
}

.fb-package-4.fb-package-gift-set .text3 {
    left: 53.5%
}

.fb-package-5 .text1 {
    left: 2%
}

.fb-package-5 .text2 {
    left: 20%
}

.fb-package-5 .text3 {
    left: 35%
}

.fb-package-5 .text4 {
    left: 50%
}

.fb-package-5 .text5 {
    left: 75%
}

@media (min-width:1221px) and (min-height:800px) {
    .fb-package {
        position: relative;
        max-;
        height: 310px;
        margin: 0 auto;
        text-align: center
    }
}

@media (max-width:1023px) {
    .fb-package {
        width: 100%;
        height: auto
    }

    .fb-package .fb-package-text {
        display: none !important
    }
}

.fb-panel {
    min-height: auto;
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .11);
    text-align: center;
    text-decoration: none !important
}

@media (min-width:1024px) {

    .fb-panel,
    .fp_col_panel {
        border-radius: 15px
    }
}

.fb-panel-heading {
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    border: none
}

.fb-panel-heading.fb-sticky-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    margin: 0;
    background: #aaa;
    color: #fff;
    transition: all .5s ease
}

.fb-panel:hover .fb-sticky-bottom {
    background: gray
}

@media (max-width:600px) {
    .fb-panel {
        border: none !important
    }
}

.w3w {
    background: url(../images/w3w.png) no-repeat;
    background-size: 13px 13px;
    padding-left: 20px
}

a.w3w {
    color: inherit;
    text-decoration: none !important
}

a.w3w:hover {
    color: inherit
}

.w3w-container {
    position: relative;
    display: inline-block;
    margin-top: 14px
}

.own-design {
    position: absolute
}

.own-design.top-left {
    top: 15px;
    left: 15px
}

.own-design.top-right {
    top: 15px;
    right: 15px
}

.own-design.bottom-left {
    bottom: 15px;
    left: 15px
}

.own-design.bottom-right {
    bottom: 15px;
    right: 15px
}

.own-design .own-design-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all .25s ease
}

.own-design .own-design-logo:hover {
    transform: rotate(360deg)
}

.own-design .twipsy .twipsy-inner {
    width: 450px;
    text-align: left;
    line-height: 22px;
    padding: 0 15px;
    border: none
}

.own-design .own-design-tooltip-header {
    background: #00b67a;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 16px
}

.own-design .twipsy-img {
    text-align: right
}

.own-design .twipsy {
    padding: 10px 0;
    transform: translateX(0)
}

.own-design.top-left .twipsy {
    left: 0;
    right: auto
}

.own-design.top-right .twipsy {
    left: auto;
    right: 0
}

.own-design.bottom-left .twipsy {
    left: 0;
    right: auto;
    top: auto;
    bottom: 100%
}

.own-design.bottom-right .twipsy {
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%
}

.own-design .twipsy .twipsy-arrow {
    border-width: 10px;
    border-style: solid;
    margin-left: 0
}

.own-design.top-left .twipsy .twipsy-arrow,
.own-design.top-right .twipsy .twipsy-arrow {
    top: -9px;
    border-top-color: transparent;
    border-bottom-color: #00b67a
}

.own-design.bottom-left .twipsy .twipsy-arrow,
.own-design.bottom-right .twipsy .twipsy-arrow {
    top: auto;
    bottom: -9px;
    border-bottom-color: transparent;
    border-top-color: #00b67a
}

.own-design.top-left .twipsy .twipsy-arrow {
    left: 20px;
    right: auto
}

.own-design.top-right .twipsy .twipsy-arrow {
    right: 20px;
    left: auto
}

.own-design.bottom-left .twipsy .twipsy-arrow {
    left: 20px;
    right: auto
}

.own-design.bottom-right .twipsy .twipsy-arrow {
    right: 20px;
    left: auto
}

.own-design.bottom-left .twipsy .twipsy-inner,
.own-design.bottom-right .twipsy .twipsy-inner {
    padding-bottom: 40px;
    padding-top: 1px
}

.own-design.bottom-left .own-design-tooltip-header,
.own-design.bottom-right .own-design-tooltip-header {
    position: absolute;
    bottom: 10px;
    width: 100%
}

@media (max-width:1023px) {
    .own-design {
        display: none
    }

    .own-design.bottom-left,
    .own-design.top-left {
        left: 20%
    }

    .own-design.bottom-right,
    .own-design.top-right {
        right: 20%
    }
}

.fb-shopping-cart-icon .fa-shopping-cart {
    font-size: 20px;
    color: #a32035
}

.fb-shopping-cart-icon .fb-cart-item-num {
    position: absolute;
    top: -6px;
    right: -7px;
    background: #a32035;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif
}

.fb-shopping-cart-icon .tooltip {
    position: absolute !important
}

.fb-shopping-cart-icon .tooltip .tooltip-arrow {
    top: 0 !important;
    border-bottom-color: #e2e2e2 !important
}

.fb-shopping-cart-icon .tooltip .tooltip-inner {
    text-transform: none;
    font-size: 12px !important;
    color: #000;
    background-color: #fff !important;
    width: 580px;
    max-width: 98%;
    opacity: 1;
    font-weight: 400;
    border: 1px solid #e2e2e2;
    border-radius: 2px
}

.fb-shopping-cart-icon .tooltip .tooltip-inner table {
    margin-bottom: 0
}

.fb-shopping-cart-icon .tooltip .tooltip-inner table .fb-item-total-txt {
    text-align: right
}

.fb-shopping-cart-icon .tooltip .tooltip-inner table td,
.fb-shopping-cart-icon .tooltip .tooltip-inner table th {
    padding: 2px !important;
    vertical-align: middle
}

.fb-shopping-cart-icon .tooltip .tooltip-inner table td {
    border-top: 1px solid #e2e2e2
}

.fb-shopping-cart-icon .tooltip .tooltip-inner .fb-item-detail-prefix .fb-main-thumbnail,
.fb-shopping-cart-icon .tooltip .tooltip-inner .fb-item-detail-prefix .fb-thumbnail {
    width: 25px !important;
    height: auto !important
}

.fb-shopping-cart-icon .tooltip .tooltip-inner .fb-cart-item-row .fa {
    font-size: 16px
}

.fb-shopping-cart-icon .tooltip .tooltip-inner .fb-cart-item-row .fb-cart-item-desc .fb-item-branding-details,
.fb-shopping-cart-icon .tooltip .tooltip-inner .fb-cart-item-row .fb-cart-item-desc .fb-item-title {
    font-size: 11px
}

.fb-shopping-cart-icon .tooltip .tooltip-inner .fb-cart-item-row .fb-cart-item-desc .fb-item-branding-details {
    font-weight: 400
}

.fb-shopping-cart-icon .tooltip .tooltip-inner .fb-cart-list {
    border: none
}

.fb-shopping-cart-icon .tooltip .tooltip-inner .fb-cart-list .fb-cart-item-row td:nth-child(2) {
    text-align: left
}

.fb-shopping-cart-icon .tooltip .tooltip-inner .fb-cart-list .fb-item-total {
    display: none
}

.fb-shopping-cart-icon .tooltip .tooltip-inner .fb-cart-list .fb-item-title {
    font-weight: 700
}

.navigation .fb-shopping-cart-icon .fa-shopping-cart {
    color: #fff;
    font-size: 16px
}

.navigation .fb-shopping-cart-icon>a {
    padding-top: 9px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 6px;
    height: 40px;
    overflow: hidden
}

.navigation .fb-shopping-cart-icon .fb-cart-item-num {
    background: #fff;
    color: #a32035
}

.fb-shopping-cart-icon .tooltip .tooltip-inner .fb-cart-list .fb-cart-item-desc a {
    display: inline-block;
    padding-left: 2px
}

.fb-shopping-cart-icon .tooltip .tooltip-inner .fb-cart-list .fb-cart-item-desc .fa {
    font-size: 11px;
    color: #ccc
}

.header .fb-shopping-cart-icon>a {
    float: right;
    padding: 8px 14px
}

.tooltip a.fb-item-hvp-chosen {
    display: inline;
    color: #337ab7;
    padding: 0
}

.tooltip .fb-cart-item-row .fa {
    color: #00b67a
}

@media (max-width:768px) {
    .fb-shopping-cart-icon {
        display: none
    }
}

.nav-menu-image {
    display: inline-block
}

.nav-menu-image-large {
    width: 100%;
    height: 100%;
    background-color: #fff
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

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

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

.shake {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: shake
}

input[name=aaa] {
    display: none !important
}

.product-table-header {
    display: none;
    padding: 10px;
    color: #0067d3;
    text-align: center
}

.product-table-header-item {
    width: 33.3333%;
    float: left
}

.product-table-header-note {
    display: none;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.product_table .product_table_lead_time_text {
    display: none
}

@media (max-width:1023px) {
    .product_table tbody {
        display: flex;
        flex-wrap: wrap
    }

    .product-table-header,
    .product_table,
    .product_table td,
    .product_table tr {
        display: block
    }

    .product_table .product-more,
    .product_table .product-name,
    .product_table .product_table_material,
    .product_table thead {
        display: none
    }

    .product_table tbody .product_table_lead_time {
        width: auto;
        padding: 0;
        text-align: center;
        font-size: 14px;
        margin-top: 5px
    }

    .product_table tbody .product_table_lead_time>span {
        font-size: 14px
    }

    .product_table .product_table_lead_time_text {
        display: inline
    }

    .product_table .product_row,
    .product_table .product_row_over {
        float: left;
        width: 48%;
        height: auto;
        margin: 1%;
        padding: 10px;
        text-align: center;
        border: 1px solid #e2e2e2;
        border-radius: 2px
    }

    .product_table .product-img {
        display: inline-block;
        max-width: 100%;
        width: 100%;
        height: auto
    }

    .product_table .product_table_name {
        margin-bottom: 10px;
        width: auto
    }

    .product_table .capacity_list,
    .product_table .product_swatch,
    .product_table .product_table_capacities,
    .product_table .product_table_colors {
        width: auto;
        padding: 0
    }

    .product_table .color-circle {
        margin: 0 3px 3px 0
    }

    .product-lister-header h1 {
        text-align: center
    }

    .product_table .product_swatch {
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap
    }
}

.fb-steps-item {
    width: 33.3333%;
    float: left;
    text-align: center;
    position: relative
}

.fb-steps-item-finish,
.fb-steps-item-process {
    color: #00b67a
}

.fb-steps-item-wait {
    color: #999
}

.fb-steps-item-icon {
    font-size: 60px;
    display: inline-block
}

.fb-steps-item-content {
    font-weight: 700;
    margin-left: 5px
}

.fb-steps-item-content small {
    font-weight: 400;
    font-size: 14px
}

.fb-steps-item-tail {
    position: absolute;
    top: 40px;
    left: 40px;
    padding: 0 60px;
    width: 100%;
    height: 2px
}

.fb-steps-item-tail:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px
}

.fb-steps-item-finish .fb-steps-item-tail:after {
    background: #00b67a
}

.fb-steps-item-process .fb-steps-item-tail:after {
    background: #999
}

@media (max-width:1023px) {
    .fb-steps-item-content {
        font-size: 10px
    }

    .fb-steps-item-content small {
        display: none
    }
}

.fb-steps-horizontal .fb-steps-item {
    display: flex;
    align-items: center;
    text-align: left
}

.covid-banner {
    background: #02a3b7;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 15px 0
}

.covid-banner .container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 980px
}

@media (max-width:600px) {
    .covid-banner {
        font-size: 14px
    }
}

.grid-lister-filter-button-wrapper {
    padding-left: 15px;
    margin-bottom: 0
}

.grid-lister-filter-button-wrapper li {
    float: left;
    display: block;
    padding: 8px 10px;
    margin-right: 15px;
    margin-bottom: 15px
}

.grid-lister-filter-button-wrapper li:hover {
    background: #555;
    color: #fff
}

.grid-lister-filter-button-wrapper .grid-lister-filter-button {
    cursor: pointer;
    border-radius: 5px;
    background: #f5f5f5
}

.grid-lister-filter-button-wrapper .grid-lister-filter-button.active {
    background: #a32035;
    color: #fff
}

.unset-link-style {
    color: inherit !important;
    text-decoration: none !important
}

.fb-product-lister {
    display: flex;
    flex-wrap: wrap
}

.fb-product-item {
    display: block;
    padding: 15px;
    flex-basis: 33.33%;
    color: inherit
}

.fb-product-item:active,
.fb-product-item:hover,
.fb-product-item:visited {
    color: inherit;
    text-decoration: none
}

.fb-product-item-inner {
    position: relative
}

.fb-product-item-body {
    border-radius: 0 0 10px 10px;
    transition: all .5s ease
}

.fb-product-item-row {
    display: flex;
    padding: 5px;
    position: relative;
    align-items: flex-start
}

.fb-product-item-tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 3px 3px;
    background: #f5f5f5;
    font-size: 10px;
    font-weight: lighter;
    border-radius: 2px;
    color: #000;
    margin-top: 0
}

.fb-product-item-img-wrapper {
    overflow: hidden;
    display: block;
    line-height: 0;
    border-radius: 10px 10px 0 0
}

.fb-product-item-img {
    width: 100%;
    height: auto
}

.fb-product-item-name {
    font-size: 25px;
    font-weight: 700
}

.fb-product-item-leadtime {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    margin-left: auto
}

.fb-product-item-leadtime span {
    font-size: 18px;
    margin-left: 3px
}

.fb-product-item-size {
    margin-left: 15px
}

.fb-product-item-branding {
    font-size: 10.5px;
    font-weight: 400;
    text-decoration: overline;
    margin-right: 10px;
    padding-right: 5px;
    cursor: default
}

.fb-product-item-branding-row .branding-method-name {
    font-weight: 700;
    margin: 0
}

.fb-product-item-branding-row .branding-method-desc {
    margin: 0
}

.fb-product-item-branding-row .twipsy-inner {
    cursor: default
}

.fb-product-item .color-circle,
.fb-product-item .color-clear:before {
    width: 18px;
    height: 18px;
    border: 0
}

.fb-product-item-row .loading-style {
    display: block;
    width: 100%;
    height: 185px
}

@media (max-width:1023px) {
    .fb-product-item {
        padding: 15px;
        flex-basis: 50%
    }
}

@media (max-width:600px) {
    .fb-product-item {
        padding: 15px;
        flex-basis: 100%
    }

    .fb-product-item-inner {
        border-radius: 10px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .11)
    }
}

@media (min-width:1024px) {
    .fb-product-item:hover .fb-product-item-body {
        background: #efefef
    }
}

.transition {
    transition: all .5s ease
}

.hover\:scale:hover {
    transform: scale(1.03)
}

.new-header {
    overflow: hidden;
    position: relative;
    margin: 0 auto
}

.new-header-image {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%
}

@media (min-width:1300px) {
    .new-header {
        max-width: 1300px
    }

    .new-header-image {
        height: 450px
    }
}

@media (min-width:1500px) {
    .new-header {
        max-width: 1500px
    }

    .new-header-image {
        height: 520px
    }
}

@media (min-) and (max-height:900px) {
    .new-header {
        max-
    }

    .new-header-image {
        height: 415px
    }
}

.new-twipsy .twipsy-inner {
    width: 450px;
    text-align: left;
    line-height: 22px;
    padding: 15px;
    border: none
}

.new-twipsy .twipsy-header {
    background: #00b67a;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 16px
}

.new-twipsy .twipsy-arrow {
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    margin-left: 0
}

.new-twipsy {
    padding: 10px 0;
    transform: translateX(0)
}

.new-twipsy.top-left {
    left: 0;
    right: auto
}

.new-twipsy.top-right {
    left: auto;
    right: 0
}

.new-twipsy.bottom-left {
    left: 0;
    right: auto;
    top: auto;
    bottom: 100%
}

.new-twipsy.bottom-right {
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%
}

.new-twipsy.top-left .twipsy-arrow,
.new-twipsy.top-right .twipsy-arrow {
    top: -9px;
    border-bottom-color: #00b67a
}

.new-twipsy.bottom-left .twipsy-arrow,
.new-twipsy.bottom-right .twipsy-arrow {
    top: auto;
    bottom: -9px;
    border-top-color: #00b67a
}

.new-twipsy.top-left .twipsy-arrow {
    left: 20px;
    right: auto
}

.new-twipsy.top-right .twipsy-arrow {
    right: 20px;
    left: auto
}

.new-twipsy.bottom-left .twipsy-arrow {
    left: 20px;
    right: auto
}

.new-twipsy.bottom-right .twipsy-arrow {
    right: 20px;
    left: auto
}

.new-twipsy.bottom-left .twipsy-inner,
.new-twipsy.bottom-right .twipsy-inner {
    padding-bottom: 50px
}

.new-twipsy.bottom-left .twipsy-header,
.new-twipsy.bottom-right .twipsy-header {
    position: absolute;
    bottom: 10px;
    width: 100%
}

.branding-method-box {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 2px;
    overflow: hidden;
    vertical-align: middle
}

.branding-method-box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.branding-method-box.branding-method-enl {
    background: #609db4
}

.branding-method-box.branding-method-spr {
    background: #b3c768
}

.branding-method-box.branding-method-emb {
    background: #d23f12
}

.branding-method-box.branding-method-emr {
    background: #073ca5
}

.branding-method-box.branding-method-in {
    background: #555
}

.branding-method-box.branding-method-emb .branding-method-icon {
    margin-top: -6px
}

.branding-method-box.branding-method-dpr {
    background: #117bde
}

.branding-method-box .branding-method-label {
    padding: 8px 0 0 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    text-shadow: 0 1px 1px #666;
    text-transform: uppercase;
    height: 36px
}

.branding-method-box .branding-method-icon {
    margin-top: 5px;
    color: #fff;
    font-size: 30px;
    text-shadow: 0 1px 1px #666;
    text-align: center
}

.branding-method-box .branding-method-icon .fa,
.branding-method-box .branding-method-icon .fas {
    top: inherit;
    color: #fff;
    font-size: 30px
}

.branding-method-icon-text1 {
    font-size: 22px;
    display: inline-block;
    position: relative;
    right: -3px;
    top: -5px
}

.branding-method-icon-text1>span:nth-child(2) {
    padding-left: 2px
}

.branding-method-icon-text2 {
    font-size: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8)
}

.branding-method-box .photo-printing-colors {
    height: 44px;
    padding-top: 7px
}

.branding-method-box .photo-printing-colors div {
    display: inline-block;
    float: left;
    width: 25%;
    height: 100%
}

.branding-method-box .photo-printing-colors div:nth-child(1) {
    background-color: #1ed0c6;
    border-top-left-radius: 2px
}

.branding-method-box .photo-printing-colors div:nth-child(2) {
    background-color: #f504d0
}

.branding-method-box .photo-printing-colors div:nth-child(3) {
    background-color: #fff32b
}

.branding-method-box .photo-printing-colors div:nth-child(4) {
    background-color: #000;
    border-top-right-radius: 2px
}

.branding-method-box.branding-method-box-large {
    width: 120px;
    height: 120px
}

.branding-method-box-large .branding-method-label {
    padding: 8px 5px 0 5px;
    font-size: 14px
}

.branding-method-box-large .branding-method-icon-text1 {
    top: -15px
}

.branding-method-box-large .branding-method-icon-text2 {
    font-size: 12px;
    bottom: 20px
}

.branding-method-box-large .photo-printing-colors {
    height: 84px
}

.branding-method-box-large .branding-method-icon .fa {
    font-size: 60px
}

.branding-method-box-large .branding-method-icon .fas {
    font-size: 50px
}

.branding-method-box.branding-method-box-mini {
    width: 32px;
    height: 32px
}

.branding-method-box.branding-method-box-mini .branding-method-icon .fa,
.branding-method-box.branding-method-box-mini .branding-method-icon .fas {
    top: inherit;
    color: #fff;
    font-size: 23px
}

.branding-method-box.branding-method-box-mini .branding-method-icon {
    margin-top: 4px;
    font-size: 23px
}

.branding-method-box.branding-method-box-mini.branding-method-dpr .branding-method-icon {
    margin-top: 0
}

.branding-method-box.branding-method-box-mini .photo-printing-colors {
    height: 18px;
    padding-top: 0
}

.branding-method-box {
    position: relative;
    overflow: visible
}

.branding-method-box:hover .twipsy {
    display: block
}

.branding-method-box .branding-method-video-container {
    float: left;
    margin: 5px 10px 0 0;
    position: relative;
    height: 100px
}

.branding-method-box .branding-method-video-loading {
    position: absolute;
    left: 80px;
    top: 35px
}

.branding-method-box.branding-method-box-mini .twipsy .twipsy-inner {
    width: auto;
    white-space: nowrap
}

.branding-method-box.has-video .twipsy .twipsy-inner {
    padding: 5px 10px;
    text-align: left
}

.branding-method-box.has-video .twipsy .twipsy-inner p {
    margin: 0
}

.branding-method-box.has-video .twipsy .twipsy-inner h4 {
    margin: 0
}

.branding-method-box.branding-method-box-mini .branding-method-name,
.branding-method-label-single-in {
    font-weight: 700;
    margin: 0
}

.branding-method-box.branding-method-box-mini .branding-method-desc,
.branding-method-desc-single-in {
    margin: 0
}

.branding-method-video-loading,
.branding-method-video-container video {
    display: none;
}

.content_services .row {
    margin: 0 !important;
}

.container h2 {
    font-size: 20px;
    color: #555;
    padding: 0;
    margin: 0 0 20px 0;
    background: 0 0;
    border-bottom: none
}

.spec_box ul {
    padding: 0 0 0 14px;
    margin: 0
}

.spec_box .spec_box_img {
    width: 150px;
    float: left;
    margin-right: 10px;
    max-width: 100%
}

.spec_box .spec_box_text {
    overflow: auto
}

.spec-box img {
    float: left;
}

.spec-box h3 {
    font-size: 18px;
}

.card-item {
    min-height: 270px;
}

.cards .card-item a .card-item-block .card-item-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 任意の行数を指定 */
    text-overflow: ellipsis;
}