/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@media print {
    *, *::before, *::after, p::first-letter, div::first-letter, blockquote::first-letter, li::first-letter, p::first-line, div::first-line, blockquote::first-line, li::first-line {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    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
    }

    .navbar {
        display: none
    }

    .badge {
        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
    }
}

html {
    box-sizing: border-box;
    font-family: "Raleway",Arial,sans-serif;
    font-size: 18.28px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

*, *::before, *::after {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

body {
    margin: 0;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: bold
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #162c49;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #3465a4;
        text-decoration: none
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

a, area, button, [role="button"], input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #999;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

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="radio"]:disabled, input[type="checkbox"]:disabled {
        cursor: not-allowed
    }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: inherit
}

h1, .h1 {
    font-size: 2.5rem
}

h2, .h2 {
    font-size: 2rem
}

h3, .h3 {
    font-size: 1.75rem
}

h4, .h4 {
    font-size: 1.25rem
}

h5, .h5 {
    font-size: 1rem
}

h6, .h6 {
    font-size: .875rem
}

.lead {
    font-size: 1rem;
    font-weight: 300
}

.display-1 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1)
}

small, .small {
    font-size: 90%;
    font-weight: normal
}

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: 5px
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.09375rem;
    border-left: .25rem solid #eceeef
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #999
}

    .blockquote-footer::before {
        content: "\2014 \00A0"
    }

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: .25rem solid #eceeef;
    border-left: 0
}

    .blockquote-reverse .blockquote-footer::before {
        content: ""
    }

    .blockquote-reverse .blockquote-footer::after {
        content: "\00A0 \2014"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 2px rgba(0,0,0,0.075);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #999
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: .25rem
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #292b2c;
    border-radius: .2rem;
    box-shadow: inset 0 -0.1rem 0 rgba(0,0,0,0.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none
    }

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #292b2c
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1340px;
        max-width: 100%
    }
}

.container-fluid {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-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 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 576px) {
    .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-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-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 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 768px) {
    .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-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-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 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 992px) {
    .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-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-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 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width: 1200px) {
    .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-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-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 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.33333%
}

.pull-2 {
    right: 16.66667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.33333%
}

.pull-5 {
    right: 41.66667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.33333%
}

.pull-8 {
    right: 66.66667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.33333%
}

.pull-11 {
    right: 91.66667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.33333%
}

.push-2 {
    left: 16.66667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.33333%
}

.push-5 {
    left: 41.66667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.33333%
}

.push-8 {
    left: 66.66667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.33333%
}

.push-11 {
    left: 91.66667%
}

.push-12 {
    left: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-sm-0 {
        right: auto
    }

    .pull-sm-1 {
        right: 8.33333%
    }

    .pull-sm-2 {
        right: 16.66667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.33333%
    }

    .pull-sm-5 {
        right: 41.66667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.33333%
    }

    .pull-sm-8 {
        right: 66.66667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.33333%
    }

    .pull-sm-11 {
        right: 91.66667%
    }

    .pull-sm-12 {
        right: 100%
    }

    .push-sm-0 {
        left: auto
    }

    .push-sm-1 {
        left: 8.33333%
    }

    .push-sm-2 {
        left: 16.66667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.33333%
    }

    .push-sm-5 {
        left: 41.66667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.33333%
    }

    .push-sm-8 {
        left: 66.66667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.33333%
    }

    .push-sm-11 {
        left: 91.66667%
    }

    .push-sm-12 {
        left: 100%
    }

    .offset-sm-0 {
        margin-left: 0%
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-md-0 {
        right: auto
    }

    .pull-md-1 {
        right: 8.33333%
    }

    .pull-md-2 {
        right: 16.66667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.33333%
    }

    .pull-md-5 {
        right: 41.66667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.33333%
    }

    .pull-md-8 {
        right: 66.66667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.33333%
    }

    .pull-md-11 {
        right: 91.66667%
    }

    .pull-md-12 {
        right: 100%
    }

    .push-md-0 {
        left: auto
    }

    .push-md-1 {
        left: 8.33333%
    }

    .push-md-2 {
        left: 16.66667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.33333%
    }

    .push-md-5 {
        left: 41.66667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.33333%
    }

    .push-md-8 {
        left: 66.66667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.33333%
    }

    .push-md-11 {
        left: 91.66667%
    }

    .push-md-12 {
        left: 100%
    }

    .offset-md-0 {
        margin-left: 0%
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-lg-0 {
        right: auto
    }

    .pull-lg-1 {
        right: 8.33333%
    }

    .pull-lg-2 {
        right: 16.66667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.33333%
    }

    .pull-lg-5 {
        right: 41.66667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.33333%
    }

    .pull-lg-8 {
        right: 66.66667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.33333%
    }

    .pull-lg-11 {
        right: 91.66667%
    }

    .pull-lg-12 {
        right: 100%
    }

    .push-lg-0 {
        left: auto
    }

    .push-lg-1 {
        left: 8.33333%
    }

    .push-lg-2 {
        left: 16.66667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.33333%
    }

    .push-lg-5 {
        left: 41.66667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.33333%
    }

    .push-lg-8 {
        left: 66.66667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.33333%
    }

    .push-lg-11 {
        left: 91.66667%
    }

    .push-lg-12 {
        left: 100%
    }

    .offset-lg-0 {
        margin-left: 0%
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .pull-xl-0 {
        right: auto
    }

    .pull-xl-1 {
        right: 8.33333%
    }

    .pull-xl-2 {
        right: 16.66667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.33333%
    }

    .pull-xl-5 {
        right: 41.66667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.33333%
    }

    .pull-xl-8 {
        right: 66.66667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.33333%
    }

    .pull-xl-11 {
        right: 91.66667%
    }

    .pull-xl-12 {
        right: 100%
    }

    .push-xl-0 {
        left: auto
    }

    .push-xl-1 {
        left: 8.33333%
    }

    .push-xl-2 {
        left: 16.66667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.33333%
    }

    .push-xl-5 {
        left: 41.66667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.33333%
    }

    .push-xl-8 {
        left: 66.66667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.33333%
    }

    .push-xl-11 {
        left: 91.66667%
    }

    .push-xl-12 {
        left: 100%
    }

    .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: 1rem;
    background-color: transparent
}

    .table th, .table td {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #eceeef
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #eceeef
    }

    .table tbody + tbody {
        border-top: 2px solid #eceeef
    }

    .table .table {
        background-color: #fff
    }

.table-sm th, .table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #eceeef
}

    .table-bordered th, .table-bordered td {
        border: 1px solid #eceeef
    }

    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 2px
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,0.075)
}

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0,0,0,0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,0.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,0.075)
    }

.table-success, .table-success > th, .table-success > td {
    background-color: #dff0d8
}

.table-hover .table-success:hover {
    background-color: #d0e9c6
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #d0e9c6
    }

.table-info, .table-info > th, .table-info > td {
    background-color: #d9edf7
}

.table-hover .table-info:hover {
    background-color: #c4e3f3
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #c4e3f3
    }

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #fcf8e3
}

.table-hover .table-warning:hover {
    background-color: #faf2cc
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #faf2cc
    }

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f2dede
}

.table-hover .table-danger:hover {
    background-color: #ebcccc
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #ebcccc
    }

.thead-inverse th {
    color: #fff;
    background-color: #292b2c
}

.thead-default th {
    color: #464a4c;
    background-color: #eceeef
}

.table-inverse {
    color: #fff;
    background-color: #292b2c
}

    .table-inverse th, .table-inverse td, .table-inverse thead th {
        border-color: #3b3e40
    }

    .table-inverse.table-bordered {
        border: 0
    }

    .table-inverse.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,0.05)
    }

    .table-inverse.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,0.075)
    }

@media (max-width: 991px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive.table-bordered {
            border: 0
        }
}

.form-control {
    display: block;
    width: 100%;
    padding: .625rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .125rem;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control:focus {
        color: #464a4c;
        background-color: #fff;
        border-color: #98a2db;
        outline: none;
        box-shadow: none
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control::placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #eceeef;
        opacity: 1
    }

    .form-control:disabled {
        cursor: not-allowed
    }

select.form-control:not([size]):not([multiple]) {
    height: calc(2.5625rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #464a4c;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block
}

.col-form-label {
    padding-top: calc(.625rem - 1px * 2);
    padding-bottom: calc(.625rem - 1px * 2);
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: calc(.875rem - 1px * 2);
    padding-bottom: calc(.875rem - 1px * 2);
    font-size: 1rem
}

.col-form-label-sm {
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    font-size: .8125rem
}

.col-form-legend {
    padding-top: .625rem;
    padding-bottom: .625rem;
    margin-bottom: 0;
    font-size: .875rem
}

.form-control-static {
    padding-top: .625rem;
    padding-bottom: .625rem;
    margin-bottom: 0;
    line-height: 1.5;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    padding: .5rem .5rem;
    font-size: .8125rem;
    border-radius: .125rem
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(2.21875rem + 2px)
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    padding: .875rem 1.5rem;
    font-size: 1rem;
    border-radius: .1875rem
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(3.25rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

    .form-check.disabled .form-check-label {
        color: #999;
        cursor: not-allowed
    }

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

    .form-check-input:only-child {
        position: static
    }

.form-check-inline {
    display: inline-block
}

    .form-check-inline .form-check-label {
        vertical-align: middle
    }

    .form-check-inline + .form-check-inline {
        margin-left: .75rem
    }

.form-control-feedback {
    margin-top: .25rem
}

.form-control-success, .form-control-warning, .form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .64063rem;
    background-size: 1.28125rem 1.28125rem
}

.has-success .form-control-feedback, .has-success .form-control-label, .has-success .col-form-label, .has-success .form-check-label, .has-success .custom-control {
    color: #4caf50
}

.has-success .form-control, .has-success .custom-select, .has-success .custom-file-control {
    border-color: #4caf50
}

    .has-success .form-control:focus, .has-success .custom-select:focus, .has-success .custom-file-control:focus {
        box-shadow: none,0 0 6px #92cf94
    }

.has-success .input-group-addon {
    color: #4caf50;
    background-color: #d9eeda;
    border-color: #4caf50
}

.has-success .form-control-success {
    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='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}

.has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .col-form-label, .has-warning .form-check-label, .has-warning .custom-control {
    color: #ff9800
}

.has-warning .form-control, .has-warning .custom-select, .has-warning .custom-file-control {
    border-color: #ff9800
}

    .has-warning .form-control:focus, .has-warning .custom-select:focus, .has-warning .custom-file-control:focus {
        box-shadow: none,0 0 6px #ffc166
    }

.has-warning .input-group-addon {
    color: #ff9800;
    background-color: #ffeacc;
    border-color: #ff9800
}

.has-warning .form-control-warning {
    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='%23ff9800' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}

.has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .col-form-label, .has-danger .form-check-label, .has-danger .custom-control {
    color: #f44336
}

.has-danger .form-control, .has-danger .custom-select, .has-danger .custom-file-control {
    border-color: #f44336
}

    .has-danger .form-control:focus, .has-danger .custom-select:focus, .has-danger .custom-file-control:focus {
        box-shadow: none,0 0 6px #f99d97
    }

.has-danger .input-group-addon {
    color: #f44336;
    background-color: #fff8f7;
    border-color: #f44336
}

.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f44336' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f44336' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    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: .625rem 1rem;
    font-size: .875rem;
    border-radius: .125rem;
    -webkit-transition: box-shadow 0.12s ease-in-out;
    transition: box-shadow 0.12s ease-in-out;
    border-radius: 50px !important;
    background-color: transparent;
}

    .btn:focus, .btn:hover {
        text-decoration: none
    }

    .btn:focus, .btn.focus {
        outline: 0;
        box-shadow: 0 0 0 2px rgba(63,81,181,0.25)
    }

    .btn.disabled, .btn:disabled {
        cursor: not-allowed;
        opacity: .65;
        box-shadow: none
    }

    .btn:active, .btn.active {
        background-image: none;
        box-shadow: 0 0 0 2px rgba(63,81,181,0.25),inset 0 3px 5px rgba(0,0,0,0.125)
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}



.btn-gssg-red {
    color: #fff;
    background-color: #ed814e;
    border-color: #ed814e;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15)
}

    .btn-gssg-red:hover, .btn-gssg-red.hover {
        color: #fff;
        background-color: rgb(126, 39, 49);
        border-color: rgb(126, 39, 49)
    }

    .btn-gssg-red:focus, .btn-gssg-red.focus {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 0 0 2px rgba(255,152,0,0.5)
    }

    .btn-gssg-red.disabled, .btn-gssg-red:disabled {
        background-color: #ff9800;
        border-color: #ff9800
    }

    .btn-gssg-red:active, .btn-gssg-red.active, .show > .btn-gssg-red.dropdown-toggle {
        color: #fff;
        background-color: rgb(126, 39, 49);
        background-image: none;
        border-color: rgb(126, 39, 49);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

.btn-gssg {
    box-shadow: 0 0 0 2px #ffffff inset;
    color: #ffffff;
}

.btn.btn-gssg:hover {
    background-color: #ffffff;
    color: #fff !important;
}

.btn-gssg:focus, .btn-gssg.focus {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 0 0 2px rgba(120,144,156,0.5)
}

.btn-gssg.disabled, .btn-gssg:disabled {
    background-color: #78909c;
    border-color: #78909c
}

.btn-gssg:active, .btn-gssg.active, .show > .btn-gssg.dropdown-toggle {
    color: #fff;
    background-color: #5f7682;
    background-image: none;
    border-color: #5b717c;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}


.btn-primary {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15)
}

    .btn-primary:hover, .btn-primary.hover, .btn.btn-to-primary:hover {
        color: #fff;
        background-color: #32408f;
        border-color: #2f3d88
    }

    .btn-primary:focus, .btn.btn-to-primary:focus, .btn.btn-to-primary.focus, .btn-primary.focus {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 0 0 2px rgba(63,81,181,0.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #3f51b5;
        border-color: #3f51b5
    }

    .btn-primary:active, .btn.btn-to-primary:active, .btn.btn-to-primary.active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #32408f;
        background-image: none;
        border-color: #2f3d88;
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ddd;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15)
}

    .btn-secondary:hover, .btn-secondary.hover {
        color: #292b2c;
        background-color: #e6e6e6;
        border-color: #bebebe
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 0 0 2px rgba(221,221,221,0.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #fff;
        border-color: #ddd
    }

    .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #292b2c;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #bebebe;
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

.btn-info {
    color: #fff;
    background-color: #78909c;
    border-color: #78909c;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15)
}

    .btn-info:hover, .btn-info.hover {
        color: #fff;
        background-color: #5f7682;
        border-color: #5b717c
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 0 0 2px rgba(120,144,156,0.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        background-color: #78909c;
        border-color: #78909c
    }

    .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #5f7682;
        background-image: none;
        border-color: #5b717c;
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

.btn-success {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15)
}

    .btn-success:hover, .btn-success.hover {
        color: #fff;
        background-color: #3d8b40;
        border-color: #39843c
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 0 0 2px rgba(76,175,80,0.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        background-color: #4caf50;
        border-color: #4caf50
    }

    .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #3d8b40;
        background-image: none;
        border-color: #39843c;
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

.btn-warning {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15)
}

    .btn-warning:hover, .btn-warning.hover {
        color: #fff;
        background-color: #cc7a00;
        border-color: #c27400
    }

    .btn-warning:focus, .btn-warning.focus {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 0 0 2px rgba(255,152,0,0.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        background-color: #ff9800;
        border-color: #ff9800
    }

    .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #cc7a00;
        background-image: none;
        border-color: #c27400;
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

.btn-danger {
    color: #fff;
    background-color: #ed814e;
    border-color: #ed814e;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15)
}

    .btn-danger:hover, .btn-danger.hover, .btn.btn-to-danger:hover {
        color: #fff;
        background-color: #ea1c0d;
        border-color: #ed814e
    }

    .btn-danger:focus, .btn.btn-to-danger:focus, .btn.btn-to-danger.focus, .btn-danger.focus {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 0 0 2px rgba(244,67,54,0.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        background-color: #f44336;
        border-color: #f44336
    }

    .btn-danger:active, .btn.btn-to-danger:active, .btn.btn-to-danger.active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #ea1c0d;
        background-image: none;
        border-color: #e11b0c;
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

.btn-outline-primary {
    color: #3f51b5;
    background-color: transparent;
    background-image: none;
    border-color: #3f51b5
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #3f51b5;
        border-color: #3f51b5
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 2px rgba(63,81,181,0.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #3f51b5;
        background-color: transparent
    }

    .btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #3f51b5;
        border-color: #3f51b5
    }

.btn-outline-secondary {
    color: #ddd;
    background-color: transparent;
    background-image: none;
    border-color: #ddd
}

    .btn-outline-secondary:hover {
        color: #292b2c;
        background-color: #ddd;
        border-color: #ddd
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 2px rgba(221,221,221,0.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #ddd;
        background-color: transparent
    }

    .btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #292b2c;
        background-color: #ddd;
        border-color: #ddd
    }

.btn-outline-info {
    color: #78909c;
    background-color: transparent;
    background-image: none;
    border-color: #78909c
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #78909c;
        border-color: #78909c
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 2px rgba(120,144,156,0.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #78909c;
        background-color: transparent
    }

    .btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #78909c;
        border-color: #78909c
    }

.btn-outline-success {
    color: #4caf50;
    background-color: transparent;
    background-image: none;
    border-color: #4caf50
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #4caf50;
        border-color: #4caf50
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 2px rgba(76,175,80,0.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #4caf50;
        background-color: transparent
    }

    .btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #4caf50;
        border-color: #4caf50
    }

.btn-outline-warning {
    color: #ff9800;
    background-color: transparent;
    background-image: none;
    border-color: #ff9800
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #ff9800;
        border-color: #ff9800
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 2px rgba(255,152,0,0.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ff9800;
        background-color: transparent
    }

    .btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #ff9800;
        border-color: #ff9800
    }

.btn-outline-danger {
    color: #f44336;
    background-color: transparent;
    background-image: none;
    border-color: #f44336
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #f44336;
        border-color: #f44336
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 2px rgba(244,67,54,0.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #f44336;
        background-color: transparent
    }

    .btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #f44336;
        border-color: #f44336
    }

.btn-link {
    font-weight: normal;
    color: #0066c0;
    border-radius: 0
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
        background-color: transparent;
        box-shadow: none
    }

        .btn-link, .btn-link:focus, .btn-link:active {
            border-color: transparent
        }

            .btn-link:hover {
                border-color: transparent
            }

            .btn-link:focus, .btn-link:hover {
                color: #003d74;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link:disabled {
                color: #999
            }

                .btn-link:disabled:focus, .btn-link:disabled:hover {
                    text-decoration: none
                }

.btn-lg, .btn-group-lg > .btn {
    padding: .875rem 1.5rem;
    font-size: 1rem;
    border-radius: .1875rem
}

.btn-sm, .btn-group-sm > .btn {
    padding: .5rem .75rem;
    font-size: .8125rem;
    border-radius: .125rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

    .fade.show {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.show {
        display: block
    }

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.075);
    border-radius: .25rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.175)
}

.dropdown-divider {
    height: 1px;
    margin: .5rem 0;
    overflow: hidden;
    background-color: #eceeef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #1d1e1f;
        text-decoration: none;
        background-color: #f7f7f9
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #1d1e1f;
        text-decoration: none;
        background-color: #ebebf0
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #999;
        cursor: not-allowed;
        background-color: transparent
    }

.show > .dropdown-menu {
    display: block
}

.show > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .8125rem;
    color: #999;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: .125rem
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-bottom: 0
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
            z-index: 2
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

    .btn + .dropdown-toggle-split::after {
        margin-left: 0
    }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none
    }

.btn-group-vertical {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
            z-index: 3
        }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: .625rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.5;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .125rem
}

    .input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: .5rem .5rem;
        font-size: .8125rem;
        border-radius: .125rem
    }

    .input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: .875rem 1.5rem;
        font-size: 1rem;
        border-radius: .1875rem
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0
    }

    .input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group-addon:not(:last-child) {
        border-right: 0
    }

    .input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn:not(:first-child), .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.form-control + .input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
            z-index: 3
        }

    .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

        .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:hover {
            z-index: 3
        }

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-indicator {
        color: #fff;
        background-color: #3f51b5;
        box-shadow: none
    }

    .custom-control-input:focus ~ .custom-control-indicator {
        box-shadow: 0 0 0 1px #fff,0 0 0 3px #3f51b5
    }

    .custom-control-input:active ~ .custom-control-indicator {
        color: #fff;
        background-color: #bec5e8;
        box-shadow: none
    }

    .custom-control-input:disabled ~ .custom-control-indicator {
        cursor: not-allowed;
        background-color: #eceeef
    }

    .custom-control-input:disabled ~ .custom-control-description {
        color: #999;
        cursor: not-allowed
    }

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0,0,0,0.1)
}

.custom-checkbox .custom-control-indicator {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #3f51b5;
    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");
    box-shadow: none
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .custom-controls-stacked .custom-control {
        margin-bottom: .25rem
    }

        .custom-controls-stacked .custom-control + .custom-control {
            margin-left: 0
        }

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.5625rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #464a4c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #98a2db;
        outline: none;
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.075),0 0 5px rgba(152,162,219,0.5)
    }

        .custom-select:focus::-ms-value {
            color: #464a4c;
            background-color: #fff
        }

    .custom-select:disabled {
        color: #999;
        cursor: not-allowed;
        background-color: #eceeef
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-control {
        box-shadow: 0 0 0 0.075rem #fff,0 0 0 0.2rem #3f51b5
    }

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
    box-shadow: inset 0 0.2rem 0.4rem rgba(0,0,0,0.05)
}

    .custom-file-control:lang(en):empty::after {
        content: "Choose file..."
    }

    .custom-file-control::before {
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        z-index: 6;
        display: block;
        height: 2.5rem;
        padding: .5rem 1rem;
        line-height: 1.5;
        color: #464a4c;
        background-color: #eceeef;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 0 .25rem .25rem 0
    }

    .custom-file-control:lang(en)::before {
        content: "Browse"
    }

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #999;
        cursor: not-allowed
    }

.nav-tabs {
    /* border-bottom: 1px solid #ddd;*/
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
        cursor: pointer;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            /*border-color: #eceeef #eceeef #ddd*/
            border-color: #ed814e;
        }

        .nav-tabs .nav-link.disabled {
            color: #999;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #464a4c;
            background-color: #fff;
            border-color: #ddd #ddd #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link {
        color: #fff;
        background-color: #3f51b5
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container, .navbar > .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

@media (max-width: 575px) {
    .navbar > .container, .navbar > .container-fluid {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-brand {
    display: inline-block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: .40625rem;
    padding-bottom: .40625rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.navbar-toggler {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: .25rem .75rem;
    font-size: 1rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .125rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575px) {
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width: 767px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width: 1199px) {
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .navbar-expand .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
        color: rgba(0,0,0,0.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.5)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,0.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,0.3)
    }

    .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0,0,0,0.9)
    }

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,0.5)
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-toggler {
    color: #fff
}

    .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover {
        color: #fff
    }

.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255,255,255,0.5)
}

    .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,0.75)
    }

    .navbar-inverse .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,0.25)
    }

    .navbar-inverse .navbar-nav .open > .nav-link, .navbar-inverse .navbar-nav .active > .nav-link, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .nav-link.active {
        color: #fff
    }

.navbar-inverse .navbar-toggler {
    border-color: rgba(255,255,255,0.1)
}

.navbar-inverse .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-inverse .navbar-text {
    color: rgba(255,255,255,0.5)
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem
}

.card-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0,0,0,0.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0,0,0,0.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-primary {
    background-color: #3f51b5;
    border-color: #3f51b5
}

    .card-primary .card-header, .card-primary .card-footer {
        background-color: transparent
    }

.card-success {
    background-color: #4caf50;
    border-color: #4caf50
}

    .card-success .card-header, .card-success .card-footer {
        background-color: transparent
    }

.card-info {
    background-color: #78909c;
    border-color: #78909c
}

    .card-info .card-header, .card-info .card-footer {
        background-color: transparent
    }

.card-warning {
    background-color: #ff9800;
    border-color: #ff9800
}

    .card-warning .card-header, .card-warning .card-footer {
        background-color: transparent
    }

.card-danger {
    background-color: #f44336;
    border-color: #f44336
}

    .card-danger .card-header, .card-danger .card-footer {
        background-color: transparent
    }

.card-outline-primary {
    background-color: transparent;
    border-color: #3f51b5
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ddd
}

.card-outline-info {
    background-color: transparent;
    border-color: #78909c
}

.card-outline-success {
    background-color: transparent;
    border-color: #4caf50
}

.card-outline-warning {
    background-color: transparent;
    border-color: #ff9800
}

.card-outline-danger {
    background-color: transparent;
    border-color: #f44336
}

.card-inverse {
    color: rgba(255,255,255,0.65)
}

    .card-inverse .card-header, .card-inverse .card-footer {
        background-color: transparent;
        border-color: rgba(255,255,255,0.2)
    }

    .card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote {
        color: #fff
    }

        .card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-subtitle, .card-inverse .card-blockquote .blockquote-footer {
            color: rgba(255,255,255,0.65)
        }

            .card-inverse .card-link:focus, .card-inverse .card-link:hover {
                color: #fff
            }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    border-radius: calc(.25rem - 1px)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: -10px;
        margin-right: -10px
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
            flex: 1 0 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-left: 10px;
            margin-right: 10px
        }
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
            flex: 1 0 0
        }

            .card-group .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group .card:not(:first-child):not(:last-child) {
                border-radius: 0
            }

                .card-group .card:not(:first-child):not(:last-child) .card-img-top, .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
                    border-radius: 0
                }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
            margin-bottom: .75rem
        }
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: .25rem
}

    .breadcrumb::after {
        display: block;
        clear: both;
        content: ""
    }

.breadcrumb-item {
    float: left
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        padding-left: .5rem;
        color: #999;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

    .breadcrumb-item.active {
        color: #999
    }

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 2;
    color: #333;
    background-color: transparent;
    border-color: #ddd
}

.page-item.disabled .page-link {
    color: #999;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: transparent;
    border: 1px solid #ddd
}

    .page-link:focus, .page-link:hover {
        color: #333;
        text-decoration: none;
        background-color: rgba(0,0,0,0.1);
        border-color: #ddd
    }

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .8125rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-default {
    background-color: #999
}

    .badge-default[href]:focus, .badge-default[href]:hover {
        background-color: gray
    }

.badge-primary {
    background-color: #3f51b5
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        background-color: #32408f
    }

.badge-success {
    background-color: #4caf50
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        background-color: #3d8b40
    }

.badge-info {
    background-color: #78909c
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        background-color: #5f7682
    }

.badge-warning {
    background-color: #ff9800
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        background-color: #cc7a00
    }

.badge-danger {
    background-color: #f44336
}

