

/* Bootstrap Print Styling */
@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

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

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

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

    thead {
        display: table-header-group;
    }

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

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

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

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

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

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

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


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

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


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

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

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

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

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


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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

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: #9bc5c3;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

a:hover {
    color: #ffffff;
}

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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





output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/* Typography */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: "Constantine", "Cambria", serif;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 3.3rem;
}

h2, .h2 {
    font-size: 2.8rem;
}

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

h4, .h4 {
    font-size: 2.3rem;
}

h5, .h5 {
    font-size: 2.05rem;
}

h6, .h6 {
    font-size: 1.8rem;
}

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

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

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

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

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

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #544a40;
}

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #0c0a0a;
    border: 1px solid #dbc7a9;
    border-radius: 2px;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

.figure-caption {
    font-size: 90%;
    color: #705e53;
}

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

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

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #1d1a1a;
    border-radius: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .table {
    background-color: #0c0a0a;
}

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

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

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

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

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

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

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

.table-hover .table-secondary:hover {
    background-color: #cbc5c1;
}

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

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

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

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

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

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

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

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

.table-hover .table-warning:hover {
    background-color: #ffd1ba;
}

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

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

.table-hover .table-danger:hover {
    background-color: #e3b7af;
}

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

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

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

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

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

.table-hover .table-dark:hover {
    background-color: #bcb9b8;
}

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

.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 .thead-dark th {
    color: #0c0a0a;
    background-color: #1d1a1a;
    border-color: #312c2c;
}

.table .thead-light th {
    color: #0c0a0a;
    background-color: #e9ecef;
    border-color: #dbc7a9;
}

.table-dark {
    color: #0c0a0a;
    background-color: #1d1a1a;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #312c2c;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#style-9::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}

/* Forms */
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #453f3a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bc966b;
    border-radius: 2px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

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

.form-control::-webkit-input-placeholder {
    color: #705e53;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #705e53;
    opacity: 1;
}

.form-control::placeholder {
    color: #705e53;
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 1px;
}

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

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

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

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

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

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

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

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

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

.form-check-input:disabled ~ .form-check-label {
    color: #705e53;
}

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

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

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

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

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

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

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

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



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



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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #0c0a0a, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 1px #0c0a0a, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

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

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #b33c24;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 60, 36, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(179, 60, 36, 0.25);
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #0c0a0a, 0 0 0 0.2rem rgba(179, 60, 36, 0.25);
    box-shadow: 0 0 0 1px #0c0a0a, 0 0 0 0.2rem rgba(179, 60, 36, 0.25);
}

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 60, 36, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(179, 60, 36, 0.25);
}

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

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

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

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

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

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

    .form-inline .input-group {
        width: auto;
    }

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

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

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

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.success-status {
    position: relative;
    margin: auto;
    width: 700px;
    height: 700px;
    background-image: url(/assets/images/theme/bgpayment.png);
    background-size: contain;
    margin-top: -14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    padding: 15.4px 0 0 19.6px;
}

.complete-status {
    width: 420px;
    height: 420px;
    background-image: url("/assets/images/theme/complete.png");
    border-radius: 50%;
    background-size: contain;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
}

.complete-status.incomplete {
    background-image: url("/assets/images/theme/incomplete.png");
    -moz-animation: rotatecircle 4s infinite linear;
    -webkit-animation: rotatecircle 4s infinite linear;
}

.complete-status.cancelled {
    background-image: url("/assets/images/theme/cancelled.png");
}

.success-info {
    margin-top: -3rem;
}

.font-family-heading {
    font-family: "Constantine", "Cambria", serif;
}

.success-message h4 {
    font-size: 3rem;
}

.success-message h2 {
    font-size: 5.5rem;
}

.status-message {
    position: absolute;
    z-index: 2;
}

@-moz-keyframes rotatecircle {
    0% { -moz-transform:rotate(0deg); }
    100% { -moz-transform:rotate(360deg); }
}

@-webkit-keyframes rotatecircle {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}

@-moz-keyframes spinPulse {
    0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #bdd73c;}
    50% { -moz-transform:rotate(145deg); opacity:1; }
    100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
    0% { -moz-transform:rotate(0deg); }
    100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
    0% { -webkit-transform:rotate(0deg); opacity:0; box-shadow:0 0 1px #bdd73c; }
    50% { -webkit-transform:rotate(0deg); opacity:0.5;}
    100% { -webkit-transform:rotate(0deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
    0% { -webkit-transform:rotate(0deg); }
    100% { -webkit-transform:rotate(360deg); }
}

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

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

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

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

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

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

.custom-control-input:disabled ~ .custom-control-label {
    color: #705e53;
}

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

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

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

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

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-select:disabled {
    color: #705e53;
    background-color: #e9ecef;
}

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

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

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

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

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

.custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
    border-color: #80bdff;
}

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

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #453f3a;
    background-color: #fff;
    border: 1px solid #bc966b;
    border-radius: 2px;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #453f3a;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #bc966b;
    border-radius: 0 2px 2px 0;
}

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

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    -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 > .custom-select:focus,
.input-group > .custom-file:focus {
    z-index: 3;
}

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #453f3a;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #bc966b;
    border-radius: 2px;
}

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

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

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

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

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

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

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

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

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

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

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

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

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

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

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #705e53;
    border-color: #705e53;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a4c43;
    border-color: #53453d;
}

.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 94, 83, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(112, 94, 83, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #705e53;
    border-color: #705e53;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #53453d;
    border-color: #4b3f38;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 94, 83, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(112, 94, 83, 0.5);
}

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

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

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

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

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

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

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

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
    color: #1d1a1a;
    background-color: #ff9763;
    border-color: #ff9763;
}

.btn-warning:hover {
    color: #1d1a1a;
    background-color: #ff7e3d;
    border-color: #ff7530;
}

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

.btn-warning.disabled, .btn-warning:disabled {
    color: #1d1a1a;
    background-color: #ff9763;
    border-color: #ff9763;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #1d1a1a;
    background-color: #ff7530;
    border-color: #ff6d23;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 151, 99, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 151, 99, 0.5);
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #93311e;
    border-color: #892e1b;
}

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

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

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #892e1b;
    border-color: #7e2a19;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 60, 36, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(179, 60, 36, 0.5);
}

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

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

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

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

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #1d1a1a;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-dark:hover {
    color: #fff;
    background-color: #24201f;
    border-color: #1e1a19;
}

.btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 50, 49, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(57, 50, 49, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #393231;
    border-color: #393231;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1e1a19;
    border-color: #171414;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 50, 49, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(57, 50, 49, 0.5);
}

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

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

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

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

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

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

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #705e53;
    border-color: #705e53;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 94, 83, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(112, 94, 83, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #705e53;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #705e53;
    border-color: #705e53;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(112, 94, 83, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(112, 94, 83, 0.5);
}

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

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

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

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

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

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

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

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-outline-warning:hover {
    color: #1d1a1a;
    background-color: #ff9763;
    border-color: #ff9763;
}

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

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

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #1d1a1a;
    background-color: #ff9763;
    border-color: #ff9763;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 151, 99, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 151, 99, 0.5);
}

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

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

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

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

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #b33c24;
    border-color: #b33c24;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(179, 60, 36, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(179, 60, 36, 0.5);
}

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

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

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

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

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #1d1a1a;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

.btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 50, 49, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(57, 50, 49, 0.5);
}

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

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #393231;
    border-color: #393231;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(57, 50, 49, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(57, 50, 49, 0.5);
}

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

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

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

.btn-link:disabled, .btn-link.disabled {
    color: #705e53;
}

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

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

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

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

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

/* Button Group */
.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;
}

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

.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: 1;
}

.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:first-child {
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Transitions */
.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;
}

/* Dropdown */
.dropup,
.dropdown {
    position: relative;
}

button, .account button.ch_avatar,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button, .account button.ch_avatar {
    overflow: visible;
}

button, .account button.ch_avatar,
select {
    text-transform: none;
}

input,
button,
.account button.ch_avatar,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

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

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

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

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

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

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

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

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

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

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

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

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

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

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

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

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

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

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

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

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

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #705e53;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

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

/* Navigation and Tabs */
.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;
}


input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

.arial_bold, .arial_normal, .content_area > .content > .announcement > .text > h4, button, .account button.ch_avatar, .content_area > .content .meta_header h4, .filter > button, .filter > .dropdown-menu > li > a, .hs_meta .achievement, form#buy_shards h3.price, form#buy_shards h4.currency {
    font-family: Arial Black, Arial Bold, Gadget, sans-serif;
    font-size: 12px;
    font-weight: 800;
}


.bread {
    margin-top: 50px;
    height: 45px;
    margin-bottom: 10px
}

.hiscores_page {
    min-height: 800px;
    background: url(../images/theme/background.jpg);
    /* min-height: 100vh; */
    /* height: 100vh; */
    /* width: 100%; */
    /* position: absolute; */
    margin-top: -27px;
    /* top: 0; */
    /* left: 0; */
    /* z-index: -1; */
    background-size: cover;
    background-position: center;
}

.bread .search {
    background: #191717;
    color: #847c71;
    height: 45px;
    margin-right: 50px;
    border: 1px solid #1b191d;
    -webkit-box-shadow: inset 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
    padding: 0 10px;
    font-family: Roboto;
    font-size: 17px;
    width: 255px;
    text-shadow: 1px 1px 2px black;
    float: right;
}


.content_area > .content .meta_header {
    height: 106px;
    border-top: 1px solid #564136;
    border-bottom: 1px solid #564136;
}

.content_area > .content .meta_header > .icon {
    font-size: 55px;
    line-height: 139px;
    color: #331c10;
    padding-left: 20px;
    text-shadow: 0px 0px 35px #9c6212;
}

.content_area > .content .meta_header h5 {
    margin: 22px 2px 0px -43px;
    font: normal 47px Roboto;
    color: #ffffff;
}

.content_area > .content .meta_header h4 {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #625a53;
    margin-top: 3px;
}


.content_area > .content .information {
    background: #171412;
    border-bottom: 2px solid #120f0d;
}

.content_area > .content .information > p {
    text-align: center;
    padding: 30px 70px;
    font-family: Roboto;
    font-size: 14px;
    color: #796252;
    text-shadow: 1px 1px 1px black;
    margin-bottom: 0;
}

.content_area #slider {
    border-top: 1px solid #40382d7d;
    height: 277px;
    background: url("/assets/images/theme/slider_bg.png") no-repeat scroll 0 0 transparent;
}

.content_area #slider > img {
    display: block;
    margin: 55px auto;
}

.content_area #slider .slider-information {
    text-align: center;
    padding-top: 75px;
}

.content_area #slider .slider-information > span {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #352a25;
    color: #c0bbb2;
    font-size: 25px;
    padding: 7px 18px;
    font-style: Calibri, Gadget, sans-serif;
}

.content_area #slider .slider-information .play {
    background: url("/assets/images/theme/play_button.png") no-repeat scroll 0 0 transparent;
    width: 100%;
    max-width: 288px;
    height: 97px;
    margin: 16px auto 0 auto;
}

.content_area #slider .slider-information .play:hover {
    cursor: pointer;
    background-position: -288px 0;
}

button, .account button.ch_avatar {
    padding: 8px 30px;
    background-color: #100f0f;
    border-left: 1px solid #38322e;
    border-top: 1px solid #38322e;
    border-right: 0;
    border-bottom: 0;
    border-radius: 2px;
    color: #f8f9fa !important;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 500;
}

#main {
    width: 1175px;
    margin: 0 auto;
    position: relative;
}

#outermain {
    padding-top: 45px;
    padding-bottom: 45px;
    height: 1060px;
}

.store.container {
    margin-top: 50px;
    margin-bottom: 50px;
}

#store #outermain {
    min-height: 530px;
}

#store .manstat, #store .manleft {
    height: 32px;
}

#store .manstat {
    line-height: 35px;
}

#products {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

#products .category, .items-category .item, #search_results .item {
    background-color: #0e0e0e;
    float: left;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    margin: 4.4px 3.95px;
    width: 63.5px;
    height: 59.7px;
    font-size: 12.5px;
    cursor: pointer;
}

body:not(.logged-in) .items-category .item, body:not(.logged-in) #search_results .item {
    cursor: default;
}

.items-category {
    /*overflow: auto;
height: 288px;*/
    padding-bottom: 5px;
}

.items-category .item, #search_results .item {
    width: 714.5px;
    margin: 4px 10px;
    text-align: left;
    height: 50px;
    padding: 10px 10px 6px 10px;
}

.items-category .item .name, #search_results .item .name {
    position: relative;
    top: -10px;
    left: 10px;
}

.items-category .item .credits, #search_results .item .credits {
    float: right;
    margin-top: 11px;
    margin-right: 5px;
}

.payment-methods {
    margin: 15px;
}


.store .nav-tabs {
    background-color: #1c1919;
    border: none;
}

.store .nav-tabs > li > a {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #1c1611;
    margin: 0;
    font-family: Roboto;
    font-size: 14px;
    color: #AAA;
}

.store .nav-tabs > li.active > a,
.store .nav-tabs > li.active > a:focus,
.store .nav-tabs > li.active > a:hover,
.store .nav-tabs > li > a:hover {
    color: #dbc7a9;
    cursor: default;
    background-color: #211d1c; /* border: 1px solid #32312c; */
    border: none; /* border-bottom-color: transparent; */
}

.store .nav-tabs li.right {
    float: right;
}

.store .tab-content {
    padding: 20px 25px;
    min-height: 800px;
    background: rgba(37, 33, 33, 0.96);
}

.store .left {
    min-height: 1000px;
    background: rgba(29, 26, 26, 0.98);
    border-right: 1px solid #40382d7d;
    padding-top: 10px;
}

.store .left > h5.header {
    color: #a09689;
    background: #393231;
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px 10px;
    text-align: left;
    font-size: 17px;
    border: 1px solid #292725;
}

.store .left > h3.shard-count {
    background-color: #1a1818;
    padding: 8px 15px;
    font-family: Calibri, Gadget, sans-serif;
    font-size: 16px;
    color: #a09689;
    border: 1px solid #222;
    margin: 0;
    position: relative;
    line-height: 28px;
}

.store .left > h3.shard-count > img {
    max-height: 28px;
}

.store .left > h3.shard-count > span {
    position: absolute;
    right: 0;
    margin-right: 13px;
    padding: 0px 9px;
    background: #393231;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #25201e;
}

.store .left > h3.shard-count > span:hover {
    cursor: pointer;
    background: #4e4442;
}

.store .left .cart {
    margin-top: 15px;
    background-color: #1a1818;
    min-height: 200px;
    border: 1px solid #222;
    text-align: center;
    font-family: Calibri, Gadget, sans-serif;
    font-size: 12px;
    color: #a09689;
}

.store .left .cart > h5.header {
    background: #393231;
    margin-top: 0;
    font-size: 17px;
    color: #a09689;
    margin-bottom: 0;
    padding: 7px 10px;
    text-align: left;
    border-bottom: 1px solid #292725;
}

.store .left .cart > .body {
    padding: 8px 15px;
}

.store .left .cart > .body span {
    color: #ddbd9e;
    float: right;
}

.store .left .cart > .body p {
    border-bottom: 1px solid #333;
    margin: 0;
    text-align: left;
    padding: 2px 3px;
}

.store .left .cart > .body p:first-child {
    border-top: 1px solid #333;
}

.store .left .cart > .body h4 {
    margin: 30px auto 5px auto;
    font-family: Roboto;
}

.store .right {
    padding: 0;
}

.store .right .products > div > .row > div {
    padding-right: 8px;
    padding-left: 8px;
}

.store .right .products > div .product {
    background: #1a1818;
    padding: 10px 0;
    margin-bottom: 16px;
    border: 1px solid #181717;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 0 30px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 0 30px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 0 30px rgba(0, 0, 0, 0.1) inset;
    height: 300px;
    text-align: center;
}

.store .right .products > div .product h2 {
    font-family: Arial Black, Arial Bold, Gadget, sans-serif;
    font-size: 13px;
    color: #a09689;
    margin: 0 0 6px 0;
    font-weight: bold;
    text-shadow: 0px 1px 1px #000000;
}

.store .right .products > div .product h3 {
    font-family: Calibri, Gadget, sans-serif;
    font-size: 14px;
    color: #a09689;
    margin: 0;
    text-shadow: 0px 1px 1px #000000;
    letter-spacing: 1px;
}

.store .right .products > div .product .thumb {
    max-width: 120px;
    height: 90px;
    background: #292929;
    margin: 7px auto 5px auto;
    padding: 2px;
    border: 1px solid #111;
    display: inline-block;
}

.store .right .products > div .product .thumb img {
    height: 100%;
    padding: 10px 14px;
    background: rgba(0, 0, 0, 0.65);
}

.store .right .products > div .product > p {
    font-family: Calibri, Gadget, sans-serif;
    font-size: 12px;
    color: #9c9c9c;
    padding: 0 8px;
    min-height: 51px;
    margin-bottom: 5px;
}

.store .right .products > div .product > .amount h3.add-to-cart {
    background-color: #0c0b11;
    font-family: Calibri, Gadget, sans-serif;
    font-size: 16px;
    margin: 0;
    position: relative;
    line-height: 28px;
}

.store .right .products > div .product > .amount h3.add-to-cart > img {
    max-height: 28px;
}

.store .right .products > div .product > .amount h3.add-to-cart > span {
    position: absolute;
    right: 0;
    margin-right: 44px;
    padding: 0px 9px;
    background: #393231;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #25201e;
    margin-top: 9px;
}

.store .right .products > div .product > .amount h3.add-to-cart > span:hover {
    cursor: pointer;
    background: #4e4442;
}

.store .right .products > div .product > .amount > i, .store .right .products > div .product > .amount > input {
    display: inline-block;
}

.store .right .products > div .product > .amount > i {
    color: #a09689;
    font-size: 18px;
}

.store .right .products > div .product > .amount > i:hover {
    cursor: pointer;
    color: #cccccc;
}

.store .right .products > div .product > .amount > input {
    width: 50px;
    margin: 0 5px;
    text-align: center;
    font-size: 16px;
    height: 28px;
    background: #07070a;
    color: #a09689;
    border: 1px solid #0b0a0f;
    -webkit-box-shadow: inset 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
    font-family: Roboto;
    text-shadow: 1px 1px 2px black;
    border-color: #201d21 !important;
}

.store .right .products > div .product > .amount > input:hover {
    cursor: default;
}

.store #ranks {
    overflow: scroll;
    background-color: rgba(12, 11, 17, 0.97);
}

.store #ranks td {
    text-align: center;
}

.store #ranks td:nth-child(1) {
    width: 20%;
}

.store #ranks td:not(:nth-child(1)) {
    width: 12%;
}

.store #ranks thead tr td {
    border-bottom: 1px solid #634b3d4d;
}

.store #ranks thead > tr > td:nth-child(1) {
    color: #FFF;
    font-family: "Century Gothic";
    text-transform: uppercase;
    font-size: 15px;
}

.store #ranks tr td {
    padding: 14px 0;
}

.store #ranks tbody td {
    color: #a096899e;
}

.store #ranks thead td {
    color: #666;
}

.store #ranks tbody > tr > td:nth-child(1) {
    font-size: 14px;
    font-weight: bold;
    color: #696861;
}

form#buy_shards {
    margin: 0px auto;
    text-align: center;
}

form#buy_shards > img {
    margin-top: -8px;
    width: 46px;
}

form#buy_shards > input {
    text-align: center;
    width: 100px;
    height: 45px;
    box-shadow: none;
    background: #0b0a11;
    font-size: 23px;
    border-color: #262220;
    margin-bottom: 20px;
    padding-left: 0;
}

form#buy_shards > .radio-inline {
    font-family: Roboto;
    font-weight: 800;
    font-size: 17px;
    color: #a09689;
    text-shadow: 1px 1px 1px black;
}

form#buy_shards > .radio-inline > input[type=radio] {
    margin-top: 6px;
}

form#buy_shards .submit {
    margin: 0 auto;
    display: block;
}

form#buy_shards > h5 {
    font-family: Roboto;
    text-align: center;
    font-size: 14px;
    text-shadow: 1px 1px 1px black;
}

form#buy_shards h3.price {
    font-size: 19px;
    color: #a09689;
    text-shadow: 0px 0px 27px #c9aa71;
    margin-bottom: 3px;
}

form#buy_shards h4.currency {
    font-size: 11px;
    color: #513f35;
    text-shadow: 1px 1px 1px black;
    margin-top: 0px;
}

form#buy_shards ul.shard_packages {
    list-style: none;
    padding: 0;
}

form#buy_shards ul.shard_packages > li {
    background-color: #1a1818;
    padding: 21px 43px;
    display: inline-block;
    border: 1px solid #262220;
    margin-bottom: 10px;
    width: 228px;
}

>
#hover #buy_shards ul.shard_packages > li:hover {
    background-color: red;
    border: 1px solid #a09689;
    cursor: pointer;
}

form#buy_shards ul.shard_packages > li.active {
    border: 1px solid #7e322d !important;
}

form#buy_shards ul.shard_packages > li.active > h3 {
    color: #7e322d;
}

form#buy_shards ul.shard_packages > li > h3 {
    color: #a09689;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

form#buy_shards ul.shard_packages > li > h4 {
    color: #888;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0 0 0;
}

form#buy_shards ul.shard_packages > li > h4 > span {
    color: #CCC;
}

form#buy_shards ul.shard_packages > li > h4 > img {
    max-height: 15px;
}

button:hover, .account button.ch_avatar:hover {
    color: #f5e6d1;
}

.filters {
    padding: 27px 0;
    margin-top: 9px;
}

.filter:not(:last-child) {
    margin-right: 8px;
}

.filter > button, .account .filter > button.ch_avatar {
    color: #757575;
    padding: 8px 30px;
    background-color: #100f0f;
    min-width: 172px;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 500;
}