.badge-gssg {
    background-color: #ed814e;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #ea1c0d
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert, .validation-summary-valid, .validation-summary-errors {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: bold
}

.alert-dismissible .close {
    position: relative;
    top: -.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-success, .validation-summary-valid {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d0e9c6
}

    .alert-success hr, .validation-summary-valid hr {
        border-top-color: #c1e2b3
    }

    .alert-success .alert-link, .validation-summary-valid .alert-link {
        color: #2b542c
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #c4e3f3
}

    .alert-info hr {
        border-top-color: #afd9ee
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faf2cc
}

    .alert-warning hr {
        border-top-color: #f7ecb5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger, .validation-summary-errors {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebcccc
}

    .alert-danger hr, .validation-summary-errors hr {
        border-top-color: #e4b9b9
    }

    .alert-danger .alert-link, .validation-summary-errors .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #eceeef;
    border-radius: .25rem
}

.progress-bar {
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #3f51b5
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #636c72;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #636c72;
        text-decoration: none;
        background-color: rgba(0,0,0,0.05);
    }

    .list-group-item-action:active {
        color: #333;
        background-color: #eceeef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125)
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:focus, .list-group-item:hover {
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #999;
        cursor: not-allowed;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #333;
        background-color: #fff;
        border-color: rgba(0,0,0,0.125)
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, button.list-group-item-success.active {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, button.list-group-item-info.active {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, button.list-group-item-warning.active {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, button.list-group-item-danger.active {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.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%
}

.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

button.close {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        -webkit-transform: translate(0, -25%);
        transform: translate(0, -25%)
    }

    .modal.show .modal-dialog {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: .3rem;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .8125rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
        padding: 5px 0;
        margin-top: -3px
    }

        .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
            bottom: 0;
            left: 50%;
            margin-left: -5px;
            content: "";
            border-width: 5px 5px 0;
            border-top-color: #000
        }

    .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
        padding: 0 5px;
        margin-left: 3px
    }

        .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
            top: 50%;
            left: 0;
            margin-top: -5px;
            content: "";
            border-width: 5px 5px 5px 0;
            border-right-color: #000
        }

    .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
        padding: 5px 0;
        margin-top: 3px
    }

        .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
            top: 0;
            left: 50%;
            margin-left: -5px;
            content: "";
            border-width: 0 5px 5px;
            border-bottom-color: #000
        }

    .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
        padding: 0 5px;
        margin-left: -3px
    }

        .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
            top: 50%;
            right: 0;
            margin-top: -5px;
            content: "";
            border-width: 5px 0 5px 5px;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

    .tooltip-inner::before {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .8125rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: .3rem;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2)
}

    .popover.popover-top, .popover.bs-tether-element-attached-bottom {
        margin-top: -10px
    }

        .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
            left: 50%;
            border-bottom-width: 0
        }

        .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
            bottom: -11px;
            margin-left: -11px;
            border-top-color: rgba(0,0,0,0.25)
        }

        .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
            bottom: -10px;
            margin-left: -10px;
            border-top-color: #fff
        }

    .popover.popover-right, .popover.bs-tether-element-attached-left {
        margin-left: 10px
    }

        .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
            top: 50%;
            border-left-width: 0
        }

        .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
            left: -11px;
            margin-top: -11px;
            border-right-color: rgba(0,0,0,0.25)
        }

        .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
            left: -10px;
            margin-top: -10px;
            border-right-color: #fff
        }

    .popover.popover-bottom, .popover.bs-tether-element-attached-top {
        margin-top: 10px
    }

        .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
            left: 50%;
            border-top-width: 0
        }

        .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
            top: -11px;
            margin-left: -11px;
            border-bottom-color: rgba(0,0,0,0.25)
        }

        .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
            top: -10px;
            margin-left: -10px;
            border-bottom-color: #f7f7f7
        }

        .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
            position: absolute;
            top: 0;
            left: 50%;
            display: block;
            width: 20px;
            margin-left: -10px;
            content: "";
            border-bottom: 1px solid #f7f7f7
        }

    .popover.popover-left, .popover.bs-tether-element-attached-right {
        margin-left: -10px
    }

        .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
            top: 50%;
            border-right-width: 0
        }

        .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
            right: -11px;
            margin-top: -11px;
            border-left-color: rgba(0,0,0,0.25)
        }

        .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
            right: -10px;
            margin-top: -10px;
            border-left-color: #fff
        }

.popover-title {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: .875rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-title:empty {
        display: none
    }

.popover-content {
    padding: 9px 14px
}

.popover::before, .popover::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover::before {
    content: "";
    border-width: 11px
}

.popover::after {
    content: "";
    border-width: 10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

    .carousel-item.active, .carousel-item-next, .carousel-item-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

.carousel-item-next, .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.carousel-item-prev, .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .carousel-control-prev:focus, .carousel-control-prev:hover, .carousel-control-next:focus, .carousel-control-next:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-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='M4 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='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-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-faded {
    background-color: #f7f7f7
}

.bg-primary {
    background-color: #3f51b5 !important
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #32408f !important
}

.bg-success {
    background-color: #4caf50 !important
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #3d8b40 !important
}

.bg-info {
    background-color: #78909c !important
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #5f7682 !important
}

.bg-warning {
    background-color: #ff9800 !important
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #cc7a00 !important
}

.bg-danger {
    background-color: #f44336 !important
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #ea1c0d !important
}

.bg-inverse {
    background-color: #292b2c !important
}

a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #101112 !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
}

.rounded {
    border-radius: .25rem
}

.rounded-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.rounded-right {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.rounded-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rounded-left {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.rounded-circle {
    border-radius: 50%
}

.rounded-0 {
    border-radius: 0
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (max-width:576px) {
    .d-xs-none {
        display: none !important
    }

    .d-xs-inline {
        display: inline !important
    }

    .d-xs-inline-block {
        display: inline-block !important
    }

    .d-xs-block {
        display: block !important
    }

    .d-xs-table {
        display: table !important
    }

    .d-xs-table-cell {
        display: table-cell !important
    }

    .d-xs-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xs-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.d-print-block {
    display: none !important
}

@media print {
    .d-print-block {
        display: block !important
    }
}

.d-print-inline {
    display: none !important
}

@media print {
    .d-print-inline {
        display: inline !important
    }
}

.d-print-inline-block {
    display: none !important
}

@media print {
    .d-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.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
}

.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 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.m-5 {
    margin: 2.25rem !important
}

.mt-5 {
    margin-top: 2.25rem !important
}

.mr-5 {
    margin-right: 2.25rem !important
}

.mb-5 {
    margin-bottom: 2.25rem !important
}

.ml-5 {
    margin-left: 2.25rem !important
}

.mx-5 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important
}

.my-5 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important
}

.m-6 {
    margin: 3rem !important
}

.mt-6 {
    margin-top: 3rem !important
}

.mr-6 {
    margin-right: 3rem !important
}

.mb-6 {
    margin-bottom: 3rem !important
}

.ml-6 {
    margin-left: 3rem !important
}

.mx-6 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pl-1 {
    padding-left: .25rem !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pr-2 {
    padding-right: .5rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pl-2 {
    padding-left: .5rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pr-3 {
    padding-right: 1rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pl-3 {
    padding-left: 1rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pr-4 {
    padding-right: 1.5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pl-4 {
    padding-left: 1.5rem !important
}

.catmenu-item.pl-4 {
    background: rgba(247,247,249,1);
}

    .catmenu-item.pl-4:hover {
        background: rgba(0,0,0,0.05);
    }

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.p-5 {
    padding: 2.25rem !important
}

.pt-5 {
    padding-top: 2.25rem !important
}

.pr-5 {
    padding-right: 2.25rem !important
}

.pb-5 {
    padding-bottom: 2.25rem !important
}

.pl-5 {
    padding-left: 2.25rem !important
}

.px-5 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important
}

.py-5 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important
}

.p-6 {
    padding: 3rem !important
}

.pt-6 {
    padding-top: 3rem !important
}

.pr-6 {
    padding-right: 3rem !important
}

.pb-6 {
    padding-bottom: 3rem !important
}

.pl-6 {
    padding-left: 3rem !important
}

.px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pl-8 {
    padding-left: 3.25rem !important
}

.pl-12 {
    padding-left: 4rem !important
}

.pl-16 {
    padding-left: 4.75rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mr-auto {
    margin-right: auto !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0 {
        margin-left: 0 !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1 {
        margin-left: .25rem !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2 {
        margin-left: .5rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3 {
        margin-left: 1rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-sm-5 {
        margin: 2.25rem !important
    }

    .mt-sm-5 {
        margin-top: 2.25rem !important
    }

    .mr-sm-5 {
        margin-right: 2.25rem !important
    }

    .mb-sm-5 {
        margin-bottom: 2.25rem !important
    }

    .ml-sm-5 {
        margin-left: 2.25rem !important
    }

    .mx-sm-5 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important
    }

    .my-sm-5 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important
    }

    .m-sm-6 {
        margin: 3rem !important
    }

    .mt-sm-6 {
        margin-top: 3rem !important
    }

    .mr-sm-6 {
        margin-right: 3rem !important
    }

    .mb-sm-6 {
        margin-bottom: 3rem !important
    }

    .ml-sm-6 {
        margin-left: 3rem !important
    }

    .mx-sm-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-sm-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0 {
        padding-left: 0 !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1 {
        padding-left: .25rem !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2 {
        padding-left: .5rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3 {
        padding-left: 1rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-sm-5 {
        padding: 2.25rem !important
    }

    .pt-sm-5 {
        padding-top: 2.25rem !important
    }

    .pr-sm-5 {
        padding-right: 2.25rem !important
    }

    .pb-sm-5 {
        padding-bottom: 2.25rem !important
    }

    .pl-sm-5 {
        padding-left: 2.25rem !important
    }

    .px-sm-5 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .py-sm-5 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .p-sm-6 {
        padding: 3rem !important
    }

    .pt-sm-6 {
        padding-top: 3rem !important
    }

    .pr-sm-6 {
        padding-right: 3rem !important
    }

    .pb-sm-6 {
        padding-bottom: 3rem !important
    }

    .pl-sm-6 {
        padding-left: 3rem !important
    }

    .px-sm-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto {
        margin-left: auto !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0 {
        margin-left: 0 !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1 {
        margin-left: .25rem !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2 {
        margin-left: .5rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3 {
        margin-left: 1rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4 {
        margin-left: 1.5rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-md-5 {
        margin: 2.25rem !important
    }

    .mt-md-5 {
        margin-top: 2.25rem !important
    }

    .mr-md-5 {
        margin-right: 2.25rem !important
    }

    .mb-md-5 {
        margin-bottom: 2.25rem !important
    }

    .ml-md-5 {
        margin-left: 2.25rem !important
    }

    .mx-md-5 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important
    }

    .my-md-5 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important
    }

    .m-md-6 {
        margin: 3rem !important
    }

    .mt-md-6 {
        margin-top: 3rem !important
    }

    .mr-md-6 {
        margin-right: 3rem !important
    }

    .mb-md-6 {
        margin-bottom: 3rem !important
    }

    .ml-md-6 {
        margin-left: 3rem !important
    }

    .mx-md-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-md-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0 {
        padding-left: 0 !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1 {
        padding-left: .25rem !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2 {
        padding-left: .5rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3 {
        padding-left: 1rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4 {
        padding-left: 1.5rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-md-5 {
        padding: 2.25rem !important
    }

    .pt-md-5 {
        padding-top: 2.25rem !important
    }

    .pr-md-5 {
        padding-right: 2.25rem !important
    }

    .pb-md-5 {
        padding-bottom: 2.25rem !important
    }

    .pl-md-5 {
        padding-left: 2.25rem !important
    }

    .px-md-5 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .py-md-5 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .p-md-6 {
        padding: 3rem !important
    }

    .pt-md-6 {
        padding-top: 3rem !important
    }

    .pr-md-6 {
        padding-right: 3rem !important
    }

    .pb-md-6 {
        padding-bottom: 3rem !important
    }

    .pl-md-6 {
        padding-left: 3rem !important
    }

    .px-md-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto {
        margin-left: auto !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0 {
        margin-left: 0 !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1 {
        margin-left: .25rem !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2 {
        margin-left: .5rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3 {
        margin-left: 1rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-lg-5 {
        margin: 2.25rem !important
    }

    .mt-lg-5 {
        margin-top: 2.25rem !important
    }

    .mr-lg-5 {
        margin-right: 2.25rem !important
    }

    .mb-lg-5 {
        margin-bottom: 2.25rem !important
    }

    .ml-lg-5 {
        margin-left: 2.25rem !important
    }

    .mx-lg-5 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important
    }

    .my-lg-5 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important
    }

    .m-lg-6 {
        margin: 3rem !important
    }

    .mt-lg-6 {
        margin-top: 3rem !important
    }

    .mr-lg-6 {
        margin-right: 3rem !important
    }

    .mb-lg-6 {
        margin-bottom: 3rem !important
    }

    .ml-lg-6 {
        margin-left: 3rem !important
    }

    .mx-lg-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-lg-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0 {
        padding-left: 0 !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1 {
        padding-left: .25rem !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2 {
        padding-left: .5rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3 {
        padding-left: 1rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-lg-5 {
        padding: 2.25rem !important
    }

    .pt-lg-5 {
        padding-top: 2.25rem !important
    }

    .pr-lg-5 {
        padding-right: 2.25rem !important
    }

    .pb-lg-5 {
        padding-bottom: 2.25rem !important
    }

    .pl-lg-5 {
        padding-left: 2.25rem !important
    }

    .px-lg-5 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .py-lg-5 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .p-lg-6 {
        padding: 3rem !important
    }

    .pt-lg-6 {
        padding-top: 3rem !important
    }

    .pr-lg-6 {
        padding-right: 3rem !important
    }

    .pb-lg-6 {
        padding-bottom: 3rem !important
    }

    .pl-lg-6 {
        padding-left: 3rem !important
    }

    .px-lg-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto {
        margin-left: auto !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0 {
        margin-left: 0 !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1 {
        margin-left: .25rem !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2 {
        margin-left: .5rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3 {
        margin-left: 1rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .m-xl-5 {
        margin: 2.25rem !important
    }

    .mt-xl-5 {
        margin-top: 2.25rem !important
    }

    .mr-xl-5 {
        margin-right: 2.25rem !important
    }

    .mb-xl-5 {
        margin-bottom: 2.25rem !important
    }

    .ml-xl-5 {
        margin-left: 2.25rem !important
    }

    .mx-xl-5 {
        margin-right: 2.25rem !important;
        margin-left: 2.25rem !important
    }

    .my-xl-5 {
        margin-top: 2.25rem !important;
        margin-bottom: 2.25rem !important
    }

    .m-xl-6 {
        margin: 3rem !important
    }

    .mt-xl-6 {
        margin-top: 3rem !important
    }

    .mr-xl-6 {
        margin-right: 3rem !important
    }

    .mb-xl-6 {
        margin-bottom: 3rem !important
    }

    .ml-xl-6 {
        margin-left: 3rem !important
    }

    .mx-xl-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .my-xl-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0 {
        padding-left: 0 !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1 {
        padding-left: .25rem !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2 {
        padding-left: .5rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3 {
        padding-left: 1rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4 {
        padding-left: 1.5rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .p-xl-5 {
        padding: 2.25rem !important
    }

    .pt-xl-5 {
        padding-top: 2.25rem !important
    }

    .pr-xl-5 {
        padding-right: 2.25rem !important
    }

    .pb-xl-5 {
        padding-bottom: 2.25rem !important
    }

    .pl-xl-5 {
        padding-left: 2.25rem !important
    }

    .px-xl-5 {
        padding-right: 2.25rem !important;
        padding-left: 2.25rem !important
    }

    .py-xl-5 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important
    }

    .p-xl-6 {
        padding: 3rem !important
    }

    .pt-xl-6 {
        padding-top: 3rem !important
    }

    .pr-xl-6 {
        padding-right: 3rem !important
    }

    .pb-xl-6 {
        padding-bottom: 3rem !important
    }

    .pl-xl-6 {
        padding-left: 3rem !important
    }

    .px-xl-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto {
        margin-left: auto !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: 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: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-normal {
    font-weight: normal
}

.font-weight-bold {
    font-weight: bold
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff !important
}

.text-muted {
    color: #999 !important
}

a.text-muted:focus, a.text-muted:hover {
    color: gray !important
}

.text-primary {
    color: #3f51b5 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #32408f !important
}

.text-success {
    color: #4caf50 !important
}

a.text-success:focus, a.text-success:hover {
    color: #3d8b40 !important
}

.text-info {
    color: #78909c !important
}

a.text-info:focus, a.text-info:hover {
    color: #5f7682 !important
}

.text-warning {
    color: #ff9800 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #cc7a00 !important
}

.text-danger {
    color: #f44336 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #ea1c0d !important
}

.text-gray-dark {
    color: #292b2c !important
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #101112 !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
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */ .pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

    .pswp * {
        box-sizing: border-box
    }

    .pswp img {
        max-width: none
    }

.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container, .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

    .pswp__error-msg a {
        color: #CCC;
        text-decoration: underline
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 38px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.fs-h1 {
    font-size: 2.5rem !important
}

.fs-h2 {
    font-size: 2rem !important
}

.fs-h3 {
    font-size: 1.75rem !important
}

.fs-h4 {
    font-size: 1.25rem !important
}

.fs-h5 {
    font-size: 1rem !important
}

.fs-h6 {
    font-size: .875rem !important
}

.fs-lead {
    font-size: 1rem
}

.fs-display-1 {
    font-size: 5.5rem !important
}

.fs-display-2 {
    font-size: 5rem !important
}

.fs-display-3 {
    font-size: 4.5rem !important
}

.fs-display-4 {
    font-size: 3rem !important
}

.fs-sm, .fs-sm a {
    font-size: .8125rem !important
}

.fs-xs, .fs-xs a {
    font-size: .75rem !important
}

h1, h2, .h1, .h2 {
    font-weight: 400
}

.font-weight-unset {
    font-weight: unset !important
}

.font-weight-100 {
    font-weight: 100 !important
}

.font-weight-200 {
    font-weight: 200 !important
}

.font-weight-300 {
    font-weight: 300 !important
}

.font-weight-400 {
    font-weight: 400 !important
}

.font-weight-500 {
    font-weight: 500 !important
}

.font-weight-600 {
    font-weight: 600 !important
}

.font-weight-700 {
    font-weight: 700 !important
}

.font-weight-800 {
    font-weight: 800 !important
}

.font-weight-900 {
    font-weight: 900 !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-medium {
    font-weight: 600 !important
}

.heading {
    position: relative
}

    .heading:before {
        position: absolute;
        display: block;
        content: ' ';
        width: 100%;
        height: 1px;
        top: 50%;
        z-index: 0;
        background: -webkit-radial-gradient(left ellipse, #fff 25%, rgba(0,0,0,0.25) 100%);
        background: radial-gradient(ellipse at left, #fff 25%, rgba(0,0,0,0.25) 100%)
    }

    .heading .heading-title {
        position: relative;
        display: inline-block;
        background: #fff;
        padding-right: 1rem;
        font-weight: 300
    }

.heading-center {
    text-align: center
}

    .heading-center:before {
        background: -webkit-radial-gradient(center ellipse, #fff 25%, rgba(0,0,0,0.25) 100%);
        background: radial-gradient(ellipse at center, #fff 25%, rgba(0,0,0,0.25) 100%)
    }

    .heading-center .heading-title {
        padding-left: 1rem
    }

.page-title {
    margin-bottom: 1.5rem
}

a.color-body {
    color: #4d4d4d;
    text-decoration: none
}

    a.color-body:hover {
        color: #4d4d4d;
        text-decoration: underline
    }

a.pretty-link {
    color: #333;
    text-decoration: none;
    font-weight: 600
}

    a.pretty-link > i {
        padding-right: 1.2rem
    }

    a.pretty-link > span {
        color: #aaa
    }

        a.pretty-link > span:hover, a.pretty-link > span:active {
            color: inherit
        }

.text-wrap {
    white-space: normal !important
}

.text-body {
    font-size: 1rem
}

code {
    background-color: rgba(0,0,0,0.03);
    border-radius: 2px
}

.alert, .validation-summary-valid, .validation-summary-errors {
    position: relative;
    padding-left: 4rem;
    line-height: 1.5;
    border-width: 0
}

    .alert:before, .validation-summary-valid:before, .validation-summary-errors:before {
        display: block;
        position: absolute;
        content: ' ';
        left: 0;
        top: 0;
        bottom: 0;
        width: 3rem;
        z-index: 1
    }

    .alert.alert-danger:before, .alert-danger.validation-summary-valid:before, .validation-summary-errors:before {
        background-color: #f44336
    }

    .alert.alert-info:before, .alert-info.validation-summary-valid:before, .alert-info.validation-summary-errors:before {
        background-color: #78909c
    }

    .alert.alert-success:before, .validation-summary-valid:before, .alert-success.validation-summary-errors:before {
        background-color: #4caf50
    }

    .alert.alert-warning:before, .alert-warning.validation-summary-valid:before, .alert-warning.validation-summary-errors:before {
        background-color: #ff9800
    }

    .alert:after, .validation-summary-valid:after, .validation-summary-errors:after {
        display: block;
        position: absolute;
        color: #fff;
        font-family: FontAwesome;
        left: 0;
        top: 50%;
        font-size: 1.25em;
        width: 3rem;
        text-align: center;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2
    }

    .alert.alert-danger:after, .alert-danger.validation-summary-valid:after, .validation-summary-errors:after {
        content: "\f071"
    }

    .alert.alert-info:after, .alert-info.validation-summary-valid:after, .alert-info.validation-summary-errors:after {
        content: "\f129"
    }

    .alert.alert-success:after, .validation-summary-valid:after, .alert-success.validation-summary-errors:after {
        content: "\f00c"
    }

    .alert.alert-warning:after, .alert-warning.validation-summary-valid:after, .alert-warning.validation-summary-errors:after {
        content: "\f06a"
    }

    .alert > ul, .validation-summary-valid > ul, .validation-summary-errors > ul {
        padding-left: 1.2rem
    }

    .alert > *:first-child, .validation-summary-valid > *:first-child, .validation-summary-errors > *:first-child {
        margin-top: 0 !important
    }

    .alert > *:last-child, .validation-summary-valid > *:last-child, .validation-summary-errors > *:last-child {
        margin-bottom: 0 !important
    }

.btn {
    cursor: pointer
}

.btn-secondary:hover, .btn-secondary.hover, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    background-color: #f2f2f2
}

.btn-gray {
    color: #292b2c;
    background-color: #f7f7f9;
    border-color: #ddd;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15)
}

    .btn-gray:hover, .btn-gray.hover {
        color: #292b2c;
        background-color: #dadae3;
        border-color: #bebebe
    }

    .btn-gray:focus, .btn-gray.focus {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 0 0 2px rgba(221,221,221,0.5)
    }

    .btn-gray.disabled, .btn-gray:disabled {
        background-color: #f7f7f9;
        border-color: #ddd
    }

    .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
        color: #292b2c;
        background-color: #dadae3;
        background-image: none;
        border-color: #bebebe;
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

.btn-icon, .btn-circle {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: calc(2.5625rem + 2px);
    height: calc(2.5625rem + 2px);
    line-height: 2.5625rem
}

    .btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn, .btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
        width: calc(3.25rem + 2px);
        height: calc(3.25rem + 2px);
        line-height: 3.25rem
    }

    .btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn, .btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
        width: calc(2.21875rem + 2px);
        height: calc(2.21875rem + 2px);
        line-height: 2.21875rem
    }

    .btn-icon > i, .btn-circle > i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }

    .btn-icon.dropdown-toggle:after, .btn-circle.dropdown-toggle:after {
        position: absolute;
        right: 0.3rem;
        bottom: 0.5em
    }

.btn-circle {
    border-radius: 50%
}

.btn-flat {
    color: inherit;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}

    .btn-flat:hover:not(:active):not(:focus), .btn-flat.hover:not(:active):not(:focus) {
        border-color: transparent
    }

.btn-flat-light {
    color: rgba(255,255,255,0.8)
}

    .btn-flat-light:hover, .btn-flat-light.hover, .btn-flat-light:active, .btn-flat-light.active {
        border-color: #fff !important
    }

    .btn-flat-light:focus, .btn-flat-light.focus {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.4)
    }

.btn-clear {
    color: #fff !important;
    background: rgba(255,255,255,0);
    border-color: rgba(255,255,255,0.6);
    box-shadow: none
}

    .btn-clear:hover, .btn-clear.hover {
        background: rgba(255,255,255,0.15)
    }

    .btn-clear:active, .btn-clear.active {
        border-color: #fff;
        box-shadow: none
    }

    .btn-clear:focus, .btn-clear.focus {
        border-color: #fff;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.25)
    }

.btn-clear-dark {
    color: rgba(0,0,0,0.7);
    background: transparent;
    border-color: rgba(0,0,0,0.15);
    box-shadow: none
}

    .btn-clear-dark:hover, .btn-clear-dark.hover {
        color: rgba(0,0,0,0.85);
        background: rgba(0,0,0,0.1)
    }

    .btn-clear-dark:active, .btn-clear-dark.active {
        box-shadow: none
    }

    .btn-clear-dark:focus, .btn-clear-dark.focus {
        box-shadow: 0 0 0 2px rgba(0,0,0,0.08)
    }

.btn-labeled {
    position: relative;
    padding-left: 3.5625rem
}

    .btn-labeled > b {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.12);
        display: block;
        width: 2.5625rem;
        line-height: 2.5625rem;
        text-align: center
    }

        .btn-labeled > b > .fa {
            vertical-align: middle
        }

    .btn-labeled.btn-lg, .btn-group-lg > .btn-labeled.btn {
        padding-left: 4.75rem
    }

        .btn-labeled.btn-lg > b, .btn-group-lg > .btn-labeled.btn > b {
            width: 3.25rem;
            line-height: 3.25rem
        }

    .btn-labeled.btn-sm, .btn-group-sm > .btn-labeled.btn {
        padding-left: 2.96875rem
    }

        .btn-labeled.btn-sm > b, .btn-group-sm > .btn-labeled.btn > b {
            width: 2.21875rem;
            line-height: 2.21875rem
        }

    .btn-labeled.icon-right {
        padding-left: 1rem;
        padding-right: 3.5625rem
    }

        .btn-labeled.icon-right > b {
            left: auto;
            right: 0
        }

.btn-animate {
    position: relative;
    overflow: hidden;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

    .btn-animate > span {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transition: -webkit-transform 0.2s ease-out;
        transition: -webkit-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

        .btn-animate > span > .fa {
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            bottom: 0;
            width: 1.25em;
            text-align: left;
            opacity: 0;
            line-height: 1.5;
            -webkit-transition: opacity 0.2s ease-out;
            transition: opacity 0.2s ease-out;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%)
        }

    .btn-animate:hover > span {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

        .btn-animate:hover > span > .fa {
            opacity: 1
        }

    .btn-animate.btn-lg, .btn-group-lg > .btn-animate.btn {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }

    .btn-animate.btn-sm, .btn-group-sm > .btn-animate.btn {
        padding-left: 1.125rem;
        padding-right: 1.125rem
    }

        .btn-animate.btn-sm > span > .fa, .btn-group-sm > .btn-animate.btn > span > .fa {
            top: 1px
        }

    .btn-animate.btn-animate-right > span > .fa {
        left: auto;
        right: 0;
        text-align: right;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .btn-animate.btn-animate-right:hover > span {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .btn-animate.btn-animate-down > span {
        text-align: center
    }

        .btn-animate.btn-animate-down > span > .fa {
            left: 50%;
            margin-left: -0.625em;
            right: 0;
            top: 0;
            text-align: center;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%)
        }

    .btn-animate.btn-animate-down:hover > span {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    .btn-animate.btn-animate-down.btn-lg > span > .fa, .btn-group-lg > .btn-animate.btn-animate-down.btn > span > .fa {
        font-size: 1.5rem;
        line-height: 1.5rem;
        -webkit-transform: translateY(-3.25rem);
        transform: translateY(-3.25rem)
    }

    .btn-animate.btn-animate-down.btn-lg:hover > span, .btn-group-lg > .btn-animate.btn-animate-down.btn:hover > span {
        -webkit-transform: translateY(3.25rem);
        transform: translateY(3.25rem)
    }

    .btn-animate.btn-animate-down.btn-sm > span > .fa, .btn-group-sm > .btn-animate.btn-animate-down.btn > span > .fa {
        -webkit-transform: translateY(-2.21875rem);
        transform: translateY(-2.21875rem)
    }

    .btn-animate.btn-animate-down.btn-sm:hover > span, .btn-group-sm > .btn-animate.btn-animate-down.btn:hover > span {
        -webkit-transform: translateY(2.21875rem);
        transform: translateY(2.21875rem)
    }

.btn.btn-to-danger {
    -webkit-transition: none;
    transition: none
}

.btn.btn-to-primary {
    -webkit-transition: none;
    transition: none
}

.btn.btn-no-border {
    border-color: transparent !important
}

    .btn.btn-no-border:active, .btn.btn-no-border.active {
        box-shadow: none
    }

.btn-wide {
    padding-left: 1.8rem;
    padding-right: 1.8rem
}

    .btn-wide.btn-lg, .btn-group-lg > .btn-wide.btn {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .btn-wide.btn-sm, .btn-group-sm > .btn-wide.btn {
        padding-left: 1.2rem;
        padding-right: 1.2rem
    }

    .btn-wide.btn-animate {
        padding-left: 2.7rem;
        padding-right: 2.7rem
    }

        .btn-wide.btn-animate span > .fa {
            width: 1.5em
        }

        .btn-wide.btn-animate.btn-lg, .btn-group-lg > .btn-wide.btn-animate.btn {
            padding-left: 3.75rem;
            padding-right: 3.75rem
        }

        .btn-wide.btn-animate.btn-sm, .btn-group-sm > .btn-wide.btn-animate.btn {
            padding-left: 1.8rem;
            padding-right: 1.8rem
        }

    .btn-wide.btn-labeled {
        padding-left: 4.3625rem
    }

        .btn-wide.btn-labeled.btn-lg, .btn-group-lg > .btn-wide.btn-labeled.btn {
            padding-left: 5.75rem
        }

        .btn-wide.btn-labeled.btn-sm, .btn-group-sm > .btn-wide.btn-labeled.btn {
            padding-left: 3.41875rem
        }

        .btn-wide.btn-labeled.icon-right {
            padding-left: 1.8rem;
            padding-right: 4.3625rem
        }

            .btn-wide.btn-labeled.icon-right.btn-lg, .btn-group-lg > .btn-wide.btn-labeled.icon-right.btn {
                padding-right: 5.75rem
            }

            .btn-wide.btn-labeled.icon-right.btn-sm, .btn-group-sm > .btn-wide.btn-labeled.icon-right.btn {
                padding-right: 3.41875rem
            }

.mf-dropdown {
    display: inline-block;
    position: relative
}

    .mf-dropdown .btn {
        border-radius: 0;
        position: relative
    }

        .mf-dropdown .btn > em {
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            color: #999;
            font-size: .8125rem;
            font-size: 0.85em
        }

            .mf-dropdown .btn > em > span {
                font-weight: 600;
                font-size: 1.166666em;
                color: #333
            }

        .mf-dropdown .btn.has-caret {
            text-align: left;
            padding-right: 2rem
        }

            .mf-dropdown .btn.has-caret.btn-sm, .mf-dropdown .btn-group-sm > .btn.has-caret {
                padding-right: 1.5rem
            }

            .mf-dropdown .btn.has-caret.btn-lg, .mf-dropdown .btn-group-lg > .btn.has-caret {
                padding-right: 3rem
            }

            .mf-dropdown .btn.has-caret > em, .mf-dropdown .btn.has-caret > span {
                display: block;
                margin-bottom: 1px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .mf-dropdown .btn.has-caret:after {
                display: inline-block;
                font: normal normal normal 16px/1 'FontAwesome';
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                content: "";
                position: absolute;
                display: block;
                right: 1rem;
                line-height: 1;
                top: 50%;
                -webkit-transform: translate3d(50%, -50%, 0);
                transform: translate3d(50%, -50%, 0)
            }

    .mf-dropdown .btn-sm.has-caret:after, .mf-dropdown .btn-group-sm > .has-caret.btn:after {
        right: .75rem
    }

    .mf-dropdown .btn-lg.has-caret:after, .mf-dropdown .btn-group-lg > .has-caret.btn:after {
        right: 1.5rem
    }

    .mf-dropdown select {
        position: absolute;
        opacity: 0;
        left: 0;
        width: 100%;
        top: 0;
        bottom: 0;
        cursor: pointer
    }

.btn-brand-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15)
}

    .btn-brand-facebook:hover {
        color: #fff;
        background-color: #2d4373;
        border-color: #2a3f6c
    }

    .btn-brand-facebook:focus, .btn-brand-facebook.focus {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 0 0 2px rgba(59,89,152,0.5)
    }

    .btn-brand-facebook.disabled, .btn-brand-facebook:disabled {
        background-color: #3b5998;
        border-color: #3b5998
    }

    .btn-brand-facebook:active, .btn-brand-facebook.active, .show > .btn-brand-facebook.dropdown-toggle {
        color: #fff;
        background-color: #2d4373;
        background-image: none;
        border-color: #2a3f6c;
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

.btn-brand-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: #55acee;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15)
}

    .btn-brand-twitter:hover {
        color: #fff;
        background-color: #2795e9;
        border-color: #1d91e8
    }

    .btn-brand-twitter:focus, .btn-brand-twitter.focus {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 0 0 2px rgba(85,172,238,0.5)
    }

    .btn-brand-twitter.disabled, .btn-brand-twitter:disabled {
        background-color: #55acee;
        border-color: #55acee
    }

    .btn-brand-twitter:active, .btn-brand-twitter.active, .show > .btn-brand-twitter.dropdown-toggle {
        color: #fff;
        background-color: #2795e9;
        background-image: none;
        border-color: #1d91e8;
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

.btn-brand-youtube {
    color: #fff;
    background-color: #cd201f;
    border-color: #cd201f;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15)
}

    .btn-brand-youtube:hover {
        color: #fff;
        background-color: #a11918;
        border-color: #981817
    }

    .btn-brand-youtube:focus, .btn-brand-youtube.focus {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 0 0 2px rgba(205,32,31,0.5)
    }

    .btn-brand-youtube.disabled, .btn-brand-youtube:disabled {
        background-color: #cd201f;
        border-color: #cd201f
    }

    .btn-brand-youtube:active, .btn-brand-youtube.active, .show > .btn-brand-youtube.dropdown-toggle {
        color: #fff;
        background-color: #a11918;
        background-image: none;
        border-color: #981817;
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

.btn-brand-pinterest {
    color: #fff;
    background-color: #cc2127;
    border-color: #cc2127;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15)
}

    .btn-brand-pinterest:hover {
        color: #fff;
        background-color: #a01a1f;
        border-color: #97181d
    }

    .btn-brand-pinterest:focus, .btn-brand-pinterest.focus {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 0 0 2px rgba(204,33,39,0.5)
    }

    .btn-brand-pinterest.disabled, .btn-brand-pinterest:disabled {
        background-color: #cc2127;
        border-color: #cc2127
    }

    .btn-brand-pinterest:active, .btn-brand-pinterest.active, .show > .btn-brand-pinterest.dropdown-toggle {
        color: #fff;
        background-color: #a01a1f;
        background-image: none;
        border-color: #97181d;
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

.btn-brand-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15)
}

    .btn-brand-google-plus:hover {
        color: #fff;
        background-color: #c23321;
        border-color: #b93120
    }

    .btn-brand-google-plus:focus, .btn-brand-google-plus.focus {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 0 0 2px rgba(221,75,57,0.5)
    }

    .btn-brand-google-plus.disabled, .btn-brand-google-plus:disabled {
        background-color: #dd4b39;
        border-color: #dd4b39
    }

    .btn-brand-google-plus:active, .btn-brand-google-plus.active, .show > .btn-brand-google-plus.dropdown-toggle {
        color: #fff;
        background-color: #c23321;
        background-image: none;
        border-color: #b93120;
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

.card-deck .card {
    margin-bottom: 20px
}

.card-shadow {
    box-shadow: 0 0 3px rgba(0,0,0,0.1)
}

.card-block > p:last-child {
    margin-bottom: 0
}

.card-footer .btn {
    font-weight: 400
}

.card-block > *:last-child {
    margin-bottom: 0 !important
}

@media (min-width: 576px) {
    .card-deck.card-cols-sm-1 .card {
        -ms-flex: 1 0 100% !important;
        -webkit-box-flex: 1 !important;
        flex: 1 0 calc(100% - 20px) !important;
        max-width: calc(100% - 20px)
    }

    .card-deck.card-cols-sm-2 .card {
        -ms-flex: 0 0 50% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(50% - 20px) !important;
        max-width: calc(50% - 20px)
    }

    .card-deck.card-cols-sm-3 .card {
        -ms-flex: 0 0 33.333% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(33.333% - 20px) !important;
        max-width: calc(33.333% - 20px)
    }

    .card-deck.card-cols-sm-4 .card {
        -ms-flex: 0 0 25% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(25% - 20px) !important;
        max-width: calc(25% - 20px)
    }

    .card-deck.card-cols-sm-5 .card {
        -ms-flex: 0 0 20% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(20% - 20px) !important;
        max-width: calc(20% - 20px)
    }

    .card-deck.card-cols-sm-6 .card {
        -ms-flex: 0 0 16.666% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(16.666% - 20px) !important;
        max-width: calc(16.666% - 20px)
    }

    .card-group.card-cols-sm-1 .card {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
        max-width: 100%
    }

    .card-group.card-cols-sm-2 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50%
    }

    .card-group.card-cols-sm-3 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333% !important;
        flex: 0 0 33.333% !important;
        max-width: 33.333%
    }

    .card-group.card-cols-sm-4 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25%
    }

    .card-group.card-cols-sm-5 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20%
    }

    .card-group.card-cols-sm-6 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.666% !important;
        flex: 0 0 16.666% !important;
        max-width: 16.666%
    }

    .card-columns.card-cols-sm-1 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .card-columns.card-cols-sm-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .card-columns.card-cols-sm-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    .card-columns.card-cols-sm-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }

    .card-columns.card-cols-sm-5 {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5
    }

    .card-columns.card-cols-sm-6 {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6
    }
}

@media (min-width: 768px) {
    .card-deck.card-cols-md-1 .card {
        -ms-flex: 1 0 100% !important;
        -webkit-box-flex: 1 !important;
        flex: 1 0 calc(100% - 20px) !important;
        max-width: calc(100% - 20px)
    }

    .card-deck.card-cols-md-2 .card {
        -ms-flex: 0 0 50% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(50% - 20px) !important;
        max-width: calc(50% - 20px)
    }

    .card-deck.card-cols-md-3 .card {
        -ms-flex: 0 0 33.333% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(33.333% - 20px) !important;
        max-width: calc(33.333% - 20px)
    }

    .card-deck.card-cols-md-4 .card {
        -ms-flex: 0 0 25% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(25% - 20px) !important;
        max-width: calc(25% - 20px)
    }

    .card-deck.card-cols-md-5 .card {
        -ms-flex: 0 0 20% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(20% - 20px) !important;
        max-width: calc(20% - 20px)
    }

    .card-deck.card-cols-md-6 .card {
        -ms-flex: 0 0 16.666% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(16.666% - 20px) !important;
        max-width: calc(16.666% - 20px)
    }

    .card-group.card-cols-md-1 .card {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
        max-width: 100%
    }

    .card-group.card-cols-md-2 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50%
    }

    .card-group.card-cols-md-3 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333% !important;
        flex: 0 0 33.333% !important;
        max-width: 33.333%
    }

    .card-group.card-cols-md-4 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25%
    }

    .card-group.card-cols-md-5 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20%
    }

    .card-group.card-cols-md-6 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.666% !important;
        flex: 0 0 16.666% !important;
        max-width: 16.666%
    }

    .card-columns.card-cols-md-1 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .card-columns.card-cols-md-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .card-columns.card-cols-md-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    .card-columns.card-cols-md-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }

    .card-columns.card-cols-md-5 {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5
    }

    .card-columns.card-cols-md-6 {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6
    }
}

@media (min-width: 992px) {
    .card-deck.card-cols-lg-1 .card {
        -ms-flex: 1 0 100% !important;
        -webkit-box-flex: 1 !important;
        flex: 1 0 calc(100% - 20px) !important;
        max-width: calc(100% - 20px)
    }

    .card-deck.card-cols-lg-2 .card {
        -ms-flex: 0 0 50% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(50% - 20px) !important;
        max-width: calc(50% - 20px)
    }

    .card-deck.card-cols-lg-3 .card {
        -ms-flex: 0 0 33.333% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(33.333% - 20px) !important;
        max-width: calc(33.333% - 20px)
    }

    .card-deck.card-cols-lg-4 .card {
        -ms-flex: 0 0 25% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(25% - 20px) !important;
        max-width: calc(25% - 20px)
    }

    .card-deck.card-cols-lg-5 .card {
        -ms-flex: 0 0 20% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(20% - 20px) !important;
        max-width: calc(20% - 20px)
    }

    .card-deck.card-cols-lg-6 .card {
        -ms-flex: 0 0 16.666% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(16.666% - 20px) !important;
        max-width: calc(16.666% - 20px)
    }

    .card-group.card-cols-lg-1 .card {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
        max-width: 100%
    }

    .card-group.card-cols-lg-2 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50%
    }

    .card-group.card-cols-lg-3 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333% !important;
        flex: 0 0 33.333% !important;
        max-width: 33.333%
    }

    .card-group.card-cols-lg-4 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25%
    }

    .card-group.card-cols-lg-5 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20%
    }

    .card-group.card-cols-lg-6 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.666% !important;
        flex: 0 0 16.666% !important;
        max-width: 16.666%
    }

    .card-columns.card-cols-lg-1 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .card-columns.card-cols-lg-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .card-columns.card-cols-lg-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    .card-columns.card-cols-lg-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }

    .card-columns.card-cols-lg-5 {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5
    }

    .card-columns.card-cols-lg-6 {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6
    }
}

@media (min-width: 1200px) {
    .card-deck.card-cols-xl-1 .card {
        -ms-flex: 1 0 100% !important;
        -webkit-box-flex: 1 !important;
        flex: 1 0 calc(100% - 20px) !important;
        max-width: calc(100% - 20px)
    }

    .card-deck.card-cols-xl-2 .card {
        -ms-flex: 0 0 50% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(50% - 20px) !important;
        max-width: calc(50% - 20px)
    }

    .card-deck.card-cols-xl-3 .card {
        -ms-flex: 0 0 33.333% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(33.333% - 20px) !important;
        max-width: calc(33.333% - 20px)
    }

    .card-deck.card-cols-xl-4 .card {
        -ms-flex: 0 0 25% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(25% - 20px) !important;
        max-width: calc(25% - 20px)
    }

    .card-deck.card-cols-xl-5 .card {
        -ms-flex: 0 0 20% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(20% - 20px) !important;
        max-width: calc(20% - 20px)
    }

    .card-deck.card-cols-xl-6 .card {
        -ms-flex: 0 0 16.666% !important;
        -webkit-box-flex: 0 !important;
        flex: 0 0 calc(16.666% - 20px) !important;
        max-width: calc(16.666% - 20px)
    }

    .card-group.card-cols-xl-1 .card {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
        max-width: 100%
    }

    .card-group.card-cols-xl-2 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50%
    }

    .card-group.card-cols-xl-3 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.333% !important;
        flex: 0 0 33.333% !important;
        max-width: 33.333%
    }

    .card-group.card-cols-xl-4 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 25% !important;
        flex: 0 0 25% !important;
        max-width: 25%
    }

    .card-group.card-cols-xl-5 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 20% !important;
        flex: 0 0 20% !important;
        max-width: 20%
    }

    .card-group.card-cols-xl-6 .card {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.666% !important;
        flex: 0 0 16.666% !important;
        max-width: 16.666%
    }

    .card-columns.card-cols-xl-1 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .card-columns.card-cols-xl-2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .card-columns.card-cols-xl-3 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    .card-columns.card-cols-xl-4 {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }

    .card-columns.card-cols-xl-5 {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5
    }

    .card-columns.card-cols-xl-6 {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6
    }
}

fieldset.content-group {
    margin-bottom: 2rem
}

    fieldset.content-group > legend {
        position: relative;
        font-size: 1rem;
        font-weight: 400;
        color: #999;
        text-transform: uppercase;
        margin-bottom: 1.2rem
    }

        fieldset.content-group > legend:before {
            position: absolute;
            content: ' ';
            width: 100%;
            left: 0;
            top: 50%;
            height: 1px;
            background: rgba(0,0,0,0.12);
            z-index: 0
        }

        fieldset.content-group > legend > span {
            position: relative;
            display: inline-block;
            background: #fff;
            padding-right: 1rem;
            z-index: 1
        }

.form-group label:not(.form-check-label) {
    font-weight: 600
}

.form-group.required > label:after {
    content: ' *'
}

.input-group-addon {
    line-height: inherit
}

.form-text {
    line-height: 1.3
}

.has-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .has-icon .form-control {
        position: relative;
        z-index: 2
    }

    .has-icon .input-group-icon {
        position: absolute;
        left: 0;
        z-index: 10;
        width: 2.5625rem;
        height: 2.5625rem;
        line-height: 2.5625rem;
        text-align: center;
        vertical-align: middle
    }

    .has-icon.has-icon-right .input-group-icon {
        left: auto;
        right: 0
    }

    .has-icon.input-group-lg .input-group-icon {
        width: 3.25rem;
        height: 3.25rem;
        line-height: 3.25rem;
        font-size: 1rem
    }

    .has-icon.input-group-sm .input-group-icon {
        width: 2.21875rem;
        height: 2.21875rem;
        line-height: 2.21875rem;
        font-size: .8125rem
    }

    .has-icon:not(.has-icon-right) .form-control {
        padding-left: 2.5625rem
    }

    .has-icon:not(.has-icon-right).input-group-lg .form-control {
        padding-left: 3.25rem
    }

    .has-icon:not(.has-icon-right).input-group-sm .form-control {
        padding-left: 2.21875rem
    }

.has-icon-right .form-control {
    padding-right: 2.5625rem
}

.has-icon-right.input-group-lg .form-control {
    padding-right: 3.25rem
}

.has-icon-right.input-group-sm .form-control {
    padding-right: 2.21875rem
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-right: 0.25rem
}

.validation-summary-valid > *:last-child, .validation-summary-errors > *:last-child {
    margin-bottom: 0
}

.field-validation-error {
    display: block;
    color: #a94442;
    margin-top: 0.25rem
}

.input-group .form-control {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.breadcrumb {
    padding: 0;
    background: none;
    font-size: .8125rem;
    margin-bottom: 1.5rem
}

.breadcrumb-item:after {
    content: '\f101';
    padding: 0 0.5rem;
    font-family: FontAwesome;
}

.breadcrumb-item:last-of-type:after {
    display: none
}

.breadcrumb > li + li::before {
    display: none !important
}

.breadcrumb-item > a {
    color: #333 !important;
    display: inline-block
}

.pagination .page-nav {
    background-color: #fff
}

    .pagination .page-nav:hover {
        background-color: rgba(0,0,0,0.1)
    }

    .pagination .page-nav:first-of-type {
        margin-right: 0.25rem
    }

    .pagination .page-nav:last-of-type {
        margin-left: 0.25rem
    }

.pagination .page-link {
    border-radius: 2px !important;
    margin-left: 0;
    text-decoration: none !important
}

.pagination .shrinked .page-link {
    padding-left: 2px;
    padding-right: 2px;
    background-color: transparent !important
}

.pagination .page-link:not(.page-nav) {
    border-color: transparent !important
}

.pagination .active .page-link {
    font-weight: bold
}

.pagination.pagination-xs .page-link {
    line-height: 1.4;
    font-size: .75rem;
    padding: 0 6px
}

.nav ~ .tab-content {
    margin: 1rem 0
}

.nav-link-summary {
    display: none
}

.nav-tabs-line {
    position: relative
}

    .nav-tabs-line .nav-item + .nav-item {
        margin-left: 0
    }

    .nav-tabs-line .nav-item {
        position: relative
    }

    .nav-tabs-line .nav-link {
        text-transform: uppercase;
        text-align: center;
        position: relative;
        border-width: 0;
        background-color: transparent;
        color: #999;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out
    }

        .nav-tabs-line .nav-link:hover {
            color: inherit
        }

        .nav-tabs-line .nav-link.active {
            font-weight: 600;
            color: #ed814e !important;
        }

        .nav-tabs-line .nav-link.disabled {
            opacity: 0.4
        }

        .nav-tabs-line .nav-link:not(.disabled):before {
            position: absolute;
            content: '';
            bottom: 0;
            left: 50%;
            right: 50%;
            height: 3px;
            background: #aaa;
            background: #ed814e;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out
        }

        .nav-tabs-line .nav-link:hover:before {
            left: 0;
            right: 0
        }

        .nav-tabs-line .nav-link.active:before, .nav-tabs-line .nav-link.active:focus:before, .nav-tabs-line .nav-item.open .nav-link:before, .nav-tabs-line .nav-item.open .nav-link:focus:before {
            left: 0;
            right: 0;
            height: 3px;
            background: #ed814e;
        }

.tab-content-header {
    display: none
}

.nav-responsive.collapsed {
    position: relative
}

    .nav-responsive.collapsed .nav-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .nav-responsive.collapsed .nav-tabs .nav-link {
            position: relative;
            display: block;
            text-transform: none;
            font-weight: 600;
            text-align: left;
            color: #636c72 !important;
            background-color: #fff;
            border: 1px solid rgba(0,0,0,0.125);
            border-radius: 0;
            padding: .75rem 2.2rem .75rem 1.25rem;
            margin-bottom: -1px;
            -webkit-transition: background-color 0.12s linear;
            transition: background-color 0.12s linear
        }

            .nav-responsive.collapsed .nav-tabs .nav-link .nav-link-summary {
                display: block;
                font-weight: 400;
                font-size: .875rem
            }

            .nav-responsive.collapsed .nav-tabs .nav-link:hover {
                color: #636c72;
                background-color: #f7f7f9
            }

            .nav-responsive.collapsed .nav-tabs .nav-link:active {
                background-color: #ebebf0
            }

            .nav-responsive.collapsed .nav-tabs .nav-link:before {
                display: none
            }

            .nav-responsive.collapsed .nav-tabs .nav-link:not(.disabled):after {
                font-family: FontAwesome;
                content: "\f105";
                font-size: 1.5rem;
                line-height: 1;
                position: absolute;
                right: 1rem;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

        .nav-responsive.collapsed .nav-tabs .nav-item:first-child .nav-link {
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem
        }

        .nav-responsive.collapsed .nav-tabs .nav-item:last-child .nav-link {
            margin-bottom: 0;
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem
        }

.offcanvas-nav .tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.offcanvas-nav .tab-content-header {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.offcanvas-nav .tab-pane {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1.5rem;
    padding-top: 1rem
}

@media (max-width: 767px) {
    .nav-collapsible {
        position: relative
    }

        .nav-collapsible .nav-toggler {
            position: relative;
            line-height: 1.5;
            cursor: pointer;
            margin: 0;
            padding: 0.75rem 1rem
        }

            .nav-collapsible .nav-toggler:after {
                display: inline-block;
                font: normal normal normal 16px/1 'FontAwesome';
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                content: "";
                position: absolute;
                right: 1rem;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .nav-collapsible .nav-toggler.collapsed:after {
                content: "\f107"
            }

        .nav-collapsible .nav-collapse {
            padding: 0 1rem
        }
}

@media (min-width: 768px) {
    .nav-collapsible .nav-collapse {
        display: block !important;
        height: auto !important
    }
}

.modal-backdrop.show {
    opacity: 0.7
}

.modal-backdrop.fade, .modal.fade {
    -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s linear, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s linear, transform 0.2s ease-out;
    transition: opacity 0.2s linear, transform 0.2s ease-out, -webkit-transform 0.2s ease-out
}

    .modal.fade .modal-dialog {
        -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s ease-out;
        transition: opacity 0.2s linear, -webkit-transform 0.2s ease-out;
        transition: opacity 0.2s linear, transform 0.2s ease-out;
        transition: opacity 0.2s linear, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
        -webkit-transform: translate(0, -75px) scale(0.9, 0.9);
        transform: translate(0, -75px) scale(0.9, 0.9)
    }

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-content {
    box-shadow: 0px 4px 20px rgba(0,0,0,0.5);
    border-radius: 0;
    border: none
}

.modal-header {
    background-color: #f7f7f9;
    border-bottom: none
}

.modal-title {
    font-weight: 600
}

.modal-flex .modal-dialog {
    position: fixed;
    margin: 0;
    width: auto;
    height: auto;
    max-width: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

@media (min-width: 768px) {
    .modal-flex .modal-dialog {
        left: 5%;
        top: 5%;
        bottom: 5%;
        right: 5%
    }
}

.modal-flex .modal-content {
    max-height: none;
    overflow-y: auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.modal-flex .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px
}

.throbber {
    display: none;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2147483640;
    background-color: rgba(0,0,0,0.7)
}

    .throbber.white {
        background-color: rgba(255,255,255,0.85)
    }

body > .throbber {
    position: fixed
}

.throbber .throbber-flex {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .throbber .throbber-flex > * {
        text-align: center
    }

.throbber .throbber-content {
    display: block;
    overflow: hidden;
    line-height: 1.3
}

    .throbber .throbber-content:not(:empty) {
        margin-bottom: 2rem
    }

.throbber.large .throbber-content {
    font-size: 2.5rem;
    font-weight: 100
}

.throbber.small .throbber-content {
    font-size: 1rem;
    font-weight: 300
}

.throbber:not(.white) .throbber-content {
    color: #fff
}

.spinner-container {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.spinner {
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: none
}

    .spinner-container.active > .spinner, .spinner.active {
        background-color: transparent;
        border: none;
        display: inline-block
    }

    .spinner.spinner-boxed {
        line-height: 1;
        border-radius: 50%;
        padding: 0.2em;
        background-color: #fff !important;
        box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12)
    }

.spinner-container.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.spinner svg {
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-animation: spinner-rotate 1.333s linear infinite;
    animation: spinner-rotate 1.333s linear infinite
}

html.ie .spinner svg {
    -webkit-animation: spinner-rotate-ie 2.5s linear infinite;
    animation: spinner-rotate-ie 2.5s linear infinite
}

.spinner circle {
    fill: transparent;
    stroke: #ff9800;
    stroke-linecap: round;
    stroke-dasharray: 200.96;
    stroke-dashoffset: 58px;
    -webkit-animation: spinner-dash 1.333s linear infinite, spinner-colors 10.644s linear infinite;
    animation: spinner-dash 1.333s linear infinite, spinner-colors 10.644s linear infinite
}

html.ie .spinner circle {
    stroke-dashoffset: 80px
}

@keyframes spinner-dash {
    0% {
        stroke-dashoffset: 58px
    }

    50% {
        stroke-dashoffset: 200.96px
    }

    100% {
        stroke-dashoffset: 58px
    }
}

@-webkit-keyframes spinner-dash {
    0% {
        stroke-dashoffset: 58px
    }

    50% {
        stroke-dashoffset: 200.96px
    }

    100% {
        stroke-dashoffset: 58px
    }
}

@keyframes spinner-rotate {
    50% {
        -webkit-transform: rotate(600deg);
        transform: rotate(600deg)
    }

    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg)
    }
}

@-webkit-keyframes spinner-rotate {
    50% {
        -webkit-transform: rotate(600deg);
        transform: rotate(600deg)
    }

    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg)
    }
}

@-webkit-keyframes spinner-rotate-ie {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg)
    }
}

@keyframes spinner-rotate-ie {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg)
    }
}

@keyframes spinner-colors {
    0% {
        stroke: #3F51B5
    }

    20% {
        stroke: #09b7bf
    }

    40% {
        stroke: #90d36b
    }

    60% {
        stroke: #F44336
    }

    80% {
        stroke: #f90
    }

    100% {
        stroke: #3F51B5
    }
}

@-webkit-keyframes spinner-colors {
    0% {
        stroke: #3F51B5
    }

    20% {
        stroke: #09b7bf
    }

    40% {
        stroke: #90d36b
    }

    60% {
        stroke: #F44336
    }

    80% {
        stroke: #f90
    }

    100% {
        stroke: #3F51B5
    }
}

.spinner.white circle {
    stroke: #fff;
    -webkit-animation-name: spinner-dash, spinner-rotate;
    animation-name: spinner-dash, spinner-rotate
}

.star-rating {
    display: inline-block
}

    .star-rating > label {
        margin: 0
    }

    .star-rating:not(:checked) > input {
        position: absolute;
        top: -9999px;
        clip: rect(0, 0, 0, 0)
    }

    .star-rating:not(:checked) > label {
        float: right;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        color: #bbb;
        padding: 0 2px;
        font-size: 22px;
        line-height: 22px
    }

    .star-rating.star-rating-large:not(:checked) > label {
        font-size: 30px;
        line-height: 30px
    }

    .star-rating.star-rating-small:not(:checked) > label {
        padding: 0 1px;
        font-size: 18px;
        line-height: 18px
    }

    .star-rating.star-rating-mini:not(:checked) > label {
        padding: 0 1px;
        font-size: 14px;
        line-height: 14px
    }

    .star-rating:not(:checked) > label:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        content: "\f006"
    }

    .star-rating > input:checked ~ label:before, .star-rating:not(:checked) > label:hover:before, .star-rating:not(:checked) > label:hover ~ label:before, .star-rating > input:checked + label:hover:before, .star-rating > input:checked + label:hover ~ label:before, .star-rating > input:checked ~ label:hover:before, .star-rating > input:checked ~ label:hover ~ label:before, .star-rating > label:hover ~ input:checked ~ label:before {
        content: "\f005"
    }

    .star-rating > input:checked ~ label {
        color: #f9bc1b
    }

    .star-rating:not(:checked) > label:hover, .star-rating:not(:checked) > label:hover ~ label {
        color: #f30
    }

    .star-rating > label:active {
        position: relative;
        top: 1px;
        left: 1px
    }

.sortable-grip {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 5px;
    cursor: move;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    background-color: transparent;
    background-repeat: repeat;
    background-position: 0 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAcCAYAAABCgc61AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAC1JREFUKFNjOHPmzH8QBgIUNm4JEIENYxUE4VE7MDBWQRAetQMDYxX8//8/AwD+OQx3RnVSQgAAAABJRU5ErkJggg==")
}

.sortable-item:hover .sortable-grip {
    visibility: visible;
    opacity: 1
}

.sortable-placeholder {
    border: 1px dotted #ccc;
    background: #f5f5f5
}

.canvas-slidable {
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,transform .3s ease-out;
    transition: opacity .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out
}

.canvas-sliding-left .canvas-slidable {
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0)
}

.canvas-sliding-left.canvas-lg .canvas-slidable {
    -webkit-transform: translate3d(-480px, 0, 0);
    transform: translate3d(-480px, 0, 0)
}

.canvas-sliding-left.canvas-fullscreen .canvas-slidable {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.canvas-sliding-right .canvas-slidable {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0)
}

.canvas-sliding-right.canvas-lg .canvas-slidable {
    -webkit-transform: translate3d(480px, 0, 0);
    transform: translate3d(480px, 0, 0)
}

.canvas-sliding-right.canvas-fullscreen .canvas-slidable {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.canvas-sliding-left.canvas-overlay .canvas-slidable {
    -webkit-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 0)
}

.canvas-sliding-right.canvas-overlay .canvas-slidable {
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0)
}

.canvas-fullscreen .canvas-slidable {
    box-shadow: none !important
}

body.canvas-noscroll {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.navbar-toggler {
    position: relative;
    background-color: transparent;
    outline: none
}

    .navbar-toggler:focus {
        outline: none
    }

.canvas-blocker {
    position: fixed;
    z-index: 0 !important;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out,z-index 0s linear .3s,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,z-index 0s linear .3s,-webkit-transform .3s ease-out;
    transition: opacity .3s ease-out,transform .3s ease-out,z-index 0s linear .3s;
    transition: opacity .3s ease-out,transform .3s ease-out,z-index 0s linear .3s,-webkit-transform .3s ease-out;
    overflow: hidden
}

body.canvas-blocking .canvas-blocker {
    z-index: 1031 !important;
    opacity: 0.3;
    -webkit-transition: opacity .3s ease-out,z-index 0s 0s,-webkit-transform .3s ease-out !important;
    transition: opacity .3s ease-out,z-index 0s 0s,-webkit-transform .3s ease-out !important;
    transition: opacity .3s ease-out,transform .3s ease-out,z-index 0s 0s !important;
    transition: opacity .3s ease-out,transform .3s ease-out,z-index 0s 0s,-webkit-transform .3s ease-out !important
}

.offcanvas {
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 0;
    margin: 0;
    background-color: #fff;
    overflow-x: auto;
    -webkit-transition: visibility 0s ease .3s,-webkit-transform .3s ease-out;
    transition: visibility 0s ease .3s,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,visibility 0s ease .3s;
    transition: transform .3s ease-out,visibility 0s ease .3s,-webkit-transform .3s ease-out;
    width: 320px;
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

    .offcanvas.offcanvas-right {
        left: auto !important;
        right: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0)
    }

    .offcanvas.offcanvas-lg {
        width: 480px
    }

    .offcanvas.offcanvas-fullscreen {
        width: 100%
    }

    .offcanvas.offcanvas-push, .offcanvas.offcanvas-overlay {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

        .offcanvas.offcanvas-push.offcanvas-right, .offcanvas.offcanvas-overlay.offcanvas-right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }

    .offcanvas.offcanvas-overlay {
        z-index: 99999
    }

    .offcanvas.offcanvas-shadow {
        box-shadow: 0 0 24px rgba(0,0,0,0.3)
    }

@media (max-width: 320px) {
    .offcanvas.offcanvas {
        width: 100% !important
    }
}

@media (max-width: 480px) {
    .offcanvas.offcanvas-lg {
        width: 100%
    }
}

.offcanvas.offcanvas-push.on, .offcanvas.offcanvas-overlay.on, .offcanvas.offcanvas-right.on, .offcanvas.on {
    visibility: visible;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.offcanvas-content {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch
}

.offcanvas-scrollable {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.offcanvas-tabs {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 5%
}

    .offcanvas-tabs .offcanvas-closer {
        border-radius: 0
    }

    .offcanvas-tabs .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow-x: hidden;
        overflow-y: hidden;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

.touchevents .offcanvas-tabs .nav-tabs {
    overflow-x: auto
}

.offcanvas-tabs .nav-item {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap
}

.offcanvas-tabs .nav-link {
    background: transparent !important;
    max-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #333;
    font-size: inherit
}

    .offcanvas-tabs .nav-link.active {
        color: #ed814e !important;
    }

    .offcanvas-tabs .nav-link .badge {
        position: relative;
        right: 0;
        top: 0;
        vertical-align: super
    }

@media (max-width: 480px) {
    .offcanvas-tabs .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem
    }
}

.canvas-overlay .page-main {
    box-shadow: none
}

.canvas-overlay .canvas-blocker {
    width: 200%;
    left: -50%
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}

body {
    -webkit-backface-visibility: hidden
}

.animate {
    opacity: 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1 !important;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.animate_slow {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.bounceIn, .animated.bounceOut {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

    .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
        transform: scale3d(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
        transform: scale3d(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

.select2-container--bootstrap {
    display: block
}

    .select2-container--bootstrap .select2-selection {
        box-shadow: none;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: .125rem;
        color: #464a4c;
        font-size: .875rem;
        outline: 0
    }

        .select2-container--bootstrap .select2-selection.form-control {
            border-radius: .125rem
        }

    .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
        box-shadow: none;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: .125rem;
        color: #464a4c;
        font-size: .875rem;
        border-radius: 0
    }

    .select2-container--bootstrap .select2-search__field {
        outline: 0
    }

        .select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
            color: #999
        }

        .select2-container--bootstrap .select2-search__field:-moz-placeholder {
            color: #999
        }

        .select2-container--bootstrap .select2-search__field::-moz-placeholder {
            color: #999;
            opacity: 1
        }

        .select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
            color: #999
        }

    .select2-container--bootstrap .select2-results__option {
        padding: .625rem .75rem
    }

        .select2-container--bootstrap .select2-results__option[role=group] {
            padding: 0
        }

        .select2-container--bootstrap .select2-results__option[aria-disabled=true] {
            color: #999;
            cursor: not-allowed
        }

        .select2-container--bootstrap .select2-results__option[aria-selected=true] {
            background-color: #f7f7f9;
            color: #1d1e1f;
            font-weight: 600
        }

    .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
        background-color: #f7f7f9;
        color: #1d1e1f
    }

    .select2-container--bootstrap .select2-results__option .select2-results__option {
        padding: .625rem .75rem
    }

        .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
            padding-left: 0
        }

        .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -.75rem;
            padding-left: 1.5rem
        }

            .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -1.5rem;
                padding-left: 2.25rem
            }

                .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -2.25rem;
                    padding-left: 3rem
                }

                    .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -3rem;
                        padding-left: 3.75rem
                    }

                        .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                            margin-left: -3.75rem;
                            padding-left: 4.5rem
                        }

    .select2-container--bootstrap .select2-results__group {
        color: #999;
        display: block;
        padding: .625rem .75rem;
        font-size: .8125rem;
        line-height: 1.5;
        white-space: nowrap
    }

    .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
        box-shadow: none;
        -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
        border-color: #98a2db
    }

        .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
            border-color: transparent transparent #464a4c transparent;
            border-width: 0 .35rem .35rem .35rem
        }

    .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-color: transparent
    }

    .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top-color: transparent
    }

    .select2-container--bootstrap .select2-selection__clear {
        color: #999;
        cursor: pointer;
        float: right;
        font-weight: bold
    }

        .select2-container--bootstrap .select2-selection__clear:hover {
            color: #292b2c
        }

    .select2-container--bootstrap.select2-container--disabled .select2-selection {
        border-color: rgba(0,0,0,0.15);
        box-shadow: none
    }

    .select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-search__field {
        cursor: not-allowed
    }

    .select2-container--bootstrap.select2-container--disabled .select2-selection, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
        background-color: #eceeef
    }

    .select2-container--bootstrap.select2-container--disabled .select2-selection__clear, .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
        display: none
    }

    .select2-container--bootstrap .select2-dropdown {
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        border-color: #98a2db;
        overflow-x: hidden;
        margin-top: -1px
    }

    .select2-container--bootstrap .select2-dropdown--above {
        box-shadow: 0px -6px 12px rgba(0,0,0,0.175);
        margin-top: 1px
    }

    .select2-container--bootstrap .select2-results > .select2-results__options {
        max-height: 250px;
        overflow-y: auto
    }

    .select2-container--bootstrap .select2-selection--single {
        height: 2.5625rem;
        line-height: 1.5;
        padding-top: .625rem;
        padding-bottom: .625rem;
        padding-left: .75rem;
        padding-right: 1.8rem
    }

        .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
            position: absolute;
            bottom: 0;
            right: .75rem;
            top: 0;
            width: .35rem
        }

            .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
                border-color: #464a4c transparent transparent transparent;
                border-style: solid;
                border-width: .35rem .35rem 0 .35rem;
                height: 0;
                left: 0;
                margin-left: -.35rem;
                margin-top: -.175rem;
                position: absolute;
                top: 50%;
                width: 0
            }

        .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
            color: #464a4c;
            padding: 0
        }

        .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
            color: #999
        }

    .select2-container--bootstrap .select2-selection--multiple {
        min-height: 2.5625rem;
        padding: 0;
        height: auto
    }

        .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
            box-sizing: border-box;
            display: block;
            line-height: 1.5;
            list-style: none;
            margin: 0;
            overflow: hidden;
            padding: 0;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
            color: #999;
            float: left;
            margin-top: 5px
        }

        .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
            color: #464a4c;
            background: #fff;
            background: #f7f7f9;
            border: 1px solid #ddd;
            border-radius: .125rem;
            cursor: default;
            float: left;
            margin: .625rem 0 0 .375rem;
            -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
            padding: 0 .625rem
        }

        .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
            background: transparent;
            padding: 0 .75rem;
            height: 2.5625rem;
            line-height: 1.5;
            margin-top: 0;
            min-width: 5em
        }

        .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
            color: #999;
            cursor: pointer;
            display: inline-block;
            font-weight: bold;
            margin-right: .3125rem
        }

            .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
                color: #292b2c
            }

        .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
            margin-top: .625rem
        }

    .select2-container--bootstrap .select2-selection--single.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--single, .form-group-sm .select2-container--bootstrap .select2-selection--single {
        border-radius: .125rem;
        font-size: .8125rem;
        height: 2.21875rem;
        line-height: 1.5;
        padding: .5rem 1.55rem .5rem .5rem
    }

        .select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
            margin-left: -.5rem
        }

    .select2-container--bootstrap .select2-selection--multiple.input-sm, .input-group-sm .select2-container--bootstrap .select2-selection--multiple, .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
        min-height: 2.21875rem;
        border-radius: .125rem
    }

        .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
            font-size: .8125rem;
            line-height: 1.5;
            margin: -.5rem 0 0 .25rem;
            padding: 0 .5rem
        }

        .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
            padding: 0 .5rem;
            font-size: .8125rem;
            height: .21875rem;
            line-height: 1.5
        }

        .select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
            margin-top: .5rem
        }

    .select2-container--bootstrap .select2-selection--single.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
        border-radius: .1875rem;
        font-size: 1rem;
        height: 3.25rem;
        line-height: 1.33333;
        padding: .875rem 2.55rem .875rem 1.5rem
    }

        .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
            width: .35rem
        }

            .select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b, .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
                border-width: .35rem .35rem 0 .35rem;
                margin-left: -.35rem;
                margin-left: -.875rem;
                margin-top: -.175rem
            }

    .select2-container--bootstrap .select2-selection--multiple.input-lg, .input-group-lg .select2-container--bootstrap .select2-selection--multiple, .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
        min-height: 3.25rem;
        border-radius: .1875rem
    }

        .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
            font-size: 1rem;
            line-height: 1.33333;
            border-radius: .125rem;
            margin: -.125rem 0 0 .75rem;
            padding: 0 .875rem
        }

        .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
            padding: 0 1.5rem;
            font-size: 1rem;
            height: 1.25rem;
            line-height: 1.33333
        }

        .select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear, .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
            margin-top: .875rem
        }

    .select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #464a4c transparent;
        border-width: 0 .35rem .35rem .35rem
    }

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #464a4c transparent;
    border-width: 0 .35rem .35rem .35rem
}