.filter > .dropdown-menu {
    background-color: #141212;
    border: 1px solid #191717;
    width: 172px;
    border-top: 0;
    margin-top: 0px;
    border-radius: 0px;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:visited,
.btn-default:link,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active {
    -webkit-box-shadow: 0px -5px 8px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -5px 8px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -5px 8px -2px rgba(0, 0, 0, 0.3);
    background-color: #141212 !important;
    border: 1px solid #1b191d !important;
}

.play-now-section {
    width: 100%;
    background: #252121;
    padding: 50px 40px;
    margin: 0 40px;
}

.play-box {
    text-align: center;
    background: #1e1b1b;
    margin-left: 20px;
    padding: 15px;
    margin-top: 30px;
    width: 255px;
    margin-bottom: 30px;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.5);
    border: 3px solid transparent;
    display: inline-block;
}

.play-box:hover,
.play-box.active {
    box-shadow: 0 0 35px 0px rgba(79, 71, 116, 0.3);
    border-color: #3c352f;
    background-color: #272323;
}

.play-box h3 {
    font-size: 19px;
    color: #cbc9d1;
    height: 35px;
}

.play-box h2 {
    height: 35px;
}

.play-box img {
    margin: 8px 0;
    max-width: 157px;
    opacity: 0.8;
    height: 130px;
}

.play-box p {
    font-size: 14px;
    color: #6f6b74;
    height: 60px;
    line-height: 20px;
}

.play-section h1 {
    font-size: 34px;
    color: #bc966b;
    margin-bottom: 30px;
}

.play-section p {
    font-size: 18px;
    color: #97929b;
}

.play-section p.dark-parra {
    font-size: 17px;
    color: #58555a;
    margin-bottom: 30px;
}


.page-content {
    padding-top: 50px;
    margin-bottom: 118px;
    margin-top: 50px;
    background-color: rgba(29, 26, 26, 0.96);
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
}

.play-page {
    padding-bottom: 50px;
}

.page-content::before {
    position: absolute;
    content: "";
    top: -11px;
    width: 22px;
    height: 22px;
    left: 50%;
    margin-left: -11px;
}

.content {
    max-width: 1020px;
    margin: 0 auto;
}

.content__outer {
    margin: 0 0 15px;
    padding-top: 60px;
}

@media (min-width: 992px) {
    .content__outer {
        background: url(/assets/images/theme/content-bg.png) calc(50% - 25px) top no-repeat;
        background-size: 1490px auto;
        margin-top: -90px;
        padding-top: 110px;
    }
}

@media (min-width: 1200px) {
    .content__outer {
        background-size: 1608px auto;
        margin-top: -70px;
    }
}

.content__container {
    background-color: rgba(29, 26, 26, 0.96)
}

.content__section {
    padding: 38px 0;
    margin: 0 32px;
    border-bottom: 2px solid #0E0E14;
}

.content__section p {
    font-family: "Cambria";
    font-size: 16px;
    color: #B2A398;
    margin: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    line-height: 1.25;
}

@media (min-width: 992px) {
    .content__section p {
        font-size: 18px;
    }
}

.content__section--dark p {
    color: #726A64;
}

.content__section:last-of-type {
    border-bottom: none;
}

.filter > .dropdown-menu > li:hover > a, .filter > .dropdown-menu a:hover {
    background-color: #0f0e10 !important;
    color: #aba092;
    cursor: pointer;
    font-family: Roboto;
    font-weight: 500;
}

.filter > .dropdown-menu > li > a {
    font-size: 11px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px black;
    text-align: center;
    padding: 8px 0;
    font-family: Roboto;
    font-weight: 500;
}


.content_area > .content {
    background: rgba(12, 11, 17, 0.93);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
    border-bottom: 1px solid #110e0c;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content_area > .content > .announcement {
    height: 46px;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.content_area > .content > .announcement > .icon {
    line-height: 46px;
    font-size: 20px;
    color: #f5e6d1;
    max-width: 50px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.content_area > .content > .announcement > .text {
    padding-left: 0;
}

.content_area > .content > .announcement > .text > h4 {
    margin: 0;
    font-size: 12px;
    line-height: 46px;
    color: #a09689;
    text-shadow: 1px 1px 1px black;
}

.content_area > .content > .row {
    margin: 0;
    background: url("/assets/images/theme/content_bg.png") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #40382d7d;
}

.content_area > .content .sectional_divider {
    height: 5px;
    border-bottom: 1px solid #231d1b;
}

.content_area > .content .content_left,
.content_area > .content .content_right {
    padding: 0;
}

.content_area > .content .content_top {
    min-height: 600px;
    background: #120F0D;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    color: #534840;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid #40382d7d;
    border-left: none;
}

.content_area > .content .content_left {
    min-height: 600px;
    background: #120f0d96;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    color: #534840;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid #40382d7d;
    border-bottom: none;
    border-left: none;
}

.content_area > .content .content_right {
    min-height: 600px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    color: #534840;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    border-top: 1px solid #40382d7d;
    border-right: none;
    border-left: none;
}

.content_area > .content .meta_header {
    height: 106px;
    border-top: 1px solid #564136;
    background-color: #191717;
    border-bottom: 1px solid #564136;
}

.content_area > .content .meta_header > .icon {
    font-size: 55px;
    line-height: 139px;
    color: #331c10;
    padding-left: 20px;
    text-shadow: 0px 0px 35px #9c6212;
}

.content_area > .content .meta_header h5 {
    margin: 22px 2px 0px -43px;
    font: normal 47px Roboto;
    color: #ffffff;
}

.content_area > .content .meta_header h4 {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #625a53;
    margin-top: 3px;
}

.content_area > .content .information {
    background: #171412;
    border-bottom: 2px solid #120f0d;
}

.content_area > .content .information > p {
    text-align: center;
    padding: 30px 70px;
    font-family: Roboto;
    font-size: 14px;
    color: #796252;
    text-shadow: 1px 1px 1px black;
    margin-bottom: 0;
}

.content_area #slider {
    border-top: 1px solid #40382d7d;
    height: 277px;
    background: url("/assets/images/theme/slider_bg.png") no-repeat scroll 0 0 transparent;
}

.content_area #slider > img {
    display: block;
    margin: 55px auto;
}

.content_area #slider .slider-information {
    text-align: center;
    padding-top: 75px;
}

.content_area #slider .slider-information > span {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #352a25;
    color: #c0bbb2;
    font-size: 25px;
    padding: 7px 18px;
    font-style: Calibri, Gadget, sans-serif;
}

.content_area #slider .slider-information .play {
    background: url("/assets/images/theme/play_button.png") no-repeat scroll 0 0 transparent;
    width: 100%;
    max-width: 288px;
    height: 97px;
    margin: 16px auto 0 auto;
}

.content_area #slider .slider-information .play:hover {
    cursor: pointer;
    background-position: -288px 0;
}


.bread .search > input {
    background: transparent;
    height: 100%;
    border: none;
    margin-left: 5px;
}

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

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

.nav-link.disabled {
    color: #705e53;
}

.nav-tabs {
    border:none;
    padding-bottom: 10px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-left: 8px;
    font-size: 1.4rem;
    background-color: #1a1615;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #dbc7a9;
    cursor: default;
    background-color: #252121;
    border: 1px solid #1a1615;
    margin-left: 0px;
    margin-right: 2px;
    border-color: transparent;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
    color: #dbc7a9;
    cursor: default;
    background-color: #252121;
    border: 1px solid #1a1615;
    margin-left: 0px;
    margin-right: 2px;
    cursor: pointer;
    border-color: transparent !important;
}


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

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

.nav-tabs .nav-link.disabled {
    color: #705e53;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #453f3a;
    background-color: #0c0a0a;
    border-color: #dbc7a9 #dbc7a9 #0c0a0a;
}

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

.nav-pills .nav-link {
    border-radius: 2px;
}

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

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

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

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

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

/* Navbar */
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    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:hover, .navbar-light .navbar-nav .nav-link:focus {
    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 .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Cards */
.card {
    background-color: rgba(29, 26, 26, 0.7);
    background-image: url(/assets/images/theme/card_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 1.5rem;
    margin-bottom: 30px;
}

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

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

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

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

.card-body .item-name {
    font-size: 1.4rem;
}

.card-body .cost {
    font-size: 1.4rem;
    color: #bd730d;
}

.card-body .sale {
    font-size: 1.4rem;
    color: #657d23;
    height: 20px;
}

.card-body .selected-product {
    font-size: 1.3rem;
}

.card-body .credit-amt {
    color: #bd730d;
    font-size: 1.8rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

.card-body .description {
    font-size: 1.3rem;
    color: #938668;
    min-height: 80px;
    max-width: 163px;
}

.card-body .pending-title {
    font-size: 1.5rem;
}

.card-body .refund-policy {
    font-size: 1.2rem;
    color: #b3905db5;
    margin-top: 10px;
}

.card-body .pending-info {
    font-size:1.6rem;
    margin-top: 10px;
}

.card-body .right .products > div .product > .amount > input {
    width: 50px;
    margin: 0 5px;
    text-align: center;
    font-size: 16px;
    height: 28px;
    background: #181616;
    color: #a09689;
    border: 1px solid #0b0a0f;
    -webkit-box-shadow: inset 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
    font-family: Roboto;
    text-shadow: 1px 1px 2px black;
    border-color: #201d21 !important;
}

.card-body .product {
    padding: 10px 0;
    margin-bottom: 16px;
    border: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 0 30px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 0 30px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset, 0 0 30px rgba(0, 0, 0, 0.1) inset;
    height: 340px;
    text-align: center;
    background: #1a1615;
}

.card-body .right .products > div .product .thumb {
    max-width: 120px;
    height: 90px;
    background: #292929;
    margin: 7px auto 5px auto;
    padding: 2px;
    border: 1px solid #111;
    display: inline-block;
}

.card-body .right .products > div .product > .amount h3.add-to-cart > span {
    position: absolute;
    right: 0;
    margin-right: 38px;
    padding: 0px 9px;
    background: #252121;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #252121;
    margin-top: 9px;
    cursor: pointer;
}

.card-body .right .products > div .product > .amount h3.add-to-cart {
    background-color: #0c0b11;
    font-family: Calibri, Gadget, sans-serif;
    font-size: 16px;
    margin: 0;
    position: relative;
    line-height: 28px;
}

.card-body .right .products > div .product .thumb img {
    height: 100%;
    padding: 10px 14px;
    background: rgba(24, 22, 22, 0.85);
}

.card-body .h2 {
    font-size: 2rem;
}


.btn-fancy-store-dark {
    line-height: 50px;
    width: 140px;
    padding: 0;
    font-size: 1.1em;
    font-family: "Constantine", "Cambria", serif;
    color: #f1d3a9;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(141, 129, 111, 0.004), 0px 2px 0px rgba(82, 72, 59, 0.004), 0px 3px 5px rgba(0, 0, 0, 0.35);
    -webkit-transition: 0.5s text-shadow;
    transition: 0.5s text-shadow;
    background: url(../images/theme/btn-dark.png);
    border: none;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
        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,
    .card-group > .card:last-child .card-header {
        border-top-left-radius: 0;
    }

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

    .card-group > .card:only-child {
        border-radius: 2px;
    }

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

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

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

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

.card-columns .card {
    margin-bottom: 0.75rem;
}

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

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

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

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

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

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

.breadcrumb-item.active {
    color: #705e53;
}

/* Pagination */
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 2px;
}

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

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

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

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

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

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

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

.page-item.disabled .page-link {
    color: #705e53;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dbc7a9;
}

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

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

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

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

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

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

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

.badge:empty {
    display: none;
}

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

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

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

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

.badge-secondary {
    color: #fff;
    background-color: #705e53;
}

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

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

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

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

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

.badge-warning {
    color: #1d1a1a;
    background-color: #ff9763;
}

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

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

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

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

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

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

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

/* Jumbotron */
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 2px;
}

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

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

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

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

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

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

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

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

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

.alert-secondary {
    color: #3a312b;
    background-color: #e2dfdd;
    border-color: #d7d2cf;
}

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

.alert-secondary .alert-link {
    color: #1d1815;
}

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

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

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

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

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

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

.alert-warning {
    color: #854f33;
    background-color: #ffeae0;
    border-color: #ffe2d3;
}

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

.alert-warning .alert-link {
    color: #603925;
}

.alert-danger {
    color: #5d1f13;
    background-color: #f0d8d3;
    border-color: #eac8c2;
}

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

.alert-danger .alert-link {
    color: #33110a;
}

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

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

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

.alert-dark {
    color: #1e1a19;
    background-color: #d7d6d6;
    border-color: #c8c6c5;
}

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

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

/* Progress */
@-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;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 2px;
}

.progress-bar {
    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;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

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

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

/* Media */
.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 */
.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: #453f3a;
    text-align: inherit;
}

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

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

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

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

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

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

.list-group-item.disabled, .list-group-item:disabled {
    color: #705e53;
    background-color: #fff;
}

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

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

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

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

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

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

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

.list-group-item-secondary {
    color: #3a312b;
    background-color: #d7d2cf;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #3a312b;
    background-color: #cbc5c1;
}

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

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

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

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

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

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

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

.list-group-item-warning {
    color: #854f33;
    background-color: #ffe2d3;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #854f33;
    background-color: #ffd1ba;
}

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

.list-group-item-danger {
    color: #5d1f13;
    background-color: #eac8c2;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #5d1f13;
    background-color: #e3b7af;
}

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

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

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

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

.list-group-item-dark {
    color: #1e1a19;
    background-color: #c8c6c5;
}

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

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

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

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

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

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

/* Modal */
.modal-open {
    overflow: hidden;
}

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

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

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

.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-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.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;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    outline: 0;
}

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

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

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

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

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

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