.has-warning .select2-dropdown, .has-warning .select2-selection {
    border-color: #8a6d3b
}

.has-warning .select2-container--focus .select2-selection, .has-warning .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
    border-color: #66512c
}

.has-warning.select2-drop-active {
    border-color: #66512c
}

    .has-warning.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #66512c
    }

.has-error .select2-dropdown, .has-error .select2-selection {
    border-color: #a94442
}

.has-error .select2-container--focus .select2-selection, .has-error .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
    border-color: #843534
}

.has-error.select2-drop-active {
    border-color: #843534
}

    .has-error.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #843534
    }

.has-success .select2-dropdown, .has-success .select2-selection {
    border-color: #3c763d
}

.has-success .select2-container--focus .select2-selection, .has-success .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
    border-color: #2b542c
}

.has-success.select2-drop-active {
    border-color: #2b542c
}

    .has-success.select2-drop-active.select2-drop.select2-drop-above {
        border-top-color: #2b542c
    }

.input-group .select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

    .input-group .select2-container--bootstrap.select2-container--open, .input-group .select2-container--bootstrap.select2-container--focus {
        z-index: 3
    }

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.select2-bootstrap-append .select2-container--bootstrap, .select2-bootstrap-append .input-group-btn, .select2-bootstrap-append .input-group-btn .btn, .select2-bootstrap-prepend .select2-container--bootstrap, .select2-bootstrap-prepend .input-group-btn, .select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top
}

.form-control.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important
}

.form-inline .select2-container--bootstrap {
    display: inline-block
}

.qty-input {
    vertical-align: top
}

    .qty-input .form-control {
        border-radius: .125rem !important
    }

    .qty-input .form-control-lg, .qty-input .input-group-lg > .form-control, .qty-input .input-group-lg > .input-group-addon, .qty-input .input-group-lg > .input-group-btn > .btn {
        border-radius: .1875rem !important
    }

    .qty-input .form-control-sm, .qty-input .input-group-sm > .form-control, .qty-input .input-group-sm > .input-group-addon, .qty-input .input-group-sm > .input-group-btn > .btn {
        border-radius: .125rem !important
    }

.bootstrap-touchspin {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

    .bootstrap-touchspin .form-control {
        text-align: center;
        font-weight: bold;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        display: block
    }

.has-postfix .bootstrap-touchspin .form-control {
    padding-top: .1625rem;
    padding-bottom: 1.0875rem
}

    .has-postfix .bootstrap-touchspin .form-control.form-control-lg, .has-postfix .bootstrap-touchspin .input-group-lg > .form-control, .has-postfix .bootstrap-touchspin .input-group-lg > .input-group-btn > .form-control.btn {
        padding-top: .4375rem;
        padding-bottom: 1.3125rem
    }

    .has-postfix .bootstrap-touchspin .form-control.form-control-sm, .has-postfix .bootstrap-touchspin .input-group-sm > .form-control, .has-postfix .bootstrap-touchspin .input-group-sm > .input-group-btn > .form-control.btn {
        padding-top: 0;
        padding-bottom: 1rem
    }

.bootstrap-touchspin .input-group-btn {
    position: absolute;
    z-index: 10;
    width: 1.6rem;
    top: 1px;
    bottom: 1px
}

    .bootstrap-touchspin .input-group-btn:first-child {
        left: 1px;
        right: auto
    }

    .bootstrap-touchspin .input-group-btn:last-child {
        right: 0;
        left: auto
    }

    .bootstrap-touchspin .input-group-btn > .btn {
        background: transparent;
        border-width: 0;
        width: 100%;
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        box-shadow: none !important
    }

        .bootstrap-touchspin .input-group-btn > .btn.bootstrap-touchspin-down {
            text-align: right;
            padding-right: 4px
        }

        .bootstrap-touchspin .input-group-btn > .btn.bootstrap-touchspin-up {
            text-align: left;
            padding-left: 4px
        }

        .bootstrap-touchspin .input-group-btn > .btn > .fa {
            opacity: 0.3;
            font-size: 0.875em
        }

        .bootstrap-touchspin .input-group-btn > .btn:hover > .fa {
            opacity: 0.6
        }

        .bootstrap-touchspin .input-group-btn > .btn:active > .fa {
            opacity: 1
        }

.bootstrap-touchspin .form-control ~ .bootstrap-touchspin-postfix {
    display: inline-block;
    position: absolute;
    background: transparent;
    border: none;
    color: #999;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    padding: 0;
    padding-bottom: 0.425rem;
    font-size: 11px
}

.bootstrap-touchspin .form-control-lg ~ .bootstrap-touchspin-postfix, .bootstrap-touchspin .input-group-lg > .form-control ~ .bootstrap-touchspin-postfix, .bootstrap-touchspin .input-group-lg > .input-group-addon ~ .bootstrap-touchspin-postfix, .bootstrap-touchspin .input-group-lg > .input-group-btn > .btn ~ .bootstrap-touchspin-postfix {
    padding-bottom: 0.75rem
}

.bootstrap-touchspin .form-control-sm ~ .bootstrap-touchspin-postfix, .bootstrap-touchspin .input-group-sm > .form-control ~ .bootstrap-touchspin-postfix, .bootstrap-touchspin .input-group-sm > .input-group-addon ~ .bootstrap-touchspin-postfix, .bootstrap-touchspin .input-group-sm > .input-group-btn > .btn ~ .bootstrap-touchspin-postfix {
    padding-bottom: 0.2rem
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: normal;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell
}

    .bootstrap-touchspin .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px 10px;
        margin-left: -1px;
        position: relative
    }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
        border-radius: 0;
        border-top-right-radius: .125rem
    }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        margin-top: -2px;
        border-radius: 0;
        border-bottom-right-radius: .125rem
    }

.alert.ui-pnotify-container, .ui-pnotify-container.validation-summary-valid, .ui-pnotify-container.validation-summary-errors {
    padding-left: 70px !important;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
    border-width: 1px
}

    .alert.ui-pnotify-container.alert, .ui-pnotify-container.validation-summary-valid, .ui-pnotify-container.validation-summary-errors {
        border-color: rgba(0,0,0,0.12) !important
    }

.ui-pnotify-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3rem;
    color: #fff;
    z-index: 10
}

.alert-info .ui-pnotify-icon:before, .alert-info .ui-pnotify-icon:after {
    content: '' !important;
    display: inline-block;
    position: absolute
}

.alert-info .ui-pnotify-icon:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #78909c;
    right: -8px;
    top: 50%;
    margin-top: -9px
}

.alert-info .ui-pnotify-icon:after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #78909c;
    right: -7px;
    top: 50%;
    margin-top: -8px
}

.alert-success .ui-pnotify-icon:before, .validation-summary-valid .ui-pnotify-icon:before, .alert-success .ui-pnotify-icon:after, .validation-summary-valid .ui-pnotify-icon:after {
    content: '' !important;
    display: inline-block;
    position: absolute
}

.alert-success .ui-pnotify-icon:before, .validation-summary-valid .ui-pnotify-icon:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #4caf50;
    right: -8px;
    top: 50%;
    margin-top: -9px
}

.alert-success .ui-pnotify-icon:after, .validation-summary-valid .ui-pnotify-icon:after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #4caf50;
    right: -7px;
    top: 50%;
    margin-top: -8px
}

.alert-warning .ui-pnotify-icon:before, .alert-warning .ui-pnotify-icon:after {
    content: '' !important;
    display: inline-block;
    position: absolute
}

.alert-warning .ui-pnotify-icon:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #ff9800;
    right: -8px;
    top: 50%;
    margin-top: -9px
}

.alert-warning .ui-pnotify-icon:after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ff9800;
    right: -7px;
    top: 50%;
    margin-top: -8px
}

.alert-danger .ui-pnotify-icon:before, .validation-summary-errors .ui-pnotify-icon:before, .alert-danger .ui-pnotify-icon:after, .validation-summary-errors .ui-pnotify-icon:after {
    content: '' !important;
    display: inline-block;
    position: absolute
}

.alert-danger .ui-pnotify-icon:before, .validation-summary-errors .ui-pnotify-icon:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #f44336;
    right: -8px;
    top: 50%;
    margin-top: -9px
}

.alert-danger .ui-pnotify-icon:after, .validation-summary-errors .ui-pnotify-icon:after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #f44336;
    right: -7px;
    top: 50%;
    margin-top: -8px
}

.ui-pnotify-icon > span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ui-pnotify-text {
    font-size: 1rem;
    max-height: 250px;
    overflow-y: auto
}

    .ui-pnotify-text > br {
        display: block;
        line-height: 2px;
        content: ''
    }

@media (max-width: 767px) {
    .ui-pnotify-icon {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

.ui-pnotify-closer, .ui-pnotify-sticker {
    width: 16px;
    opacity: .35;
    margin: 0;
    padding-left: 2px;
    position: relative;
    top: -5px;
    left: 5px
}

    .ui-pnotify-closer:hover, .ui-pnotify-sticker:hover {
        opacity: .75
    }

@media (min-width: 481px) {
    .ui-pnotify.stack-topcenter, .ui-pnotify.stack-bottomcenter {
        left: 50%;
        margin-left: -225px
    }

    .ui-pnotify.stack-bottomcenter {
        top: auto
    }
}

@media (max-width: 480px) {
    .ui-pnotify-mobile-able {
        margin-top: -80px;
        font-size: inherit !important
    }

        .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able {
            margin-top: -85px
        }

            .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able {
                margin-top: -90px
            }

                .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able {
                    margin-top: -95px
                }

                    .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able ~ .ui-pnotify-mobile-able {
                        margin-top: -100px
                    }
}

.ui-pnotify-dark .ui-pnotify-container {
    background: #fff !important;
    color: #fff !important;
    box-shadow: none !important
}

    .ui-pnotify-dark .ui-pnotify-container.alert-info {
        background-color: #78909c !important
    }

    .ui-pnotify-dark .ui-pnotify-container.alert-success, .ui-pnotify-dark .ui-pnotify-container.validation-summary-valid {
        background-color: #4caf50 !important
    }

    .ui-pnotify-dark .ui-pnotify-container.alert-warning {
        background-color: #ff9800 !important
    }

    .ui-pnotify-dark .ui-pnotify-container.alert-danger, .ui-pnotify-dark .ui-pnotify-container.validation-summary-errors {
        background-color: #f44336 !important
    }

.ui-pnotify-dark .ui-pnotify-icon {
    background-color: rgba(0,0,0,0.175) !important
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */ .pswp__button {
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 1rem;
    background: transparent;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.1s ease-in-out, background-color 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, background-color 0.1s ease-in-out;
    box-shadow: none;
    color: #777;
    color: inherit
}

    .pswp__button:focus, .pswp__button:hover {
        background: rgba(0,0,0,0.08)
    }

    .pswp__button:active {
        background: rgba(0,0,0,0.12)
    }

    .pswp__button:focus, .pswp__button:hover {
        opacity: 0.85 !important
    }

    .pswp__button:active {
        outline: none;
        opacity: 1 !important
    }

    .pswp__button::-moz-focus-inner {
        padding: 0;
        border: 0
    }

.pswp__button--close {
    font-family: inherit;
    font-size: 26px;
    padding-bottom: 7px;
    font-weight: 600;
    background: #c5c5c5;
    color: #fff !important;
    margin-left: 2rem
}

    .pswp__button--close:focus, .pswp__button--close:hover, .pswp__button--close:active {
        background: #f44336
    }

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

    .pswp--supports-fs .pswp__button--fs:before {
        content: "\f065"
    }

.pswp--fs .pswp__button--fs:before {
    content: "\f066"
}

.pswp__button--zoom {
    display: none
}

    .pswp__button--zoom:before {
        content: "\f067"
    }

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom:before {
    content: "\f068"
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    font-size: 60px;
    padding: 0
}

.pswp__button--arrow--left {
    left: 0
}

    .pswp__button--arrow--left:before {
        content: "\f104"
    }

.pswp__button--arrow--right {
    right: 0
}

    .pswp__button--arrow--right:before {
        content: "\f105"
    }

.pswp__counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__counter {
    position: relative;
    float: left;
    width: 80px;
    height: 40px;
    font-size: inherit;
    font-weight: 600;
    line-height: 40px;
    color: rgba(0,0,0,0.6);
    padding-left: 20px
}

.pswp__zoom-controls {
    position: relative;
    float: left;
    height: 40px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 40px
}

    .pswp__caption small {
        font-size: 11px;
        color: #BBB
    }

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

    .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
        -webkit-animation: clockwise 500ms linear infinite;
        animation: clockwise 500ms linear infinite
    }

    .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
        -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
        animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
    }

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 100%
}

.pswp__caption, .pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar, .pswp__caption {
    background-color: rgba(255,255,255,0.5)
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(255,255,255,0.3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

.pswp__container.sliding {
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.slick-loading .slick-list {
    background: #fff url("/frontend/Themes/Flex/Content/images/loading.gif") center center no-repeat
}

img.slick-loading {
    opacity: 0
}

.gal-box .slick-arrow, .gal-box .gal-arrow {
    font-size: 2rem
}

    .gal-box .slick-arrow.slick-disabled, .gal-box .gal-arrow.gal-disabled {
        opacity: 0.2;
        background: transparent !important
    }

.gal-box .gal-nav .gal-arrow {
    line-height: 1;
    padding: 0
}

.gal .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    background: transparent;
    border: none;
    color: transparent;
    width: auto;
    font-size: 0px;
}

    .gal .slick-arrow.slick-prev {
        left: 0;
        right: auto
    }

    .gal .slick-arrow.slick-next {
        left: auto;
        right: 0
    }

        .gal .slick-arrow.slick-prev::before, .gal .slick-arrow.slick-next::before {
            font-family: 'FontAwesome';
            font-size: 40px;
            line-height: 1;
            opacity: .75;
            color: #ed814e;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .gal .slick-arrow.slick-prev::before {
        content: "\f190";
    }

    .gal .slick-arrow.slick-next::before {
        content: "\f18e";
    }

.artlist-carousel .no-touchevents .slick-slider.slick-dotted {
    padding-left: 1rem;
    padding-right: 1rem
}

.artlist-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 100;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    height: 6rem;
    line-height: 6rem;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0
}

    .artlist-carousel .slick-arrow:hover, .artlist-carousel .slick-arrow:focus, .artlist-carousel .slick-arrow:active, .artlist-carousel .slick-arrow:active:focus {
        background: #fff;
        border-color: #ddd
    }

        .artlist-carousel .slick-arrow:active, .artlist-carousel .slick-arrow:active:focus {
            box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
        }

.artlist-carousel .slick-slider:hover .slick-arrow {
    opacity: 1
}

    .artlist-carousel .slick-slider:hover .slick-arrow.slick-disabled {
        opacity: 0.4
    }

.artlist-carousel .slick-prev {
    left: 0;
    right: auto;
    border-radius: 0 .1875rem .1875rem 0;
    border-left: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.12)
}

.artlist-carousel .slick-next {
    right: 0;
    left: auto;
    border-radius: .1875rem 0 0 .1875rem;
    border-right: none;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.12)
}

.artlist-carousel .slick-arrow.slick-disabled {
    color: #eceeef !important;
    cursor: default;
    box-shadow: none !important;
    border-color: #ddd !important
}

.touchevents .slick-arrow {
    display: none !important
}

.slick-dotted.slick-slider {
    margin-bottom: 30px !important
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 0
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        cursor: pointer;
        padding: 0 6px;
        height: 10px
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            cursor: pointer;
            color: transparent;
            outline: 0 none;
            padding: 0;
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #eceeef;
            border: 1px solid #999
        }

        .slick-dots li.slick-active button {
            background: #999
        }

        .slick-dots li button:hover, .slick-dots li button:focus {
            outline: none
        }

            .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                opacity: 1
            }

@-webkit-keyframes drift-fadeZoomIn {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes drift-fadeZoomIn {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes drift-fadeZoomOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    15% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }
}

@keyframes drift-fadeZoomOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    15% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }
}

@-webkit-keyframes drift-loader-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@keyframes drift-loader-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg)
    }
}

@-webkit-keyframes drift-loader-before {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px)
    }

    25% {
        -webkit-transform: scale(1.3) translateX(8px);
        transform: scale(1.3) translateX(8px)
    }

    40% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px)
    }

    75% {
        -webkit-transform: scale(0.7) translateX(8px);
        transform: scale(0.7) translateX(8px)
    }

    90% {
        -webkit-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes drift-loader-before {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px)
    }

    25% {
        -webkit-transform: scale(1.3) translateX(8px);
        transform: scale(1.3) translateX(8px)
    }

    40% {
        -webkit-transform: scale(1.2) translateX(6px);
        transform: scale(1.2) translateX(6px)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px)
    }

    75% {
        -webkit-transform: scale(0.7) translateX(8px);
        transform: scale(0.7) translateX(8px)
    }

    90% {
        -webkit-transform: scale(0.8) translateX(6px);
        transform: scale(0.8) translateX(6px)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes drift-loader-after {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px)
    }

    25% {
        -webkit-transform: scale(1.3) translateX(-8px);
        transform: scale(1.3) translateX(-8px)
    }

    40% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px)
    }

    75% {
        -webkit-transform: scale(0.7) translateX(-8px);
        transform: scale(0.7) translateX(-8px)
    }

    90% {
        -webkit-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes drift-loader-after {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px)
    }

    25% {
        -webkit-transform: scale(1.3) translateX(-8px);
        transform: scale(1.3) translateX(-8px)
    }

    40% {
        -webkit-transform: scale(1.2) translateX(-6px);
        transform: scale(1.2) translateX(-6px)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px)
    }

    75% {
        -webkit-transform: scale(0.7) translateX(-8px);
        transform: scale(0.7) translateX(-8px)
    }

    90% {
        -webkit-transform: scale(0.8) translateX(-6px);
        transform: scale(0.8) translateX(-6px)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.drift-zoom-pane {
    background: rgba(0,0,0,0.5);
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 100
}

    .drift-zoom-pane.drift-opening {
        -webkit-animation: drift-fadeZoomIn 180ms ease-out;
        animation: drift-fadeZoomIn 180ms ease-out
    }

    .drift-zoom-pane.drift-closing {
        -webkit-animation: drift-fadeZoomOut 210ms ease-in;
        animation: drift-fadeZoomOut 210ms ease-in
    }

    .drift-zoom-pane.drift-open {
        border: 1px solid rgba(0,0,0,0.2);
        box-shadow: 0 0 5px rgba(0,0,0,0.1)
    }

    .drift-zoom-pane:not(.drift-inline) {
        min-height: 300px;
        max-height: 600px
    }

    .drift-zoom-pane.drift-inline {
        position: absolute;
        width: 150px;
        height: 150px;
        border-radius: 75px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.3)
    }

.drift-loading .drift-zoom-pane-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    -webkit-animation: drift-loader-rotate 1800ms infinite linear;
    animation: drift-loader-rotate 1800ms infinite linear
}

.drift-zoom-pane-loader:before, .drift-zoom-pane-loader:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: rgba(255,255,255,0.9)
}

.drift-zoom-pane-loader:before {
    left: 0;
    -webkit-animation: drift-loader-before 1800ms infinite linear;
    animation: drift-loader-before 1800ms infinite linear
}

.drift-zoom-pane-loader:after {
    right: 0;
    -webkit-animation: drift-loader-after 1800ms infinite linear;
    animation: drift-loader-after 1800ms infinite linear;
    -webkit-animation-delay: -900ms;
    animation-delay: -900ms
}

.drift-bounding-box {
    position: absolute;
    z-index: 100;
    background-color: rgba(0,0,0,0.4)
}

.drift-inline + .drift-bounding-box {
    background-color: transparent !important
}

.sm-gutters {
    margin-right: -.5rem;
    margin-left: -.5rem
}

    .sm-gutters > .col, .sm-gutters > [class*="col-"] {
        padding-right: .5rem;
        padding-left: .5rem
    }

.xs-gutters {
    margin-right: -.25rem;
    margin-left: -.25rem
}

    .xs-gutters > .col, .xs-gutters > [class*="col-"] {
        padding-right: .25rem;
        padding-left: .25rem
    }

.container-fluid {
    padding-left: 6%;
    padding-right: 6%
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.has-count[data-count]:after {
    content: "(" attr(data-count) ")";
    position: relative;
    display: inline-block;
    opacity: 0.6;
    padding-left: 0.2rem;
    font-weight: 400
}

.btn .fa + span, .btn .fa + em, .btn .icm + span, .btn .icm + em, .menubar-link .fa + span, .menubar-link .fa + em, .menubar-link .icm + span, .menubar-link .icm + em, .nav-link .fa + span, .nav-link .fa + em, .nav-link .icm + span, .nav-link .icm + em, .dropdown-item .fa + span, .dropdown-item .fa + em, .dropdown-item .icm + span, .dropdown-item .icm + em {
    padding-left: 0.4em
}

.btn span + .fa, .btn em + .fa, .btn span + .icm, .btn em + .icm, .menubar-link span + .fa, .menubar-link em + .fa, .menubar-link span + .icm, .menubar-link em + .icm, .nav-link span + .fa, .nav-link em + .fa, .nav-link span + .icm, .nav-link em + .icm, .dropdown-item span + .fa, .dropdown-item em + .fa, .dropdown-item span + .icm, .dropdown-item em + .icm {
    margin-left: 0.4em
}

@-webkit-keyframes data-binding {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        color: transparent
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes data-binding {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        color: transparent
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.data-binding {
    -webkit-animation: data-binding 0.5s ease-in-out;
    animation: data-binding 0.5s ease-in-out
}

.icm {
    font-size: 20px;
    display: inline-block
}

.icm-2x {
    font-size: 40px
}

.icm-3x {
    font-size: 60px
}

.icm-4x {
    font-size: 80px
}

.icm-5x {
    font-size: 100px
}

.img-center-container {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 100%;
    text-decoration: none !important;
    outline: none !important
}

    .img-center-container > img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }

.html-editor-content img {
    max-width: 100%;
    height: auto
}

.dropdown .badge {
    font-size: .75rem
}

.dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.popover-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600
}

.tooltip {
    font-size: .8125rem
}

.badge {
    border: 1px solid #fff
}

table th {
    font-weight: 600
}

.list-group .list-group-item {
    overflow: hidden
}

    .list-group .list-group-item.active:before {
        position: absolute;
        display: block;
        content: ' ';
        left: -1px;
        top: -1px;
        bottom: -1px;
        width: 3px;
        background: #ed814e
    }

.list-group.has-icons .list-group-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.list-group.has-icons .list-group-item-icon {
    margin-right: 0.75rem
}

@media (max-width: 767px) {
    .profiler-results {
        display: none !important
    }
}

@media (max-width: 991px) {
    html {
        font-size: 15px
    }
}

@media (max-width: 767px) {
    html {
        font-size: 14px
    }
}

html {
    width: 100%;
    height: 100%
}

body.popup {
    padding: 1.25rem;
    background: #fff
}

#header {
    background-color: #fff;
}

#page {
    overflow-x: hidden
}

#content-wrapper {
    min-height: 600px
}

.page-main {
    position: relative;
    z-index: 1;
    /*background: #fff;
    box-shadow: 0 0 24px rgba(0,0,0,0.2)*/
}

.boxed .page-main {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 576px) {
    .boxed .page-main {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .boxed .page-main {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .boxed .page-main {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .boxed .page-main {
        width: 1140px;
        max-width: 100%
    }
}

.boxed .page-main .container {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 576px) {
    .boxed .page-main {
        border: 1px solid rgba(0,0,0,0.2);
        border-top-width: 0;
        border-bottom-width: 0
    }

        .boxed .page-main .container {
            padding-left: 30px;
            padding-right: 30px
        }
}

#scroll-top {
    z-index: 9999;
    position: fixed;
    bottom: 80px;
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 3px 0 0 3px;
    border: 1px solid rgba(0,0,0,0.15);
    border-right-width: 0;
    background: rgba(255,255,255,0.9);
    color: #333 !important;
    text-decoration: none;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

    #scroll-top.in {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

.block:not(:last-child) {
    margin-bottom: 1.8rem
}

.block .block-title {
    font-size: 1.75rem;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    padding-top: 0.75em;
    padding-bottom: 0.75em
}

    .block .block-title > * {
        margin: 0;
        padding: 0
    }

.block .block-body {
    padding-top: 1rem
}

.block.block-boxed {
    border: 1px dotted rgba(0,0,0,0.2)
}

    .block.block-boxed .block-title > * {
        font-weight: normal
    }

    .block.block-boxed .block-title {
        color: #999;
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

.page-body > .block:not(.block-boxed):first-child {
    margin-top: 0 !important
}

    .page-body > .block:not(.block-boxed):first-child .block-title {
        padding-top: 0
    }

.shopbar-section {
    max-width: 1260px;
    margin: auto;
    padding: 10px 0px 0px 0px;
    background: transparent
}

.shopbar {
    margin: -0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative
}

.shopbar-col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative
}

.shopbar-col {
    padding: 0.5rem 0.375rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative
}

.shop-logo {
    margin-left: 0;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding-right: 30px;
    position: relative;
}


    .shop-logo::before {
        display: block;
        content: "";
        border-right: 1px solid black;
        border-right-color: black;
        border-color: inherit;
        top: 40px;
        bottom: 25px;
        position: absolute;
        right: 0;
        height: 50px;
        opacity: .1;
    }

.search-focused .shop-logo {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.shop-logo .brand {
    display: inline;
    width: 150px;
    max-width: 150px;
    max-height: 60px;
    text-align: center
}

@media (min-width: 100px) and (max-width: 340px) {

    .shop-logo {
        margin-left: 0;
        padding-right: 10px;
        width: auto;
        padding: .8rem 1rem;
    }

        .shop-logo::before, #header.kvStickHeader .shop-logo::before {
            top: 20px !important;
            height: 40px;
        }
}

@media (min-width: 340px) and (max-width: 480px) {
    .shop-logo .brand {
        max-width: 200px;
        max-height: 80px;
        width: auto;
    }

    .shop-logo {
        margin-left: 0;
        padding-right: 10px;
        padding: .5rem 1rem;
    }

        .shop-logo::before, #header.kvStickHeader .shop-logo::before {
            top: 20px !important;
            height: 30px;
        }

    #header.kvStickHeader .shop-logo {
        width: auto;
    }
}

@media (min-width: 480px) and (max-width: 576px) {
    .shop-logo .brand {
        max-width: 200px;
        max-height: 80px;
        width: auto;
    }

    .shop-logo {
        margin-left: 0;
        padding: .5rem 1rem;
        width: auto;
    }

        .shop-logo::before, #header.kvStickHeader .shop-logo::before {
            top: 20px !important;
            height: 30px;
        }

    #header.kvStickHeader .shop-logo {
        width: auto;
        padding: .5rem 1rem;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .shop-logo .brand {
        max-width: 200px;
        max-height: 80px;
        width: auto;
    }

    .shop-logo {
        margin-left: 0;
        width: auto;
    }

        .shop-logo::before {
            top: 30px;
        }

    #header.kvStickHeader .shop-logo {
        width: auto;
        padding: .5rem 1rem;
    }
}


.shopbar-col-group-brand, .shopbar-search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.shopbar-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%
}

.shopbar-button {
    min-width: 60px
}

    .shopbar-button .shopbar-button-icon {
        font-size: 20px;
        line-height: 1;
        width: 1.25em;
        height: 1.25em;
        text-align: center
    }

        .shopbar-button .shopbar-button-icon > i {
            font-size: inherit !important
        }

    .shopbar-button .shopbar-button-label-sm {
        display: none;
        color: #ed814e;
        font-size: 10px;
        line-height: 1.3;
        vertical-align: middle;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

@media (min-width: 992px) {
    .shopbar-button {
        height: 2.5625rem
    }

        .shopbar-button .shopbar-button-icon {
            font-size: 28px
        }
}

@media (max-width: 991px) {
    .shopbar-section {
        /*border-bottom: 1px solid rgba(0,0,0,0.12)*/
        padding: 0px;
    }

    .shopbar {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .shopbar-col-group-tools {
        width: 100% margin-top:3px;
    }

    .shopbar-button {
        text-align: center
    }

        .shopbar-button .shopbar-button-label {
            display: none !important
        }

        .shopbar-button .shopbar-button-label-sm {
            display: block
        }
}

.shopbar-tool {
    position: relative;
    right: 15px;
}

.shopbar-button {
    display: block;
    text-decoration: none !important;
    padding: 0.35rem 0.5rem;
    border: 1px solid transparent;
    border-radius: 0.125rem;
    -webkit-transition: all 0.12s ease;
    transition: all 0.12s ease;
    cursor: pointer
}

    .shopbar-button:active, .open .shopbar-button, .show .shopbar-button {
        background-image: none;
        outline: 0
    }

    .shopbar-button .shopbar-button-icon, .shopbar-button .shopbar-button-label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        text-decoration: none
    }

    .shopbar-button .shopbar-button-label {
        font-size: .75rem;
        line-height: 1.2;
        vertical-align: top
    }

.shopbar-light .shopbar-button {
    color: #622599 !important
}

    .shopbar-light .shopbar-button:hover {
        border-color: rgba(0,0,0,0.12) rgba(0,0,0,0.12) rgba(0,0,0,0.12);
        box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset,0 1px 1px rgba(0,0,0,0.075)
    }

    .shopbar-light .shopbar-button:active, .open .shopbar-light .shopbar-button, .show .shopbar-light .shopbar-button {
        border-color: #adadad;
        background-color: #e6e6e6;
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

    .shopbar-light .shopbar-button .shopbar-button-label span {
        color: rgba(51,51,51,0.5)
    }

.shopbar-inverse .shopbar-button {
    color: #fff !important
}

    .shopbar-inverse .shopbar-button:hover {
        border-color: rgba(255,255,255,0.2) rgba(255,255,255,0.2) rgba(255,255,255,0.2)
    }

    .shopbar-inverse .shopbar-button:active, .open .shopbar-inverse .shopbar-button, .show .shopbar-inverse .shopbar-button {
        border-color: rgba(255,255,255,0.2);
        background-color: rgba(255,255,255,0.15);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.3)
    }

    .shopbar-inverse .shopbar-button .shopbar-button-label span {
        color: rgba(255,255,255,0.5)
    }

.menubar-section {
    background: transparent
}

    .menubar-section .abbreviation {
        text-transform: uppercase
    }

.menubar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.menubar-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1rem
}

.menubar-link {
    position: relative;
    display: block;
    font-size: .75rem;
    padding: 1em 0.8em;
    text-decoration: none !important;
    text-transform: uppercase
}

.menubar-group--special {
    font-weight: 600
}

.menubar-light.menubar-section {
    border-bottom: 1px solid #ddd
}

.menubar-light .menubar-link {
    color: #333
}

    .menubar-light .menubar-link:hover, .menubar-light .menubar-link:active, .menubar-light .show .menubar-link {
        background-color: rgba(0,0,0,0.03);
        color: #333
    }

.menubar-light .menubar-group--special .menubar-link {
    color: #0d0d0d !important
}

.menubar-inverse.menubar-section {
    border-bottom: 1px solid #fff
}

.menubar-inverse .menubar-link {
    color: #fff
}

    .menubar-inverse .menubar-link:hover, .menubar-inverse .menubar-link:active, .menubar-inverse .show .menubar-link {
        background-color: rgba(255,255,255,0.15)
    }

#footer {
    font-size: 0.8125em;
    background-color: rgb(45, 42, 38);
    /*margin-top: 1.5rem;*/
    color: #fff;
}

.footer-social-wrapper {
    padding: 2rem 0
}

.footer-main-wrapper {
    padding-top: 2rem
}

.footer-social-wrapper ~ .footer-main-wrapper {
    padding-top: 0
}

.footer-main .footer-title {
    margin-bottom: 1.25rem;
    font-weight: normal
}

.footer-links {
    font-size: 1rem;
    line-height: 1.8
}

    .footer-links a {
        display: block;
        text-decoration: none
    }

.footer-bottom {
    padding: .85rem 0;
    font-size: 90%
}

@media (min-width: 768px) {
    .footer-bottom {
        /*margin-top: 1rem*/
    }
}

@media (max-width: 767px) {
    .footer-main-wrapper {
        padding-top: 0
    }

    .footer-main, .footer-bottom {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important
    }

    .footer-bottom {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .nav-collapsible {
        border-top: 1px solid #dadae3;
        border-bottom: 1px solid #dadae3;
        margin-top: -1px
    }

    .footer-inverse .nav-collapsible {
        border-top-color: #fff;
        border-bottom-color: #fff
    }
}

.footer-light {
    color: #333
}

    .footer-light .footer-title {
        color: #333
    }

    .footer-light a.footer-link {
        color: #999
    }

        .footer-light a.footer-link:hover {
            color: #3465a4
        }

    .footer-light .btn-social:not(:hover):not(:active):not(:focus) {
        background-color: #aaa;
        color: #fff
    }

    .footer-light .footer-bottom-wrapper {
        background: rgba(0,0,0,0.03);
        color: #fff;
    }

        .footer-light .footer-bottom-wrapper a {
            color: #fff;
        }

            .footer-light .footer-bottom-wrapper a:hover {
                color: #3465a4;
            }

.footer-inverse {
    color: #fff
}

    .footer-inverse .footer-title {
        color: #fff
    }

    .footer-inverse a.footer-link {
        color: rgba(255,255,255,0.5)
    }

        .footer-inverse a.footer-link:hover {
            color: rgba(255,255,255,0.7)
        }

    .footer-inverse .btn-social:not(:hover):not(:active):not(:focus) {
        background-color: transparent;
        color: rgba(255,255,255,0.5) !important
    }

    .footer-inverse .footer-bottom-wrapper {
        background: rgba(255,255,255,0.06);
        color: rgba(230,230,230,0.5)
    }

        .footer-inverse .footer-bottom-wrapper a {
            color: rgba(255,255,255,0.7)
        }

.footer-social .btn-social {
    display: inline-block;
    border-color: transparent !important;
    box-shadow: none;
    margin: 0 0.4rem
}

.catmenu .catmenu-path-item {
    font-weight: 600;
    background: rgba(247,247,249,1);
}

    .catmenu .catmenu-path-item:hover {
        background: rgba(0,0,0,0.05);
    }

    .catmenu .catmenu-path-item.expanded, .catmenu .catmenu-item.parent {
        padding-right: 1.875rem
    }

        .catmenu .catmenu-path-item.expanded:after, .catmenu .catmenu-item.parent:after {
            display: inline-block;
            font: normal normal normal 16px/1 'FontAwesome';
            font-size: 1.2rem;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            content: "";
            display: block;
            position: absolute;
            right: 1rem;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .catmenu .catmenu-path-item.expanded {
        color: #333
    }

        .catmenu .catmenu-path-item.expanded:after {
            content: '\f148';
            font-size: inherit
        }

    .catmenu .catmenu-path-item.active {
        font-size: 1rem
    }

        .catmenu .catmenu-path-item.active:before {
            display: none !important
        }

#offcanvas-menu .tab-pane {
    padding: 0
}

#offcanvas-menu .ocm-home-layer {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

    #offcanvas-menu .ocm-home-layer > * {
        width: 100%;
        z-index: 1
    }

#offcanvas-menu .tab-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden
}

#offcanvas-menu .offcanvas-menu-footer {
    padding: 1rem;
    border-top: 1px solid rgba(0,0,0,0.1)
}

    #offcanvas-menu .offcanvas-menu-footer .mf-dropdown {
        display: block
    }

        #offcanvas-menu .offcanvas-menu-footer .mf-dropdown .btn-labeled > b {
            background: transparent
        }

#offcanvas-menu .menubar-link, #offcanvas-menu .manufacturer-container .ocm-item, #offcanvas-menu .category-container .ocm-item {
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
    font-size: 1rem;
    position: relative
}

    #offcanvas-menu .menubar-link .ocm-link, #offcanvas-menu .manufacturer-container .ocm-item .ocm-link, #offcanvas-menu .category-container .ocm-item .ocm-link {
        display: block;
        color: #333;
        line-height: 1.3;
        padding: 1rem 2.5rem 1rem 2rem;
        text-decoration: none !important
    }

        #offcanvas-menu .menubar-link .ocm-link:active, #offcanvas-menu .menubar-link .ocm-link:focus, #offcanvas-menu .manufacturer-container .ocm-item .ocm-link:active, #offcanvas-menu .manufacturer-container .ocm-item .ocm-link:focus, #offcanvas-menu .category-container .ocm-item .ocm-link:active, #offcanvas-menu .category-container .ocm-item .ocm-link:focus {
            background-color: rgba(0,0,0,0.05)
        }

    #offcanvas-menu .menubar-link.has-children:after, #offcanvas-menu .manufacturer-container .ocm-item.has-children:after, #offcanvas-menu .category-container .ocm-item.has-children:after {
        position: absolute;
        right: 1rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        font: normal normal normal 16px/1 'FontAwesome';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "";
        color: #646464;
        font-size: 20px;
        width: 20px;
        text-align: center
    }

    #offcanvas-menu .menubar-link.has-children.animated:after, #offcanvas-menu .manufacturer-container .ocm-item.has-children.animated:after, #offcanvas-menu .category-container .ocm-item.has-children.animated:after {
        -webkit-animation: fa-spin .6s infinite linear;
        animation: fa-spin .6s infinite linear;
        margin-top: -9px;
        display: inline-block;
        font: normal normal normal 16px/1 'fontastic';
        font-size: 20px;
        speak: none;
        text-transform: none;
        content: ""
    }

    #offcanvas-menu .menubar-link.selected:before, #offcanvas-menu .menubar-link.expanded:before, #offcanvas-menu .manufacturer-container .ocm-item.selected:before, #offcanvas-menu .manufacturer-container .ocm-item.expanded:before, #offcanvas-menu .category-container .ocm-item.selected:before, #offcanvas-menu .category-container .ocm-item.expanded:before {
        position: absolute;
        display: block;
        content: ' ';
        left: -1px;
        top: -1px;
        bottom: -1px;
        width: 5px;
        background: #ed814e !important;
    }

#offcanvas-menu .ocm-nav .navigate-back {
    padding-left: 0
}

    #offcanvas-menu .ocm-nav .navigate-back .fa {
        font-size: 1.375rem;
        vertical-align: text-bottom;
        padding-right: .425rem
    }

#offcanvas-menu .ocm-nav .show-current-cat {
    font-weight: 600
}

#offcanvas-menu .button-bar {
    background: #f7f7f9;
    padding: 1rem 1.6rem
}

    #offcanvas-menu .button-bar span {
        margin-right: 1rem
    }

#offcanvas-menu .category-info {
    padding: 0 1.6rem
}

    #offcanvas-menu .category-info .category-name {
        padding-top: 1rem
    }

#offcanvas-menu .manufacturer-container .ocm-item {
    padding: 0 1.25rem
}

    #offcanvas-menu .manufacturer-container .ocm-item .col-img {
        width: 100px;
        min-width: 100px;
        max-width: 100px
    }

        #offcanvas-menu .manufacturer-container .ocm-item .col-img .ocm-img-link {
            padding: 0.5rem;
            display: block
        }

            #offcanvas-menu .manufacturer-container .ocm-item .col-img .ocm-img-link > img {
                width: 100%
            }

    #offcanvas-menu .manufacturer-container .ocm-item .ocm-link {
        padding-left: 0.75rem
    }

    #offcanvas-menu .manufacturer-container .ocm-item .col-img ~ .col-data > .ocm-link {
        padding-left: 0
    }

#offcanvas-menu .manufacturer-container .ocm-nav {
    margin-bottom: 0
}

#offcanvas-menu .manufacturer-container .show-all-manufacturers {
    padding: 1rem;
    border-bottom: 0
}

#offcanvas-menu .layer {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    background: #fff;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    z-index: 0;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1)
}

    #offcanvas-menu .layer.show {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        z-index: 1;
        border-color: none
    }

        #offcanvas-menu .layer.show ~ .layer {
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            z-index: 2
        }

#offcanvas-menu .ocm-nav-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#ocm-service .menubar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#ocm-service .menubar-group {
    margin-left: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#ocm-service .menubar-link {
    text-transform: initial;
    padding: 1rem 2rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    color: #333
}

#ocm-service .menubar-icon {
    display: none
}

#ocm-service .menubar-caret {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#ocm-service .show .menubar-caret:before {
    content: "\f106"
}

#ocm-service .dropdown-menu {
    position: static;
    float: initial;
    min-width: initial;
    padding: initial;
    margin: initial;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-radius: initial;
    box-shadow: initial;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}

#ocm-service .dropdown-divider {
    display: none
}

#ocm-service .dropdown.show > .menubar-link {
    font-weight: 600
}

#ocm-service .menubar-link span {
    padding-left: 0
}

#ocm-service .dropdown-item {
    padding-left: 2.75rem;
    font-size: 1rem
}

    #ocm-service .dropdown-item span:not(.badge) {
        padding-left: 0
    }

.touchevents .category-container .ocm-item.has-children.animated:after {
    max-height: 18px
}

body > .select2-container, body > .select2-container .select2-dropdown {
    z-index: 100000
}

.megamenu-section .navbar {
    background: #f7f7f9;
    padding: 0
}

.megamenu {
    overflow: hidden;
    position: relative;
    width: 100%
}

    .megamenu .nav-link {
        font-weight: 600;
        font-size: 1rem
    }

.navbar-light .megamenu .nav-item .nav-link {
    color: #333
}

    .navbar-light .megamenu .nav-item.active .nav-link, .navbar-light .megamenu .nav-item .nav-link:focus, .navbar-light .megamenu .nav-item .nav-link:hover {
        background: rgba(0,0,0,0.03)
    }

.navbar-inverse .megamenu .nav-item .nav-link {
    color: #fff
}

    .navbar-inverse .megamenu .nav-item.active .nav-link, .navbar-inverse .megamenu .nav-item .nav-link:focus, .navbar-inverse .megamenu .nav-item .nav-link:hover {
        background: rgba(255,255,255,0.15)
    }

.megamenu .navbar-nav {
    position: relative;
    white-space: nowrap;
    width: auto !important;
    -webkit-transition: margin-left 0.12s ease-in-out;
    transition: margin-left 0.12s ease-in-out;
    margin-left: 0;
    line-height: 1.8
}

    .megamenu .navbar-nav:after {
        content: "";
        display: table;
        clear: both
    }

    .megamenu .navbar-nav .nav-item {
        position: relative
    }

        .megamenu .navbar-nav .nav-item .badge {
            position: absolute;
            right: 3px;
            top: 7px;
            font-size: .75rem
        }

        .megamenu .navbar-nav .nav-item .badge-important {
            background: #3f51b5
        }

        .megamenu .navbar-nav .nav-item .badge-inverse {
            background: #f44336
        }

        .megamenu .navbar-nav .nav-item:before, .megamenu .navbar-nav .nav-item:after {
            content: ""
        }

        .megamenu .navbar-nav .nav-item.active:before {
            content: "";
            right: 0;
            position: absolute;
            border-bottom: 10px solid #fff;
            border-right: 12px solid transparent;
            border-left: 12px solid transparent;
            bottom: -1px;
            z-index: 983
        }

        .megamenu .navbar-nav .nav-item.active:after {
            content: "";
            right: -2px;
            position: absolute;
            border-bottom: 12px solid rgba(0,0,0,0.075);
            border-right: 14px solid transparent;
            border-left: 14px solid transparent;
            bottom: -2px;
            z-index: 982
        }

        .megamenu .navbar-nav .nav-item.selected .nav-link:before, .megamenu .navbar-nav .nav-item.expanded .nav-link:before {
            content: ' ';
            display: block;
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 1px;
            height: 3px;
            background: #ff9800
        }

        .megamenu .navbar-nav .nav-item + .nav-item {
            margin-left: 0
        }