.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: 1rem;
    border-top: 1px solid #e9ecef;
}

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

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

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

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

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

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

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

.modal-dark {
    background: #181515;
    padding: 2rem 4rem;
    border: 1px solid #181515;
    border-radius: 0;
}

.modal-dark.modal-success {
    border: 1px solid #34481a;
    -webkit-box-shadow: inset 0 0 4px 1px rgba(84, 115, 43, 0.5);
    box-shadow: inset 0 0 4px 1px rgba(84, 115, 43, 0.5);
}

.modal-dark.modal-danger {
    border: 1px solid #8e281a;
    -webkit-box-shadow: inset 0 0 8px 2px rgba(142, 40, 26, 0.6);
    box-shadow: inset 0 0 8px 2px rgba(142, 40, 26, 0.6);
}

.modal-close .btn-link {
    color: #332d2d;
    font-size: 1.2em;
}

.modal-close .btn-link:hover {
    color: #4e4545;
}

.modal-content {
    position: relative;
}

.modal-close {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}

.modal-dialog {
    max-width: 510px;
    border-radius: 0;
}

.modal-title-container {
    text-align: center;
}

.modal-title {
    color: #dbc7a9;
    font-size: 3em;
    letter-spacing: 1px;
    text-shadow: 0px 1px 0px rgba(19, 17, 17, 0.51), 0px 0px 7px rgba(213, 78, 31, 0.54), 0px 0px 0.46px rgba(213, 78, 31, 0.15), 0px 1px 1px rgba(0, 0, 0, 0.51);
    text-align: center;
    background: url("../images/theme/cracks.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0rem 0rem;
    margin-bottom: 0;
}

.modal-backdrop.show {
    opacity: 0.9;
}

/* Tooltip */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Popover */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Roboto Slab", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 2px;
}

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

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

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

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

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


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

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

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

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}


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

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

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

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}

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


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

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

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

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

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}


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

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #dbc7a9;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(2px - 1px);
    border-top-right-radius: calc(2px - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #7c7363;
}

/* Carousel */
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    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: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .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: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .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: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

/* Utilites */
.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #705e53 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #53453d !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ff9763 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #ff7530 !important;
}

.bg-danger {
    background-color: #b33c24 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #892e1b !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #393231 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1e1a19 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dbc7a9 !important;
}

.border-top {
    border-top: 1px solid #dbc7a9 !important;
}

.border-right {
    border-right: 1px solid #dbc7a9 !important;
}

.border-bottom {
    border-bottom: 1px solid #dbc7a9 !important;
}

.border-left {
    border-left: 1px solid #dbc7a9 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #705e53 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ff9763 !important;
}

.border-danger {
    border-color: #b33c24 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #393231 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 2px !important;
}