.touchevents .megamenu .nav-slider {
    overflow-x: auto !important
}

.megamenu-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity .5s ease-in-out .1s;
    transition: opacity .5s ease-in-out .1s;
    opacity: 0;
    z-index: 980;
    display: none
}

    .megamenu-nav.megamenu-nav--prev a {
        padding-right: 10px
    }

    .megamenu-nav.megamenu-nav--next {
        right: 0
    }

        .megamenu-nav.megamenu-nav--next a {
            padding-left: 10px
        }

    .megamenu-nav .megamenu-nav-btn {
        border: none;
        box-shadow: none;
        position: relative;
        z-index: 990;
        padding: 0px;
        width: 40px;
        height: 98%
    }

    .megamenu-nav i {
        font-size: 38px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        height: 58px;
        line-height: 58px;
        vertical-align: middle;
        text-align: center;
        padding: 0;
        margin: 0;
        display: inline-block;
        opacity: 0.4
    }

        .megamenu-nav i:hover {
            opacity: 0.6
        }

        .megamenu-nav i:active {
            opacity: 1
        }

.megamenu.megamenu-blend--next .megamenu-nav--next, .megamenu.megamenu-blend--prev .megamenu-nav--prev {
    opacity: 1;
    display: block
}

.megamenu .megamenu-nav--prev .megamenu-nav-btn {
    background-image: -webkit-linear-gradient(right, rgba(247,247,249,0), #f7f7f9 40%, #f7f7f9 100%);
    background-image: linear-gradient(to left, rgba(247,247,249,0), #f7f7f9 40%, #f7f7f9 100%)
}

.megamenu .megamenu-nav--next .megamenu-nav-btn {
    background-image: -webkit-linear-gradient(left, rgba(247,247,249,0), #f7f7f9 40%, #f7f7f9 100%);
    background-image: linear-gradient(to right, rgba(247,247,249,0), #f7f7f9 40%, #f7f7f9 100%)
}

.touchevents .megamenu-section .navbar:hover .show-scroll-buttons .megamenu-nav-btn i, .touchevents .megamenu-section .megamenu-nav-btn i, .megamenu .megamenu-nav i {
    color: #333;
    display: none
}

.touchevents .megamenu-section .navbar-inverse.navbar:hover .show-scroll-buttons .megamenu-nav-btn i, .touchevents .megamenu-section .navbar-inverse .megamenu-nav-btn i, .navbar-inverse .megamenu .megamenu-nav i {
    color: #fff
}

.megamenu-section .navbar:hover .show-scroll-buttons .megamenu-nav-btn i {
    display: block
}

.megamenu-container {
    position: relative
}

    .megamenu-container .nav-link {
        padding: 1em .6em
    }

    .megamenu-container .megamenu-dropdown-container {
        position: relative
    }

        .megamenu-container .megamenu-dropdown-container .empty {
            margin-bottom: -1rem !important
        }

        .megamenu-container .megamenu-dropdown-container .megamenu-cat-img img {
            max-width: 100%;
            max-height: 100%;
            padding: 20px
        }

        .megamenu-container .megamenu-dropdown-container .picture-container {
            position: absolute;
            right: 0;
            bottom: 0
        }

        .megamenu-container .megamenu-dropdown-container .below-preview-pic-text {
            margin: 10px;
            font-size: .8125rem
        }

        .megamenu-container .megamenu-dropdown-container .megamenu-html-text {
            overflow: hidden
        }

    .megamenu-container .mega-menu-dropdown {
        background-color: #fff;
        color: #333;
        z-index: 981;
        width: 100%;
        top: -3px;
        background-repeat: no-repeat;
        background-position: bottom right;
        padding: 1.5rem
    }

        .megamenu-container .mega-menu-dropdown label {
            vertical-align: top;
            margin-bottom: 0
        }

        .megamenu-container .mega-menu-dropdown .col-md-3 {
            overflow: hidden
        }

        .megamenu-container .mega-menu-dropdown .row > div:empty {
            height: 0
        }

    .megamenu-container .mega-menu-dropdown-heading {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.4rem;
        text-decoration: none;
        display: block;
        color: #222;
        padding-bottom: 0.4rem
    }

        .megamenu-container .mega-menu-dropdown-heading:not(:first-child) {
            padding-top: 1rem
        }

        .megamenu-container .mega-menu-dropdown-heading + .mega-menu-dropdown-heading {
            padding-top: .5rem
        }

    .megamenu-container .mega-menu-subitem {
        font-size: .8125rem;
        text-decoration: none;
        display: block;
        color: #999
    }

        .megamenu-container .mega-menu-subitem:hover {
            color: #222
        }

        .megamenu-container .mega-menu-subitem.more-link {
            font-weight: bold;
            color: #464646;
            font-size: .8125rem
        }

    .megamenu-container .inline-container {
        line-height: 1.25rem
    }

        .megamenu-container .inline-container .mega-menu-subitem {
            font-size: .8125rem;
            line-height: .875rem
        }

            .megamenu-container .inline-container .mega-menu-subitem:hover {
                text-decoration: underline
            }

    .megamenu-container .mega-menu-subitem-wrap {
        white-space: nowrap
    }

    .megamenu-container .comma-separated .mega-menu-subitem {
        display: inline;
        margin-right: -.15rem
    }

        .megamenu-container .comma-separated .mega-menu-subitem.more-link {
            display: block
        }

        .megamenu-container .comma-separated .mega-menu-subitem:focus, .megamenu-container .comma-separated .mega-menu-subitem:hover {
            background-color: transparent;
            color: #888
        }

    .megamenu-container .rotator-container {
        border: 1px solid rgba(0,0,0,0.1);
        background: rgba(255,255,255,0.92);
        overflow: hidden
    }

        .megamenu-container .rotator-container .rotator-heading {
            padding: 0.5rem 0
        }

        .megamenu-container .rotator-container .rotator-content > div.placeholder {
            height: 280px;
            background-color: rgba(255,255,255,0.85)
        }

            .megamenu-container .rotator-container .rotator-content > div.placeholder .empty {
                background-color: transparent
            }

@media (max-width: 991px) {
    .megamenu-dropdown-container .picture-container {
        display: none
    }
}

.megamenu-dropdown-container.simple {
    position: initial
}

    .megamenu-dropdown-container.simple .dropdown-menu {
        margin-top: -1px;
        min-width: 250px;
        z-index: 981
    }

    .megamenu-dropdown-container.simple .dropdown-item {
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
        font-size: .8125rem
    }

    .megamenu-dropdown-container.simple .nav-item.active:before {
        right: initial;
        left: 12px
    }

    .megamenu-dropdown-container.simple .nav-item.active:after {
        right: initial;
        left: 10px
    }

.megamenu.simple .navbar-nav .nav-item.active:before {
    border-bottom: 10px solid #fff
}

.boxed .megamenu-dropdown-container.simple .dropdown-menu {
    margin-left: 20px
}

.more-less {
    display: block;
    position: relative;
    max-height: 260px;
    overflow: hidden;
    margin-bottom: 1.5rem
}

    .more-less .btn-text-expander {
        display: none;
        position: absolute;
        font-weight: 600;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        text-decoration: none !important
    }

        .more-less .btn-text-expander .fa {
            padding-right: 0.4rem
        }

    .more-less .btn-text-expander--expand::after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        bottom: 0;
        height: 3.9375rem;
        background: -webkit-linear-gradient(top, rgba(255,255,255,0), #fff 70%, #fff 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 70%, #fff 100%)
    }

    .more-less .btn-text-expander--collapse {
        position: relative;
        font-weight: normal
    }

    .more-less.collapsed .btn-text-expander--expand {
        display: block
    }

    .more-less.expanded {
        max-height: none !important
    }

        .more-less.expanded .btn-text-expander--collapse {
            display: block
        }

.choice {
    margin-bottom: 1rem
}

.col-form-label.required, .choice-label.required {
    color: inherit;
    font-weight: bold
}

    .col-form-label.required:after, .choice-label.required:after {
        content: ' *'
    }

.choice-item-img, .choice-item-color {
    display: inline-block;
    text-decoration: none !important;
    margin-right: 0.25rem;
    overflow: hidden
}

.choice-item-img {
    max-width: 20px;
    max-height: 1em
}

    .choice-item-img > img {
        max-width: 100%;
        height: auto
    }

.choice-item-color {
    width: 1em;
    height: 1em;
    padding: 0
}

.choice-description {
    color: #999;
    font-size: .8125rem;
    margin-bottom: 0.5rem
}

    .choice-description > *:first-child {
        margin-top: 0
    }

    .choice-description > *:last-child {
        margin-bottom: 0
    }

.choice-box-group {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin: 0 -.2rem
}

    .choice-box-group::after {
        display: block;
        clear: both;
        content: ""
    }

    .choice-box-group .choice-box {
        position: relative;
        float: left;
        display: block;
        padding: .2rem
    }

    .choice-box-group .choice-box-label {
        margin: 0
    }

    .choice-box-group .choice-box-content {
        position: relative;
        display: block;
        cursor: pointer
    }

        .choice-box-group .choice-box-content:after {
            box-sizing: content-box;
            position: absolute;
            display: block;
            right: -6px;
            top: -6px;
            background-color: #ff9800;
            border-radius: 50%;
            border: 1px solid #fff;
            width: 16px;
            height: 16px;
            line-height: 16px;
            text-align: center;
            vertical-align: middle;
            font-family: FontAwesome;
            content: "\f00c";
            color: #fff;
            font-size: 10px;
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in
        }

    .choice-box-group .choice-box-element {
        display: inline-block;
        border: 1px solid rgba(0,0,0,0.3);
        background-color: #fff;
        -webkit-transition: border-color 0.1s linear;
        transition: border-color 0.1s linear;
        height: 2.8rem;
        line-height: 2.8rem;
        min-width: 2.8rem;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        font-weight: 600;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }

        .choice-box-group .choice-box-element:hover {
            border-color: rgba(0,0,0,0.7)
        }

        .choice-box-group .choice-box-element .choice-box-text {
            padding: 0 0.4rem
        }

    .choice-box-group .choice-box-control-native:checked + .choice-box-content .choice-box-element {
        border-color: rgba(0,0,0,0.7);
        outline: 1px solid rgba(0,0,0,0.7)
    }

    .choice-box-group .choice-box-control-native:checked + .choice-box-content:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .choice-box-group .choice-box-control-native {
        display: none !important
    }

    .choice-box-group.choice-box-group-xl .choice-box-element {
        height: 6rem;
        line-height: 6rem;
        min-width: 6rem
    }

    .choice-box-group.choice-box-group-lg .choice-box-element {
        height: 4rem;
        line-height: 4rem;
        min-width: 4rem
    }

    .choice-box-group.choice-box-group-sm .choice-box-element {
        height: 2.3rem;
        line-height: 2.3rem;
        min-width: 2.3rem
    }

.instasearch-form {
    position: relative
}

#instasearch-progress {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: 56px
}

.instasearch-term {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 2px;
    background: #fff;
    border-color: rgba(0,0,0,0.12);
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    padding-right: 60px
}

    .instasearch-term:hover, .instasearch-term:focus, .instasearch-term:active {
        box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12)
    }

    .instasearch-term:focus, .instasearch-term:active {
        background-color: #fff;
        border-color: rgba(0,0,0,0.2)
    }

.instasearch-button {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    border-left-color: transparent;
    height: initial;
    font-size: 1.2rem;
    padding: 0 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none
}

.instasearch-icon {
    position: relative;
    top: 0.12rem
}

#instasearch-drop {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    margin-top: -1px;
    min-width: 100%;
    max-width: 100%;
    min-height: 50px;
    border: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.12);
    background-color: #fff;
    z-index: 1100;
    border-radius: 0 0 2px 2px
}

    #instasearch-drop.open {
        display: block
    }

.instasearch-drop-body {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.instasearch-match {
    font-weight: bold
}

.instasearch-group-header {
    margin: 0 20px;
    padding-bottom: 0.3rem;
    font-size: 22px;
    color: #78909c;
    font-weight: 300
}

    .instasearch-group-header ~ .instasearch-group-header {
        margin-top: 1.2rem
    }

.instasearch-hits {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 1rem
}

    .instasearch-hits:last-child {
        margin-bottom: 0
    }

.instasearch-col:first-child .instasearch-hits:last-child {
    margin-bottom: 1rem
}

.instasearch-hits.has-thumbs li {
    border-bottom: 1px solid rgba(0,0,0,0.12)
}

    .instasearch-hits.has-thumbs li:last-child {
        border-bottom: none
    }

@media (min-width: 576px) {
    .instasearch-col:first-child {
        border-right: 1px solid rgba(0,0,0,0.1)
    }
}

@media (min-width: 992px) {
    #instasearch-drop {
        max-width: none
    }

    .instasearch-row {
        width: 850px
    }
}

.instasearch-hit {
    display: block;
    position: relative;
    width: 100%;
    padding: 8px 20px;
    clear: both;
    white-space: normal;
    text-decoration: none;
    color: #292b2c;
    font-size: 14px;
    line-height: 1.3
}

    .instasearch-hit:focus, .instasearch-hit:hover, .instasearch-hit.active, .instasearch-hit.key-hover {
        color: #1d1e1f;
        text-decoration: none;
        background-color: #f7f7f9
    }

.instasearch-hit-tag {
    color: #cc7a00;
    font-size: 13px;
    padding-left: 0.2rem
}

.instasearch-hit-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.instasearch-hit-thumb {
    width: 48px;
    min-width: 48px;
    max-height: 36px;
    padding-right: 12px
}

.instasearch-hit-label-secondary {
    padding-top: 4px;
    color: #999
}

.search-term {
    color: #f44336
}

.search-hitcount {
    color: #999
}

.facet-group {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    font-size: 14px
}

.facet-group-header {
    position: relative;
    display: block;
    padding: 0.75rem 0;
    font-size: 16px;
    font-weight: 600;
    color: #333 !important;
    text-decoration: none !important;
    text-transform: capitalize;
}

.facet-toggle:after {
    display: block;
    position: absolute;
    font-family: FontAwesome;
    font-size: 1.2rem;
    line-height: 1;
    content: "\f106";
    color: #333;
    right: 0;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}

.facet-toggle.collapsed:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.facet-toggle .facet-selection {
    display: none
}

.facet-body {
    padding-bottom: 1rem
}

.facet-body-inner {
    line-height: 1.3;
    padding: 4px 0
}

    .facet-body-inner.scrollable {
        max-height: 215px;
        overflow-y: auto
    }

.btn-remove-group-filters {
    display: block;
    margin-top: 0.5rem
}

.facet-control-ui {
    position: absolute;
    display: block;
    left: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 2px;
    box-shadow: none
}

    .facet-control-ui:after {
        display: inline-block;
        font: normal normal normal 16px/1 'FontAwesome';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "";
        display: block;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        width: 19px;
        height: 19px;
        line-height: 19px;
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
        color: #357a38
    }

*:checked + .facet-control-ui {
    vertical-align: middle;
    text-align: center;
    box-shadow: none
}

    *:checked + .facet-control-ui:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.facet-item input:checked + .facet-control-ui, .facet-item:hover .facet-control-ui {
    border-color: rgba(0,0,0,0.35)
}

.facet-check, .facet-radio {
    position: relative;
    display: block
}

    .facet-check label, .facet-radio label {
        cursor: pointer;
        padding-bottom: 0.75rem;
        margin-bottom: 0;
        min-height: 20px
    }

    .facet-check:last-child label, .facet-radio:last-child label {
        padding-bottom: 0
    }

    .facet-check input[type=checkbox], .facet-check input[type=radio], .facet-radio input[type=checkbox], .facet-radio input[type=radio] {
        position: absolute;
        clip: rect(0, 0, 0, 0)
    }

    .facet-check .facet-control-native + .facet-control-ui {
        border-radius: 2px
    }

    .facet-radio .facet-control-native + .facet-control-ui {
        border-radius: 50%
    }

        .facet-radio .facet-control-native + .facet-control-ui:after {
            content: "";
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #357a38;
            margin: 3px 0 0 3px
        }

.facet-label {
    position: relative;
    display: block;
    padding-left: 33.33333px;
    padding-top: 1px;
    padding-right: 8px
}

.facet-control-native:checked ~ .facet-label {
    font-weight: 600
}

.facet-body-rating .rating {
    vertical-align: sub;
    margin-right: 3px
}

.active-filters-container {
    position: relative;
    margin-bottom: 1rem
}

.active-filters {
    position: relative;
    margin: -0.25rem
}

.active-filter-item {
    display: block;
    padding: 0.25rem;
    float: left
}

.active-filter-link {
    position: relative;
    font-weight: 400;
    padding: 0.2rem 0.6rem;
    max-width: 12rem;
    padding-right: 1.5rem;
    border-width: 0
}

    .active-filter-link:after {
        position: absolute;
        display: block;
        content: '\00d7';
        right: 0.375rem;
        top: 2px;
        font-size: 1.25rem;
        line-height: 1
    }

.active-filter-label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.offcanvas .facet-toggle, .offcanvas .facet-body {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}

    .offcanvas .facet-toggle:after {
        right: 1rem
    }

    .offcanvas .facet-toggle.has-selection {
        color: #357a38 !important
    }

        .offcanvas .facet-toggle.has-selection .facet-selection {
            display: inline;
            color: rgba(0,0,0,0.4);
            font-size: .875rem;
            position: absolute;
            text-align: right;
            right: 2.5rem;
            vertical-align: middle;
            line-height: 1.8;
            font-weight: 400
        }

.offcanvas .facet-body-inner {
    max-height: none !important;
    overflow-y: visible !important
}

.offcanvas .facet-label {
    padding-right: 0
}

.has-active-filter .hide-on-active-filter {
    display: none !important
}

.blog-page .blogpost {
    padding: 20px 0;
    border-top: 1px solid #ddd
}

    .blog-page .blogpost:first-child {
        border-top: none
    }

    .blog-page .blogpost .blogpost-info .blogpost-comments {
        position: relative;
        display: block;
        text-decoration: none;
        font-weight: bold;
        width: 50px;
        height: 50px
    }

        .blog-page .blogpost .blogpost-info .blogpost-comments .blogpost-comments-icon {
            position: absolute;
            font-size: 50px;
            line-height: 50px;
            color: #eceeef
        }

        .blog-page .blogpost .blogpost-info .blogpost-comments .blogpost-comments-count {
            position: absolute;
            top: 13px;
            font-size: 13px;
            line-height: 16px;
            width: 38px;
            text-align: center;
            color: #999
        }

        .blog-page .blogpost .blogpost-info .blogpost-comments.vivid .blogpost-comments-icon {
            color: #464a4c
        }

        .blog-page .blogpost .blogpost-info .blogpost-comments.vivid .blogpost-comments-count {
            color: #fff
        }

    .blog-page .blogpost .blogpost-info .blogpost-tags {
        border-radius: .25rem;
        border: 1px solid #eceeef;
        font-size: .8125rem;
        background-color: #f7f7f9
    }

.comment-item {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.12)
}

    .comment-item:last-child {
        border-bottom: none
    }

.block-popular-blogtags {
    overflow: hidden
}

.forum-post-text, .bb-editor-text {
    height: 300px
}

.watch-topic-link-button, .watch-topic-link-button:hover {
    color: #646464;
    font-weight: bold
}

.forum-group .forum .image, .active-discussionstopics .image, .topics-group .image {
    vertical-align: middle;
    text-align: center
}

    .forum-group .forum .image i, .active-discussionstopics .image i, .topics-group .image i {
        font-size: 2rem
    }

.active-discussionstopics .topic-starter, .topics-group .topic-starter {
    font-size: .8125rem
}

    .active-discussionstopics .topic-starter a, .topics-group .topic-starter a {
        color: #646464
    }

.forum-group .forum .topics, .forum-group .forum .posts, .active-discussionstopics .replies, .active-discussionstopics .views, .topics-group .replies, .topics-group .views {
    text-align: center
}

.forum-spacer, .active-discussionstopics .topic-name, .topics-group .topic-name {
    width: 100%
}

.forums-main .group-header .last-post, .active-discussions-header .last-post, .topics-group .last-post {
    min-width: 200px
}

.forum-group .last-post, .topics-group .last-post, .active-discussionstopics .last-post {
    font-size: .8125rem
}

.forum-group .forum-title a, .active-discussionstopics .topic-title, .topics-group .topic-title {
    font-weight: bold
}

.forums-main .group-header th, .active-discussions-header th, .topics-group th {
    white-space: nowrap
}

.forum-topic .post-info .user-info .button-pm {
    min-width: 100px
}

.forum-topic .block .block-title {
    font-size: .875rem
}

    .forum-topic .block .block-title a {
        padding-right: 0.75rem
    }

.forum-topic .post-content .functions {
    right: 10px;
    bottom: 10px
}

    .forum-topic .post-content .functions .fa-quote-left {
        font-size: 10px
    }

.forum-topic .post-content .signature {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    text-align: center;
    margin-top: 20px
}

.post-info .user-info .user-stats, .post-content .posttime {
    font-size: .75rem
}

.posttext .quotefrom {
    color: inherit;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

.posttext blockquote {
    margin-bottom: 0
}

.post-content .posttime {
    margin-bottom: 5px
}

.forum-search-box {
    font-size: .9em;
    text-align: right;
    padding: 15px 0 0 0
}

.basic-search, #advanced-search-block label {
    padding-right: 10px
}

@media (min-width: 576px) {
    .basic-search, #advanced-search-block label {
        text-align: right
    }
}

#advanced-search-block, .search-input, .search-error, .search-results {
    margin-top: 2rem
}

.page.post-edit .form-group .col-sm-10 span {
    vertical-align: -webkit-baseline-middle
}

.login-box {
    background-color: rgb(247, 247, 249);
}

    .login-box hr {
        width: 100%;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .login-box .form-group:last-child {
        margin-bottom: 0
    }

    .login-box .input-group-icon > i {
        line-height: inherit
    }

.rating {
    display: inline-block;
    height: 16px;
    width: 80px;
    background-repeat: repeat-x;
    background-position: 0 50%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAInSURBVDiNnZI/TBNhGMZ/vV7va3vXu4otYCSNxYIJhBhDAiZUEjdlcXJhAMKkCXFycyNOmJgYZiMDAWTBxdGlaU10hiJaSgKKloZE24Y7Kr3PgT8BQ5vos715/rxvvueDBsikU5cz6VRPI43aiASmgBhwq55AabA9GQqZw5FINJlJp4b/KSCTTnmB6eaWFqLRKMBUJp0yztN6/jL2Aq3AndbWSxPhC2GkdCmVynzf3p4DngOVgeTg2klAJp1KAO+AmK4b+DQflhVGDwbZrzpIKdE0DcepUtzZwXVr2LYN8AO4pwwkB3P5/MZ0KBSi81onbW1tBAICZ98GQEqJbduoqpf2q+10dfdgmibZ1ezrgeTgRy/A0tKb9zf7+2JCiBuqquI4NlJyElCrHeA4NgcHv9n+9pXl5ZW3o2PjI3CqxpXV1QemZcWFJm77g36qVQePRwEktVoNVfVRKe+Rz298yOXW75/7iDOvXsbj8Sv5REeCSqWConhwXYmULoYRIvdlnc3NrdjI6NjWuTU2NTUlgvphW16vghCCQCCAqh4equs6VtjqOO05EyCE6DF0AyECBIMG5fIev36WEELH7w9iWiZC0/pOe858ZVX1deuGQaFQYKdQyDmO80xKKsVi8Ulzc0vXxUgEn0/rrxsgpXv989qn/O7u7ovJyaczK9ls6YiaW5iffRiJRB8ritJLPczPzY7XJY+wuLjwaGjobvh49sjjwv8TfwCXtcZoRHu4ugAAAABJRU5ErkJggg==")
}

    .rating > * {
        position: relative;
        display: inline-block;
        height: 16px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNAay06AAAAHxSURBVDiNpZIxaNNBFMZ/7/5/i6k1xDa1CCYa0ii2HaQIGUToVBy03QQHuziqKLrUoSpOLhYSECcX3dpFp3RwFS2aQehQEoJFBYeKjW1qYu5/dw5pYgtJQPzg8R73vu/dd7yDLviQ3Z9YeRpKdOP43ZqnTsYyIiJQuNiN1xaF59HxWi5ia0sR+3VxaLwTT3VqxI8cmFOuLB5lGRwI3funAeVXh69gytOiQPmg7MbUdm5oph1XsjP0X5qIXPN7+054vkt5nk4p9avfkwqeD6LAGTD0YWzohzU9RRNIMahuF3JvN5741Tra1n5OmaB8hh5gXyPEBxyIgHNgTQWrK/1GkzaatA0kX62T8V6vUE8PsxCPMiHCURGQpj8H1jYc2ADs3/wuX2LycpZND2Bxmd/jCRYSg5wTiDfFzu2IzR7xm+UC5y88YhN2XQawdJdjpxOsKQ+Uary/ZcY2hhS/kTg7x1rbLeRLrBuNMxoCDUEdzE4OdKP++In1jmtMDTJiNGLq0IxgV200JKOM7Nbs+crDA4wZDa5hfxPhhQjOOWacJewcHD/EGPC+rYNwSI2agFrNHJwvbcWS8Vtcj93kxmo5lqzZ8LzRUvWQ0Y4OVqO3q0b1zk5ffZiBrdb55IMv34E7L5/d/+zbygA8bvXEOcf/4A98LtzAZGRLlgAAAABJRU5ErkJggg==")
    }

    .rating.rating-small {
        height: 11px;
        width: 60px;
        padding: 1px 0;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAACXBIWXMAAArrAAAK6wGCiw1aAAABqElEQVR4nHXQv08TYRwG8JPz1NxgYGlM2sV0qIlL33CMJFwnR4kbClZCWhbCn1BvMVAolGuZwE2rG2kFBgM4GAyUk6PUpFzveu97P9prCRMrw8NmotXhuzxPPsPz5QBwf1+xoMaLBXXsX11fMCJJg18q5c+7O9u7I5L06L9AFEWeEHK/Ut5KtizzymH0ulLemieEPBBFceA3SMhyJCHLzz+VPs5rJ8cF46Jh9noBut0ODKPhVKtH2VLpw2xClscTsvyYS6dTw98O9nTGbARBG5eXAXrdDoLARxC00W57cBjF/t5XI5WaGeUEQbj76uXEix+H323fd+F5FL7vwPMoGLPguhTHR4f+1NTkpCAIAgeAi0ajA/n8SvJXvQZKTVjWBUyzgVbLQP38DMWCOhOLxfg/RitvM091XQNjFmy7CdtuglIT+ukJFCXzpO9LS9nFCctswnXZTb1e69Rquu849Ma2TWSzC8k+kMstv9O0qvt+c2NjNp16Nj39ZkxV8+unPzV3Jbe83gcUJfOakLgUiUSGeJ6/A4ALhUIPCYkPr62tzoXD4XsAuFsNdFcqOpvrDgAAAABJRU5ErkJggg==")
    }

        .rating.rating-small > * {
            height: 11px;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAACXBIWXMAAAsSAAALEgHS3X78AAABkUlEQVR4nH2QzyvDcRzGn+9nM/t+5+t7wpm2UiQpXyOyE7kYLiSEcXHQDtSYA+1GmdYkbLG20BZJ8quU4uIfwMlBttmwkcks7e0gByaH5/I8z+vwPCAi/JZnNEdes4jyX1mGUVOSJV6s5geuPAWBujKV+C+gVIBN9UmtyT0+9H4ohGwmqVWpAPsB6HWc1CxnlxurecNYh9D7upt7ntpn9HHEKHkgnY93Cr0tNbzBqFeX1xZzErxDTI64+NMHnyb47FenEluMkjug913Q2w6jxJY6Fd/QBO89/On2CKtCZRE0xxMYDi8hHPOCnjdALwFQYhP04gc9rYOiKwif2TCs10EDIkJFIZQH4zBF3aBHDyju+1LMC3pYBZ1MYkDWQvljtLkJYmgB6cgyKOoG3btBURfobhE00YbcjJdsbSi5mQPdOpAOOhELzSMWdCJ96wDNdqI0A1jp59qvp1n8clrw27sUPfYuRffFjOC/nmFx3yA6MgC72WByWRssslaVJ/KMy+EZJ2tVecvWRovdXD/w3fsEds8eHEa+5bkAAAAASUVORK5CYII=")
        }

.review-list, .review-item, .review-title {
    position: relative
}

.review-item {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.12)
}

    .review-item:last-child {
        border-width: 0
    }

.review-title {
    margin-bottom: 0.2rem
}

    .review-title .rating {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .review-title .rating > * {
            vertical-align: top
        }

    .review-title h4 {
        position: relative;
        margin: 0;
        padding-left: 90px;
        font-size: inherit;
        font-weight: 600
    }

        .review-title h4:empty:after {
            content: '.';
            visibility: hidden
        }

.review-meta {
    font-size: 0.8125em
}

    .review-meta .review-meta-label {
        font-weight: bold
    }

    .review-meta .review-meta-value + .review-meta-label {
        padding-left: 0.5rem
    }

.review-text {
    line-height: 1.4;
    margin-top: 1rem
}

.review-vote {
    font-size: 0.8125em;
    color: #999
}

    .review-vote .review-vote-label {
        padding-right: 0.5rem
    }

    .review-vote .review-vote-count {
        font-weight: bold
    }

    .review-vote .review-vote-link {
        text-decoration: none;
        margin-right: 0.3rem;
        padding: 0 0.3rem
    }

        .review-vote .review-vote-link.review-vote-link-yes {
            color: #4caf50
        }

            .review-vote .review-vote-link.review-vote-link-yes:hover {
                background: #4caf50;
                color: #fff
            }

        .review-vote .review-vote-link.review-vote-link-no {
            color: #f44336
        }

            .review-vote .review-vote-link.review-vote-link-no:hover {
                background: #f44336;
                color: #fff
            }

        .review-vote .review-vote-link .fa {
            font-size: 1rem
        }

.write-review {
    background-color: #f7f7f9;
    padding: 2rem
}

.artlist-actions {
    margin-bottom: 1rem
}

.artlist-action {
    padding: 0 0.25rem
}

    .artlist-action label {
        font-size: .8125rem;
        margin-bottom: 0.35rem
    }

    .artlist-action .form-group {
        margin-bottom: 0
    }

    .artlist-action .btn {
        border-radius: 0;
        -webkit-transition: none;
        transition: none
    }

    .artlist-action .mf-dropdown {
        display: block
    }

.artlist-action-group {
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -0.25rem
}

.artlist-action--pager > * {
    position: relative;
    display: block;
    float: left
}

    .artlist-action--pager > *:not(:first-child) {
        margin-left: -1px
    }

.artlist-action--pager .btn-pager-prev {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.artlist-action--pager .btn-pager-next {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

@media (max-width: 360px) {
    .artlist-actions--top .artlist-action--pagesize .mf-dropdown {
        display: none !important
    }
}

@media (max-width: 991px) {
    .btn-artlist-action, .btn-artlist-action span {
        font-weight: 400 !important
    }

    .artlist-action-group--filtersort .btn {
        font-size: 1rem;
        text-align: left;
        border-radius: .125rem
    }

        .artlist-action-group--filtersort .btn > b {
            background: transparent
        }
}

@media (min-width: 992px) {
    .btn-artlist-action {
        font-weight: 600
    }
}

.artlist-actions--top {
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .artlist-actions--top .artlist-action-group {
        width: 100%
    }

@media (min-width: 992px) {
    .artlist-actions--top {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .artlist-actions--top .artlist-action-group {
            width: auto
        }

        .artlist-actions--top .artlist-action-group--page {
            margin-left: auto
        }
}

.artlist {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: .875rem;
    line-height: 1.3;
    z-index: 3;
    border-collapse: collapse
}

.art {
    position: relative;
    min-height: 1px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border: 1px solid transparent;
    background: transparent;
    margin-top: -1px;
    margin-left: -1px;
    border-collapse: collapse
}

    .art.active {
        background: #fff;
        border-color: rgba(0,0,0,0.2) !important;
        box-shadow: 0 0 3px rgba(0,0,0,0.1)
    }

.art-picture-block {
    position: relative;
    margin-bottom: 0.8rem;
    overflow: hidden
}

.art-picture.no-picture:before {
    display: block;
    content: attr(data-content);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #999
}

.art-badges {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 10
}

.art-badge {
    display: block;
    float: left;
    clear: both;
    position: relative;
    font-weight: normal;
    font-size: 0.85rem;
    border-radius: 0 0.85rem 0.85rem 0;
    padding-right: 0.85rem;
    margin-bottom: 0.2rem
}

.art-data-block, .art-info-block {
    position: relative
}

.art-rating {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.25rem
}

.art-brand {
    font-size: .8125rem;
    color: #999;
    text-transform: uppercase
}

.art-name {
    box-sizing: content-box;
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    line-height: 1.3
}

    .art-name > a {
        color: #333
    }

.art-genericname {
    font-size: .875rem;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis
}

    .art-genericname > a {
        color: #333
    }

.art-description {
    font-size: .8125rem;
    color: #999;
    margin-bottom: 0.4rem
}

.art-price-block {
    position: relative;
    margin-top: 0.5rem
}

.art-price {
    display: inline-block;
    font-weight: 600;
    font-size: 1rem;
    color: #333
}

    .art-price.art-price--offer {
        color: #f44336
    }

.art-oldprice {
    display: inline-block;
    padding-left: 0.25rem;
    color: #999;
    text-decoration: line-through
}

.art-pangv {
    font-size: .8125rem;
    color: #999;
    padding-top: 0.25rem
}

.art-shipsurcharge {
    font-size: .8125rem;
    color: #f44336;
    padding-top: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.art-legalinfo {
    font-size: .75rem;
    color: #999
}

.art-info-group {
    margin-bottom: 0.5rem
}

.art-drop {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-top-color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.art.active .art-drop {
    opacity: 1;
    visibility: visible;
    z-index: 1059
}

.art-btn-group {
    margin: 0
}

    .art-btn-group .art-btn {
        display: block;
        border-radius: 0;
        border: none;
        box-shadow: none;
        -webkit-transition: none;
        transition: none;
        padding: 0.65rem 0
    }

        .art-btn-group .art-btn.btn-secondary {
            color: #666
        }

.art-variant-info {
    margin-bottom: 0.75rem
}

.art-color-opts {
    position: relative
}

    .art-color-opts::after {
        display: block;
        clear: both;
        content: ""
    }

.art-color-opt {
    float: left;
    display: block;
    width: 1rem;
    height: 1rem;
    margin-right: 2px;
    margin-bottom: 2px;
    text-decoration: none
}

    .art-color-opt:hover {
        outline: 1px solid rgba(0,0,0,0.3)
    }

.art-more-opts {
    font-size: .8125rem;
    color: #999
}

    .art-more-opts > a {
        font-weight: bold
    }

.art-variant-info > * + * {
    margin-top: 0.4rem
}

.art-attrs {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: .8125rem
}

    .art-attrs td {
        padding: 1px 0
    }

        .art-attrs td:first-child {
            padding-right: 0.5rem;
            font-weight: 600
        }

.artlist-lines .art {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom-color: #ddd
}

.artlist-lines .art-data-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 20px;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.artlist-lines .art-picture-block {
    width: 200px;
    max-width: 200px
}

.artlist-lines .art-actions-block {
    width: 220px;
    padding-left: 20px
}

.artlist-lines .art-description {
    margin-bottom: 1rem
}

.artlist-lines .art-info-block {
    display: block;
    position: relative;
    min-height: 1px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.artlist-lines .art-brand, .artlist-lines .art-rating {
    position: relative;
    margin-bottom: 0
}

.artlist-lines .art-brand-picture {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 24px
}

.artlist-lines .floating > .art-brand {
    padding-right: 90px;
    min-height: 20px
}

.artlist-lines .floating > .art-rating {
    position: absolute;
    top: 0;
    right: 0
}

.artlist-lines .art-name {
    font-size: 1rem;
    margin-bottom: 0.5em
}

.artlist-lines .art-price {
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    margin-bottom: 0.25rem
}

.artlist-lines .art-price--call {
    font-size: 1rem;
    color: #999;
    font-weight: 400
}

.artlist-lines .art-variant-info {
    margin-bottom: 1rem
}

@media (max-width: 1199px) {
    .artlist-lines .art-picture-block {
        max-width: 180px
    }

    .artlist-lines .art-actions-block {
        width: 200px
    }
}

@media (max-width: 767px) {
    .artlist-lines .art-actions-block {
        display: block;
        padding-left: 0;
        padding-top: 1rem;
        width: 100%
    }

    .artlist-lines .art-info-block {
        -ms-flex-preferred-size: initial;
        flex-basis: initial;
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial
    }
}

@media (max-width: 575px) {
    .artlist-lines .art-picture-block {
        max-width: 30%
    }
}

.artlist-lines .delivery-time {
    white-space: normal
}

.artlist-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: 0;
    margin-right: 0
}

    .artlist-grid:not(.artlist-boxed).artlist::after {
        position: relative;
        content: '';
        width: 100%;
        height: 1px;
        background: #ddd;
        bottom: 1px
    }

    .artlist-grid .art {
        border-bottom-color: #ddd
    }

    .artlist-grid .art {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .artlist-grid.artlist-boxed .art {
        -ms-flex-preferred-size: calc(50% - 1.1rem);
        flex-basis: calc(50% - 1.1rem);
        max-width: calc(50% - 1.1rem)
    }

    .artlist-grid .art-name, .artlist-grid .art-description {
        overflow: hidden;
        text-overflow: ellipsis
    }

    .artlist-grid .art-name {
        height: 2.275rem
    }

    .artlist-grid .art-description {
        height: 2.1125rem
    }

    .artlist-grid .art-delivery-info, .artlist-grid .art-pangv {
        box-sizing: content-box;
        min-height: 1.1375rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .artlist-grid .art-brand, .artlist-grid .art-pangv, .artlist-grid .art-shipsurcharge, .artlist-grid .art-more-opts {
        box-sizing: content-box;
        min-height: 1.05625rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .artlist-grid .art-oldprice {
        font-size: .80938rem
    }

    .artlist-grid .art-variant-info {
        padding-left: 15px;
        padding-right: 15px
    }

@media (min-width: 576px) {
    .artlist-grid.artlist-4-cols .art, .artlist-grid.artlist-5-cols .art, .artlist-grid.artlist-6-cols .art {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .artlist-grid.artlist-4-cols.artlist-boxed .art, .artlist-grid.artlist-5-cols.artlist-boxed .art, .artlist-grid.artlist-6-cols.artlist-boxed .art {
        -ms-flex-preferred-size: calc(33.33333% - 1.1rem);
        flex-basis: calc(33.33333% - 1.1rem);
        max-width: calc(33.33333% - 1.1rem)
    }
}

@media (min-width: 768px) {
    .artlist-grid.artlist-5-cols .art {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .artlist-grid.artlist-5-cols.artlist-boxed .art {
        -ms-flex-preferred-size: calc(33.33333% - 1.1rem);
        flex-basis: calc(33.33333% - 1.1rem);
        max-width: calc(33.33333% - 1.1rem)
    }

    .artlist-grid.artlist-6-cols .art {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .artlist-grid.artlist-6-cols.artlist-boxed .art {
        -ms-flex-preferred-size: calc(25% - 1.1rem);
        flex-basis: calc(25% - 1.1rem);
        max-width: calc(25% - 1.1rem)
    }
}

@media (min-width: 992px) {
    .artlist-grid.artlist-3-cols .art, .artlist-grid.artlist-4-cols .art {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .artlist-grid.artlist-3-cols.artlist-boxed .art, .artlist-grid.artlist-4-cols.artlist-boxed .art {
        -ms-flex-preferred-size: calc(33.33333% - 1.1rem);
        flex-basis: calc(33.33333% - 1.1rem);
        max-width: calc(33.33333% - 1.1rem)
    }

    .artlist-grid.artlist-5-cols .art, .artlist-grid.artlist-6-cols .art {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .artlist-grid.artlist-5-cols.artlist-boxed .art, .artlist-grid.artlist-6-cols.artlist-boxed .art {
        -ms-flex-preferred-size: calc(25% - 1.1rem);
        flex-basis: calc(25% - 1.1rem);
        max-width: calc(25% - 1.1rem)
    }
}

@media (min-width: 1200px) {
    .artlist-grid.artlist-4-cols .art {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .artlist-grid.artlist-4-cols.artlist-boxed .art {
        -ms-flex-preferred-size: calc(25% - 1.1rem);
        flex-basis: calc(25% - 1.1rem);
        max-width: calc(25% - 1.1rem)
    }

    .artlist-grid.artlist-5-cols .art {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .artlist-grid.artlist-5-cols.artlist-boxed .art {
        -ms-flex-preferred-size: calc(20% - 1.1rem);
        flex-basis: calc(20% - 1.1rem);
        max-width: calc(20% - 1.1rem)
    }

    .artlist-grid.artlist-6-cols .art {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .artlist-grid.artlist-6-cols.artlist-boxed .art {
        -ms-flex-preferred-size: calc(16.66667% - 1.1rem);
        flex-basis: calc(16.66667% - 1.1rem);
        max-width: calc(16.66667% - 1.1rem)
    }
}

.artlist-grid.artlist-boxed {
    margin-left: -0.5rem;
    margin-right: -0.5rem
}

    .artlist-grid.artlist-boxed .art {
        background: #fff;
        border-color: #ddd;
        margin: 0 0.5rem 1rem 0.5rem;
        box-shadow: 0 5px 20px rgba(0,0,0,.15);
        padding-left: 0;
        padding-right: 0;
        background-color: rgba(255, 255, 255, 1);
    }

.artlist-carousel {
    position: relative;
    overflow: hidden
}

    .artlist-carousel .artlist-grid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .artlist-carousel .artlist {
        margin-bottom: 0
    }

    .artlist-carousel .art {
        border-bottom: none
    }

    .artlist-carousel .art-drop {
        display: none
    }

.slick-slider.artlist-grid {
    display: block !important
}

.slick-slider .art {
    display: inline-block !important;
    max-width: none !important
}

.artlist-no-separators .artlist-grid:not(.artlist-boxed) .art {
    border-bottom-width: 0 !important
}

.artlist-no-separators .artlist-grid:not(.artlist-boxed):after {
    height: 0 !important
}

.art.show-all-items {
    padding: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important
}

    .art.show-all-items .show-all-items-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        padding: 1rem;
        text-decoration: none !important;
        font-size: 1.25rem;
        font-weight: normal;
        color: inherit !important;
        background: rgba(0,0,0,0.1);
        opacity: 0.5
    }

        .art.show-all-items .show-all-items-link:hover {
            opacity: 0.75
        }

        .art.show-all-items .show-all-items-link:active {
            opacity: 1
        }

.pd-section, .pd-picture-block, .pd-info, .pd-offer {
    position: relative
}

.pd-section {
    margin-bottom: 2rem
}

.pd-data-col {
    display: block !important
}

.pd-group {
    margin-bottom: 1rem
}

    .pd-group > * {
        margin-bottom: 0.125rem
    }

.pd-description, .pd-bundle-item-description {
    color: #999;
    line-height: 1.3
}

.pd-tabs {
    margin-bottom: 1rem
}

.pd-picture {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 100%;
    text-decoration: none !important;
    outline: none !important
}

    .pd-picture > img {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }

.pd-name {
    font-size: 1.8rem
}

.pd-name-sm {
    font-size: 1.2rem;
    font-weight: 600
}

.pd-info .page-title {
    margin-bottom: 0
}

.pd-brand {
    color: inherit !important;
    text-decoration: none !important;
    font-weight: 600
}

.pd-brand-picture {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 32px
}

.pd-attrs td {
    padding: 0.2rem 0;
    vertical-align: middle;
    line-height: 1.3
}

    .pd-attrs td:first-child {
        padding-right: 1rem;
        font-weight: 700
    }

.pd-stock.pd-instock {
    color: #3d8b40
}

.pd-stock.pd-outofstock {
    font-weight: bold;
    color: #f44336
}

.pd-specs-table tr:first-child td {
    border-top-width: 0
}

.pd-spec-name {
    font-weight: bold;
    width: 20%
}

.pd-review-summary {
    line-height: 1.3
}

    .pd-review-summary > * {
        display: inline-block
    }

    .pd-review-summary .pd-rating-box .rating {
        vertical-align: sub
    }

    .pd-review-summary .pd-review-link {
        position: relative;
        font-weight: 600
    }

        .pd-review-summary .pd-review-link:before {
            content: '|';
            display: inline-block;
            padding: 0 0.5rem;
            color: #999
        }

.pd-offer {
    background: #f7f7f9;
    padding: 15px;
    line-height: 1.3;
    width: 100%
}

.row.pd-offer-actions {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
    margin-top: auto
}

    .row.pd-offer-actions > * {
        padding-left: 0.2rem;
        padding-right: 0.2rem
    }

    .row.pd-offer-actions .pd-offer-action-qty {
        max-width: 120px;
        min-width: 90px
    }

@media (max-width: 400px), (min-width: 768px) and (max-width: 1199px) {
    .row.pd-offer-actions .pd-offer-action-qty {
        display: none !important
    }
}

.pd-offer-price {
    margin-bottom: 1rem
}

.pd-price-block {
    float: left
}

    .pd-price-block + .pd-price-block {
        margin-left: 1rem
    }

        .pd-price-block + .pd-price-block .pd-price {
            text-decoration: line-through;
            color: #a9a9aa;
            font-weight: 400
        }

.pd-price {
    font-size: 1.8rem;
    font-weight: 500;
    color: #333
}

    .pd-price.pd-price-sm {
        font-size: 1.5rem
    }

    .pd-price.pd-price--offer {
        color: #f44336
    }

    .pd-price.pd-price--call {
        font-size: 1rem;
        color: #999;
        font-weight: 400
    }

.pd-price-label {
    line-height: 1;
    font-weight: 600
}

.pd-oldprice {
    display: inline-block;
    padding-left: 0.25rem;
    color: #999;
    text-decoration: line-through
}

.pd-saving-percent {
    font-weight: 600;
    color: #f44336
}

.pd-callforprice {
    font-size: 1.2rem
}

.pd-legalinfo {
    font-size: .8125rem;
    color: #a9a9aa
}

.pd-tierprices .table {
    background-color: #fff;
    margin-bottom: 0;
    font-size: .8125rem;
    overflow-x: auto
}

    .pd-tierprices .table th, .pd-tierprices .table td {
        padding-left: 0.5rem;
        padding-right: 0.5rem
    }

    .pd-tierprices .table th {
        font-weight: 600
    }

    .pd-tierprices .table .pd-tierprice-qty {
        font-weight: bold
    }

.pd-tag {
    text-decoration: none !important;
    display: inline-block;
    padding: 0.5rem;
    margin: 0 0.2rem 0.4rem 0;
    font-weight: 600;
    color: #333;
    font-size: .875rem;
    line-height: 1;
    background-color: #f7f7f9;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px
}

.pd-tag-count {
    color: #999;
    font-weight: 400;
    padding-left: 0.25rem
}

.pd-bundle-item {
    border-top: 1px solid rgba(0,0,0,0.125)
}

    .pd-bundle-item .form-group:last-child {
        margin-bottom: 0
    }

.pd-bundle-item-name {
    font-weight: 600
}

    .pd-bundle-item-name > a {
        color: #333
    }

.pd-bundle-item-offer {
    line-height: 1.3
}

    .pd-bundle-item-offer > * + * {
        margin-top: 0.5rem
    }

.pd-bundle-price-offer {
    font-weight: 600;
    font-size: 1rem
}

.pd-bundle-price-regular {
    text-decoration: line-through;
    opacity: 0.7
}

.pd-bundle-summary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pd-bundle-summary-item {
    position: relative;
    line-height: 1.3;
    padding: 0.2rem
}

    .pd-bundle-summary-item a:hover {
        text-decoration: none
    }

    .pd-bundle-summary-item:after {
        display: inline-block;
        font-family: FontAwesome;
        content: "\f067";
        padding: 0 0.2rem
    }

    .pd-bundle-summary-item:last-child:after {
        display: none;
        content: ''
    }

.pd-bundle-summary-item-qty {
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 80%
}

.pd-variants:not(:last-child) {
    margin-bottom: 1.5rem
}

.pd-variant {
    position: relative;
    padding: 0.5rem 0
}

    .pd-variant .pd-name {
        font-size: 1rem !important
    }

    .pd-variant .pd-offer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

.table-compare td, .table-compare th {
    width: 20%
}

.table-compare th {
    font-weight: 600
}

.table-compare tbody {
    font-size: .8125rem
}

.deliverytime-group .delivery-time {
    vertical-align: top;
    padding-left: 0.25rem
}

.delivery-time {
    display: inline-block;
    color: #f44336;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

    .delivery-time .delivery-time-status {
        padding-right: 0.2rem;
        font-size: 0.85em;
        margin-left: 0.025rem
    }

.pd-actions-container {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.15)
}

.pd-actions-primary:not(:empty) {
    margin-bottom: 15px
}

    .pd-actions-primary:not(:empty) > *:not(:last-child) {
        margin-bottom: 7.5px
    }

.pd-actions {
    overflow-x: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

    .pd-actions.pd-actions-xl {
        overflow-x: auto
    }

    .pd-actions .pd-action-item {
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.15);
        padding-top: 6px
    }

        .pd-actions .pd-action-item:last-child {
            border-color: transparent
        }

        .pd-actions .pd-action-item.col .pd-action-label, .pd-actions .pd-action-item.col-2 .pd-action-label {
            display: none !important
        }

@media (min-width: 576px) and (max-width: 767px) {
    .pd-actions .pd-action-item.col .pd-action-label, .pd-actions .pd-action-item.col-2 .pd-action-label {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .pd-actions .pd-action-item.col .pd-action-label, .pd-actions .pd-action-item.col-2 .pd-action-label {
        display: block !important
    }
}

.pd-actions .pd-action-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%
}

    .pd-actions .pd-action-link .pd-action-icon {
        display: block;
        height: 20px;
        line-height: 20px;
        vertical-align: middle;
        color: #a9a9aa;
        -webkit-transition: all 0.125s ease-out;
        transition: all 0.125s ease-out;
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }

    .pd-actions .pd-action-link .pd-action-label {
        padding-top: 0.375rem;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .pd-actions .pd-action-link:hover .pd-action-icon {
        color: inherit;
        -webkit-transform: scale(1.14);
        transform: scale(1.14)
    }

.btn-edit-product {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255,255,255,0.5)
}

.pd-section-top:hover .btn-edit-product {
    display: inline-block
}

.gal-box {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed
}

.gal {
    position: relative
}

.gal-item {
    position: relative;
    overflow: hidden;
    margin: 0
}

.gal-item-viewport {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    text-align: center;
    outline: none !important
}

.gal-item-content {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.gal .gal-item-viewport.no-picture .gal-item-content {
    margin: 0 auto
}

.gal .gal-item-viewport.no-picture:before {
    display: block;
    content: attr(data-content);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #999
}

.gal-nav {
    max-height: 548px;
    opacity: 0;
    text-align: center
}

    .gal-nav.gal-initialized {
        opacity: 1
    }

        .gal-nav.gal-initialized .gal-item-content {
            display: block
        }

    .gal-nav .gal-list {
        position: relative;
        overflow: hidden
    }

    .gal-nav .gal-track {
        position: relative;
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out
    }

    .gal-nav .gal-item {
        padding: 4px 1px
    }

    .gal-nav .gal-item-viewport {
        border: 1px solid rgba(0,0,0,0.12)
    }

        .gal-nav .gal-item-viewport:hover {
            border-color: rgba(0,0,0,0.35)
        }

    .gal-nav .gal-current .gal-item-viewport {
        border-color: rgba(0,0,0,0.6);
        outline: 1px solid rgba(0,0,0,0.6) !important
    }

    .gal-nav .gal-item-content {
        padding: 3px
    }

.gal-nav-cell {
    display: table-cell;
    vertical-align: top;
    padding-right: 1.2rem;
    max-height: 100%;
    overflow: hidden;
    width: 4.5rem
}

.gal-cell {
    display: table-cell;
    vertical-align: top
}

@media (min-width: 1200px) {
    .gal-nav-cell {
        width: 5.5rem
    }
}

@media (max-width: 575px) {
    .gal-nav-cell {
        display: none !important
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .gal .slick-dots {
        display: none !important
    }

    .gal.slick-dotted.slick-slider {
        margin-bottom: 0 !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gal-nav-cell {
        display: none !important
    }
}

@media (min-width: 992px) {
    .gal .slick-dots {
        display: none !important
    }

    .gal.slick-dotted.slick-slider {
        margin-bottom: 0 !important
    }
}

.gal-nav-hidden {
    display: none !important
}

.label-cart-amount {
    font-weight: 400;
    font-size: 9px;
    width: 18px;
    height: 18px;
    line-height: 16px;
    vertical-align: middle;
    padding: 0;
    position: absolute;
    right: -5px;
    top: -9px
}

.touchevents .label-cart-amount {
    line-height: 18px
}

#offcanvas-cart .offcanvas-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#offcanvas-cart .tab-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

#offcanvas-cart .tab-pane {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

    #offcanvas-cart .tab-pane.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    #offcanvas-cart .tab-pane > * {
        width: 100%;
        z-index: 1
    }

#offcanvas-cart .price {
    white-space: nowrap;
    font-weight: 600
}

#offcanvas-cart .throbber {
    background-color: #fff
}

.offcanvas-cart-content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.offcanvas-cart-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 100px
}

    .offcanvas-cart-body .no-items {
        margin: 2rem 1rem;
        text-align: center
    }

        .offcanvas-cart-body .no-items .no-item-title, .offcanvas-cart-body .no-items .no-item-icon {
            margin-bottom: 1rem
        }

        .offcanvas-cart-body .no-items .no-item-title {
            font-size: 2rem;
            font-weight: 400
        }

        .offcanvas-cart-body .no-items .no-item-icon {
            color: rgba(0,0,0,0.15)
        }

        .offcanvas-cart-body .no-items .no-item-info {
            color: #999
        }

            .offcanvas-cart-body .no-items .no-item-info .fa {
                color: #333
            }

.offcanvas-cart-item {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding: 20px
}

    .offcanvas-cart-item:last-child {
        border-width: 0
    }

    .offcanvas-cart-item .col-alpha {
        width: 100px;
        min-width: 100px;
        max-width: 100px
    }

    .offcanvas-cart-item .col-data {
        line-height: 1.3
    }

        .offcanvas-cart-item .col-data > * {
            display: block;
            margin-bottom: 0.5rem
        }

    .offcanvas-cart-item .name {
        color: #333
    }

    .offcanvas-cart-item .unit-price {
        font-size: 1.25rem;
        line-height: 1.8
    }

    .offcanvas-cart-item .qty-input .form-control {
        border-color: transparent
    }

    .offcanvas-cart-item .mb-bundle-pictures a, .offcanvas-cart-item .mb-bundle-pictures .fa {
        padding-right: 3px
    }

    .offcanvas-cart-item .mb-bundle-pictures .fa {
        font-size: 0.625rem
    }

    .offcanvas-cart-item .mb-bundle-pictures a:hover {
        text-decoration: none
    }

@media (max-width: 360px) {
    .offcanvas-cart-item .unit-price {
        font-size: 1rem
    }
}

.offcanvas-cart-footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.1;
    background-color: #4caf50;
    color: #fff;
    padding: 1rem
}

    .offcanvas-cart-footer-row .sub-total-caption {
        text-transform: uppercase;
        font-size: 0.8rem
    }

    .offcanvas-cart-footer-row .sub-total {
        font-size: 1.5rem
    }

.offcanvas-cart-external-checkout {
    background: #fff;
    padding: 0.5rem 1rem
}

    .offcanvas-cart-external-checkout .external-checkout-button {
        margin: 2px 4px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .offcanvas-cart-external-checkout .external-checkout-button img {
            cursor: pointer;
            max-height: 40px;
            max-width: 150px
        }

@media (min-width: 576px) {
    .offcanvas-cart-external-checkout .external-checkout-button img {
        max-width: 170px
    }
}

.cart {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eceeef
}

.cart-head {
    display: none
}

.cart-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #eceeef
}

.cart-col {
    padding: 1rem;
    vertical-align: top
}

.cart-col-main {
    width: 100%
}

    .cart-col-main ~ .cart-col {
        white-space: nowrap;
        width: 33%;
        padding-top: 0
    }

        .cart-col-main ~ .cart-col:before {
            display: block;
            content: attr(data-caption);
            font-size: 1rem;
            font-weight: 600;
            padding-bottom: 0.4rem
        }

.cart-col-qty {
    text-align: center;
    padding-left: 0;
    padding-right: 0
}

.cart-col-subtotal {
    text-align: right
}

.cart-item-img {
    max-width: 70px;
    text-align: center
}

@media (max-width: 375px) {
    .cart-item-img {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-bottom: 10px;
        max-width: initial
    }

        .cart-item-img .img-fluid {
            max-height: 100px
        }
}

.cart-item-link {
    font-weight: 600;
    color: inherit !important;
    font-size: 1rem;
    line-height: 1.2
}

    .cart-item-link ~ * {
        margin-top: 0.5rem
    }

.cart-item-sku {
    margin-top: 0
}

.cart-item-attr {
    margin-top: 2px;
    margin-bottom: 2px
}

    .cart-item-attr div:first-child {
        font-weight: 600
    }

.cart-head .cart-row {
    border-top: none;
    border-bottom: 1px solid #eceeef
}

.cart-head .cart-col {
    font-size: 1rem;
    font-weight: 600
}

.cart-body .cart-col-subtotal .price {
    font-weight: 600
}

.cart-editable .price {
    line-height: 2.5625rem
}

.cart-row-child {
    font-size: 90%;
    background: #fbfbfb;
    border-top: none
}

    .cart-row-child .cart-item-img {
        display: none
    }

    .cart-row-child .cart-col-main ~ .cart-col {
        display: none
    }

    .cart-row-child .cart-item-link {
        font-size: .875rem
    }

@media (min-width: 768px) {
    .cart {
        display: table
    }

    .cart-head {
        display: table-header-group
    }

    .cart-body {
        display: table-row-group
    }

    .cart-row {
        display: table-row
    }

    .cart-col {
        display: table-cell
    }

    .cart-col {
        border-top: 1px solid #eceeef
    }

    .cart-col-main ~ .cart-col {
        width: auto;
        padding-top: 1rem
    }

        .cart-col-main ~ .cart-col:before {
            display: none
        }

    .cart-col-qty {
        text-align: left
    }

    .cart-head .cart-col {
        border-top: none;
        border-bottom: 1px solid #eceeef
    }

    .cart-row-child .cart-col {
        border-top: none
    }

    .cart-row-child .cart-item-img {
        display: block
    }

    .cart-row-child .cart-col-main ~ .cart-col {
        display: table-cell
    }

    .cart-editable .cart-col-price {
        text-align: right
    }

    .cart-editable .cart-col-qty {
        text-align: center;
        min-width: 100px;
        padding-left: 0.5rem;
        padding-right: 0.5rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cart-editable .cart-col-price:not(.cart-col-subtotal) {
        display: none
    }
}

@media (min-width: 992px) {
    .cart-item-img {
        max-width: 100px
    }

    .cart-editable .cart-col-qty {
        text-align: center;
        min-width: 120px
    }
}

.cart-footer {
    background-color: #f7f7f9;
    padding: 1rem
}

    .cart-footer .alert, .cart-footer .validation-summary-valid, .cart-footer .validation-summary-errors {
        border: 1px solid rgba(0,0,0,0.08)
    }

.cart-summary {
    width: 100%;
    line-height: 1.3
}

    .cart-summary td {
        padding: 0.4rem 0;
        vertical-align: top
    }

    .cart-summary .cart-summary-label {
        padding-right: 0.5rem
    }

    .cart-summary .cart-summary-value {
        text-align: right;
        white-space: nowrap
    }

    .cart-summary .cart-summary-pos {
        color: #3c763d;
        font-weight: 600
    }

    .cart-summary .cart-summary-neg {
        color: #a94442
    }

    .cart-summary .cart-summary-total {
        font-size: 1rem;
        font-weight: 600
    }

        .cart-summary .cart-summary-total td {
            padding-top: 0.75rem
        }

    .cart-summary .cart-summary-giftcard br {
        display: none
    }

.cart-checkout-attributes {
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.12)
}

.order-summary-content .selected-checkout-attributes .attr-caption, .order-details .checkout-attributes .attr-caption {
    font-weight: bold;
    padding-right: 10px
}

    .order-summary-content .selected-checkout-attributes .attr-caption:after, .order-details .checkout-attributes .attr-caption:after {
        content: ': '
    }

.order-summary-content .selected-checkout-attributes .attr-value, .order-details .checkout-attributes .attr-value {
    text-align: left
}

.table-order-products .productpicture, .table-order-products .remove, .table-order-products .addtocart {
    text-align: center
}

.cart-action {
    position: relative
}

    .cart-action .cart-action-title {
        position: relative;
        cursor: pointer;
        padding: 0.5rem 0;
        margin: 0
    }

        .cart-action .cart-action-title:after {
            display: inline-block;
            font: normal normal normal 16px/1 'FontAwesome';
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
            -webkit-transition: -webkit-transform 0.15s linear;
            transition: -webkit-transform 0.15s linear;
            transition: transform 0.15s linear;
            transition: transform 0.15s linear, -webkit-transform 0.15s linear
        }

        .cart-action .cart-action-title.collapsed:after {
            -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg)
        }

    .cart-action .cart-action-body {
        padding-top: 0.5rem;
        padding-bottom: 1rem
    }

        .cart-action .cart-action-body .form-group:last-child {
            margin-bottom: 0
        }

    .cart-action:first-child .cart-action-title {
        padding-top: 0
    }

.costeps {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.costep, .costep-link, .costep-icon {
    display: block;
    position: relative;
    z-index: 1
}

.costep {
    text-align: center;
    z-index: 1
}

    .costep:before, .costep:after {
        display: block;
        content: ' ';
        position: absolute;
        height: 2px;
        background-color: #f2f2f2;
        z-index: 0;
        top: 5px
    }

    .costep:before {
        left: 0;
        right: 50%
    }

    .costep:after {
        left: 50%;
        right: 0
    }

    .costep:first-child:before, .costep:last-child:after {
        display: none
    }

.costep-link {
    color: inherit;
    text-decoration: none !important
}

.costep-icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #f2f2f2;
    background-color: #fff;
    color: #ccc;
    margin: 0 auto
}

.costep-label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 85%;
    display: block;
    padding: 0.5rem 3px 0 3px;
    color: #333
}

.costep.visited:before, .costep.visited:after {
    background-color: #ed814e
}

.costep.visited .costep-icon {
    border-color: #ed814e;
    background-color: #ed814e;
    color: rgba(255,255,255,0.85)
}

.costep.visited .costep-label {
    color: #333
}

.costep.active:before {
    background-color: #ed814e
}

.costep.active .costep-icon {
    border-color: #ed814e;
    background-color: #fff;
    color: #333
}

.costep.active .costep-label {
    font-weight: bold;
    color: #333
}

@media (min-width: 576px) {
    .costep:before, .costep:after {
        top: 24px
    }

    .costep-icon {
        width: 50px;
        height: 50px;
        line-height: 54px;
        text-align: center;
        vertical-align: middle
    }

        .costep-icon:before {
            display: inline-block;
            font: normal normal normal 16px/1 'fontastic';
            font-size: 20px;
            speak: none;
            text-transform: none;
            content: ""
        }

    [data-step=cart] .costep-icon:before {
        content: ""
    }

    [data-step=address] .costep-icon:before {
        content: ""
    }

    [data-step=shipping] .costep-icon:before {
        content: "";
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    [data-step=payment] .costep-icon:before {
        content: ""
    }

    [data-step=confirm] .costep-icon:before {
        content: ""
    }

    [data-step=complete] .costep-icon:before {
        content: ""
    }

    .costep-label {
        font-size: 90%
    }
}

.checkout-data .opt-list {
    margin-bottom: 1.5rem
}

.checkout-data .opt-list-item {
    padding: 1.25rem
}

.checkout-data .opt-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkout-data .opt-control {
    margin-bottom: 0
}

    .checkout-data .opt-control .form-check-label {
        cursor: pointer;
        margin-bottom: 0
    }

    .checkout-data .opt-control .form-check-input {
        margin-top: 0.2rem
    }

.checkout-data .opt-name {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 4px;
    line-height: 1.3
}

.checkout-data .opt-fee {
    white-space: nowrap
}

.checkout-data .opt-info, .checkout-data .opt-info-item {
    margin-top: 0.75rem
}

    .checkout-data .opt-info .opt-form {
        margin-top: 1.5rem
    }

        .checkout-data .opt-info .opt-form .col-form-label {
            font-weight: normal
        }

    .checkout-data .opt-info .media-object {
        max-width: 25%;
        margin-top: 0.25rem
    }

    .checkout-data .opt-info .media-body {
        color: #999
    }

    .checkout-data .opt-info p:empty {
        display: none
    }

    .checkout-data .opt-info p:last-child {
        margin-bottom: 0
    }

@media (min-width: 576px) {
    .checkout-data .opt-info .media-object {
        max-width: 120px
    }
}

@media (min-width: 768px) {
    .checkout-data .opt-name {
        margin-left: 12px
    }

    .checkout-data .opt-info, .checkout-data .opt-info-item {
        margin-left: 32px
    }
}

.order-summary-page #content-body {
    margin-top: 0
}

.order-summary-content .productpicture {
    width: 100px
}

    .order-summary-content .productpicture img {
        max-width: 100%
    }

.checkout-data .buttons {
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.terms-of-service {
    margin: 10px 0
}

    .reward-points.alert a.read, .reward-points.validation-summary-valid a.read, .reward-points.validation-summary-errors a.read, .terms-of-service.alert a.read, .terms-of-service.validation-summary-valid a.read, .terms-of-service.validation-summary-errors a.read {
        font-weight: bold
    }

        .reward-points.alert a.read:hover, .reward-points.validation-summary-valid a.read:hover, .reward-points.validation-summary-errors a.read:hover, .terms-of-service.alert a.read:hover, .terms-of-service.validation-summary-valid a.read:hover, .terms-of-service.validation-summary-errors a.read:hover {
            cursor: pointer
        }

#iframe-terms-of-service {
    width: 100%
}

.checkout-data .change-checkout-data {
    padding: 0.25rem 0.5rem
}

.manufacturer-list-title {
    font-weight: bold;
    padding-bottom: 0.5rem
}

.manufacturer-nav {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem
}

    .manufacturer-nav .navbar {
        padding: 0;
        margin-bottom: .5rem
    }

        .manufacturer-nav .navbar .nav-item {
            margin: 0 1rem
        }

        .manufacturer-nav .navbar .nav-link {
            font-size: 1.25rem;
            padding: 0
        }

.fileupload .fileupload-progress.collapse {
    display: none !important;
    width: 100%
}

    .fileupload .fileupload-progress.collapse.show {
        display: block !important
    }

#iframe-backinstocksubsription {
    max-width: 100%
}

.pm-unread {
    font-weight: bold;
    background: #f7f7f9
}

.ie11 .pd-offer-actions .col, .ie11 .offcanvas-cart-footer-row .col {
    width: auto;
    -ms-flex-preferred-size: auto
}

.ie11 .megamenu-dropdown-container.simple {
    position: static
}

.edge .offcanvas-cart-footer-col.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important
}

.product-slide {
    width: 100%;
    text-align: center;
    padding: 1rem
}

    .product-slide .picture {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        max-width: 100%
    }

    .product-slide .data {
        width: 100%;
        position: relative
    }

        .product-slide .data .text-blend, .product-slide .data .text-blend:before {
            position: absolute;
            right: 0;
            top: 0;
            left: 0;
            bottom: 0
        }

        .product-slide .data .text-blend {
            background: inherit;
            background-attachment: fixed;
            overflow: hidden;
            -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
            border-radius: 3px
        }

            .product-slide .data .text-blend:before {
                content: " "
            }

        .product-slide .data > * {
            position: relative
        }

    .product-slide .slide-title {
        max-height: 7.8rem;
        line-height: 1.3;
        overflow: hidden;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s
    }

        .product-slide .slide-title > a:hover {
            text-decoration: none
        }

    .product-slide .slide-subtitle {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
        margin-bottom: 0.5rem
    }

    .product-slide .prices {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

        .product-slide .prices > p {
            display: inline
        }

    .product-slide .old-product-price {
        padding-right: 0.5rem
    }

        .product-slide .old-product-price .price {
            text-decoration: line-through;
            opacity: 0.7
        }

    .product-slide .product-slide-buttons {
        -webkit-animation-delay: 2.2s;
        animation-delay: 2.2s
    }

    .product-slide .product-price {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s
    }

.slide-type-2 .data {
    text-align: left
}

.slide-type-3 .data {
    text-align: right
}

    .slide-type-3 .data .picture-container {
        text-align: left
    }

        .slide-type-3 .data .picture-container .picture {
            margin: auto
        }

.slide-type-1 .picture, .slide-type-4 .picture {
    overflow: hidden;
    position: relative;
    height: 100%
}

    .slide-type-1 .picture > a, .slide-type-4 .picture > a {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

        .slide-type-1 .picture > a > img, .slide-type-4 .picture > a > img {
            max-height: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto
        }

.carousel {
    overflow: hidden
}

    .carousel.boxed {
        margin-top: 1rem
    }

        .carousel.boxed .picture {
            width: 100%
        }

.carousel-inner {
    position: relative
}

.admin-edit-slide {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    z-index: 10000;
    color: #292b2c
}

.no-touchevents .carousel .admin-edit-slide {
    opacity: 0
}

.no-touchevents .carousel:hover .admin-edit-slide {
    opacity: 1
}

.carousel.bright .carousel-item, .carousel.bright .carousel-item a:not(.btn), .carousel .carousel-item.bright, .carousel .carousel-item.bright a:not(.btn) {
    color: rgba(0,0,0,0.8)
}

.carousel.dark .carousel-item, .carousel.dark .carousel-item a:not(.btn), .carousel .carousel-item.dark, .carousel .carousel-item.dark a:not(.btn) {
    color: rgba(255,255,255,0.9)
}

.carousel.bright .slide-subtitle, .carousel .carousel-item.bright .slide-subtitle {
    color: rgba(0,0,0,0.6)
}

.carousel.dark .slide-subtitle, .carousel .carousel-item.dark .slide-subtitle {
    color: rgba(255,255,255,0.7)
}

.carousel.bright .product-slide .data .text-blend:before, .carousel .carousel-item.bright .data .text-blend:before {
    background: rgba(0,0,0,0.1)
}

.carousel.dark .product-slide .data .text-blend:before, .carousel .carousel-item.dark .data .text-blend:before {
    background: rgba(0,0,0,0.2)
}

.carousel.bright .product-slide .data .text-blend, .carousel .carousel-item.bright .data .text-blend {
    border: 1px solid rgba(255,255,255,0.4)
}

.carousel.dark .product-slide .data .text-blend, .carousel .carousel-item.dark .data .text-blend {
    border: 1px solid rgba(255,255,255,0.2)
}

.carousel-control {
    font-family: FontAwesome;
    top: 50%;
    bottom: initial;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 2.5rem;
    vertical-align: middle;
    margin-top: -2.5rem;
    background-color: rgba(180,180,180,0.25);
    background-image: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    position: absolute;
    text-align: center
}

    .carousel-control.left {
        border-radius: 0 4px 4px 0
    }

    .carousel-control.right {
        right: 0;
        border-radius: 4px 0 0 4px
    }

    .carousel-control:focus {
        opacity: 0
    }

.carousel:hover .carousel-control {
    opacity: 0.6
}

    .carousel:hover .carousel-control:hover {
        text-decoration: none;
        opacity: 0.85
    }

    .carousel:hover .carousel-control:active {
        opacity: 1
    }

.touchevents .carousel-control {
    opacity: 0.6
}

    .touchevents .carousel-control:active {
        opacity: 1
    }

.carousel-control .icon-prev, .carousel-control .icon-next {
    font-family: FontAwesome;
    font-size: inherit;
    line-height: inherit;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,0.5)
}

    .carousel-control .icon-prev:before {
        content: '\f104'
    }

    .carousel-control .icon-next:before {
        content: '\f105'
    }

@media (max-width: 767px) {
    .carousel-control {
        width: 3rem;
        font-size: 2rem;
        border-radius: 0 !important
    }
}

@media (max-width: 767px) {
    .carousel.slide, .carousel.slide .carousel-item {
        max-height: 400px !important
    }
}

.html-slide .row {
    max-height: 100%
}

.html-slide .picture-container {
    overflow: hidden;
    margin-bottom: 0
}

.carousel .slide-badges {
    position: absolute;
    z-index: 1
}

    .carousel .slide-badges .badge {
        border-radius: 0;
        font-size: 2rem;
        margin-left: -1px;
        font-weight: 300
    }

.carousel.boxed .slide-badges {
    top: 0;
    left: 0
}

@media (max-width: 767px) {
    .carousel.fluid .slide-badges {
        top: 0;
        left: 0
    }
}

.carousel, .carousel .carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.carousel {
    margin-top: 1px
}

@media (max-width: 767px) {
    .product-slide .data .slide-title {
        font-size: 2rem
    }
}

.touchevents .product-slide .h-100 .picture, .touchevents .product-slide .h-100 .data {
    height: 100vh;
    vertical-align: middle;
    display: inline-block;
    height: 50%;
    margin: auto
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}


@font-face {
    font-family: 'fontastic';
    src: url('../fonts/fontastic.ttf?e9blfi') format('truetype'),url('../fonts/fontastic.woff?e9blfi') format('woff'),url('../fonts/fontastic.svg?e9blfi#fontastic') format('svg');
    font-weight: normal;
    font-style: normal
}

.icm {
    font-family: 'fontastic' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icm-home:before {
    content: ""
}

.icm-color-sampler:before {
    content: ""
}

.icm-database:before {
    content: ""
}

.icm-shield:before {
    content: ""
}

.icm-cog:before {
    content: ""
}

.icm-cog2:before {
    content: ""
}

.icm-heart:before {
    content: ""
}

.icm-star:before {
    content: ""
}

.icm-envelope:before {
    content: ""
}

.icm-envelope-open:before {
    content: ""
}

.icm-enter:before {
    content: ""
}

.icm-exit:before {
    content: ""
}

.icm-repeat:before {
    content: ""
}

.icm-equalizer:before {
    content: ""
}

.icm-user:before {
    content: ""
}

.icm-users2:before {
    content: ""
}

.icm-bag:before {
    content: ""
}

.icm-bag2:before {
    content: ""
}

.icm-cart:before {
    content: ""
}

.icm-cart-empty:before {
    content: ""
}

.icm-cart-full:before {
    content: ""
}

.icm-cart-plus:before {
    content: ""
}

.icm-cart-plus2:before {
    content: ""
}

.icm-cart-add:before {
    content: ""
}

.icm-cart-remove:before {
    content: ""
}

.icm-cart-exchange:before {
    content: ""
}

.icm-tag:before {
    content: ""
}

.icm-tags:before {
    content: ""
}

.icm-receipt:before {
    content: ""
}

.icm-wallet:before {
    content: ""
}

.icm-credit-card:before {
    content: ""
}

.icm-cash-dollar:before {
    content: ""
}

.icm-cash-euro:before {
    content: ""
}

.icm-bag-dollar:before {
    content: ""
}

.icm-bag-euro:before {
    content: ""
}

.icm-coin-dollar:before {
    content: ""
}

.icm-coin-euro:before {
    content: ""
}

.icm-calculator:before {
    content: ""
}

.icm-calculator2:before {
    content: ""
}

.icm-vault:before {
    content: ""
}

.icm-telephone:before {
    content: ""
}

.icm-phone-wave:before {
    content: ""
}

.icm-pushpin:before {
    content: ""
}

.icm-delete:before {
    content: ""
}

.icm-smartphone:before {
    content: ""
}

.icm-smartphone-waves:before {
    content: ""
}

.icm-tablet2:before {
    content: ""
}

.icm-laptop:before {
    content: ""
}

.icm-desktop:before {
    content: ""
}

.icm-power-switch:before {
    content: ""
}

.icm-power:before {
    content: ""
}

.icm-bubble:before {
    content: ""
}

.icm-bubbles:before {
    content: ""
}

.icm-bubble-dots:before {
    content: ""
}

.icm-bubble-question:before {
    content: ""
}

.icm-bubble-text:before {
    content: ""
}

.icm-bubble-pencil:before {
    content: ""
}

.icm-graph:before {
    content: ""
}

.icm-chart-growth:before {
    content: ""
}

.icm-chart-bars:before {
    content: ""
}

.icm-chart-settings:before {
    content: ""
}

.icm-gift:before {
    content: ""
}

.icm-rank:before {
    content: ""
}

.icm-balance:before {
    content: ""
}

.icm-truck:before {
    content: ""
}

.icm-cube:before {
    content: ""
}

.icm-3d-rotate:before {
    content: ""
}

.icm-puzzle:before {
    content: ""
}

.icm-site-map:before {
    content: ""
}

.icm-earth:before {
    content: ""
}

.icm-wink:before {
    content: ""
}

.icm-bullhorn:before {
    content: ""
}

.icm-lan:before {
    content: ""
}

.icm-lan2:before {
    content: ""
}

.icm-communication:before {
    content: ""
}

.icm-mic:before {
    content: ""
}

.icm-refresh:before {
    content: ""
}

.icm-undo:before {
    content: ""
}

.icm-redo:before {
    content: ""
}

.icm-undo2:before {
    content: ""
}

.icm-redo2:before {
    content: ""
}

.icm-sync:before {
    content: ""
}

.icm-download2:before {
    content: ""
}

.icm-upload2:before {
    content: ""
}

.icm-bug:before {
    content: ""
}

.icm-code:before {
    content: ""
}

.icm-link2:before {
    content: ""
}

.icm-unlink2:before {
    content: ""
}

.icm-thumbs-up:before {
    content: ""
}

.icm-thumbs-down:before {
    content: ""
}

.icm-share3:before {
    content: ""
}

.icm-magnifier:before {
    content: ""
}

.icm-zoom-in:before {
    content: ""
}

.icm-zoom-out:before {
    content: ""
}

.icm-cross:before {
    content: ""
}

.icm-menu:before {
    content: ""
}

.icm-list:before {
    content: ""
}

.icm-list2:before {
    content: ""
}

.icm-list3:before {
    content: ""
}

.icm-menu2:before {
    content: ""
}

.icm-list4:before {
    content: ""
}

.icm-exclamation:before {
    content: ""
}

.icm-question:before {
    content: ""
}

.icm-check:before {
    content: ""
}

.icm-plus:before {
    content: ""
}

.icm-minus:before {
    content: ""
}

.icm-percent:before {
    content: ""
}

.icm-chevron-left:before {
    content: ""
}

.icm-chevron-right:before {
    content: ""
}

.icm-chevrons-expand-vertical:before {
    content: ""
}

.icm-chevrons-expand-horizontal:before {
    content: ""
}

.icm-arrow-left:before {
    content: ""
}

.icm-arrow-right:before {
    content: ""
}

.icm-arrow-divert:before {
    content: ""
}

.icm-arrow-return:before {
    content: ""
}

.icm-expand:before {
    content: ""
}

.icm-contract:before {
    content: ""
}

.icm-expand2:before {
    content: ""
}

.icm-contract2:before {
    content: ""
}

.icm-move:before {
    content: ""
}

.icm-tab:before {
    content: ""
}

.icm-expand3:before {
    content: ""
}

.icm-expand4:before {
    content: ""
}

.icm-contract3:before {
    content: ""
}

.icm-notification:before {
    content: ""
}

.icm-warning:before {
    content: ""
}

.icm-notification-circle:before {
    content: ""
}

.icm-frame-expand:before {
    content: ""
}

.icm-frame-contract:before {
    content: ""
}

.icm-grid:before {
    content: ""
}

.icm-layers:before {
    content: ""
}

.icm-funnel:before {
    content: ""
}

.icm-page-break:before {
    content: ""
}

.icm-page-break2:before {
    content: ""
}

.icm-sort-alpha-asc:before {
    content: ""
}

.icm-sort-alpha-desc:before {
    content: ""
}

.icm-sort-amount-asc:before {
    content: ""
}

.icm-sort-amount-desc:before {
    content: ""
}

.icm-ellipsis:before {
    content: ""
}

.icm-server:before {
    content: ""
}

.icm-trash2:before {
    content: ""
}

.icm-broom:before {
    content: ""
}

.icm-inbox2:before {
    content: ""
}

.icm-box:before {
    content: ""
}

.icm-eye:before {
    content: ""
}

.icm-eye-crossed:before {
    content: ""
}

.icm-floppy-disk:before {
    content: ""
}

.icm-printer:before {
    content: ""
}

.icm-file-empty:before {
    content: ""
}

.icm-document2:before {
    content: ""
}

.icm-medal-empty:before {
    content: ""
}

.icm-film-play:before {
    content: ""
}

.icm-picture:before {
    content: ""
}

.icm-calendar-full:before {
    content: ""
}

.icm-heart-pulse:before {
    content: ""
}

.icm-pulse:before {
    content: ""
}

.icm-smile:before {
    content: ""
}

.icm-sad:before {
    content: ""
}

.icm-cli:before {
    content: ""
}

.icm-file-code:before {
    content: ""
}

.icm-share:before {
    content: ""
}

.icm-share2:before {
    content: ""
}

.icm-chevron-up:before {
    content: ""
}

.icm-chevron-down:before {
    content: ""
}

.ui-pnotify {
    top: 36px;
    right: 36px;
    position: absolute;
    height: auto;
    z-index: 2
}

body > .ui-pnotify {
    position: fixed;
    z-index: 100040
}

.ui-pnotify-modal-overlay {
    background-color: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1
}

body > .ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 100039
}

.ui-pnotify.ui-pnotify-in {
    display: block !important
}

.ui-pnotify.ui-pnotify-move {
    -webkit-transition: left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
    transition: left .5s ease,top .5s ease,right .5s ease,bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-slow {
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    opacity: 0
}

    .ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
        -webkit-transition: opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
        transition: opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease
    }

.ui-pnotify.ui-pnotify-fade-normal {
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
    opacity: 0
}

    .ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
        -webkit-transition: opacity .25s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
        transition: opacity .25s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease
    }

.ui-pnotify.ui-pnotify-fade-fast {
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
    opacity: 0
}

    .ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
        -webkit-transition: opacity .1s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease;
        transition: opacity .1s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease
    }

.ui-pnotify.ui-pnotify-fade-in {
    opacity: 1
}

.ui-pnotify .ui-pnotify-shadow {
    box-shadow: 0 6px 28px 0 rgba(0,0,0,.1)
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0
}

    .ui-pnotify-container:after {
        content: " ";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both
    }

    .ui-pnotify-container.ui-pnotify-sharp {
        border-radius: 0
    }

.ui-pnotify-title {
    display: block;
    margin-bottom: .4em;
    margin-top: 0
}

.ui-pnotify-text {
    display: block
}

.ui-pnotify-icon, .ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: .2em
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-topleft {
    left: 25px;
    right: auto
}

.ui-pnotify.stack-bottomleft, .ui-pnotify.stack-bottomright {
    bottom: 25px;
    top: auto
}

.ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -150px
}

.ui-pnotify-container {
    position: relative;
    left: 0
}

@media(max-width:480px) {
    .ui-pnotify-mobile-able.ui-pnotify {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: auto !important;
        font-size: 1.2em;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        font-smoothing: antialiased
    }

        .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
            box-shadow: none;
            border-bottom-width: 5px
        }

    .ui-pnotify-mobile-able .ui-pnotify-container {
        border-radius: 0
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft, .ui-pnotify-mobile-able.ui-pnotify.stack-topleft {
        left: 0;
        right: 0
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto
    }

        .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow, .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow {
            border-top-width: 5px;
            border-bottom-width: 1px
        }
}

.ui-pnotify-closer, .ui-pnotify-sticker {
    float: right;
    margin-left: .2em
}