.rounded-top {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

.rounded-right {
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}

.rounded-left {
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.m-6 {
    margin: 4rem !important;
}

.mt-6,
.my-6 {
    margin-top: 7rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 4rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 4rem !important;
}

.m-7 {
    margin: 5rem !important;
}

.mt-7,
.my-7 {
    margin-top: 5rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 5rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 5rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 5rem !important;
}

.m-8 {
    margin: 6rem !important;
}

.mt-8,
.my-8 {
    margin-top: 6rem !important;
}

.mr-8,
.mx-8 {
    margin-right: 6rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 6rem !important;
}

.ml-8,
.mx-8 {
    margin-left: 6rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.p-6 {
    padding: 4rem !important;
}

.pt-6,
.py-6 {
    padding-top: 4rem !important;
}

.pr-6,
.px-6 {
    padding-right: 4rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
    padding-left: 4rem !important;
}

.p-7 {
    padding: 5rem !important;
}

.pt-7,
.py-7 {
    padding-top: 5rem !important;
}

.pr-7,
.px-7 {
    padding-right: 5rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 5rem !important;
}

.pl-7,
.px-7 {
    padding-left: 5rem !important;
}

.p-8 {
    padding: 6rem !important;
}

.pt-8,
.py-8 {
    padding-top: 6rem !important;
}

.pr-8,
.px-8 {
    padding-right: 6rem !important;
}

.pb-8,
.py-8 {
    padding-bottom: 6rem !important;
}

.pl-8,
.px-8 {
    padding-left: 6rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .m-sm-6 {
        margin: 4rem !important;
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 4rem !important;
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 4rem !important;
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 4rem !important;
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 4rem !important;
    }

    .m-sm-7 {
        margin: 5rem !important;
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 5rem !important;
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 5rem !important;
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 5rem !important;
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 5rem !important;
    }

    .m-sm-8 {
        margin: 6rem !important;
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 6rem !important;
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 6rem !important;
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 6rem !important;
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 6rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .p-sm-6 {
        padding: 4rem !important;
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 4rem !important;
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 4rem !important;
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 4rem !important;
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 4rem !important;
    }

    .p-sm-7 {
        padding: 5rem !important;
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 5rem !important;
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 5rem !important;
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 5rem !important;
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 5rem !important;
    }

    .p-sm-8 {
        padding: 6rem !important;
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 6rem !important;
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 6rem !important;
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 6rem !important;
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 6rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .m-md-6 {
        margin: 4rem !important;
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 4rem !important;
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 4rem !important;
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 4rem !important;
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 4rem !important;
    }

    .m-md-7 {
        margin: 5rem !important;
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 5rem !important;
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 5rem !important;
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 5rem !important;
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 5rem !important;
    }

    .m-md-8 {
        margin: 6rem !important;
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 6rem !important;
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 6rem !important;
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 6rem !important;
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 6rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .p-md-6 {
        padding: 4rem !important;
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 4rem !important;
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 4rem !important;
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 4rem !important;
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 4rem !important;
    }

    .p-md-7 {
        padding: 5rem !important;
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 5rem !important;
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 5rem !important;
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 5rem !important;
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 5rem !important;
    }

    .p-md-8 {
        padding: 6rem !important;
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: 6rem !important;
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 6rem !important;
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 6rem !important;
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 6rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .m-lg-6 {
        margin: 4rem !important;
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 4rem !important;
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 4rem !important;
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 4rem !important;
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 4rem !important;
    }

    .m-lg-7 {
        margin: 5rem !important;
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 5rem !important;
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 5rem !important;
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 5rem !important;
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 5rem !important;
    }

    .m-lg-8 {
        margin: 6rem !important;
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 6rem !important;
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 6rem !important;
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 6rem !important;
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 6rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .p-lg-6 {
        padding: 4rem !important;
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 4rem !important;
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 4rem !important;
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 4rem !important;
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 4rem !important;
    }

    .p-lg-7 {
        padding: 5rem !important;
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 5rem !important;
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 5rem !important;
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 5rem !important;
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 5rem !important;
    }

    .p-lg-8 {
        padding: 6rem !important;
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 6rem !important;
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 6rem !important;
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 6rem !important;
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 6rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .m-xl-6 {
        margin: 4rem !important;
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 4rem !important;
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 4rem !important;
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 4rem !important;
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 4rem !important;
    }

    .m-xl-7 {
        margin: 5rem !important;
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 5rem !important;
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 5rem !important;
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 5rem !important;
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 5rem !important;
    }

    .m-xl-8 {
        margin: 6rem !important;
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 6rem !important;
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 6rem !important;
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 6rem !important;
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 6rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .p-xl-6 {
        padding: 4rem !important;
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 4rem !important;
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 4rem !important;
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 4rem !important;
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 4rem !important;
    }

    .p-xl-7 {
        padding: 5rem !important;
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 5rem !important;
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 5rem !important;
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 5rem !important;
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 5rem !important;
    }

    .p-xl-8 {
        padding: 6rem !important;
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 6rem !important;
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 6rem !important;
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 6rem !important;
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: 6rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0062cc !important;
}

.text-secondary {
    color: #705e53 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #53453d !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ff9763 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ff7530 !important;
}

.text-danger {
    color: #bd730d !important;
}

.text-focus {
    color: #f19f0c !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #892e1b !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #393231 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1e1a19 !important;
}

.text-muted {
    color: #705e53 !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;
}

.text-sm {
    font-size: 1.5em;
}

.text-faded {
    color: #453f3a;
}

.text-lg {
    font-size: 2em;
    margin-top: 35px;
}

.section-header {
    color: #bda789;
    padding: 1.5rem 0.2rem;
}

.section-header > *:last-child {
    margin-bottom: 0;
}

.section-header h4 {
    font-size: 1.3rem;
}

.list-group-item {
    background: transparent;
}

hr {
    border: 0;
    height: 2px;
    width: 100%;
    background-color: #544a40;
    background-image: url("../images/theme/spacer_2.png");
    background-size: cover;
}

.img-thumb-sm {
    width: 6rem;
    border: 2px solid #ff9763;
}

.color-in {
    color: inherit !important;
}


.card {
    background-color: rgba(29, 26, 26, 0.7);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 1.5rem;
    margin-bottom: 30px;
}

.card.card-store {
    background: #1f1b19;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: border 0.5s, -webkit-box-shadow 0.5s;
    transition: border 0.5s, -webkit-box-shadow 0.5s;
    transition: border 0.5s, box-shadow 0.5s;
    transition: border 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.card.card-dark {
    background: #1f1b19;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: border 0.5s, -webkit-box-shadow 0.5s;
    transition: border 0.5s, -webkit-box-shadow 0.5s;
    transition: border 0.5s, box-shadow 0.5s;
    transition: border 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.card.card-dark:hover {
    border: 1px solid #fc0000;
    -webkit-box-shadow: inset 0 0 2px 0px #fc0000;
    box-shadow: inset 0 0 2px 0px #fc0000;
}

.card.card-disabled {
    position: relative;
}
.card.card-dark {
    background: #1f1b19;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: border 0.5s, -webkit-box-shadow 0.5s;
    transition: border 0.5s, -webkit-box-shadow 0.5s;
    transition: border 0.5s, box-shadow 0.5s;
    transition: border 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.card.card-dark:hover {
    border: 1px solid #fc0000;
    -webkit-box-shadow: inset 0 0 2px 0px #fc0000;
    box-shadow: inset 0 0 2px 0px #fc0000;
}

.card.card-dark.no-hover {
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card.glows {
    border: 1px solid #fc6500;
    -webkit-box-shadow: inset 0 0 2px 0px #fc6500;
    box-shadow: inset 0 0 2px 0px #fc6500;
}
.card.card-disabled .card-disabler {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: #333;
    opacity: 0.2;
    cursor: not-allowed;
}

.card-header {
    color: #dbc7a9;
    padding: 0;
    padding-bottom: 1.5rem;
}

.card-header > *:last-child {
    margin-bottom: 0;
}

.card-body {
    padding: 0;
    font-size: 1.6em;
    padding-top: 1.5rem;
}

.border-right-spacer {
    border-right: 2px solid #191614;
}

.card-spacer {
    width: 100%;
    background-image: url("../images/theme/spacer.png");
    background-size: contain;
    background-repeat: repeat-x;
}

.transparent-spacer {
    height: 2px;
    width: 100%;
    background-image: url("../images/theme/spacer_2.png");
    background-size: contain;
    background-repeat: repeat-x;
}

.card-featured {
    background-size: cover;
    background-position: center;
    font-family: Constantine, serif;
    background-repeat: no-repeat;
    padding: 1.75rem;
}

.download-card {
    cursor: pointer;
}

.download-timestamp {
    text-align: right;
}

.credits .card {
    padding: 20px 30px;
    padding: 16px 16px;
}

.credits .card .card-image {
    padding-right: 16px;
    padding-left: 10px;
    width: 106px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.credits .card .card-image img {
    max-width: 90px;
    max-height: 90px;
}

.credits .card .card-image.card-image-wide {
    width: 152px;
}

.credits .card .card-image.card-image-wide img {
    height: auto;
    max-width: 119px;
    max-height: none;
}

.credits .card .card-text {
    padding: 10px;
    padding-left: 30px;
    background-image: url("/assets/images/theme/spacer_2_vertical.png");
    background-repeat: no-repeat;
    background-size: 2px 100%;
}

.btn.btn-fab {
    padding: 0;
    width: 28.8px;
    height: 28.8px;
    background: #393231;
    border-radius: 50%;
    color: #231f1f;
    font-size: 1.6em;
    line-height: 28.8px;
    margin-right: 1rem;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
}

.btn.btn-fab:hover {
    background: #443c3a;
}

.btn.btn-login {
    color: #bd730d;
    background: #2e2727;
    font-family: Cambria, serif;
    padding: 0.3rem 0.95rem;
    font-size: 1.4em;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    margin-right: 0.5rem;
}

.btn-fancy-success, .btn.btn-buy {
    line-height: 55.8px;
    width: 160.2px;
    padding: 0;
    font-size: 1.2em;
    font-family: "Constantine", "Cambria", serif;
    color: #f1d3a9 !important;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(141, 129, 111, 0.004), 0px 2px 0px rgba(82, 72, 59, 0.004), 0px 3px 5px rgba(0, 0, 0, 0.35);
    -webkit-transition: 0.5s text-shadow;
    transition: 0.5s text-shadow;
    background: url("/assets/images/theme/btn-s.png");
    border: none;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-fancy-success:hover, .btn.btn-buy:hover {
    background: url("/assets/images/theme/btn-s.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-shadow: 0 0 2px #f1d3a9;
    color: #f1d3a9;
    outline: none;
}

.btn.btn-buy {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url("/assets/images/theme/btn-buy.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4px 0;
    height: 56px;
    width: 156px;
}

.btn.btn-buy:hover, .btn.btn-buy:active {
    background-image: url("/assets/images/theme/btn-buy.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn.btn-buy .price {
    display: inline-block;
    padding: 0 2.0rem;
    line-height: 1;
    height: 48px;
    line-height: 48px;
}

.btn.btn-buy .btn-label {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    border-left: 2px solid rgba(51, 70, 23, 0.8);
    line-height: 1;
    height: 48px;
    line-height: 48px;
}

.btn.btn-buy .currency {
    font-size: 1.7rem;
    line-height: 46px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
}

.btn.btn-login:hover {
    -webkit-box-shadow: 0 0 2px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 2px 0px rgba(255, 255, 255, 0.2);
    text-shadow: 0 0 2px #f7874f;
}

.btn.btn-username {
    color: #bd730d;
    background: #2e2727;
    font-family: Cambria, serif;
    padding: 0.3rem 0.95rem;
    font-size: 1.4em;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    margin-right: 0.5rem;
}

.btn.btn-username:hover {
    -webkit-box-shadow: 0 0 2px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 2px 0px rgba(255, 255, 255, 0.2);
    text-shadow: 0 0 2px #f7874f;
}

.btn.btn-signup {
    color: #ffffff;
    background: transparent;
    font-family: Cambria, serif;
    padding: 0.3rem 0.95rem;
    font-size: 1.4em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.btn.btn-signup:hover {
    text-shadow: 0 0 2px #b3a29d;
}

.btn-theme {
    background: #1d1a1a;
    color: #bc966b;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.9em;
    font-style: italic;
    border: 2px solid rgba(12, 10, 10, 0.2);
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.btn-theme:hover {
    -webkit-box-shadow: 0 0 2px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 2px 0px rgba(255, 255, 255, 0.2);
    text-shadow: 0 0 2px #bc966b;
}

.btn-menu {
    background: rgba(29, 26, 26, 0.5);
    border: 1px solid rgba(188, 150, 107, 0.9);
    padding: 0.5rem 1rem;
    font-size: 1.1em;
}

.btn-menu:focus, .btn-menu:hover {
    -webkit-box-shadow: 0 0 5px 2px rgba(188, 150, 107, 0.3);
    box-shadow: 0 0 5px 2px rgba(188, 150, 107, 0.3);
    outline: 0;
}

.btn-fancy-warning {
    line-height: 55.8px;
    width: 160.2px;
    padding: 0;
    font-size: 1.2em;
    font-family: "Constantine", "Cambria", serif;
    color: #f1d3a9;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(141, 129, 111, 0.004), 0px 2px 0px rgba(82, 72, 59, 0.004), 0px 3px 5px rgba(0, 0, 0, 0.35);
    -webkit-transition: 0.5s text-shadow;
    transition: 0.5s text-shadow;
    background: url("../images/theme/btn.png");
    border: none;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-fancy-warning:hover {
    background: url("../images/theme/btn.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-shadow: 0 0 2px #f1d3a9;
    color: #f1d3a9;
    outline: none;
}

.btn-fancy-success {
    line-height: 55.8px;
    width: 160.2px;
    padding: 0;
    font-size: 1.2em;
    font-family: "Constantine", "Cambria", serif;
    color: #f1d3a9;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(141, 129, 111, 0.004), 0px 2px 0px rgba(82, 72, 59, 0.004), 0px 3px 5px rgba(0, 0, 0, 0.35);
    -webkit-transition: 0.5s text-shadow;
    transition: 0.5s text-shadow;
    background: url("../images/theme/btn-s.png");
    border: none;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-fancy-success:hover {
    background: url("../images/theme/btn-s.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-shadow: 0 0 2px #f1d3a9;
    color: #f1d3a9;
    outline: none;
}

.btn-fancy-dark {
    line-height: 50px;
    width: 140px;
    padding: 0;
    font-size: 1.2em;
    font-family: "Constantine", "Cambria", serif;
    color: #f1d3a9;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(141, 129, 111, 0.004), 0px 2px 0px rgba(82, 72, 59, 0.004), 0px 3px 5px rgba(0, 0, 0, 0.35);
    -webkit-transition: 0.5s text-shadow;
    transition: 0.5s text-shadow;
    background: url("../images/theme/btn-dark.png");
    border: none;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-fancy-dark:hover {
    background: url("../images/theme/btn-s.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-shadow: 0 0 2px #f1d3a9;
    color: #f1d3a9;
    outline: none;
}

.topbar {
    border-top: 2px solid #bd730d;
    z-index: 2;
    position: relative;
    height: auto;
}

@media (min-width: 992px) {
    .topbar {
        height: 48px;
        background: rgba(37, 33, 33);
    }

    .topbar.menu-expanded {
        background: rgba(37, 33, 33, 0.9);
    }
}

.topbar.menu-expanded {
    background: rgba(25, 23, 23, 0.8);
}

.topbar-bg {
    position: absolute;
    z-index: -1;
    height: 50%;
    width: 100%;
}

.topbar-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: -1px;
    height: 48px;
}

.topbar-right {
    text-align: right;
}

.topbar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar-center {
    overflow: visible;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 992px) {
    .topbar-center {
        width: 394.8px;
        min-width: 394.8px;
        height: 48px;
    }
}

.topbar-left, .topbar-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.main-logo {
    width: 80%;
    height: auto;
    max-width: 400px;
}

@media (min-width: 992px) {
    .main-logo {
        height: 140px;
        position: static;
        width: auto;
        max-width: none;
    }
}

.menubar {
    position: relative;
    background: rgba(25, 23, 23, 0.9);
    overflow: visible;
}

@media (min-width: 1200px) {
    .menubar {
        background: rgba(25, 23, 23, 0.9);
        height: 64px;
    }
}

.menubar-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 1rem;
    top: 0rem;
    z-index: 10;
}

@media (min-width: 576px) {
    .menubar-button {
        top: -1rem;
    }
}

@media (min-width: 768px) {
    .menubar-button {
        top: -1rem;
    }
}

@media (min-width: 992px) {
    .menubar-button {
        top: 1rem;
    }
}

.menubar-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(25, 23, 23, 0.8);
    max-height: 0;
    -webkit-transition: 0.3s max-height;
    transition: 0.3s max-height;
    height: 0;
    overflow: hidden;
}

.menubar-content.expanded {
    max-height: 500px;
    height: auto;
}

@media (min-width: 1200px) {
    .menubar-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        max-height: 500px;
        height: auto;
        background: transparent;
        position: static;
    }
}

@media (min-width: 1200px) {
    .menubar-button {
        display: none;
    }
}

.menu-link {
    color: #ffffff;
    font-family: Constantine, serif;
    -webkit-transition: 0.3s text-shadow;
    transition: 0.3s text-shadow;
    padding: 0.25rem 1.25rem;
    font-size: 1.1rem;
}

.menu-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.menubar-button:hover .menu-link {
    color: #ffffff;
    text-shadow: 0 0 3px #ffffff;
}

.menubar-button:hover .menu-link:hover {
    color: #ffffff;
}

.menubar-center {
    height: 0;
    width: 0;
    min-width: 0;
}

@media (min-width: 1200px) {
    .menubar-center {
        height: 64px;
        width: 374.8px;
        min-width: 374.8px;
    }
}

.menubar-right, .menubar-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.main-nav, .main-nav-item {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}

.main-nav {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    font-size: 1em;
    height: auto;
    display: block;
    padding-top: 0;
}

@media (min-width: 1200px) {
    .main-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 64px;
    }
}

.main-nav-item {
    border-right: 2px solid rgba(242, 213, 173, 0.1);
}

.main-nav-item .main-nav-link {
    color: #ffffff;
    font-family: Constantine, serif;
    -webkit-transition: 0.3s text-shadow;
    transition: 0.3s text-shadow;
    display: block;
    padding: 0.75rem 1.25rem;
    text-align: center;
    font-size: 21px;
}

.nav-link-under {
    color: #9c7313;
    /* margin-bottom: 24px; */
    font-size: 17px;
    position: absolute;
    margin-top: -11px;
    margin-left: 11px;
}

.main-nav-item .main-nav-link:hover {
    text-decoration: none;
    text-shadow: 0 0 3px #ffffff;
}

@media (min-width: 1200px) {
    .main-nav-item .main-nav-link {
        padding: 0.25rem 1.25rem;
        text-align: left;
    }
}

.main-nav-item:last-child {
    border-right: none;
}

.menubar-right .main-nav {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.page-title-content {
    text-align: center;
    font-family: "Constantine", "Cambria", serif;
    background: url(../images/theme/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 1rem 1rem 0rem 1rem;
    z-index: 5;
    position: relative;
}

.page-title {
    padding-top: 3.5rem;
    padding-bottom: 3rem;
}

.page-title-secondary {
    color: #ffffff;
    font-size: 4.1rem;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1.732px 0px rgba(100, 69, 59, 0.6), -1px 1.732px 0px rgba(100, 69, 59, 0.6), 0px 3px 3px rgba(100, 69, 59, 0.4), 0px 1px 8px rgba(41, 21, 19, 0.42), 0px 0px 0px rgba(41, 21, 19, 0.06);
    -webkit-transform: matrix(1.06131, 0, 0, 1.06131, 0, 0);
    transform: matrix(1.06131, 0, 0, 1.06131, 0, 0);
}

h2.page-title-secondary {
    font-size: 7rem;
}

.page-title-primary {
    font-size: 8rem;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    /* text-shadow: 1px 1.732px 0px rgba(100, 69, 59, 0.6), -1px 1.732px 0px rgba(100, 69, 59, 0.6), 0px 3px 3px rgba(100, 69, 59, 0.4), 0px 1px 8px rgba(41, 21, 19, 0.42), 0px 0px 0px rgba(41, 21, 19, 0.06); */
    -webkit-transform: matrix(1.06131, 0, 0, 1.06131, 0, 0);
    transform: matrix(1.06131, 0, 0, 1.06131, 0, 0);
}

.page-title-image {
    text-align: center;
}


.top-list {
    margin-top: 26px;
    margin-bottom: 60px;
}

.top-list__lists {
    background: #171514;
    margin: -8px -15px 0;
    padding: 0 3px 7px;
    border-bottom: 1px solid #584237;
    position: relative;
}

.top-list__lists__item {
    background: #1B1815;
    height: 45px;
    padding: 14px 22px 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    color: #72644D;
    position: relative;
    font: 500 normal 18px "Aquawax";
    text-transform: uppercase;
    text-shadow: rgba(37, 32, 29, 0.65) 0 0 2px, rgba(37, 32, 29, 0.65) 0 0 2px, rgba(37, 32, 29, 0.65) 0 0 2px, rgba(37, 32, 29, 0.65) 0 0 2px, rgba(37, 32, 29, 0.65) 0 0 2px, rgba(37, 32, 29, 0.65) 0 0 2px, 0 0 8px rgba(0, 0, 0, 0.25);
}

.top-list__lists__item--active, .top-list__lists__item:hover {
    background-color: #211B16;
    text-decoration: none;
    color: #a2853c;
}

.top-list__lists__item--active:before, .top-list__lists__item--active:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13.5px 0 13.5px;
    border-color: #211B16 transparent transparent transparent;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -13px;
}

.top-list__lists__item--active:after {
    border-width: 8px 8.5px 0 8.5px;
    border-color: #a2853c transparent transparent transparent;
    bottom: -7px;
    -webkit-filter: drop-shadow(0 0 5px rgba(255, 174, 0, 0.6)) drop-shadow(0 0 3px rgba(255, 174, 0, 0.6));
    filter: drop-shadow(0 0 5px rgba(255, 174, 0, 0.6)) drop-shadow(0 0 3px rgba(255, 174, 0, 0.6));
    box-shadow: 0 -1px 0 0 #FFE481;
}

.top-list__lists__more {
    font: 400 italic 12px "Arial";
    color: #362D26;
    position: absolute;
    top: 18px;
    right: 25px;
}

.top-list__lists__more a {
    color: inherit;
}

.top-list__lists__more a:hover {
    text-decoration: underline;
}

.top-list__list {
    background: #171514;
    margin: 0 -15px -15px;
}

.top-list__list__categories {
    background: #171412;
    height: 48px;
    padding: 10px 0 0;
    box-shadow: 0 2px 0 0 #100D0C;
}

.top-list__list__categories__item {
    font: 500 normal 16px "Aquawax";
    color: #655945;
    text-transform: uppercase;
    padding: 7px 25px 0;
    display: inline-block;
    border-right: 1px solid #12100E;
    height: 30px;
    text-shadow: rgba(37, 32, 29, 0.65) 0 0 2px, rgba(37, 32, 29, 0.65) 0 0 2px, rgba(37, 32, 29, 0.65) 0 0 2px, rgba(37, 32, 29, 0.65) 0 0 2px, rgba(37, 32, 29, 0.65) 0 0 2px, rgba(37, 32, 29, 0.65) 0 0 2px;
}

.top-list__list__categories__item--active, .top-list__list__categories__item:hover {
    color: #a2853c;
    text-decoration: none !important;
}

.top-list__list__categories__item:last-of-type {
    border-right: none;
}

.top-list__list__table {
    box-shadow: inset 0 1px 0 0 #191614;
    width: 100%;
    margin-top: 2px;
}

.top-list__list__table td {
    box-shadow: inset 0 1px 0 0 #191614;
}

.top-list__list__table tr:nth-of-type(even) td {
    background-color: #191717
}

.top-list__list__table td, .top-list__list__table th {
    height: 50px;
    padding-top: 4px;
}

.top-list__list__table th {
    color: #493F38;
    font-size: 15px;
}

.top-list__list__table__rank {
    width: 129px;
    padding-right: 50px;
}

td.top-list__list__table__rank {
    color: #87766A;
    font-weight: 700;
    font-size: 15px
}

.top-list__list__table__username {
    width: 300px;
}

td.top-list__list__table__username {
    color: #B3A185;
    font-size: 15px;
    padding-top: 4px;
}

.top-list__list__table__rating {
    width: 130px;
}

td.top-list__list__table__rating, td.top-list__list__table__combat, td.top-list__list__table__level {
    font-size: 17px;
    padding-top: 4px;
}

.top-list__list__table__kills {
    padding-left: 95px;
}

.top-list__list__table__level {
    padding-right: 30px;
}

td.top-list__list__table__kills, td.top-list__list__table__completed, td.top-list__list__table__progress, td.top-list__list__table__votes, td.top-list__list__table__experience {
    color: #93846F;
    font-weight: 700;
    font-size: 17px;
    padding-top: 4px;
}

.page-title-image img {
    max-width: 65rem;
    width: 100%;
}

th.top-list__list__table__rank {
    text-align: center;
}

th.top-list__list__table__rating {
    text-align: center;
}

th.top-list__list__table__kills {
    text-align: center;
}

th.top-list__list__table__votes {
    text-align: center;
}


.page-links {
    text-align: center;
    padding-top: 0rem;
    padding-bottom: 0.5rem;
}

.btn-play-container {
    display: inline-block;
    position: relative;
    overflow: visible;
    width: 333px;
    height: 127.2px;
}

.btn-play-wrapper {
    position: relative;
    overflow: visible;
    width: 333px;
    height: 108px;
    display: inline-block;
    background: url("../images/theme/playbtn.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 19.2px;
    z-index: 1;
}

.btn-play-glow {
    position: absolute;
    width: 244.8px;
    height: 57.6px;
    top: -19.2px;
    left: 0;
    background: url("../images/theme/glow.png");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: 0.5s opacity, 7s margin-left;
    transition: 0.5s opacity, 7s margin-left;
}

.btn-glow-test {
    height: 19.2px;
    width: 333px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.btn-play-wrapper:hover .btn-play-glow {
    opacity: 0.8;
    margin-left: 81.6px;
}

.btn-play {
    position: relative;
    z-index: 3;
    font-size: 1.8em;
    color: #af9e81;
    padding: 0;
    width: 333px;
    height: 108px;
    line-height: 108px;
    font-family: "Constantine", "Cambria", serif;
    color: #f1d3a9;
    text-transform: uppercase;
    text-shadow: 0px 1px 0px rgba(141, 129, 111, 0.004), 0px 2px 0px rgba(82, 72, 59, 0.004), 0px 3px 5px rgba(0, 0, 0, 0.35);
    -webkit-transition: 0.5s text-shadow;
    transition: 0.5s text-shadow;
}

@media (max-width: 991.98px) {
    .btn-play {
        width: 266.4px;
        height: 86.4px;
        line-height: 86.4px;
        font-size: 1.5em;
    }
}

.btn-play:hover {
    color: #f1d3a9;
    text-decoration: none;
    text-shadow: 0 0 2px #f1d3a9;
}

.secondary-links {
    color: #d0c2aa;
    font-family: "Constantine", "Cambria", serif;
    text-shadow: 0px 1px 1px rgba(41, 21, 19, 0.72);
}

.secondary-links p {
    margin-bottom: 0.5rem;
    margin-top: 0.1rem;
}

.secondary-links .secondary-link {
    color: inherit;
}

.section-header-link {
    color: #bc966b;
    font-family: Cambria, serif;
    font-style: italic;
    font-size: 0.9em;
}

.large-icon-link {
    color: #f1d3a9;
    opacity: 0.5;
    font-size: 2rem;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.large-icon-link:hover {
    color: #f1d3a9;
    text-shadow: 0 0 2px #f1d3a9;
    -webkit-animation-iteration-count: 0;
    animation-iteration-count: 0;
}

.large-icon-link:focus {
    outline: none;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes blink {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.5;
    }
}

.main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 2;
}

.main-header-forum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0vh;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 2;
}

.main-header.header-small {
    display: block;
    min-height: 0;
}

.main-header {
    padding-bottom: 4rem;
}

.page-cover {
    background: url("../images/theme/background.png");
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
}

.page {
    margin-top: -8rem;
    padding-top: 5rem;
    padding-bottom: 2rem;
    background-color: rgb(12, 10, 10);
}

.page.page-hasbg {
    background: url("../images/theme/body_background.png");
    background-position: top center;
    background-repeat: no-repeat;
}

.media-spotlight {
    border: 1px solid rgb(189, 116, 14);
    -webkit-box-shadow: 0 0 6px 4px rgba(189, 116, 14, 0.3);
    box-shadow: 0 0 6px 4px rgba(189, 116, 14, 0.3);
}

.post-subheader {
    color: #f4d4ad;
    margin-bottom: 0.1rem;
}

.forum-actity {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.forum-actity:last-child {
    padding-bottom: 0;
}

.forum-actity .text-warning {
    color: #8e552e !important;
}

.comment p {
    font-size: 0.9em;
}

.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: 1rem;
    border-top: 1px solid #e9ecef;
}

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

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


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

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


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

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

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

.main-footer {
    background: rgba(0, 0, 0, 0.4);
    padding: 5rem 0;
    padding-bottom: 2rem;
    color: #ab9d89;
    font-family: Cambria, serif;
}

.main-footer h4 {
    font-family: Constantine;
}

.main-footer p {
    font-size: 1.4em;
    color: #695f59;
}

.footer-nav {
    padding: 0 3rem;
    text-align: center;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .footer-nav {
        text-align: right;
        margin-bottom: 0;
    }
}

.footer-link {
    padding: 0.6rem 0rem;
}

.footer-link:first-child {
    padding-top: 0;
}

.footer-link a {
    color: #ab9d89;
    font-size: 1.9em;
    font-family: Constantine;
}

.footer-center {
    height: 100%;
    padding: 0 3rem;
    border-left: 2px solid #181515;
    border-right: 2px solid #181515;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .footer-center {
        margin-bottom: 0;
    }
}

.footer-right {
    padding: 0 3rem;
    text-align: center;
}

@media (min-width: 992px) {
    .footer-right {
        text-align: left;
    }
}

#hiscores {
    width: 100%;
    margin-bottom: 0px;
    border: none !important;
}

#hiscores > thead {
    background-color: #231f1f;
}

#hiscores > thead > tr > th {
    font-family: Roboto;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 2px solid #231a16;
}

#hiscores > tbody {
    background-color: #100f0f;
}

#hiscores > tbody > tr > td {
    font-family: Roboto;
    text-align: center;
    font-weight: bold;
    color: #56534c;
    font-size: 13px;
    border-bottom: 2px solid #100f0f;
    text-shadow: 0px 0px 2px black;
}

#hiscores > tbody > tr > td th.rank {
    color: white;
}

#hiscores > tbody > tr > td span.skill_name {
    margin-left: 6px;
}

#hiscores > tbody > tr > td img.skill_icon {
    width: 14px;
    margin-left: 15px;
    margin-top: -2px;
}

#hiscores > tbody > tr:hover {
    background-color: #0f0e10;
    cursor: pointer;
}

.modal-header, .modal-body, .modal-footer {
    background-color:#252525 !important;
    border-color: #323232;
}
.modal-header .close {
    color:gold;
}

#hiscores > tbody > tr:hover > td {
    color: #aba092;
}

.hs_pagination {
    background: #191717;
    text-align: center;
    padding: 15px 0;
}

.cp-out-10s {
    position: relative;
    animation: cpNotifyOut 1s 1 100s forwards;
}

.cp-out-10s .color-effect {
    margin-left: -10px;
    margin-top: -10px;
    width: 335px;
    height: 67px;
    box-shadow: 0 0 9px #FF4E00;
    overflow: hidden;
    position: absolute;
    border-radius: 5px;
}

.cp-out-19s {
    position: relative;
    animation: cpNotifyOut 1s 1 19s forwards;
}

@keyframes cpNotifyIn {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes cpNotifyOut {
    0% {
        left: 0;
        opacity: 1;
    }
    100% {
        left: -100%;
    }
}

@media screen and (max-width: 336px) {
    .cp-notify {
        width: auto;
        text-align: center;
    }

    .cp-icon {
        display: block;
    }

    .cp-text {
        padding: 7px 20px;
    }
}

.cp-notifications {
    position: fixed !important;
    z-index: 9999;
    left: 0;
    bottom: 0;
}

.cp-notify {
    font-weight: normal;
    position: relative;
    left: -100%;
    display: block;
    width: 335px;
    margin: 10px;
    padding: 10px;
    opacity: 0;
    color: #ffffff;
    border-radius: 5px;
}


.cp-notify > a:hover,
.cp-notify > a:focus {
    text-decoration: none;
}

.cp-icon {
    font-size: 50px;
    font-style: normal;
    display: inline-block;
    margin-right: 5px;
    padding: 0 10px;
}

.cp-text {
    font-size: 14px;
    display: inline-block;
    padding: 7px 20px 7px 0;
}

.cp-text span {
    display: block;
    margin: 0;
}

.cp-text span:first-child {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.cp-dismiss {
    font-size: 18px;
    position: absolute;
    top: 6px;
    right: 8px;
    cursor: pointer;
    padding-left: 1px;
}

#cp-success {
    display: none;
}

.cp-success {
    background: #4c4c4c;
}

.cp-success > .cp-dismiss {
    color: #d1cfcf;
}

#cp-success:checked + .cp-success {
    display: none;
}

#cp-info {
    display: none;
}

.cp-info {
    background: #524365;
}

.cp-info > .cp-dismiss {
    color: #bb9ee0;
}

#cp-info:checked + .cp-info {
    display: none;
}

#cp-warning {
    display: none;
}

.cp-warning {
    background: #e46e4b;
}

.cp-warning > .cp-dismiss {
    color: #ffddd3;
}

#cp-warning:checked + .cp-warning {
    display: none;
}

#cp-error {
    display: none;
}

.cp-error {
    background: #2b669a;
}

.cp-error > .cp-dismiss {
    color: #fdc0c6;
}

#cp-error:checked + .cp-error {
    display: none;
}

.cp-delay-2s {
    animation: cpNotifyIn 2s 1 2s forwards;
}

.cp-delay-4s {
    animation: cpNotifyIn 2s 1 4s forwards;
}

.cp-delay-6s {
    animation: cpNotifyIn 2s 1 6s forwards;
}

.cp-delay-19s {
    animation: cpNotifyIn 2s 1 19s forwards;
}

.cp-delay-8s {
    animation: cpNotifyIn 2s 1 8s forwards;
}

.cp-text {
    font-size: 11px;
    display: inline-block;
    padding: 8px 7px 7px 0;
    width: 73%;
}


#voteclaim {
    text-align: center;
    margin: 0 auto;
}

#voteclaim input, .spbut {
    color: #b9a161;
    padding: 10px 30px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #2b2b2b;
    -webkit-box-shadow: inset 0px 0px 5px 0px black;
    -moz-box-shadow: inset 0px 0px 5px 0px black;
    box-shadow: inset 0px 0px 5px 0px black;
    background: #0e0e0e;
    background: -moz-linear-gradient(top, #0c0c0c 0%, #111111 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0c0c0c), color-stop(100%, #111111));
    background: -webkit-linear-gradient(top, #0c0c0c 0%, #111111 100%);
    background: -o-linear-gradient(top, #0c0c0c 0%, #111111 100%);
    background: -ms-linear-gradient(top, #0c0c0c 0%, #111111 100%);
    background: linear-gradient(to bottom, #0c0c0c 0%, #111111 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0e0e', endColorstr='#111111', GradientType=0);
}


.votecontainer {
    margin-top: 10px;
    text-align: center;
}

.votespot {
    text-align: center;
    display: inline-block;
    font-family: 'Cinzel', 'Trajan Pro', serif;
}

.votespot a {
    display: inline-block;
    width: 170px;
    color: #c2dbec;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 0;
    height: 60px;
    line-height: 60px;
    background: url("/assets/images/theme/miscbutton.png") center top no-repeat;
}


.container.vote {
    padding: 25px 20px 30px 20px;
}

.play-now-section .desc {
    margin: 0 auto;
    padding: 25px 0 15px 0;
    text-align: center;
}

.play-now-section .desc h1 {
    font-size: 34px;
    color: #bc966b;
    margin-bottom: 30px;
}

.play-now-section .desc ol {
    padding: 0;
    list-style: none;
}

.play-now-section .desc ol li {
    font-size: 18px;
    color: #97929b;
}

.play-now-section .desc span {
    color: #bc3751;
}

.play-now-sectione .sites {
    text-align: center;
}

.play-now-section .voteLink {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    background-color: #1e1b1b;
    width: 200px;
    padding: 5px 0;
    margin: 5px;
    display: inline-block;
}

.play-now-section .voteLink > .name,
.play-now-section .voteLink > .icon {
    display: inline-block;
}

.play-now-section .voteLink > .name {
    width: 70%;
    font-size: 17px;
    color: #a09689;
    font-family: Roboto;
    text-align: center;
}

.play-now-section .voteLink > .icon {
    width: 25%;
    font-size: 17px;
    text-align: center;
}

.play-now-section .voteLink > .icon.complete {
    color: green;
}

.play-now-section .voteLink > .icon.incomplete {
    color: #FF0000;
}

.play-now-section .voteLink > .next_vote {
    border-top: 1px solid #a09689;
    margin-top: 5px;
    padding-top: 5px;
    font-size: 15px;
    color: #bc3751;
}

.play-now-section .voteLink:hover {
    box-shadow: 0 0 35px 0px rgb(25, 23, 23)
    border-color: #3c352f;
    background-color: #272323;
    cursor: pointer;
}

#voteclaim input:hover, .spbut:hover {
    cursor: pointer;
    color: #d4b96e;
    background: #141414;
    background: -moz-linear-gradient(top, #141414 0%, #1e1e1e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #141414), color-stop(100%, #1e1e1e));
    background: -webkit-linear-gradient(top, #141414 0%, #1e1e1e 100%);
    background: -o-linear-gradient(top, #141414 0%, #1e1e1e 100%);
    background: -ms-linear-gradient(top, #141414 0%, #1e1e1e 100%);
    background: linear-gradient(to bottom, #141414 0%, #1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141414', endColorstr='#1e1e1e', GradientType=0);
}

.hs_meta .progress {
    margin-top: 30px;
    margin-right: 10px;
    height: 30px;
    background-color: #120f0d;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
}

.hs_meta .progress > .progress-bar {
    min-width: 6%;
    line-height: 30px;
    background: #2b541f;
    background: -moz-linear-gradient(top, #2b541f 0%, #386c28 100%);
    background: -webkit-linear-gradient(top, #2b541f 0%, #386c28 100%);
    background: linear-gradient(to bottom, #2b541f 0%, #386c28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b541f', endColorstr='#386c28', GradientType=0);
}

.hs_meta .achievement {
    float: left;
    font-size: 13px;
    color: #8c887e;
    text-shadow: 0px 0px 1px black;
    margin-right: 25px;
    margin-top: 35px;
}

.hs_meta .achievement > img {
    background-color: #0e0b05;
    border-radius: 50px;
    border: 1px solid #32312c;
    width: 35px;
    height: 35px;
    -webkit-box-shadow: 0px 0px 4px 0px black;
    -moz-box-shadow: 0px 0px 4px 0px black;
    box-shadow: 0px 0px 4px 0px black;
}

.hs_meta .achievement > span {
    padding-left: 10px;
    line-height: 35px;
}

.footer__links__item {
    display: inline-block;
    margin: 0 10px;
    font-family: "Assassin$";
    font-size: 22px;
    font-weight: 600;
    color: #484344;
    text-transform: uppercase;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    transition: .3s ease-in-out;
    vertical-align: top;
}

.footer__links__item:visited, .footer__links__item:active, .footer__links__item:focus {
    text-decoration: none;
}

.footer__links__item:hover {
    color: white;
    text-decoration: none;
}

@media (min-width: 600px) {
    .footer__links__item {
        margin: 0 30px;
    }
}

@media (min-width: 1200px) {
    .footer__links__item {
        margin: 0 40px;
    }
}

@media (min-width: 768px) {
    .footer__links {
        padding-top: 36px;
    }
}

.footer__branding {
    text-align: left;
    padding: 34px 15px 0;
}

.footer__branding__logo, .footer__branding__text {
    display: inline-block;
    vertical-align: top;
}

.footer__branding__logo {
    position: relative;
    top: 0;
    margin-right: 20px;
}

.footer__branding__text {
    font-family: "Cambria";
    font-weight: 400;
    max-width: 100%;
    text-align: left;
    margin-top: 20px;
}

@media (min-width: 600px) {
    .footer__branding__text {
        max-width: 300px;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .footer__branding__text {
        margin-top: -7px;
        font-size: 13px;
        max-width: 420px;
    }
}

@media (min-width: 600px) {
    .footer__branding {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .footer__branding {
        padding-top: 36px;
    }
}

@media (min-width: 600px) {
    .footer {
        padding-bottom: 0;
    }
}

.copyright {
    font-family: "Cambria";
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    color: #27272A;
    padding-top: 14px;
}

.copyright__outer {
    background-color: #040405;
}

.copyright__text {
    color: inherit;
}

.copyright__text span {
    color: #434347;
}

.copyright__links {
    display: none;
}

.copyright__links a {
    color: inherit;
    vertical-align: top;
    display: inline-block;
    margin: 0 5px;
    transition: color .3s ease-in-out;
}

.copyright__links a img {
    position: relative;
    top: -2px;
    transition: .3s ease-in-out;
}

.copyright__links a:visited, .copyright__links a:focus, .copyright__links a:active {
    color: inherit;
    text-decoration: none;
}

.copyright__links a:hover {
    color: #58585f;
    text-decoration: none;
}

.copyright__links a:hover img {
    filter: brightness(120%);
}

@media (min-width: 600px) {
    .copyright__links {
        display: block;
    }
}

.bottom-bar {
    margin-top: 5rem;
    /* border-top: 1px solid #a65711;*/
}

.bottom-logo {
    height: 8rem;
    margin-top: -3.7rem;
    margin-bottom: 2rem;
}

.bottom-bar-content {
    font-style: italic;
}

.bottom-bar-content p {
    margin-bottom: 2rem;
}

.alert.alert-danger {
    color: #dbc7a9;
    background-color: #8e281a;
    border: 0;
}

.alert.alert-danger.alert-caret-down::after {
    content: " ";
    position: absolute;
    display: inline-block;
    left: 50%;
    margin-left: -0.3rem;
    margin-bottom: -0.42857rem;
    bottom: 0;
    border-top: 0.6rem solid #8e281a;
    border-right: 0.6rem solid transparent;
    border-bottom: 0;
    border-left: 0.6rem solid transparent;
}

.alert.alert-success {
    color: #dbc7a9;
    background-color: #54732b;
    border: 0;
}

.alert.alert-success.alert-caret-down::after {
    content: " ";
    position: absolute;
    display: inline-block;
    left: 50%;
    margin-left: -0.3rem;
    margin-bottom: -0.42857rem;
    bottom: 0;
    border-top: 0.6rem solid #54732b;
    border-right: 0.6rem solid transparent;
    border-bottom: 0;
    border-left: 0.6rem solid transparent;
}

.form-dark .form-control {
    background-color: #1f1b19;
    border: 1px solid #2f2926;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0.75rem 1rem;
    text-align: center;
    color: #dbc7a9;
}


.notification {
    max-width: 1020px;
    margin: 0 auto;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25), inset 0 0 2px rgba(0, 0, 0, 0.5);
    padding: 15px;
    font-family: "Cambria";
    font-size: 17px;
    font-weight: 400;
    color: #D8C1A1;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.notification__outer {
    margin: 10px 0;
}

.notification--error {
    background-color: #5A1E1E;
}

.notification--success {
    background-color: #3d4625;
}

.notification__icon, .notification__message {
    display: inline-block;
}

.notification__icon {
    width: 41px;
    line-height: 1;
    vertical-align: top;
}

.notification__icon img {
    position: relative;
    top: 4px;
}

@media (min-width: 768px) {
    .notification__icon img {
        top: 2px;
    }
}

.notification__message {
    width: calc(100% - 60px);
    line-height: 1.3;
}

.form {
    max-width: 1020px;
    border: 2px solid #121218;
    border-left: none;
    border-right: none;
    margin: 10px auto;
}

.form__group {
    margin-top: 20px;
}

.form__group label {
    font-family: "Assassin$";
    font-size: 22px;
    font-weight: 600;
    color: #E5D7C6;
    float: left;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    display: inline-block;
}

.form__group span {
    margin-top: 15px;
    font-family: "Cambria";
    font-size: 15px;
    font-weight: 400;
    color: #67615E;
    line-height: 1.3;
    display: inline-block;
}

@media (min-width: 375px) {
    .form__group span {
        font-size: 16px;
    }
}

.form__separator {
    background-color: #121218;
    width: 100%;
    height: 2px;
    margin-top: 26px;
}

.form__terms {
    border-top: 2px solid #121218;
    margin-top: 44px;
}

.form__terms p {
    font-family: "Cambria";
    font-size: 17px;
    color: #968981;
    margin: 44px 0 34px;
}

@media (min-width: 1200px) {
    .form__terms p {
        font-size: 18px;
    }
}

.form__terms span {
    font-family: "Cambria";
    font-size: 14px;
    color: #CCC0B1;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: -4px;
}

@media (min-width: 375px) {
    .form__terms span {
        margin-left: 15px;
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .form__terms span {
        font-size: 19px;
        margin-left: 22px;
    }
}


.input-text {
    background-color: #131319;
    width: 100%;
    height: 58px;
    outline: none;
    border: 1px solid #302C2C;
    font-family: "Cambria";
    font-size: 18px;
    padding: 0 18px;
    color: #67615E;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}


#register {
    margin: 50px auto;
    max-width: 416px;
    min-height: 354px;
}

#register > input:not(:last-child) {
    margin-bottom: 15px;
}

#register .submit {
    margin: 0 auto;
    display: block;
}

#register > .loading {
    color: #a09689;
    text-align: center;
    width: 100%;
    display: none;
}

.btn--large {
    background: url(../images/theme/playbtn.png) no-repeat;
    background-size: 230px 78px;
    width: 230px;
    height: 78px;
    outline: none;
    border: none;
    font-family: "Assassin$";
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(255, 253, 239, 0.98) !important;
    text-shadow: 0 3px 1px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.47), 0 0 2px rgba(0, 0, 0, 0.25);
    transition: .3s ease-in-out;
}


form input:not([type=radio]) {
    background: #191717;
    color: #7e7b71;
    height: 45px;
    min-width: 380px;
    border: 1px solid #302c2c;
    -webkit-box-shadow: inset 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 8px -2px rgba(0, 0, 0, 0.75);
    padding: 0 10px;
    font-family: Roboto;
    font-size: 17px;
    width: 100%;
    text-shadow: 1px 1px 2px black;
}

#register > h4 {
    color: #a09689;
    font-size: 25px;
    text-align: center;
    margin: 0;
}

#register > h5 {
    color: #bc3751;
    text-align: center;
    font-size: 15px;
}

.input-text::-webkit-input-placeholder {
    color: #5E5D5A;
}

.input-text::-moz-placeholder {
    color: #5E5D5A;
}

.input-text:-moz-placeholder {
    color: #5E5D5A;
}

.input-text:-ms-input-placeholder {
    color: #5E5D5A;
}

.form__terms__btn {
    padding: 36px 0 50px;
    margin-left: 105px;
}

@media (min-width: 768px) {
    .form__terms {
        padding: 0 15px;
    }
}


.form-dark .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-dark .form-group-collapsed {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-dark .form-group-collapsed label {
    font-family: "Constantine", "Cambria", serif;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    line-height: 1.2rem;
    padding: 0.75rem 1rem;
    top: 0;
    left: 0;
    cursor: pointer;
}

.form-dark .form-group-collapsed .form-control {
    cursor: pointer;
}

.form-dark .form-grouping {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.form-dark .form-grouping .form-group {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.bg-form {
    border-radius: 2px;
    background-color: #1f1b19;
    border: 1px solid #2f2926;
}

.custom-control {
    font-size: 0.9em;
}

.custom-control label {
    padding-left: 0.5rem;
}

.custom-control.custom-checkbox-payment .custom-control-label::before {
    border: 1px solid #604e46;
    width: 24px;
    height: 24px;
}

.vote-logo {
    max-width: 100%;
    text-align: center;
    max-height: 50px;
}

.vote-timer {
    height: 70px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.vote-timer-section {
    height: 100%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0.5rem;
    text-align: center;
}

.vote-timer-section:last-child {
    margin-right: 0;
}

.vote-timer-time {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #1c1816;
    border: 2px solid #241f1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*# sourceMappingURL=app.css.map */