@charset "UTF-8";
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    text-align: left;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code,
kbd,
pre,
samp {
    font-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: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    overflow: auto;
    resize: vertical;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
hr {
    box-sizing: content-box;
    overflow: visible;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a > code {
    color: inherit;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.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;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (min-width: 992px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table .table {
    background-color: #fff;
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e;
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: 0.2rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: 0.2rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0.25rem;
    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;
}
@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:focus,
.btn:hover {
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    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 {
    border-color: #007bff;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    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: #212529;
    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 {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.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 {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.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: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.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 {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.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: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    background-color: transparent;
}
.btn-link:hover {
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s;
}
@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    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 {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    vertical-align: 0;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
    vertical-align: 0;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    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-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .custom-file:focus,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
    margin-left: -1px;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .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),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.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:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.75rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: center center/100% 100% no-repeat;
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.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: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width 0.6s;
}
.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    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%);
}
@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog,
    .progress-bar {
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-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;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-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: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
    top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: center center/100% 100% no-repeat;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators .active {
    background-color: #fff;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !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;
    }
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}
.text-body {
    color: #212529 !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    .container,
    body {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
}
.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pulse {
    -webkit-animation: 1s steps(8) infinite a;
    animation: 1s steps(8) infinite a;
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}
.fa-align-right:before {
    content: "\f038";
}
.fa-android:before {
    content: "\f17b";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-blackberry:before {
    content: "\f37b";
}
.fa-box:before {
    content: "\f466";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-check:before {
    content: "\f00c";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-cloud-upload-alt:before {
    content: "\f382";
}
.fa-code:before {
    content: "\f121";
}
.fa-comment:before {
    content: "\f075";
}
.fa-comment-alt:before {
    content: "\f27a";
}
.fa-copy:before {
    content: "\f0c5";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-dot-circle:before {
    content: "\f192";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-expand:before {
    content: "\f065";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-alt:before {
    content: "\f15c";
}
.fa-file-audio:before {
    content: "\f1c7";
}
.fa-file-code:before {
    content: "\f1c9";
}
.fa-file-image:before {
    content: "\f1c5";
}
.fa-file-video:before {
    content: "\f1c8";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-freebsd:before {
    content: "\f3a4";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-image:before {
    content: "\f03e";
}
.fa-info:before {
    content: "\f129";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-js:before {
    content: "\f3b8";
}
.fa-key:before {
    content: "\f084";
}
.fa-less:before {
    content: "\f41d";
}
.fa-line:before {
    content: "\f3c0";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-list:before {
    content: "\f03a";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-long-arrow-alt-down:before {
    content: "\f309";
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-mobile-alt:before {
    content: "\f3cd";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-percent:before {
    content: "\f295";
}
.fa-phone:before {
    content: "\f095";
}
.fa-play:before {
    content: "\f04b";
}
.fa-question:before {
    content: "\f128";
}
.fa-random:before {
    content: "\f074";
}
.fa-safari:before {
    content: "\f267";
}
.fa-search:before {
    content: "\f002";
}
.fa-server:before {
    content: "\f233";
}
.fa-share:before {
    content: "\f064";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-star:before {
    content: "\f005";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-sync:before {
    content: "\f021";
}
.fa-sync-alt:before {
    content: "\f2f1";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-upload:before {
    content: "\f093";
}
.fa-video:before {
    content: "\f03d";
}
.fa-vimeo:before {
    content: "\f40a";
}
.fa-vimeo-v:before {
    content: "\f27d";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-window-close:before {
    content: "\f410";
}
.fa-youtube:before {
    content: "\f167";
}
@font-face {
    font-family: Font Awesome\5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"),
        url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
    font-family: Font Awesome\5 Brands;
}
@font-face {
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400d41d.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"),
        url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
    font-weight: 400;
}
@font-face {
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 900;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"),
        url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
    font-family: Font Awesome\5 Free;
}
.fa,
.fas {
    font-weight: 900;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    40%,
    43%,
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@-webkit-keyframes pulse {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
@keyframes pulse {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
@keyframes rubberBand {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
}
@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
}
@keyframes tada {
    0%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
}
@-webkit-keyframes wobble {
    0%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
}
@keyframes wobble {
    0%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
}
@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    }
    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    }
    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
    }
    60%,
    80% {
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
    }
    60%,
    80% {
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: center;
    }
    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: center;
    }
    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: center;
    }
    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: center;
    }
    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: left bottom;
    }
    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: right bottom;
    }
    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes hinge {
    0% {
        transform-origin: top left;
    }
    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        transform-origin: top left;
    }
    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left;
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50%,
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50%,
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@font-face {
    font-family: simple-line-icons;
    src: url(../fonts/Simple-Line-Iconsb26c.eot?v=2.4.0);
    src: url(../fonts/Simple-Line-Iconsb26c.eot?v=2.4.0#iefix) format("embedded-opentype"), url(../fonts/Simple-Line-Iconsb26c.woff2?v=2.4.0) format("woff2"), url(../fonts/Simple-Line-Iconsb26c.ttf?v=2.4.0) format("truetype"),
        url(../fonts/Simple-Line-Iconsb26c.woff?v=2.4.0) format("woff"), url(../fonts/Simple-Line-Iconsb26c.svg?v=2.4.0#simple-line-icons) format("svg");
    font-weight: 400;
    font-style: normal;
}
.icon-action-redo,
.icon-action-undo,
.icon-anchor,
.icon-arrow-down,
.icon-arrow-down-circle,
.icon-arrow-left,
.icon-arrow-left-circle,
.icon-arrow-right,
.icon-arrow-right-circle,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-badge,
.icon-bag,
.icon-ban,
.icon-basket,
.icon-basket-loaded,
.icon-bell,
.icon-book-open,
.icon-briefcase,
.icon-bubble,
.icon-bubbles,
.icon-bulb,
.icon-calculator,
.icon-calendar,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-camera,
.icon-camrecorder,
.icon-chart,
.icon-check,
.icon-chemistry,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-compass,
.icon-control-end,
.icon-control-forward,
.icon-control-pause,
.icon-control-play,
.icon-control-rewind,
.icon-control-start,
.icon-credit-card,
.icon-crop,
.icon-cup,
.icon-cursor,
.icon-cursor-move,
.icon-diamond,
.icon-direction,
.icon-directions,
.icon-disc,
.icon-dislike,
.icon-doc,
.icon-docs,
.icon-drawer,
.icon-drop,
.icon-earphones,
.icon-earphones-alt,
.icon-emotsmile,
.icon-energy,
.icon-envelope,
.icon-envelope-letter,
.icon-envelope-open,
.icon-equalizer,
.icon-event,
.icon-exclamation,
.icon-eye,
.icon-eyeglass,
.icon-feed,
.icon-film,
.icon-fire,
.icon-flag,
.icon-folder,
.icon-folder-alt,
.icon-frame,
.icon-game-controller,
.icon-ghost,
.icon-globe,
.icon-globe-alt,
.icon-graduation,
.icon-graph,
.icon-grid,
.icon-handbag,
.icon-heart,
.icon-home,
.icon-hourglass,
.icon-info,
.icon-key,
.icon-layers,
.icon-like,
.icon-link,
.icon-list,
.icon-location-pin,
.icon-lock,
.icon-lock-open,
.icon-login,
.icon-logout,
.icon-loop,
.icon-magic-wand,
.icon-magnet,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-map,
.icon-menu,
.icon-microphone,
.icon-minus,
.icon-mouse,
.icon-music-tone,
.icon-music-tone-alt,
.icon-mustache,
.icon-note,
.icon-notebook,
.icon-options,
.icon-options-vertical,
.icon-organization,
.icon-paper-clip,
.icon-paper-plane,
.icon-paypal,
.icon-pencil,
.icon-people,
.icon-phone,
.icon-picture,
.icon-pie-chart,
.icon-pin,
.icon-plane,
.icon-playlist,
.icon-plus,
.icon-power,
.icon-present,
.icon-printer,
.icon-puzzle,
.icon-question,
.icon-refresh,
.icon-reload,
.icon-rocket,
.icon-screen-desktop,
.icon-screen-smartphone,
.icon-screen-tablet,
.icon-settings,
.icon-share,
.icon-share-alt,
.icon-shield,
.icon-shuffle,
.icon-size-actual,
.icon-size-fullscreen,
.icon-social-behance,
.icon-social-dribbble,
.icon-social-dropbox,
.icon-social-facebook,
.icon-social-foursqare,
.icon-social-github,
.icon-social-google,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-reddit,
.icon-social-skype,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-steam,
.icon-social-stumbleupon,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-vkontakte,
.icon-social-youtube,
.icon-speech,
.icon-speedometer,
.icon-star,
.icon-support,
.icon-symbol-female,
.icon-symbol-male,
.icon-tag,
.icon-target,
.icon-trash,
.icon-trophy,
.icon-umbrella,
.icon-user,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-vector,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-wallet,
.icon-wrench {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
    content: "\e005";
}
.icon-people:before {
    content: "\e001";
}
.icon-user-female:before {
    content: "\e000";
}
.icon-emotsmile:before {
    content: "\e021";
}
.icon-phone:before {
    content: "\e600";
}
.icon-call-end:before {
    content: "\e048";
}
.icon-call-in:before {
    content: "\e047";
}
.icon-call-out:before {
    content: "\e046";
}
.icon-directions:before {
    content: "\e041";
}
.icon-layers:before {
    content: "\e034";
}
.icon-list:before {
    content: "\e067";
}
.icon-options-vertical:before {
    content: "\e602";
}
.icon-options:before {
    content: "\e603";
}
.icon-arrow-down:before {
    content: "\e604";
}
.icon-arrow-left:before {
    content: "\e605";
}
.icon-arrow-right:before {
    content: "\e606";
}
.icon-arrow-up:before {
    content: "\e607";
}
.icon-check:before {
    content: "\e080";
}
.icon-plus:before {
    content: "\e095";
}
.icon-minus:before {
    content: "\e615";
}
.icon-close:before {
    content: "\e082";
}
.icon-event:before {
    content: "\e619";
}
.icon-screen-smartphone:before {
    content: "\e010";
}
.icon-screen-desktop:before {
    content: "\e011";
}
.icon-mouse:before {
    content: "\e015";
}
.icon-cursor:before {
    content: "\e06e";
}
.icon-cursor-move:before {
    content: "\e023";
}
.icon-chemistry:before {
    content: "\e026";
}
.icon-graduation:before {
    content: "\e019";
}
.icon-game-controller:before {
    content: "\e01b";
}
.icon-fire:before {
    content: "\e01c";
}
.icon-bell:before {
    content: "\e027";
}
.icon-badge:before {
    content: "\e028";
}
.icon-playlist:before {
    content: "\e030";
}
.icon-pin:before {
    content: "\e031";
}
.icon-film:before {
    content: "\e03a";
}
.icon-feed:before {
    content: "\e03b";
}
.icon-bubbles:before {
    content: "\e04a";
}
.icon-book-open:before {
    content: "\e04c";
}
.icon-tag:before {
    content: "\e055";
}
.icon-support:before {
    content: "\e056";
}
.icon-frame:before {
    content: "\e038";
}
.icon-shuffle:before {
    content: "\e059";
}
.icon-share-alt:before {
    content: "\e05a";
}
.icon-share:before {
    content: "\e05b";
}
.icon-question:before {
    content: "\e05d";
}
.icon-pencil:before {
    content: "\e05f";
}
.icon-note:before {
    content: "\e060";
}
.icon-loop:before {
    content: "\e064";
}
.icon-grid:before {
    content: "\e06a";
}
.icon-microphone:before {
    content: "\e063";
}
.icon-music-tone-alt:before {
    content: "\e061";
}
.icon-earphones-alt:before {
    content: "\e03c";
}
.icon-equalizer:before {
    content: "\e06c";
}
.icon-like:before {
    content: "\e068";
}
.icon-control-start:before {
    content: "\e06f";
}
.icon-control-play:before {
    content: "\e071";
}
.icon-control-pause:before {
    content: "\e072";
}
.icon-control-forward:before {
    content: "\e073";
}
.icon-control-end:before {
    content: "\e074";
}
.icon-volume-1:before {
    content: "\e09f";
}
.icon-volume-2:before {
    content: "\e0a0";
}
.icon-volume-off:before {
    content: "\e0a1";
}
.icon-ban:before {
    content: "\e07c";
}
.icon-camrecorder:before {
    content: "\e07e";
}
.icon-cloud-upload:before {
    content: "\e084";
}
.icon-flag:before {
    content: "\e088";
}
.icon-info:before {
    content: "\e08b";
}
.icon-key:before {
    content: "\e08c";
}
.icon-link:before {
    content: "\e08d";
}
.icon-refresh:before {
    content: "\e098";
}
.icon-settings:before {
    content: "\e09a";
}
.icon-target:before {
    content: "\e09e";
}
.icon-social-twitter:before {
    content: "\e009";
}
.icon-social-instagram:before {
    content: "\e609";
}
.icon-social-reddit:before {
    content: "\e60e";
}
.icon-social-youtube:before {
    content: "\e008";
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0;
}
.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%;
}
.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
    content: "";
}
.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-close,
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    font-style: normal;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-figure,
img.mfp-img {
    line-height: 0;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block;
}
img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
html {
    direction: ltr;
    overflow-x: hidden;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
body {
    background-color: #fff;
    color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
body a {
    outline: 0 !important;
}
.body {
    background-color: #fff;
}
html.safari .body {
    overflow-x: hidden;
}
li {
    line-height: 24px;
}
#header {
    position: relative;
    z-index: 1030;
}
#header .header-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f3efea;
    -webkit-transition: min-height 0.3s;
    transition: min-height 0.3s;
    width: 100%;
    border-top: 3px solid #ededed;
    border-bottom: 1px solid transparent;
    z-index: 1001;
}
#header .header-container {
    position: relative;
    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;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}
#header .container {
    position: relative;
}
#header .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-height: 100%;
}
#header .header-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#header .header-column .header-row {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}
#header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ededed;
    min-height: 51px;
    z-index: 4;
}
#header .header-top::after {
    clear: both;
    content: "";
    display: block;
}
#header .header-top p {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}
#header .header-top p .fa,
#header .header-top p .fab,
#header .header-top p .fal,
#header .header-top p .far,
#header .header-top p .fas,
#header .header-top p .icons {
    position: relative;
    top: 1px;
}
#header .header-top .header-search {
    margin-left: 10px;
    margin-right: 0;
}
#header .header-top .header-nav-top {
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
}
#header .header-top.header-top-style-2 {
    background: #f6f6f6;
}
#header .header-top.header-top-style-4 {
    background: #e4e6ed;
    border-bottom: 0;
}
#header .header-logo {
    margin: 1rem 0;
}
#header .header-logo img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: 0;
}
#header .header-nav {
    padding: 1rem 0;
    min-height: 70px;
}
#header .header-nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#header .header-nav-top .nav > li > a,
#header .header-nav-top .nav > li > span {
    color: #fff;
    font-size: 0.9em;
    padding: 6px 10px;
    display: inline-block;
    background-color: #0056b3;
}
#header .header-nav-top .nav > li > a .fa,
#header .header-nav-top .nav > li > a .fab,
#header .header-nav-top .nav > li > a .fal,
#header .header-nav-top .nav > li > a .far,
#header .header-nav-top .nav > li > a .fas,
#header .header-nav-top .nav > li > a .icons,
#header .header-nav-top .nav > li > span .fa,
#header .header-nav-top .nav > li > span .fab,
#header .header-nav-top .nav > li > span .fal,
#header .header-nav-top .nav > li > span .far,
#header .header-nav-top .nav > li > span .fas,
#header .header-nav-top .nav > li > span .icons {
    margin-right: 3px;
}
#header .header-nav-top .nav > li > a {
    text-decoration: none;
}
#header .header-nav-top .nav > li.nav-item.dropdown.show .nav-link,
#header .header-nav-top .nav > li > a a:focus,
#header .header-nav-top .nav > li > a:hover {
    background: #08c;
}
#header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
    border-radius: 4px 4px 0 0;
}
#header .header-nav-top .dropdown .dropdown-item {
    font-size: 0.8em;
}
#header .header-nav-top .dropdown-menu {
    border-color: #eee;
    margin-top: -2px;
    border-radius: 4px 0 4px 4px;
    padding: 0;
}
#header .header-nav-top .dropdown-menu a {
    color: #999;
    padding: 6px 12px;
    font-size: 0.9em;
}
#header .header-nav-top .flag {
    margin-right: 2px;
    position: relative;
    top: -1px;
}
#header .header-search {
    margin-left: 1rem;
}
#header .header-search .form-control {
    border-radius: 20px;
    font-size: 0.9em;
    height: 34px;
    margin: 0;
    padding: 6px 12px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 170px;
}
#header .header-search .btn-light {
    background: 0 0;
    border: 0;
    color: #ccc;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
#header .header-search .btn-light:hover {
    color: #000;
}
#header .header-btn-collapse-nav {
    color: #fff;
    display: none;
    float: right;
    margin: 0 0 0 1rem;
}
#header.header-no-border-bottom .header-body {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}
#header #top-header-buttons li {
    margin-right: 5px;
}
#header #top-header-buttons li:last-child {
    margin-right: 0;
}
@media (max-width: 767px) {
    #header .container {
        width: 100%;
    }
    #header.has-nav-bar .header-search {
        display: block !important;
        visibility: hidden;
    }
}
html:not(.boxed) #header.header-full-width .header-container {
    width: 100%;
    max-width: none;
}
html #header.header-transparent {
    min-height: 0 !important;
    width: 100%;
    position: absolute;
}
html #header.header-transparent .header-body {
    position: relative;
    top: 0;
    background: 0 0;
    border-top: 0;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
html #header.header-transparent .header-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
html.sticky-header-enabled #header.header-transparent:not(.header-transparent-not-fixed) .header-body {
    position: fixed;
}
html.sticky-header-active #header.header-transparent .header-body {
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
html.sticky-header-active #header.header-transparent .header-body:before {
    opacity: 1;
}
html #header.header-transparent-bottom-border .header-body {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
html.sticky-header-active #header .header-body {
    position: fixed;
    border-bottom-color: #e9e9e9;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
    #header .header-nav-main nav {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #header .header-nav-main nav > ul > li {
        margin-left: 2px;
    }
    #header .header-nav-main nav > ul > li > a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: normal;
        border-radius: 4px;
        color: #ccc;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        padding: 0.5rem 0.9rem;
        text-transform: uppercase;
    }
    #header .header-nav-main nav > ul > li > a:active {
        background-color: transparent;
        text-decoration: none;
        color: #ccc;
    }
    #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
        display: none;
    }
    #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        border-color: #ccc transparent transparent;
        border-width: 0.24rem;
        margin-left: 0.255em;
        margin-right: 0;
    }
    #header .header-nav-main nav > ul > li > a.active {
        background: #ccc;
        color: #fff;
    }
    #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #fff transparent transparent;
    }
    #header .header-nav-main nav > ul > li.open > a,
    #header .header-nav-main nav > ul > li:hover > a {
        background: #ccc;
        color: #fff;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        top: -10000px;
        display: block;
        opacity: 0;
        left: auto;
        border-radius: 0 4px 4px;
        border: 0;
        border-top: 3px solid #ccc;
        -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        margin: 0;
        min-width: 200px;
        padding: 5px;
        text-align: left;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        border-bottom: 1px solid #f4f4f4;
        color: #333;
        font-size: 0.8em;
        font-weight: 400;
        padding: 6px 20px 6px 8px;
        position: relative;
        text-transform: none;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active,
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active,
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus,
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
        background-color: #c72e39;
        color: #fff;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
        position: relative;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-caret-down {
        display: none;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #ccc;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        content: " ";
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        left: 100%;
        display: block;
        margin-top: -8px;
        margin-left: -1px;
        border-radius: 4px;
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        top: 0;
        opacity: 1;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > a:after {
        border-color: transparent #ccc transparent transparent;
        border-width: 4px;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
        left: auto;
        right: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
        border-bottom: 0;
    }
    #header .header-nav-main nav > ul > li.dropdown.open > a,
    #header .header-nav-main nav > ul > li.dropdown:hover > a {
        border-radius: 4px 4px 0 0;
        position: relative;
    }
    #header .header-nav-main nav > ul > li.dropdown.open > a:before,
    #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        border-bottom: 5px solid #ccc;
    }
    #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        top: auto;
        display: block;
        opacity: 1;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega {
        position: static;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
        border-radius: 4px;
        left: 15px;
        right: 15px;
        width: auto;
    }
    #header .header-nav-main.header-nav-main-dark nav > ul > li > a {
        color: #444;
    }
    #header .header-nav-main a > .thumb-info-preview {
        position: absolute;
        display: block;
        left: 100%;
        opacity: 0;
        border: 0;
        padding-left: 10px;
        background: 0 0;
        overflow: visible;
        margin-top: 15px;
        top: -10000px;
        -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    #header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper {
        background: #fff;
        display: block;
        border-radius: 4px;
        border: 0;
        -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        margin: 0;
        padding: 4px;
        text-align: left;
        width: 190px;
    }
    #header .header-nav-main a > .thumb-info-preview .thumb-info-image {
        -webkit-transition: 6s linear;
        transition: 6s linear;
        width: 182px;
        height: 136px;
        min-height: 0;
    }
    #header .header-nav-main a:hover > .thumb-info-preview {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
        opacity: 1;
        margin-top: -5px;
    }
    #header .header-nav-main .dropdown-reverse a > .thumb-info-preview {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        right: 100%;
        left: auto;
        padding-left: 0;
        margin-right: 10px;
    }
    #header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #header .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    #header .header-nav.header-nav-top-line {
        padding: 0;
    }
    #header .header-nav.header-nav-top-line .header-nav-main {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        min-height: 0;
        margin-top: 0;
    }
    #header .header-nav.header-nav-top-line nav > ul > li:hover > a,
    #header .header-nav.header-nav-top-line nav > ul > li > a {
        position: relative;
        background: 0 0 !important;
        color: #444;
        padding: 0 0.9rem;
        margin: 1px 0 0;
        min-height: 70px;
        height: 100%;
    }
    #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before,
    #header .header-nav.header-nav-top-line nav > ul > li > a:before {
        content: "";
        position: absolute;
        background: #ccc;
        width: 100%;
        height: 3px;
        top: -2px;
        left: 0;
        opacity: 0;
    }
    #header .header-nav.header-nav-top-line nav > ul > li.open > a:before,
    #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
        opacity: 1;
    }
    #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after {
        border-color: #444 transparent transparent;
    }
    #header .header-nav.header-nav-top-line nav > ul > li > a.active {
        color: #ccc;
        background: 0 0;
    }
    #header .header-nav.header-nav-top-line nav > ul > li > a.active:before {
        opacity: 1;
    }
    #header .header-nav.header-nav-top-line nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #ccc transparent transparent;
    }
    #header .header-nav.header-nav-top-line nav > ul > li.dropdown > a:before {
        border-bottom: 0;
    }
    #header .header-nav.header-nav-top-line nav > ul > li.dropdown.open > .dropdown-menu,
    #header .header-nav.header-nav-top-line nav > ul > li.dropdown:hover > .dropdown-menu {
        margin-top: 0;
    }
    #header .header-nav.header-nav-dark-dropdown {
        padding: 0;
    }
    #header .header-nav.header-nav-dark-dropdown .header-nav-main {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        min-height: 0;
        margin-top: 0;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a,
    #header .header-nav.header-nav-dark-dropdown nav > ul > li > a {
        background: 0 0 !important;
        color: #444;
        margin: 1px 0 0;
        min-height: 70px;
        height: 100%;
        padding: 0 0.9rem;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after {
        border-color: #444 transparent transparent;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.active,
    #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.active.dropdown-toggle:after {
        color: #ccc;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown > a:before {
        border-bottom: 0;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown li a {
        border-bottom-color: #2a2a2a;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu {
        background: #1e1e1e;
        margin-top: 0;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a {
        color: #969696;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:focus,
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:hover {
        background: #282828;
    }
    #header .header-nav-main {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: auto !important;
    }
    #header .header-nav-bar {
        background: #f4f4f4;
        z-index: 1;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li > a {
        color: #fff;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
        color: #ccc;
        background: #fff;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li > a.dropdown-toggle:after {
        border-color: #fff transparent transparent;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li.active > a,
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
        background: #fff;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after,
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > a.dropdown-toggle:after,
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #ccc transparent transparent;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu,
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu,
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
        border-top-color: #fff;
        -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
        box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li.active > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu,
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu,
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        border-top-color: #fff;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
        background: #fff;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after {
        border-color: #ccc transparent transparent;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown.open > a:before,
    #header .header-nav-main.header-nav-main-light nav > ul > li.dropdown:hover > a:before {
        border-bottom-color: #fff;
    }
    #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus,
    #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover {
        background: #f5f5f5;
    }
    #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a,
    #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a {
        -webkit-transition: -webkit-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a,
    #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
        -webkit-transition: -webkit-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }
    #header .header-nav.header-nav-dark-dropdown .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu,
    #header .header-nav.header-nav-stripe .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu,
    #header .header-nav.header-nav-top-line .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 0;
    }
    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
        -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        left: auto;
        right: 100%;
        opacity: 0;
    }
    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@media (max-width: 991px) {
    #header .header-container:not(.container) .header-nav-main {
        padding: 0 0.75rem;
    }
    #header .header-nav-main {
        position: absolute;
        background: 0 0;
        width: 100%;
        top: 100%;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    #header .header-nav-main:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        background: #fff;
        z-index: -1;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #header .header-nav-main nav {
        max-height: 50vh;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 15px;
    }
    #header .header-nav-main nav.collapsing {
        overflow-y: hidden;
    }
    #header .header-nav-main nav::-webkit-scrollbar {
        width: 5px;
    }
    #header .header-nav-main nav::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: rgba(204, 204, 204, 0.5);
    }
    #header .header-nav-main nav > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.8rem 0;
    }
    #header .header-nav-main nav > ul li {
        border-bottom: 1px solid #e8e8e8;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        position: relative;
    }
    #header .header-nav-main nav > ul li a {
        font-size: 13px;
        font-style: normal;
        line-height: 20px;
        padding: 7px 8px;
        margin: 1px 0;
        border-radius: 4px;
        text-align: left;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        line-height: 35px;
        min-height: 38px;
        min-width: 30px;
        position: absolute;
        right: 5px;
        text-align: center;
        top: 0;
    }
    #header .header-nav-main nav > ul li a.dropdown-toggle:after {
        content: none;
    }
    #header .header-nav-main nav > ul li a:active {
        background-color: #f8f9fa;
        color: inherit;
    }
    #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
        background: 0 0;
        padding: 0;
        margin: 0;
        font-size: 13px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border: 0;
        clear: both;
        display: none;
        float: none;
        position: static;
    }
    #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu,
    #header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
        display: block;
        margin-left: 20px;
    }
    #header .header-nav-main nav > ul li:last-child {
        border-bottom: 0;
    }
    #header .header-nav-main nav > ul > li > a {
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 1px;
        margin-bottom: 1px;
        color: #ccc;
    }
    #header .header-nav-main nav > ul > li > a:active {
        color: #ccc;
    }
    #header .header-nav-main nav > ul > li > a.active,
    #header .header-nav-main nav > ul > li > a.active:focus,
    #header .header-nav-main nav > ul > li > a.active:hover {
        color: #fff;
        background: #ccc;
    }
    #header .header-nav-main nav .not-included {
        margin: 0;
    }
    #header .header-nav-main a > .thumb-info-preview {
        display: none !important;
    }
    #header .header-btn-collapse-nav {
        outline: 0;
        display: block;
        position: relative;
        z-index: 1;
    }
    #header.header-semi-transparent .header-nav-main:before,
    #header.header-semi-transparent-light .header-nav-main:before,
    #header.header-transparent .header-nav-main:before {
        width: calc(100% - 30px);
        border-radius: 4px;
    }
    #header.header-semi-transparent .header-nav-main nav,
    #header.header-semi-transparent-light .header-nav-main nav,
    #header.header-transparent .header-nav-main nav {
        padding: 0 30px;
    }
    #header.header-semi-transparent .header-nav-main nav::-webkit-scrollbar-thumb,
    #header.header-semi-transparent-light .header-nav-main nav::-webkit-scrollbar-thumb,
    #header.header-transparent .header-nav-main nav::-webkit-scrollbar-thumb {
        border-color: transparent;
    }
    #header.header-transparent .header-body:before {
        border-bottom: none !important;
    }
    #header .header-nav.header-nav-dark-dropdown,
    #header .header-nav.header-nav-top-line {
        min-height: 70px;
    }
    #header .header-logo img {
        z-index: 1;
    }
    #header .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 992px) {
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a {
        color: #fff;
    }
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a.dropdown-toggle:after {
        border-color: #fff transparent transparent;
    }
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a.active {
        color: #ccc;
    }
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #ccc transparent transparent;
    }
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li.open > a.active,
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li:hover > a.active {
        color: #fff;
    }
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li.open > a.active.dropdown-toggle:after,
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main:not(.header-nav-main-dark) nav > ul > li:hover > a.active.dropdown-toggle:after {
        border-color: #fff transparent transparent;
    }
    #header .header-body {
        height: auto !important;
    }
    html.side-header #footer .container,
    html.side-header .main .container {
        padding: 0 35px;
        width: auto !important;
        max-width: 1210px;
    }
    html.side-header body > .body {
        margin: 0 0 0 255px;
        width: auto;
        overflow-x: hidden;
        overflow-y: visible;
    }
    html.side-header body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
        width: 100% !important;
        left: auto !important;
    }
    html.side-header #header {
        background: #fff;
        position: fixed;
        -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
        top: 0;
        left: 0;
        width: 255px;
        height: 100%;
    }
    html.side-header #header .header-body {
        border-top: 0;
    }
    html.side-header #header .header-container {
        width: 100%;
    }
    html.side-header #header .header-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    html.side-header #header .header-search {
        width: 100%;
        margin: 0.7rem 0;
    }
    html.side-header #header .header-nav-top .nav > li > a,
    html.side-header #header .header-nav-top .nav > li > span {
        display: block;
    }
    html.side-header #header .header-logo {
        margin: 2rem 0;
    }
    html.side-header #header .header-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    html.side-header #header .header-nav-main,
    html.side-header #header .header-nav-main .nav,
    html.side-header #header .header-nav-main nav {
        width: 100%;
    }
    html.side-header #header .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    html.side-header #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
        content: "";
        border-color: transparent transparent transparent #ccc;
        position: absolute;
        right: 15px;
        top: 50%;
        border-top: 0.3em solid;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid transparent;
        border-right: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu,
    html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        top: 3px;
        left: 100%;
        border-top: 0;
        border-left: 5px solid #ccc;
        margin-left: -5px;
    }
    html.side-header #header .header-nav-main nav > ul > li.dropdown li.dropdown-submenu:hover > .dropdown-menu {
        margin-top: -5px;
        border-top: 0;
    }
    html.side-header #header .header-nav-main nav > ul > li.dropdown.open > a,
    html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > a {
        padding-bottom: 0.5rem;
    }
    html.side-header #header .header-nav-main nav > ul > li.dropdown.open > a:before,
    html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
        content: none;
    }
    html.side-header #header .header-nav-main nav > ul > li.dropdown-mega {
        position: relative;
    }
    html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
        min-width: 720px;
    }
    html.side-header #header .header-nav-main nav > ul > li {
        margin-top: 1px;
    }
    html.side-header #header .header-nav-main nav > ul > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    html.side-header #header .header-nav-main nav > ul > li .dropdown-menu.dropdown-reverse li a {
        padding-right: 8px;
        padding-left: 20px;
    }
    html.side-header #header .header-nav-main nav > ul > li .dropdown-menu.dropdown-reverse li.dropdown-submenu > a:after {
        border-width: 4px 4px 4px 0;
    }
    html.side-header-right body > .body {
        margin: 0 255px 0 0;
    }
    html.side-header-right #header {
        left: auto;
        right: 0;
    }
    html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle {
        padding-right: 0;
        padding-left: 30px;
    }
    html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
        left: 15px;
        right: auto;
        border-right: 0.3em solid transparent;
        border-left: 0;
    }
    html.side-header-right #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu,
    html.side-header-right #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        right: 100%;
        left: auto;
        border-right: 5px solid #ccc;
        border-left: 0;
        margin-left: 0;
        margin-right: -5px;
        border-radius: 4px 0 0 4px;
    }
    html.side-header-right #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a {
        padding-left: 25px;
    }
    html.side-header-right #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        left: 10px;
        right: initial;
    }
    html.ie.side-header-right #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        left: 10px;
        right: initial;
        width: 0;
    }
}
@media (max-height: 768px) {
    html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu,
    html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        bottom: 0;
        top: auto;
    }
}
html.safari #header.header-semi-transparent .header-body,
html.safari #header.header-semi-transparent-light .header-body,
html.safari #header.header-transparent .header-body,
html.safari.sticky-header-active #header .header-body {
    overflow: visible !important;
}
.page-header {
    background: url(../site-images/background.jpg) center top no-repeat;
    border-bottom: 5px solid #ccc;
    border-top: 5px solid #384045;
    margin: 0 0 35px;
    min-height: 50px;
    padding: 20px 0;
    position: relative;
    text-align: left;
}
.page-header .breadcrumb {
    background: 0 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.page-header .breadcrumb > li {
    display: inline-block;
    font-size: 0.85em;
    text-transform: uppercase;
    text-shadow: none;
}
.page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.page-header h1 {
    border-bottom: 5px solid #ccc;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 200;
    line-height: 32px;
    margin: 0 0 -25px;
    padding: 0 0 25px;
    position: relative;
}
.page-header h1 span {
    color: #999da3;
    display: block;
    font-size: 0.6em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 7px 0 0;
}
.page-header-no-title-border h1 {
    border: 0;
}
.page-header-color {
    background-color: #f7f7f7;
    border-bottom: 5px solid #f4f4f4;
    border-top: none;
}
.page-header-color h1 {
    border-bottom: none;
    color: #1d2127;
    font-size: 2.3em;
    padding: 0;
    margin: 0;
}
.page-header-color h1 span {
    opacity: 0.65;
}
.page-header-color .breadcrumb {
    text-align: right;
    float: right;
}
@media (max-width: 991px) {
    .page-header-color .breadcrumb {
        padding: 18px 0 0;
        text-align: left;
        float: none;
    }
}
.page-header-color .breadcrumb > .active {
    opacity: 0.65;
}
.page-header-more-padding {
    padding: 35px 0;
}
.page-header-light {
    background-color: #f7f7f7;
    border-bottom: 5px solid #f4f4f4;
    border-top: none;
}
.page-header-light h1 {
    border-bottom: none;
    color: #1d2127;
    font-size: 2.3em;
}
.page-header-light .breadcrumb {
    text-align: right;
    float: right;
}
.page-header-reverse {
    text-align: right;
}
.page-header-reverse .breadcrumb {
    text-align: left;
}
@media (max-width: 991px) {
    .page-header-light .breadcrumb {
        padding: 18px 0 0;
        text-align: left;
        float: none;
    }
    .page-header-reverse .breadcrumb {
        text-align: right;
    }
    .page-header .breadcrumb {
        float: none !important;
        position: static !important;
    }
}
.page-header.parallax {
    margin: 0 0 35px;
    padding: 180px 0 60px;
}
.page-header-center {
    text-align: center;
}
.page-header-center .breadcrumb {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 0;
}
@media (max-width: 575px) {
    body {
        font-size: 13px;
    }
    .page-header h1 {
        font-size: 26px;
        line-height: 26px;
    }
}
.parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    margin: 70px 0;
    padding: 50px 0;
    position: relative;
    clear: both;
}
.parallax.parallax-disabled {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
}
section.section {
    background: #fff;
    border-top: 5px solid #fff;
    margin: 30px 0;
    padding: 0;
}
section.section.section-height-1 {
    padding: 0.7692307692rem 0;
}
section.section.section-height-2 {
    padding: 2.3076923077rem 0;
}
section.section.section-height-3 {
    padding: 4.6153846154rem 0;
}
section.section.section-height-4 {
    padding: 6.9230769231rem 0;
}
section.section.section-height-5 {
    padding: 9.2307692308rem 0;
}
section.section.section-no-background {
    background: 0 0;
    border-top-color: transparent;
}
section.section.section-center {
    text-align: center;
}
section.section.section-text-light h1,
section.section.section-text-light h2,
section.section.section-text-light h3,
section.section.section-text-light h4,
section.section.section-text-light h5,
section.section.section-text-light h6 {
    color: #fff;
}
section.section.section-text-light p {
    color: #e6e6e6;
}
section.section.section-background {
    background-repeat: repeat;
    border: 0;
}
section.section.section-overlay {
    position: relative;
}
section.section.section-overlay:before {
    content: "";
    display: block;
    background: url("../site-images/video-overlay.png");
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
section.section.section-overlay-opacity {
    position: relative;
}
section.section.section-overlay-opacity:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
section.section.section-overlay-opacity.section-overlay-opacity-scale-1:before {
    background: rgba(0, 0, 0, 0.1);
}
section.section.section-overlay-opacity.section-overlay-opacity-scale-2:before {
    background: rgba(0, 0, 0, 0.2);
}
section.section.section-overlay-opacity.section-overlay-opacity-scale-3:before {
    background: rgba(0, 0, 0, 0.3);
}
section.section.section-overlay-opacity.section-overlay-opacity-scale-4:before {
    background: rgba(0, 0, 0, 0.4);
}
section.section.section-overlay-opacity.section-overlay-opacity-scale-5:before {
    background: rgba(0, 0, 0, 0.5);
}
section.section.section-overlay-opacity.section-overlay-opacity-scale-6:before {
    background: rgba(0, 0, 0, 0.6);
}
section.section.section-overlay-opacity.section-overlay-opacity-scale-7:before {
    background: rgba(0, 0, 0, 0.7);
}
section.section.section-overlay-opacity.section-overlay-opacity-scale-8:before {
    background: rgba(0, 0, 0, 0.8);
}
section.section.section-overlay-opacity.section-overlay-opacity-scale-9:before {
    background: rgba(0, 0, 0, 0.9);
}
section.section.section-overlay-opacity-light:before {
    background: rgba(255, 255, 255, 0.5);
}
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-1:before {
    background: rgba(255, 255, 255, 0.1);
}
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-2:before {
    background: rgba(255, 255, 255, 0.2);
}
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-3:before {
    background: rgba(255, 255, 255, 0.3);
}
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-4:before {
    background: rgba(255, 255, 255, 0.4);
}
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-5:before {
    background: rgba(255, 255, 255, 0.5);
}
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-6:before {
    background: rgba(255, 255, 255, 0.6);
}
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-7:before {
    background: rgba(255, 255, 255, 0.7);
}
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-8:before {
    background: rgba(255, 255, 255, 0.8);
}
section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-9:before {
    background: rgba(255, 255, 255, 0.9);
}
section.section.section-video {
    background: 0 0 !important;
    border: 0;
}
section.section.section-parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    border: 0;
}
section.section.section-parallax.parallax-disabled {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
}
section.section.section-no-border {
    border: 0;
}
section.section.section-footer {
    margin-bottom: -50px;
}
aside ul.nav-list > li > a {
    color: #666;
    font-size: 0.9em;
    padding: 8px 0 8px 18px;
}
.slider-container {
    background: #171717;
    height: 500px;
    overflow: hidden;
    width: 100%;
    direction: ltr;
}
.slider-container .tparrows {
    border-radius: 6px;
}
.slider-container .slider-single-slide .tparrows {
    display: none;
}
.slider-container .top-label {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
.slider-container .main-label {
    color: #fff;
    font-size: 62px;
    line-height: 62px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.slider-container .bottom-label {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}
.slider-container .btn.btn-lg.btn-slider-action {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 1.2rem 1.8rem;
}
.slider-container .bottom-label-dark,
.slider-container .main-label-dark,
.slider-container .top-label-dark,
.slider-container .tp-caption-dark a,
.slider-container .tp-caption-dark a:hover {
    color: #333;
}
.slider-container .tp-caption-overlay {
    background: #000;
    padding: 10px;
}
.slider-container .tp-opacity-overlay {
    background: rgba(0, 0, 0, 0.75);
}
.slider-container.transparent {
    background-color: transparent;
}
.slider-container.light {
    background-color: #eaeaea;
}
.slider-container.light .tp-bannershadow {
    opacity: 0.05;
    top: 0;
    bottom: auto;
    z-index: 1000;
}
.slider-container.light .bottom-label,
.slider-container.light .featured-label,
.slider-container.light .main-label,
.slider-container.light .top-label,
.slider-container.light .tp-caption a,
.slider-container.light .tp-caption a:hover {
    color: #333;
}
.tparrows.tparrows-carousel {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: auto;
    padding: 20px 0;
}
.tparrows.tparrows-carousel.tp-leftarrow {
    right: auto !important;
    left: -30px !important;
    border-radius: 0 4px 4px 0;
}
.tparrows.tparrows-carousel.tp-leftarrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    position: relative;
    left: -1px;
    top: 1px;
}
.tparrows.tparrows-carousel.tp-rightarrow {
    right: -60px !important;
    left: auto !important;
    border-radius: 4px 0 0 4px;
}
.tparrows.tparrows-carousel.tp-rightarrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: relative;
    left: 2px;
    top: 1px;
}
html.ie .forcefullwidth_wrapper_tp_banner {
    overflow: hidden;
}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    border: 0 !important;
}
.slider-with-overlay {
    position: relative;
}
.slider-with-overlay .slider-container {
    z-index: auto;
}
html.boxed .slider-container {
    width: 100% !important;
    left: auto !important;
}
.nivo-slider {
    position: relative;
}
.home-intro {
    background-color: #000;
    margin-bottom: 0;
    overflow: hidden;
    padding: 2.2rem 0;
    position: relative;
    text-align: left;
}
.home-intro p {
    color: #fff;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
    margin-bottom: 0;
}
.home-intro p span {
    color: #fff;
    display: block;
    font-size: 0.8em;
    padding-top: 5px;
}
.home-intro p em {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}
.home-intro .get-started {
    position: relative;
}
.home-intro .get-started .btn {
    position: relative;
    z-index: 1;
}
.home-intro .get-started .btn i {
    font-size: 1.1em;
    font-weight: 400;
    margin-left: 5px;
}
.home-intro .get-started a,
.home-intro .get-started a:not(.btn) {
    color: #fff;
}
.home-intro .learn-more {
    margin-left: 15px;
}
.home-intro.light {
    background-color: #fff;
}
.home-intro.light.secondary {
    background-color: #e0e1e4;
}
.home-intro.light p {
    color: #777;
}
@-webkit-keyframes animatedLineBg {
    from {
        stroke-dasharray: 1000;
    }
    to {
        stroke-dasharray: 1360;
    }
}
@keyframes animatedLineBg {
    from {
        stroke-dasharray: 1000;
    }
    to {
        stroke-dasharray: 1360;
    }
}
@-webkit-keyframes animatedLineSmallCircle {
    from {
        stroke-dasharray: 1000;
    }
    to {
        stroke-dasharray: 1120;
    }
}
@keyframes animatedLineSmallCircle {
    from {
        stroke-dasharray: 1000;
    }
    to {
        stroke-dasharray: 1120;
    }
}
@-webkit-keyframes animatedLineBigCircle {
    from {
        stroke-dasharray: 1000;
    }
    to {
        stroke-dasharray: 1266;
    }
}
@keyframes animatedLineBigCircle {
    from {
        stroke-dasharray: 1000;
    }
    to {
        stroke-dasharray: 1266;
    }
}
@-webkit-keyframes animatedInitialPin {
    0% {
        -webkit-transform: translate(2px, 69px) scale(0.23);
        transform: translate(2px, 69px) scale(0.23);
    }
    100%,
    33% {
        -webkit-transform: translate(2px, 79px) scale(0.23);
        transform: translate(2px, 79px) scale(0.23);
    }
    66% {
        -webkit-transform: translate(2px, 74px) scale(0.23);
        transform: translate(2px, 74px) scale(0.23);
    }
}
@keyframes animatedInitialPin {
    0% {
        -webkit-transform: translate(2px, 69px) scale(0.23);
        transform: translate(2px, 69px) scale(0.23);
    }
    100%,
    33% {
        -webkit-transform: translate(2px, 79px) scale(0.23);
        transform: translate(2px, 79px) scale(0.23);
    }
    66% {
        -webkit-transform: translate(2px, 74px) scale(0.23);
        transform: translate(2px, 74px) scale(0.23);
    }
}
@-webkit-keyframes animatedFinalPin {
    0% {
        -webkit-transform: translate(325px, -19px) scale(0.23) rotate(36deg);
        transform: translate(325px, -19px) scale(0.23) rotate(36deg);
    }
    100%,
    33% {
        -webkit-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
        transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    }
    66% {
        -webkit-transform: translate(325px, -16px) scale(0.23) rotate(36deg);
        transform: translate(325px, -16px) scale(0.23) rotate(36deg);
    }
}
@keyframes animatedFinalPin {
    0% {
        -webkit-transform: translate(325px, -19px) scale(0.23) rotate(36deg);
        transform: translate(325px, -19px) scale(0.23) rotate(36deg);
    }
    100%,
    33% {
        -webkit-transform: translate(325px, -13px) scale(0.23) rotate(36deg);
        transform: translate(325px, -13px) scale(0.23) rotate(36deg);
    }
    66% {
        -webkit-transform: translate(325px, -16px) scale(0.23) rotate(36deg);
        transform: translate(325px, -16px) scale(0.23) rotate(36deg);
    }
}
@-webkit-keyframes animatedFinalPinFirefox {
    0% {
        -webkit-transform: translate(193px, -16px) scale(0.23) rotate(36deg);
        transform: translate(193px, -16px) scale(0.23) rotate(36deg);
    }
    100%,
    33% {
        -webkit-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
        transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    }
    66% {
        -webkit-transform: translate(193px, -13px) scale(0.23) rotate(36deg);
        transform: translate(193px, -13px) scale(0.23) rotate(36deg);
    }
}
@keyframes animatedFinalPinFirefox {
    0% {
        -webkit-transform: translate(193px, -16px) scale(0.23) rotate(36deg);
        transform: translate(193px, -16px) scale(0.23) rotate(36deg);
    }
    100%,
    33% {
        -webkit-transform: translate(193px, -10px) scale(0.23) rotate(36deg);
        transform: translate(193px, -10px) scale(0.23) rotate(36deg);
    }
    66% {
        -webkit-transform: translate(193px, -13px) scale(0.23) rotate(36deg);
        transform: translate(193px, -13px) scale(0.23) rotate(36deg);
    }
}
.page-not-found {
    padding: 50px 0;
}
.page-not-found h2 {
    font-size: 140px;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 140px;
}
.page-not-found h4 {
    color: #777;
}
.page-not-found p {
    font-size: 1.4em;
    line-height: 36px;
}
@media (max-width: 575px) {
    .page-not-found {
        padding: 0;
    }
    .page-not-found h2 {
        font-size: 100px;
        letter-spacing: 0;
        line-height: 100px;
    }
}
.p-relative {
    position: relative !important;
}
.p-absolute {
    position: absolute !important;
}
.p-fixed {
    position: fixed !important;
}
.p-static {
    position: static !important;
}
.absolute-y-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.inverted {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
h2 .inverted {
    padding-left: 7px;
    padding-right: 7px;
}
.text-xs {
    font-size: 1rem !important;
}
.text-1 {
    font-size: 0.8em !important;
}
.text-2 {
    font-size: 0.9em !important;
}
.text-3 {
    font-size: 1em !important;
}
.text-4 {
    font-size: 1.1em !important;
}
.text-5 {
    font-size: 1.5em !important;
}
.text-6 {
    font-size: 1.8em !important;
}
.text-7 {
    font-size: 2em !important;
}
.text-8 {
    font-size: 2.3em !important;
}
.text-9 {
    font-size: 2.5em !important;
}
.text-10 {
    font-size: 2.75em !important;
}
.line-height-xs {
    line-height: 16px !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-1 {
    opacity: 0.1 !important;
}
.opacity-2 {
    opacity: 0.2 !important;
}
.opacity-3 {
    opacity: 0.3 !important;
}
.opacity-4 {
    opacity: 0.4 !important;
}
.opacity-5 {
    opacity: 0.5 !important;
}
.opacity-6 {
    opacity: 0.6 !important;
}
.opacity-7 {
    opacity: 0.7 !important;
}
.opacity-8 {
    opacity: 0.8 !important;
}
.opacity-9 {
    opacity: 0.9 !important;
}
.opacity-10 {
    opacity: 1 !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-transform-none {
    text-transform: none !important;
}
.text-muted {
    color: #999 !important;
}
html.dark .text-muted {
    color: #505461 !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.text-dark {
    color: #1d2127 !important;
}
.text-light {
    color: #fff !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold,
b,
strong {
    font-weight: 700 !important;
}
.font-weight-extra-bold {
    font-weight: 900 !important;
}
.b-normal {
    border-width: 5px !important;
}
#footer {
    background: #0e0e0e;
    border-top: 4px solid #0e0e0e;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
}
#footer .container .row > div {
    margin-bottom: 25px;
}
#footer .container input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#footer a:hover,
#footer h5 {
    color: #ccc;
}
#footer a,
#footer h1,
#footer h2,
#footer h3,
#footer h4 {
    color: #fff;
}
#footer h4 {
    font-size: 1.8em;
    font-weight: 200;
}
#footer ul.nav-list > li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 20px;
    padding-bottom: 11px;
}
#footer ul.nav-list > li:last-child a {
    border-bottom: 0;
}
#footer ul.nav-list > li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
#footer ul.list.icons li {
    margin-bottom: 5px;
}
#footer form {
    opacity: 0.85;
}
#footer form label.error {
    line-height: 16px;
    margin: 5px 0 -5px;
    display: block;
    clear: both;
}
#footer form .alert {
    padding: 6px;
    text-align: center;
}
#footer .footer-ribbon {
    position: absolute;
    margin: -90px 0 0 14px;
    padding: 10px 20px 6px;
}
#footer .footer-ribbon:before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 100%;
    position: absolute;
    top: 0;
    width: 7px;
}
#footer .footer-ribbon span {
    color: #fff;
    font-size: 1.2em;
    font-family: "Shadows Into Light", cursive;
}
#footer .alert a {
    color: #222;
}
#footer .alert a:hover {
    color: #666;
}
#footer .logo {
    display: block;
}
#footer .logo.mb-5 {
    margin-bottom: 12px;
}
#footer .footer-copyright {
    background: #060606;
    border-top: 4px solid #060606;
    margin-top: 40px;
    padding: 30px 0 10px;
}
#footer .footer-copyright nav {
    float: right;
}
#footer .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}
#footer .footer-copyright nav ul li:first-child {
    border: none;
    padding-left: 0;
}
#footer .footer-copyright p {
    color: #555;
    margin: 0;
    padding: 0;
}
#footer .phone {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px;
}
#footer.short {
    padding-top: 50px;
}
#footer.short .footer-copyright {
    background: 0 0;
    border: 0;
    padding-top: 0;
    margin-top: 0;
}
#footer.light {
    padding-top: 60px;
    background: #fff;
    border-top: 1px solid #ddd;
}
#footer.light .footer-ribbon {
    margin-top: -76px;
    margin-left: 14px;
}
#footer.light .footer-copyright {
    margin-top: 15px;
    background: #fff;
    border-top: 1px solid #ddd;
}
#footer.light .footer-copyright p,
#footer.light .phone,
#footer.light .twitter-account {
    color: #777;
}
#footer.color,
#footer.color p,
#footer.light ul.nav-pills > li > a.active {
    color: #fff;
}
#footer.color .footer-copyright nav ul li {
    border-left-color: #fff;
}
#footer.footer-reveal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -10;
}
html.dark body,
html.dark.boxed .body {
    background-color: #1d2127;
}
html.dark #header .header-top {
    background: #282d36;
    border-bottom-color: #2e353e;
}
html.dark #header .header-search .form-control {
    background: #21262d;
}
html.dark #header .header-body {
    background: #1d2127;
    border-top-color: #2e353e;
}
html.dark #header .header-nav-bar,
html.dark #header .header-nav-top .nav > li > a a:focus,
html.dark #header .header-nav-top .nav > li > a:hover {
    background-color: #21262d;
}
html.dark #header .header-nav-top .dropdown-menu {
    background: #21262d;
    border-color: #21262d;
}
html.dark #header .header-nav-top .dropdown-menu a:focus,
html.dark #header .header-nav-top .dropdown-menu a:hover {
    background: #282d36 !important;
}
html.dark.sticky-header-active #header .header-body {
    border-bottom-color: #2e353e;
}
html.dark #header.header-transparent .header-body {
    background: 0 0;
}
html.dark #header.header-transparent .header-body:before {
    background-color: #1d2127;
    border-bottom-color: #2e353e;
}
html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark h5,
html.dark h6 {
    color: #fff;
}
html.dark .alert h1,
html.dark .alert h2,
html.dark .alert h3,
html.dark .alert h4,
html.dark .alert h5,
html.dark .alert h6 {
    color: #111;
}
html.dark section.section {
    background-color: #21262d;
    border-top-color: #282d36;
}
html.dark .dropdown-menu > li a {
    color: #fff;
}
html.dark .dropdown-menu > li a:focus,
html.dark .dropdown-menu > li a:hover {
    background-color: #2e353e;
}
html.dark .nav-tabs li a,
html.dark .nav-tabs li.active a,
html.dark .nav-tabs li.active a:focus,
html.dark .nav-tabs li.active a:hover {
    color: #808697;
}
html.dark .tab-content {
    background: #2e353e;
    border-color: #1d2127;
}
html.dark .nav > li > a:focus,
html.dark .nav > li > a:hover {
    background-color: #2e353e;
}
html.dark .call-to-action.call-to-action-default {
    background: #282d36;
}
html.dark .call-to-action.call-to-action-dark {
    background: #2e353e;
}
html.dark .call-to-action.call-to-action-in-footer:before {
    border-top-color: #1d2127;
}
html.dark section.timeline:after {
    background: #505050;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 0)), color-stop(8%, #505050), color-stop(92%, #505050), to(rgba(80, 80, 80, 0)));
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
}
html.dark section.timeline .timeline-date {
    background-color: #282d36;
    border-color: #282d36;
    text-shadow: none;
}
html.dark section.timeline .timeline-title {
    background: #282d36;
}
html.dark section.timeline .timeline-box {
    border-color: #282d36;
    background: #282d36;
}
html.dark section.timeline .timeline-box.left:before {
    -webkit-box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
    box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}
html.dark section.timeline .timeline-box.left:after {
    background: #282d36;
    border-right-color: #282d36;
    border-top-color: #282d36;
}
html.dark section.timeline .timeline-box.right:before {
    -webkit-box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
    box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36;
}
html.dark section.timeline .timeline-box.right:after {
    background: #282d36;
    border-left-color: #282d36;
    border-bottom-color: #282d36;
}
html.dark .form-control {
    background-color: #282d36;
    border-color: #282d36;
}
html.dark .btn-light {
    background-color: #282d36;
    border-color: #282d36;
    color: #fff;
}
html.dark .btn.disabled,
html.dark .btn.disabled:active,
html.dark .btn.disabled:focus,
html.dark .btn.disabled:hover,
html.dark .btn[disabled],
html.dark .btn[disabled]:active,
html.dark .btn[disabled]:focus,
html.dark .btn[disabled]:hover {
    border-color: #282d36 !important;
}
html.dark .page-header-light,
html.dark .toggle > label {
    background-color: #2e353e;
}
html.dark .toggle.toggle-simple .toggle > label {
    color: #fff;
}
html.dark .featured-box {
    background: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e;
    border-bottom-color: #2e353e;
}
html.dark .featured-box.secondary h4 {
    color: #fff;
}
html.dark .featured-boxes-flat .featured-box .box-content {
    background: #2e353e;
}
html.dark .featured-boxes-style-5 .featured-box .box-content h4,
html.dark .featured-boxes-style-6 .featured-box .box-content h4,
html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
    color: #fff;
}
html.dark .featured-boxes-style-2 .featured-box,
html.dark .featured-boxes-style-4 .featured-box,
html.dark .featured-boxes-style-5 .featured-box,
html.dark .featured-boxes-style-6 .featured-box,
html.dark .featured-boxes-style-7 .featured-box {
    background: 0 0;
}
html.dark .feature-box.feature-box-style-2 h4,
html.dark .feature-box.feature-box-style-3 h4,
html.dark .feature-box.feature-box-style-4 h4 {
    color: #fff;
}
html.dark .owl-dots button.owl-dot span {
    background: #2e353e;
}
html.dark .owl-carousel.top-border {
    border-top-color: #3f4247;
}
html.dark .progress {
    background: #2e353e;
}
html.dark .arrow {
    background-image: url(../site-images/arrows-dark.png);
}
html.dark .img-thumbnail,
html.dark .thumb-info,
html.dark .thumbnail {
    background-color: #282d36;
    border-color: #282d36;
}
html.dark .thumb-info .thumb-info-wrapper:after {
    background-color: rgba(29, 33, 39, 0.9);
}
html.dark ul.nav-list > li a {
    border-bottom-color: #282d36;
}
html.dark ul.nav-list > li a:hover {
    background-color: #282d36;
}
html.dark .content-grid .content-grid-item:before {
    border-left-color: #2e353e;
}
html.dark .content-grid .content-grid-item:after {
    border-bottom-color: #2e353e;
}
html.dark .popover {
    background-color: #2e353e;
    border: 1px solid #282d36;
}
html.dark .popover.top > .arrow {
    border-top-color: #282d36;
}
html.dark .popover.top > .arrow:after {
    border-top-color: #2e353e;
}
html.dark .popover.right > .arrow {
    border-right-color: #282d36;
}
html.dark .popover.right > .arrow:after {
    border-right-color: #2e353e;
}
html.dark .popover.bottom > .arrow {
    border-bottom-color: #282d36;
}
html.dark .popover.bottom > .arrow:after {
    border-bottom-color: #2e353e;
}
html.dark .popover.left > .arrow {
    border-left-color: #282d36;
}
html.dark .popover.left > .arrow:after {
    border-left-color: #2e353e;
}
html.dark .popover-title {
    background-color: #282d36;
    border-bottom: #2e353e;
}
html.dark .page-header {
    border-bottom-color: #282d36;
}
html.dark .table-bordered,
html.dark .table > tbody > tr > td,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > td,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > thead > tr > th {
    border-color: #282d36;
}
html.dark pre {
    background-color: #282d36;
    border-color: #282d36;
    color: #777;
}
html.dark .show-grid [class*="col-lg-"] .show-grid-block {
    background-color: #282d36;
    border-color: #282d36;
}
html.dark .alert.alert-default {
    border-color: #2e353e;
    background-color: #282d36;
}
html.dark hr,
html.dark hr.light {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#3f4247), to(transparent));
    background-image: linear-gradient(to left, transparent, #3f4247, transparent);
}
html.dark hr.solid {
    background: #3f4247;
}
html.dark .divider {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#3f4247), to(transparent));
    background-image: linear-gradient(to left, transparent, #3f4247, transparent);
}
html.dark .divider .fa,
html.dark .divider .fab,
html.dark .divider .fal,
html.dark .divider .far,
html.dark .divider .fas,
html.dark .divider .icons {
    background: #1d2127;
}
html.dark .divider.divider-small {
    background: 0 0;
}
html.dark .divider.divider-small hr {
    background: #3f4247;
}
html.dark article .post-audio,
html.dark article .post-audio iframe,
html.dark article .post-video,
html.dark article .post-video iframe {
    background-color: #282d36;
    border-color: #282d36;
}
html.dark ul.simple-post-list li {
    border-bottom-color: #21262d;
}
html.dark .post-block {
    border-top-color: #191c21;
}
html.dark ul.comments .comment-block {
    background-color: #282d36;
}
html.dark ul.comments .comment-arrow {
    border-right-color: #282d36;
}
html.dark .dialog,
html.dark .modal-content {
    background-color: #1d2127;
}
html.dark .modal-header {
    border-bottom-color: #282d36;
}
html.dark .modal-header h1,
html.dark .modal-header h2,
html.dark .modal-header h3,
html.dark .modal-header h4,
html.dark .modal-header h5,
html.dark .modal-header h6 {
    color: #777;
}
html.dark .modal-header .close {
    text-shadow: none;
    color: #fff;
}
html.dark .modal-footer {
    border-top-color: #282d36;
}
html.dark .mfp-content .ajax-container,
html.dark .popup-inline-content {
    background: #1d2127 !important;
}
html.dark .loading-overlay {
    background: #1d2127;
}
html.dark .sort-destination-loader:after {
    background-color: #1d2127;
}
@media (min-width: 992px) {
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu {
        background: #21262d;
    }
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a {
        border-bottom-color: #2e353e;
    }
    html.dark #header .header-nav-main:not(.header-nav-main-light) a > .thumb-info-preview .thumb-info-wrapper,
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a.active,
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:active,
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:focus,
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:hover {
        background: #2e353e;
    }
    html.dark #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a,
    html.dark #header .header-nav.header-nav-dark-dropdown nav > ul > li > a,
    html.dark #header .header-nav.header-nav-top-line nav > ul > li:hover > a,
    html.dark #header .header-nav.header-nav-top-line nav > ul > li > a {
        color: #ccc;
    }
    html.boxed #header.header-semi-transparent .header-body,
    html.boxed #header.header-semi-transparent-light .header-body,
    html.boxed #header.header-transparent .header-body {
        position: absolute;
        padding-left: 15px;
        padding-right: 15px;
    }
    html.boxed #header .header-top.header-top-style-2,
    html.boxed #header .header-top.header-top-style-3,
    html.boxed #header .header-top.header-top-style-4 {
        margin-top: -13px;
    }
    html.boxed.sticky-header-active #header .header-body {
        position: fixed !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    html.boxed.sticky-header-active #header .header-nav-bar {
        margin: 0 -15px -9px;
    }
}
@media (max-width: 991px) {
    .home-intro p {
        margin-bottom: 2rem;
    }
    #footer .phone {
        font-size: 20px;
    }
    html.dark #header .header-nav-main:before {
        background-color: #1d2127;
    }
    html.dark #header .header-nav-main nav::-webkit-scrollbar-thumb {
        border-color: transparent;
        background: #39404c;
    }
    html.dark #header .header-nav-main nav > ul li {
        border-bottom-color: #2e353e;
    }
    html.dark #header .header-nav-main nav ul li a:active {
        background-color: #2e353e;
        color: #fff;
    }
    html.dark #header.header-semi-transparent .header-nav-main,
    html.dark #header.header-semi-transparent-light .header-nav-main,
    html.dark #header.header-transparent .header-nav-main {
        background-color: #1d2127;
    }
}
html.boxed body {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat;
}
html.boxed .body {
    position: relative;
    background-color: #fff;
    border-bottom: 5px solid #1d2127;
    border-radius: 5px;
    border-top: 5px solid #ccc;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    margin: 25px auto;
    max-width: 1200px;
    height: auto;
}
html.boxed #header .header-body {
    border-top-color: transparent;
}
html.boxed .main {
    overflow: hidden;
}
@media (min-width: 1200px) {
    html.boxed.sticky-header-active #header .header-body {
        width: 100%;
        max-width: 1200px;
    }
    html.boxed #header.header-semi-transparent .header-body,
    html.boxed #header.header-semi-transparent-light .header-body,
    html.boxed #header.header-transparent .header-body {
        width: auto;
    }
}
@media (max-width: 991px) {
    html.boxed .body {
        margin: 0 auto;
        border-radius: 0;
    }
}
@media (max-width: 767px) {
    #footer .phone {
        font-size: 20px;
    }
    html.boxed {
        background: 0 0 !important;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1d2127;
    font-weight: 200;
    letter-spacing: -1px;
    margin: 0;
}
h1 {
    font-size: 2.6em;
    line-height: 44px;
    margin: 0 0 32px;
}
h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px;
}
h3 {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform: uppercase;
}
h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
}
h5 {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px;
    text-transform: uppercase;
}
h1.small {
    font-size: 2.2em;
    line-height: 42px;
    font-weight: 600;
}
h1.short,
h2.short {
    margin-bottom: 15px;
}
h3.short,
h4.short,
h5.short,
h6.short {
    margin-bottom: 9px;
}
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
    color: #1d2127;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
    color: #fff;
}
h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.modal-header h3 {
    color: #333;
    text-transform: none;
}
.small,
small {
    font-size: 70%;
}
p {
    color: #333;
    line-height: 24px;
    margin: 0 0 20px;
}
p.lead {
    line-height: 1.8rem;
    color: #000;
}
p .alternative-font {
    display: inline-block;
    margin-top: -15px;
    position: relative;
    top: 3px;
    margin-bottom: -6px;
}
.alternative-font {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}
.appear-animation {
    opacity: 0;
}
.appear-animation-visible {
    opacity: 1;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background: 0 0;
}
ul.nav-list li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
ul.nav-list li a {
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
    border-bottom: 1px solid #ededde;
    padding: 8px 0 8px 18px;
    display: block;
    color: #666;
    font-size: 0.9em;
    text-decoration: none;
    line-height: 20px;
}
ul.nav-list li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    margin: 7px 0 0 -9px;
    position: absolute;
}
ul.nav-list li a:hover {
    background-color: #eee;
    text-decoration: none;
}
ul.nav-list li > a.active {
    font-weight: 700;
}
ul.nav-list li ul {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
}
ul.nav-list.hide-not-active li ul {
    display: none;
}
ul.nav-list.hide-not-active li.active ul {
    display: block;
}
ul.nav-list.show-bg-active .active > a,
ul.nav-list.show-bg-active a.active {
    background-color: #f5f5f5;
}
ul.nav-list.show-bg-active .active > a:hover,
ul.nav-list.show-bg-active a.active:hover {
    background-color: #eee;
}
ul.nav-pills > li > a.active,
ul.nav-pills > li > a.active:focus,
ul.nav-pills > li > a.active:hover {
    color: #fff;
    background-color: #ccc;
}
.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
    background-color: transparent;
}
.nav-light > li > a {
    color: #fff;
}
.nav-active-style-1 {
    min-height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-active-style-1 > li {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.nav-active-style-1 > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 !important;
    margin: 0 15px;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
html.ie .nav-active-style-1 > li {
    min-height: 100px;
}
.nav-secondary {
    position: sticky;
    top: 91px; /* Menü yüksekliğine göre ayarlayın */
    z-index: 1000;
    background-color: #fff;
}
.nav-secondary .nav-pills > li {
    float: none;
    display: inline-block;
}
.nav-secondary .nav-pills > li a {
    background-color: #f3efea;
    font-size: 17px;
    font-style: normal;
    font-weight: 650;
    line-height: 20px;
    padding: 20px 20px;
    text-transform: uppercase;
}
.nav-secondary.sticky-active {
    border-bottom-color: #e9e9e9;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
html.boxed .nav-secondary.sticky-active {
    max-width: 1200px;
    left: auto !important;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn {
    font-size: 0.9rem;
    padding: 0.47rem 0.75rem;
    cursor: pointer;
}
.btn.btn-xs {
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
}
.btn.btn-lg {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    background-color: #c72e39;
    color: #fff;
}
.btn-icon i {
    margin-right: 10px;
}
.btn-icon-right i {
    margin-right: 0;
    margin-left: 10px;
}
.btn.dropdown-toggle:after {
    margin-left: 0.155em;
    vertical-align: 0.155em;
}
.btn-primary {
    background-color: #08c;
    border-color: ##08c #08c #08c3;
    color: #fff;
}
.btn-primary.hover,
.btn-primary:hover {
    background-color: #08c;
    border-color: #08c;
    color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
    box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #ccc;
    border-color: #ccc #ccc #b3b3b3;
}
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    background-color: #08c;
    background-image: none;
    border-color: #08c;
}
.btn-success {
    background-color: #28a745;
    border-color: #28a745 #28a745 #1e7e34;
    color: #fff;
}
.btn-success.hover,
.btn-success:hover {
    background-color: #2fc652;
    border-color: #34ce57 #34ce57 #28a745;
    color: #fff;
}
.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745 #28a745 #1e7e34;
}
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34 #1e7e34 #145523;
}
.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107 #ffc107 #d39e00;
    color: #fff;
}
.btn-warning.hover,
.btn-warning:hover {
    background-color: #ffcb2d;
    border-color: #ffce3a #ffce3a #ffc107;
    color: #fff;
}
.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107 #ffc107 #d39e00;
}
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00 #d39e00 #a07800;
}
.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8 #17a2b8 #117a8b;
    color: #fff;
}
.btn-info.hover,
.btn-info:hover {
    background-color: #1bc0da;
    border-color: #1fc8e3 #1fc8e3 #17a2b8;
    color: #fff;
}
.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8 #17a2b8 #117a8b;
}
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b #117a8b #0c525d;
}
.btn-dark {
    background-color: #1d2127;
    border-color: #1d2127 #1d2127 #07080a;
    color: #fff;
}
.btn-dark.hover,
.btn-dark:hover {
    background-color: #2d343d;
    border-color: #333a44 #333a44 #1d2127;
    color: #fff;
}
.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(29, 33, 39, 0.5);
    box-shadow: 0 0 0 3px rgba(29, 33, 39, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #1d2127;
    border-color: #1d2127 #1d2127 #07080a;
}
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
    background-color: #0d0e11;
    background-image: none;
    border-color: #07080a #07080a #000;
}
html body .btn-light,
html body .btn-outline.btn-light {
    border-color: #ccc #ccc #b3b3b3;
    color: #777;
}
html body .btn-light.hover,
html body .btn-light:hover,
html body .btn-outline.btn-light.hover,
html body .btn-outline.btn-light:hover {
    background-color: #08c;
    border-color: #d9d9d9 #d9d9d9 #bfbfbf;
    color: #fff;
}
html body .btn-light.focus,
html body .btn-light:focus,
html body .btn-outline.btn-light.focus,
html body .btn-outline.btn-light:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(179, 179, 179, 0.5);
    box-shadow: 0 0 0 3px rgba(179, 179, 179, 0.5);
}
.show > html body .btn-light.dropdown-toggle,
.show > html body .btn-outline.btn-light.dropdown-toggle,
html body .btn-light.active,
html body .btn-light.disabled,
html body .btn-light:active,
html body .btn-light:disabled,
html body .btn-outline.btn-light.active,
html body .btn-outline.btn-light.disabled,
html body .btn-outline.btn-light:active,
html body .btn-outline.btn-light:disabled {
    border-color: #b3b3b3;
}
html body .btn-light-2,
html body .btn-outline.btn-light-2 {
    border-color: #fff;
    color: #fff;
}
html body .btn-light-2.hover,
html body .btn-light-2:hover,
html body .btn-outline.btn-light-2.hover,
html body .btn-outline.btn-light-2:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0e0e0e;
}
html body .btn-light-2.focus,
html body .btn-light-2:focus,
html body .btn-outline.btn-light-2.focus,
html body .btn-outline.btn-light-2:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(179, 179, 179, 0.5);
    box-shadow: 0 0 0 3px rgba(179, 179, 179, 0.5);
}
html body .btn-light-2.disabled,
html body .btn-light-2:disabled,
html body .btn-outline.btn-light-2.disabled,
html body .btn-outline.btn-light-2:disabled {
    border-color: #b3b3b3;
}
.show > html body .btn-light-2.dropdown-toggle,
.show > html body .btn-outline.btn-light-2.dropdown-toggle,
html body .btn-light-2.active,
html body .btn-light-2:active,
html body .btn-outline.btn-light-2.active,
html body .btn-outline.btn-light-2:active {
    border-color: #fff;
}
.label,
form label {
    font-weight: 400;
}
select {
    border: 1px solid #e5e7e9;
    border-radius: 6px;
    outline: 0;
}
.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.form-control:not(.form-control-lg) {
    font-size: 0.75rem;
    line-height: 1.3;
}
.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 0.85rem;
    line-height: 1.85;
}
.form-control:focus {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-color: #ccc;
}
.form-control.error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control.error:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    -webkit-appearance: none;
}
.form-control::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bdbdbd;
}
.form-control::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bdbdbd;
}
.form-control:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bdbdbd;
}
.btn-group-lg > .btn,
.btn-lg {
    line-height: 1.334;
}
.input-group-btn .btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
label.valid {
    display: inline-block;
    text-indent: -9999px;
}
label.error {
    color: #c10000;
    font-size: 0.9em;
    line-height: 18px;
    padding: 5px 0 0;
}
label.error#captcha-error {
    margin-top: 15px;
}
.captcha {
    clear: both;
    overflow: hidden;
    background: #f2f2f2;
    text-align: center;
    margin-bottom: 20px;
    max-width: 160px;
    height: 78px;
    position: relative;
}
.captcha input {
    border: 0;
}
.captcha-input {
    position: relative;
    top: 15px;
    font-size: 14px;
}
.captcha-image {
    float: left;
    position: relative;
    top: -5px;
    left: -13px;
}
.captcha-refresh {
    position: absolute;
    z-index: 1;
    bottom: 2px;
    right: 2px;
    border-radius: 3px;
    padding: 2px 5px;
}
.captcha-refresh a,
.captcha-refresh a:active,
.captcha-refresh a:focus,
.captcha-refresh a:hover {
    color: #333;
}
.table > tbody > tr.primary > td,
.table > tbody > tr.primary > th,
.table > tbody > tr > td.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr.primary > td,
.table > tfoot > tr.primary > th,
.table > tfoot > tr > td.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > thead > tr.primary > th,
.table > thead > tr > td.primary,
.table > thead > tr > th.primary {
    background-color: #ccc;
    color: #fff;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: #28a745;
    color: #fff;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #ffc107;
    color: #fff;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #17a2b8;
    color: #fff;
}
.table > tbody > tr.dark > td,
.table > tbody > tr.dark > th,
.table > tbody > tr > td.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr.dark > td,
.table > tfoot > tr.dark > th,
.table > tfoot > tr > td.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > thead > tr.dark > th,
.table > thead > tr > td.dark,
.table > thead > tr > th.dark {
    background-color: #1d2127;
    color: #fff;
}
.img-thumbnail {
    border-radius: 4px;
    position: relative;
}
.img-thumbnail img {
    border-radius: 4px;
}
.img-thumbnail .zoom {
    background: #ccc;
    border-radius: 100%;
    bottom: 8px;
    color: #fff;
    display: block;
    height: 30px;
    padding: 6px;
    position: absolute;
    right: 8px;
    text-align: center;
    width: 30px;
}
.img-thumbnail .zoom i {
    font-size: 14px;
    left: -1px;
    position: relative;
    top: -3px;
}
ul.image-gallery {
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (max-width: 991px) {
    .thumbnail {
        border: 0;
        text-align: center;
    }
}
.masonry-loader {
    height: auto;
    overflow: visible;
    position: relative;
}
.masonry-loader:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: " ";
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}
.masonry-loader .bounce-loader {
    display: none;
}
.masonry-loader.masonry-loader-showing {
    height: 200px;
    overflow: hidden;
}
.masonry-loader.masonry-loader-showing:after {
    opacity: 1;
}
.masonry-loader.masonry-loader-showing .bounce-loader {
    display: block;
}
.masonry-loader.masonry-loader-loaded:after {
    display: none;
}
.list li {
    margin-bottom: 13px;
}
.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
.list.list-icons li {
    position: relative;
    padding-left: 25px;
}
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li a:first-child > .fab:first-child,
.list.list-icons li a:first-child > .fal:first-child,
.list.list-icons li a:first-child > .far:first-child,
.list.list-icons li a:first-child > .fas:first-child,
.list.list-icons li a:first-child > .icons:first-child,
.list.list-icons li > .fa:first-child,
.list.list-icons li > .fab:first-child,
.list.list-icons li > .fal:first-child,
.list.list-icons li > .far:first-child,
.list.list-icons li > .fas:first-child,
.list.list-icons li > .icons:first-child {
    position: absolute;
    left: 0;
    top: 5px;
}
.list.list-icons.list-icons-style-3 li {
    padding-top: 5px;
    padding-left: 36px;
}
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child,
.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .fab:first-child,
.list.list-icons.list-icons-style-3 li > .fal:first-child,
.list.list-icons.list-icons-style-3 li > .far:first-child,
.list.list-icons.list-icons-style-3 li > .fas:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child {
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
    font-size: 0.8em;
    line-height: 1.3;
}
.list.list-icons.list-icons-sm li {
    padding-left: 13px;
    margin-bottom: 5px;
}
.list.list-icons.list-icons-sm li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm li a:first-child > .fab:first-child,
.list.list-icons.list-icons-sm li a:first-child > .fal:first-child,
.list.list-icons.list-icons-sm li a:first-child > .far:first-child,
.list.list-icons.list-icons-sm li a:first-child > .fas:first-child,
.list.list-icons.list-icons-sm li a:first-child > .icons:first-child,
.list.list-icons.list-icons-sm li > .fa:first-child,
.list.list-icons.list-icons-sm li > .fab:first-child,
.list.list-icons.list-icons-sm li > .fal:first-child,
.list.list-icons.list-icons-sm li > .far:first-child,
.list.list-icons.list-icons-sm li > .fas:first-child,
.list.list-icons.list-icons-sm li > .icons:first-child {
    font-size: 0.8em;
    top: 7px;
}
.list.list-icons.list-icons-lg li {
    padding-top: 5px;
    padding-left: 32px;
}
.list.list-icons.list-icons-lg li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg li a:first-child > .fab:first-child,
.list.list-icons.list-icons-lg li a:first-child > .fal:first-child,
.list.list-icons.list-icons-lg li a:first-child > .far:first-child,
.list.list-icons.list-icons-lg li a:first-child > .fas:first-child,
.list.list-icons.list-icons-lg li a:first-child > .icons:first-child,
.list.list-icons.list-icons-lg li > .fa:first-child,
.list.list-icons.list-icons-lg li > .fab:first-child,
.list.list-icons.list-icons-lg li > .fal:first-child,
.list.list-icons.list-icons-lg li > .far:first-child,
.list.list-icons.list-icons-lg li > .fas:first-child,
.list.list-icons.list-icons-lg li > .icons:first-child {
    font-size: 1.3em;
}
.list.list-borders li {
    border-bottom: 1px solid #dbdbdb;
    margin-top: 9px;
    margin-bottom: 0;
    padding-bottom: 9px;
}
.list.list-borders li:last-child {
    border-bottom: 0;
}
.nav-tabs {
    margin: 0;
    padding: 0;
    border-bottom-color: #eee;
}
.nav-tabs li:last-child .nav-link {
    margin-right: 0;
}
.nav-tabs li .nav-link {
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    margin-right: 1px;
}
.nav-tabs li .nav-link,
.nav-tabs li .nav-link:hover {
    background: #f4f4f4;
    border-bottom: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #eee;
    color: #ccc;
}
.nav-tabs li .nav-link:hover {
    border-bottom-color: transparent;
    border-top: 3px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav-tabs li .nav-link:active,
.nav-tabs li .nav-link:focus {
    border-bottom: 0;
}
.nav-tabs li.active .nav-link,
.nav-tabs li.active .nav-link:focus,
.nav-tabs li.active .nav-link:hover {
    background: #fff;
    border-left-color: #eee;
    border-right-color: #eee;
    border-top: 3px solid #ccc;
    color: #ccc;
}
.tab-content {
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    padding: 15px;
}
.nav-tabs.nav-right {
    text-align: right;
}
.toggle {
    margin: 10px 0 20px;
    position: relative;
    clear: both;
}
.toggle .toggle {
    margin: 10px 0 0;
}
.toggle > input {
    cursor: pointer;
    height: 45px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.toggle > label {
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    background: #f4f4f4;
    border-left: 3px solid #ccc;
    border-radius: 5px;
    color: #ccc;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}
.toggle > label:-moz-selection {
    background: 0 0;
}
.toggle > label:selection {
    background: 0 0;
}
.toggle > label:before {
    border: 6px solid transparent;
    border-left-color: inherit;
    content: "";
    margin-top: -6px;
    position: absolute;
    right: 4px;
    top: 50%;
}
.toggle > label:hover {
    background: #f5f5f5;
}
.toggle > label + p {
    color: #999;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
}
.toggle > label i {
    font-size: 0.7em;
    margin-right: 8px;
    position: relative;
    top: -1px;
}
.toggle > .toggle-content {
    display: none;
}
.toggle > .toggle-content > p {
    margin-bottom: 0;
    padding: 10px 0;
}
.toggle.active > label {
    background: #f4f4f4;
    border-color: #ccc;
}
.toggle.active > label:before {
    border: 6px solid transparent;
    border-top-color: #fff;
    margin-top: -3px;
    right: 10px;
}
.toggle.active > p {
    white-space: normal;
}
.toggle > p.preview-active {
    height: auto;
    white-space: normal;
}
.toggle.toggle-simple .toggle > label {
    border-radius: 0;
    border: 0;
    background: 0 0;
    padding-left: 32px;
    margin-bottom: -10px;
    font-size: 1em;
    font-weight: 600;
    color: #1d2127;
}
.toggle.toggle-simple .toggle > label:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: #ccc;
    top: 23px;
    margin-top: -12px;
    border-radius: 3px;
    z-index: 1;
}
.toggle.toggle-simple .toggle > label:before {
    border: 0;
    left: 7px;
    right: auto;
    margin-top: 0;
    top: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    z-index: 2;
    color: #fff;
    font-size: 13px;
}
.toggle.toggle-simple .toggle.active > label {
    background: 0 0;
    color: #1d2127;
}
.toggle.toggle-simple .toggle.active > label:before {
    content: "\f068";
}
.owl-carousel {
    margin-bottom: 20px;
}
.owl-carousel .owl-item img {
    -webkit-transform-style: unset;
    transform-style: unset;
}
.owl-carousel .thumbnail {
    margin-right: 1px;
}
.owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    outline: 0;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -5px;
}
.owl-carousel .owl-nav button.owl-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f053";
    position: relative;
    left: -1px;
    top: 1px;
}
.owl-carousel .owl-nav button.owl-next {
    right: -5px;
}
.owl-carousel .owl-nav button.owl-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: relative;
    left: 2px;
    top: 1px;
}
.owl-carousel button.owl-dot {
    outline: 0;
}
.owl-carousel.show-nav-hover .owl-nav {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.owl-carousel.show-nav-hover .owl-nav button.owl-prev {
    left: -20px;
}
.owl-carousel.show-nav-hover .owl-nav button.owl-next {
    right: -20px;
}
.owl-carousel.show-nav-hover:hover .owl-nav {
    opacity: 1;
}
.owl-carousel.show-nav-title .owl-nav {
    top: 0;
    right: 0;
    margin-top: -45px;
    width: auto;
}
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:active,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover {
    background: 0 0 !important;
    width: 18px;
    font-size: 18px;
}
.owl-carousel.show-nav-title .owl-nav button.owl-prev {
    left: -45px;
}
.owl-carousel.nav-bottom .owl-nav {
    position: static;
    margin: 0;
    padding: 0;
    width: auto;
}
.owl-carousel.nav-bottom .owl-nav button.owl-next,
.owl-carousel.nav-bottom .owl-nav button.owl-prev {
    position: static;
}
.owl-carousel.nav-bottom-inside .owl-nav {
    position: relative;
    margin: -4.3rem 0 0;
    padding: 0;
    width: auto;
}
.owl-carousel.nav-bottom-inside .owl-nav button.owl-next,
.owl-carousel.nav-bottom-inside .owl-nav button.owl-prev {
    position: static;
}
.owl-carousel.nav-inside .owl-dots,
.owl-carousel.nav-inside .owl-nav {
    bottom: 2px;
    margin-top: 10px;
    position: absolute;
    right: 6px;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
    width: 20px;
    background: 0 0 !important;
    color: #000;
}
.owl-carousel.nav-style-1.nav-style-1-light .owl-nav .owl-next,
.owl-carousel.nav-style-1.nav-style-1-light .owl-nav .owl-prev {
    color: #fff !important;
}
.owl-carousel.big-nav .owl-nav,
.owl-carousel.full-width .owl-nav {
    margin-top: -30px;
}
.owl-carousel.big-nav .owl-nav button[class*="owl-"],
.owl-carousel.big-nav .owl-nav button[class*="owl-"]:hover,
.owl-carousel.full-width .owl-nav button[class*="owl-"],
.owl-carousel.full-width .owl-nav button[class*="owl-"]:hover {
    height: auto;
    padding: 20px 0 !important;
}
.owl-carousel.big-nav .owl-nav button.owl-prev,
.owl-carousel.full-width .owl-nav button.owl-prev {
    border-radius: 0 4px 4px 0;
}
.owl-carousel.big-nav .owl-nav button.owl-next,
.owl-carousel.full-width .owl-nav button.owl-next {
    border-radius: 4px 0 0 4px;
}
.owl-carousel.top-border {
    border-top: 1px solid #dbdbdb;
    padding-top: 18px;
}
.owl-carousel.carousel-sync-style-1 {
    position: absolute;
    top: 50%;
    left: -30px;
    max-width: 355px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
@media (max-width: 575px) {
    h2 {
        line-height: 40px;
    }
    .nav-active-style-1 > li > a {
        min-height: 45px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .owl-carousel.carousel-sync-style-1 {
        left: 0;
        max-width: none;
    }
}
section.video {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}
section.video .container {
    position: relative;
    z-index: 3;
}
section.video .video-overlay {
    background: url(../site-images/video-overlay.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
section.video.video-overlay-dark .video-overlay {
    background-image: url(../site-images/video-overlay-dark.png);
}
html.boxed section.video > div:first-child,
html.boxed section.video > div:first-child video {
    z-index: 0 !important;
}
.mfp-content .ajax-container,
.popup-inline-content {
    background: #fff;
    margin: 40px auto;
    max-width: 1170px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    display: none;
}
.mfp-content .ajax-container,
.mfp-wrap .popup-inline-content {
    display: block;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
    margin-right: 0;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
    margin-left: 0;
}
.mfp-close,
.mfp-close-btn-in .mfp-close {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #838383;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0.001;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.dialog {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    margin: 40px auto;
    position: relative;
    max-width: 600px;
}
.dialog.dialog-xs {
    max-width: 200px;
}
.white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
    position: relative;
}
.white-popup-block.white-popup-block-xs {
    max-width: 200px;
}
html.lightbox-opened.sticky-header-active #header .header-body {
    padding-right: 17px;
}
.modal-open {
    padding-right: 0 !important;
}
.learn-more,
.read-more {
    display: inline-block;
    white-space: nowrap;
}
.show-grid [class*="col"] .show-grid-block {
    background-color: #fff;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    display: block;
}
.alert .fa,
.alert .fab,
.alert .fal,
.alert .far,
.alert .fas,
.alert .icons {
    margin-right: 8px;
    font-size: 1.1em;
}
.alert ul {
    padding: 0;
    margin: 7px 0 0 40px;
}
.alert ul li {
    font-size: 0.9em;
}
.alert.alert-default {
    background-color: #f2f2f2;
    border-color: #eaeaea;
    color: #737373;
}
.alert.alert-default .alert-link {
    color: #4c4c4c;
}
.alert.alert-dark {
    background-color: #333a44;
    border-color: #07080a;
    color: #ced3db;
}
.alert.alert-dark .alert-link {
    color: #fafbfb;
}
.content-grid {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.content-grid .content-grid-item {
    position: relative;
    padding: 10px;
    margin: 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;
}
.content-grid .content-grid-item:after,
.content-grid .content-grid-item:before {
    content: "";
    position: absolute;
}
.content-grid .content-grid-item:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #dadada;
}
.content-grid .content-grid-item:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #dadada;
}
.content-grid .content-grid-item .img-fluid {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.not-included {
    color: #b7b7b7;
    display: block;
    font-size: 0.8em;
    font-style: normal;
    margin: -4px 0;
    padding: 0;
}
.ajax-box {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
}
.ajax-box .ajax-box-content {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    overflow: hidden;
    height: auto;
}
.ajax-box .bounce-loader {
    opacity: 0;
}
.ajax-box.ajax-box-init {
    height: 0;
}
.ajax-box.ajax-box-loading {
    height: 300px;
}
.ajax-box.ajax-box-loading .ajax-box-content {
    opacity: 0;
    height: 300px;
}
.ajax-box.ajax-box-loading .bounce-loader {
    opacity: 1;
}
.notice-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #d01a34;
    z-index: -1;
}
hr {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#dbdbdb), to(transparent));
    background-image: linear-gradient(to left, transparent, #dbdbdb, transparent);
    border: 0;
    height: 1px;
    margin: 22px 0;
}
hr.short {
    margin: 11px 0;
}
hr.tall {
    margin: 1px 0;
}
hr.gradient-to-right {
    background-image: -webkit-gradient(linear, right top, left top, from(#dbdbdb), to(transparent));
    background-image: linear-gradient(to left, #dbdbdb, transparent);
}
hr.gradient-to-left {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#dbdbdb));
    background-image: linear-gradient(to left, transparent, #dbdbdb);
}
hr.solid {
    background: #dbdbdb;
}
hr.light {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(rgba(255, 255, 255, 0.15)), to(transparent));
    background-image: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.15), transparent);
}
hr.invisible {
    background: 0 0;
}
.divider {
    border: 0;
    height: 1px;
    margin: 44px auto;
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(#dbdbdb), to(transparent));
    background-image: linear-gradient(to left, transparent, #dbdbdb, transparent);
    text-align: center;
    position: relative;
    clear: both;
}
.divider .fa,
.divider .fab,
.divider .fal,
.divider .far,
.divider .fas,
.divider .icons {
    background: #fff;
    border-radius: 50px;
    color: #a9a9a9;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 50px;
    font-size: 20px;
    margin: 0 auto 0 -25px;
    top: -25px;
    left: 50%;
    z-index: 1;
}
.divider.divider-small {
    margin: 22px auto;
    background: 0 0;
}
.divider.divider-small hr {
    width: 50px;
    height: 3px;
    background: #555;
}
.sort-destination-loader {
    height: auto;
    overflow: hidden;
    position: relative;
}
.sort-destination-loader:after {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    content: " ";
    background: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}
.sort-destination-loader .bounce-loader {
    display: none;
}
.sort-destination-loader.sort-destination-loader-showing {
    max-height: 200px;
}
.sort-destination-loader.sort-destination-loader-showing:after {
    opacity: 1;
}
.sort-destination-loader.sort-destination-loader-showing .bounce-loader {
    display: block;
}
.sort-destination-loader.sort-destination-loader-loaded {
    overflow: visible;
}
.sort-destination-loader.sort-destination-loader-loaded:after {
    display: none;
}
@media (max-width: 991px) {
    .isotope-hidden {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .isotope-item {
        position: static !important;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: none !important;
        transform: none !important;
    }
}
.featured-box {
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(98%, #fcfcfc)) rgba(0, 0, 0, 0);
    background: linear-gradient(to bottom, #fff 1%, #fcfcfc 98%) rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-radius: 8px;
    border-right: 1px solid #ececec;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin: 20px auto;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.featured-box .box-content {
    border-radius: 8px;
    border-top: 4px solid #ccc;
    padding: 30px 30px 10px;
    position: relative;
    top: -1px;
}
.featured-box .learn-more {
    display: block;
    margin-top: 10px;
}
.featured-boxes-flat .featured-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 0;
}
.featured-boxes-flat .featured-box .box-content {
    background: #fff;
    margin-top: 65px;
}
.featured-boxes-style-2 .featured-box {
    background: 0 0;
    border: 0;
    margin: 10px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.featured-boxes-style-2 .featured-box .box-content {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.featured-boxes-style-3 .featured-box {
    margin: 10px 0;
}
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box {
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.featured-boxes-style-3:not(.featured-boxes-flat) .featured-box .box-content {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.featured-boxes-style-4 .featured-box {
    background: 0 0;
    border: 0;
    margin: 10px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.featured-boxes-style-4 .featured-box .box-content {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.featured-boxes-style-5 .featured-box,
.featured-boxes-style-6 .featured-box,
.featured-boxes-style-7 .featured-box {
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 0;
}
.featured-boxes-style-5 .featured-box .box-content,
.featured-boxes-style-6 .featured-box .box-content,
.featured-boxes-style-7 .featured-box .box-content {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.featured-boxes-style-5 .featured-box .box-content h4,
.featured-boxes-style-6 .featured-box .box-content h4,
.featured-boxes-style-7 .featured-box .box-content h4 {
    color: #2e353e;
}
.featured-boxes .featured-box {
    margin-bottom: 30px;
    margin-top: 45px;
}
@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.feature-box .feature-box-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 15px;
}
.feature-box.feature-box-style-2 h4,
.feature-box.feature-box-style-3 h4,
.feature-box.feature-box-style-6 h4 {
    color: #1d2127;
}
@media (min-width: 992px) {
    .col-md-3.isotope-item:nth-child(4n + 1),
    .col-md-4.isotope-item:nth-child(3n + 1),
    .col-md-6.isotope-item:nth-child(odd) {
        clear: both;
    }
    .feature-box.reverse {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .feature-box.reverse .feature-box-info {
        padding-right: 15px;
        padding-left: 0;
    }
}
.featured-boxes-full .featured-box-full {
    text-align: center;
    padding: 55px;
}
.featured-boxes-full .featured-box-full .fa,
.featured-boxes-full .featured-box-full .fab,
.featured-boxes-full .featured-box-full .fal,
.featured-boxes-full .featured-box-full .far,
.featured-boxes-full .featured-box-full .fas,
.featured-boxes-full .featured-box-full .icons,
.featured-boxes-full .featured-box-full a,
.featured-boxes-full .featured-box-full h1,
.featured-boxes-full .featured-box-full h2,
.featured-boxes-full .featured-box-full h3,
.featured-boxes-full .featured-box-full h4,
.featured-boxes-full .featured-box-full h5,
.featured-boxes-full .featured-box-full h6,
.featured-boxes-full .featured-box-full p {
    color: #fff;
    padding: 0;
    margin: 0;
}
.featured-boxes-full .featured-box-full .fa,
.featured-boxes-full .featured-box-full .fab,
.featured-boxes-full .featured-box-full .fal,
.featured-boxes-full .featured-box-full .far,
.featured-boxes-full .featured-box-full .fas,
.featured-boxes-full .featured-box-full .icons {
    font-size: 3.9em;
    margin-bottom: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.featured-boxes-full .featured-box-full p {
    padding-top: 12px;
    opacity: 0.8;
}
html.ie .feature-box .feature-box-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    margin: 4px;
    overflow: hidden;
    display: block;
    position: relative;
}
.thumb-info .thumb-info-wrapper:after {
    content: "";
    background: rgba(23, 23, 23, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #fff;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}
.thumb-info .thumb-info-action-icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #ccc;
    border-radius: 0 0 0 25px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    width: 50px;
    z-index: 2;
}
.thumb-info .thumb-info-action-icon i {
    font-size: 24px;
    left: 3px;
    position: relative;
    top: -4px;
    color: #fff;
}
.thumb-info .thumb-info-inner {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
}
.thumb-info .thumb-info-inner em {
    display: block;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 400;
}
.thumb-info .thumb-info-title {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: rgba(23, 23, 23, 0.8);
    bottom: 10%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    z-index: 2;
    max-width: 90%;
}
.thumb-info .thumb-info-type {
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px;
    padding: 2px 9px;
    text-transform: none;
    z-index: 2;
}
.thumb-info .owl-carousel {
    z-index: auto;
}
.thumb-info .owl-carousel .owl-dots {
    z-index: 2;
}
.thumb-info img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 3px;
    position: relative;
    width: 100%;
}
.thumb-info:hover .thumb-info-wrapper:after {
    opacity: 1;
}
.thumb-info:hover .thumb-info-action-icon {
    right: 0;
    top: 0;
}
.thumb-info:hover .thumb-info-title {
    background: #000;
}
.thumb-info:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.thumb-info.thumb-info-no-zoom img {
    -webkit-transition: none;
    transition: none;
}
.thumb-info.thumb-info-no-zoom:hover img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.thumb-info.thumb-info-bottom-info .thumb-info-title {
    background: #fff;
    left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    top: auto;
    bottom: 0;
    opacity: 0;
    padding: 15px;
    text-shadow: none;
    color: #777;
}
.thumb-info.thumb-info-bottom-info .thumb-info-type {
    float: none;
    background: 0 0;
    padding: 0;
    margin: 0;
}
.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.thumb-info.thumb-info-bottom-info:hover img {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
}
.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(23, 23, 23, 0.8)), to(transparent)) rgba(0, 0, 0, 0);
    background: linear-gradient(to top, rgba(23, 23, 23, 0.8) 0, transparent 100%) rgba(0, 0, 0, 0);
    color: #fff;
}
.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
    opacity: 0.65;
}
.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
    opacity: 1;
    top: 50%;
}
.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
    float: none;
}
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
    opacity: 0.1;
}
.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
    opacity: 0;
}
.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
    display: none;
}
.thumb-info.thumb-info-preview .thumb-info-image {
    min-height: 232px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    -webkit-transition: background-position 0.8s linear;
    transition: background-position 0.8s linear;
}
.thumb-info.thumb-info-preview:hover .thumb-info-image {
    -webkit-transition: background-position 2.5s linear;
    transition: background-position 2.5s linear;
    background-position: center bottom;
}
.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
    -webkit-transition: background-position 1s linear;
    transition: background-position 1s linear;
}
.thumb-info.thumb-info-no-overlay .thumb-info-wrapper:after {
    content: none;
}
.thumb-info.thumb-info-no-bg {
    background: 0 0;
}
html.webkit .thumb-info .thumb-info-wrapper {
    margin: 4px 4px 3px;
}
html.webkit .full-width .thumb-info .thumb-info-wrapper,
html.webkit .masonry-item .thumb-info .thumb-info-wrapper,
html.webkit .thumb-info-no-borders .thumb-info-wrapper {
    margin: 0;
}
.full-width .thumb-info img {
    border-radius: 0 !important;
}
section.timeline {
    width: 75%;
    margin: 50px 12.5% 0;
    position: relative;
    float: left;
    padding-bottom: 120px;
}
section.timeline:after {
    background: #505050;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 0)), color-stop(8%, #505050), color-stop(92%, #505050), to(rgba(80, 80, 80, 0)));
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: -60px;
    width: 3px;
    z-index: 0;
    opacity: 0.35;
}
section.timeline .timeline-date {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    position: relative;
    display: block;
    clear: both;
    width: 200px;
    height: 45px;
    padding: 5px;
    border: 1px solid #e5e5e5;
    margin: 0 auto 10px;
    text-shadow: 0 1px 1px #fff;
    border-radius: 4px;
    background: #fff;
    z-index: 1;
}
section.timeline .timeline-date h3 {
    display: block;
    text-align: center;
    color: #757575;
    font-size: 0.9em;
    line-height: 32px;
}
section.timeline .timeline-title {
    background: #f4f4f4;
    padding: 12px;
}
section.timeline .timeline-title h4 {
    padding: 0;
    margin: 0;
    color: #171717;
    font-size: 1.4em;
}
section.timeline .timeline-title a {
    color: #171717;
}
section.timeline .timeline-box {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin: 20px 10px 30px;
    padding: 10px;
    position: relative;
    width: 45.7%;
    float: left;
    z-index: 1;
    background: #fff;
}
section.timeline .timeline-box.left {
    clear: both;
}
section.timeline .timeline-box.left:before {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;
    content: "";
    display: block;
    height: 7px;
    margin-right: -5px;
    position: absolute;
    right: -6.8%;
    top: 22px;
    width: 8px;
}
section.timeline .timeline-box.left:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: -8px;
    top: 20px;
    width: 14px;
    z-index: 0;
}
section.timeline .timeline-box.right {
    clear: right;
    float: right;
    right: -1px;
    margin-top: 40px;
}
section.timeline .timeline-box.right:before {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #e5e5e5;
    content: "";
    display: block;
    height: 7px;
    margin-left: -5px;
    position: absolute;
    left: -7.2%;
    top: 32px;
    width: 8px;
}
section.timeline .timeline-box.right:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    left: -8px;
    top: 30px;
    width: 14px;
    z-index: 0;
}
section.timeline .timeline-box .owl-carousel {
    border-radius: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 1199px) {
    section.timeline .timeline-box.left:before {
        right: -6.2%;
    }
    section.timeline .timeline-box.right:before {
        left: -6.7%;
    }
}
@media (max-width: 991px) {
    .thumb-info .thumb-info-title {
        font-size: 14px;
    }
    .thumb-info .thumb-info-more {
        font-size: 11px;
    }
    section.timeline .timeline-box,
    section.timeline .timeline-box.right {
        float: none;
        clear: both;
        right: auto;
        left: auto;
        margin: 25px auto;
        max-width: 70%;
        width: auto;
    }
    section.timeline .timeline-box.left:after,
    section.timeline .timeline-box.left:before,
    section.timeline .timeline-box.right:after,
    section.timeline .timeline-box.right:before {
        display: none;
    }
}
@media (max-width: 767px) {
    section.timeline {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 575px) {
    section.timeline {
        width: auto;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    section.timeline .timeline-box,
    section.timeline .timeline-box.right {
        margin: 15px auto;
        max-width: 90%;
    }
}
.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}
.social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.social-icons li a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: #fff;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
}
.social-icons li:hover a {
    background: #171717;
    color: #fff !important;
}
.social-icons li:hover.social-icons-twitter a {
    background: #1aa9e1;
}
.social-icons li:hover.social-icons-facebook a {
    background: #3b5a9a;
}
.social-icons li:hover.social-icons-linkedin a {
    background: #0073b2;
}
.social-icons li:hover.social-icons-youtube a {
    background: #c3191e;
}
.social-icons li:hover.social-icons-instagram a {
    background: #7c4a3a;
}
.arrow {
    background: url(../site-images/arrows.png) no-repeat;
    width: 47px;
    height: 120px;
    display: inline-block;
    position: relative;
}
.arrow.arrow-light {
    background-image: url(../site-images/arrows-dark.png);
}
@media (max-width: 575px) {
    .arrow {
        display: none;
    }
}
.call-to-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 32px 55px;
    clear: both;
}
.call-to-action::after {
    clear: both;
    content: "";
    display: block;
}
.call-to-action h3 {
    text-transform: none;
    color: #1d2127;
    padding: 0;
    margin: 0 0 9px;
}
.call-to-action p {
    font-size: 1.2em;
}
.call-to-action > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.call-to-action > [class*="col-"]:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}
@media (max-width: 767px) {
    .call-to-action {
        padding: 10px;
    }
    .call-to-action > [class*="col-"]:nth-child(2) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.call-to-action .container-fluid > .row,
.call-to-action .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.call-to-action .container-fluid > .row > [class*="col-"],
.call-to-action .container > .row > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2),
.call-to-action .container > .row > [class*="col-"]:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}
@media (max-width: 767px) {
    .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2),
    .call-to-action .container > .row > [class*="col-"]:nth-child(2) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .call-to-action .container > .row [class*="col-"]:not([class*="col-xs"]),
    .call-to-action > [class*="col-"]:not([class*="col-xs"]) {
        width: 100%;
    }
}
.call-to-action .call-to-action-content {
    text-align: center;
}
.call-to-action.call-to-action-default {
    background: #f4f4f4;
}
.call-to-action.call-to-action-dark {
    background: #2e353e;
}
.call-to-action.call-to-action-dark h3,
.call-to-action.call-to-action-dark p {
    color: #fff;
}
.call-to-action.with-button-arrow .call-to-action-btn {
    position: relative;
}
@media (min-width: 992px) {
    .call-to-action.with-button-arrow .call-to-action-btn {
        left: -80px;
    }
}
.call-to-action.with-button-arrow .call-to-action-btn .arrow {
    position: absolute;
}
.call-to-action.with-button-arrow .call-to-action-btn.no-left {
    left: 0;
}
.call-to-action.call-to-action-in-footer {
    padding-top: 90px;
    padding-bottom: 70px;
    margin-top: 30px;
    margin-bottom: -50px !important;
}
.call-to-action.call-to-action-in-footer:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    height: 20px;
    width: 20px;
    top: -5px;
    left: 50%;
    margin-left: -20px;
}
.call-to-action.no-top-arrow:before {
    display: none;
}
.call-to-action.call-to-action-in-footer-margin-top {
    margin-top: 60px;
}
.container .call-to-action {
    border-radius: 8px;
}
@media (max-width: 767px) {
    .call-to-action .call-to-action-btn,
    .call-to-action .call-to-action-content {
        margin: 0;
        padding: 20px;
        position: static;
        width: auto;
    }
}
html.ie:not(.ie9) .call-to-action .call-to-action-content {
    width: 100%;
}
.progress {
    border-radius: 25px;
    height: 20px;
    background: #fafafa;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    overflow: visible;
}
.progress.progress-border-radius,
.progress.progress-border-radius .progress-bar {
    border-radius: 3px;
}
.progress.progress-no-border-radius,
.progress.progress-no-border-radius .progress-bar {
    border-radius: 0;
}
.progress-bar {
    background-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-radius: 25px;
}
.progress-bar-tooltip {
    padding: 4px 8px;
    background-color: #333;
    color: #fff;
    line-height: 15px;
    font-size: 11px;
    display: block;
    position: absolute;
    top: -28px;
    right: 5px;
    border-radius: 3px;
    opacity: 0;
}
.progress-bar-tooltip:after {
    border-color: #333 transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    display: block;
    left: 13px;
    position: absolute;
    width: 0;
}
.progress-bar-primary {
    background-color: #ccc;
    color: #fff;
}
.progress-bar-success {
    background-color: #28a745;
    color: #fff;
}
.progress-bar-warning {
    background-color: #ffc107;
    color: #fff;
}
.progress-bar-info {
    background-color: #17a2b8;
    color: #fff;
}
.progress-bar-dark {
    background-color: #1d2127;
    color: #fff;
}
.counters .fa,
.counters .fab,
.counters .fal,
.counters .far,
.counters .fas,
.counters .icons {
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}
.counters strong {
    display: block;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
}
.counters label {
    display: block;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
}
.word-rotator {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    max-height: 22px;
    line-height: 22px;
}
.word-rotator .word-rotator-items {
    position: relative;
    top: 0;
    width: 0;
    display: inline-block;
}
.word-rotator .word-rotator-items span {
    display: inline-block;
    white-space: nowrap;
}
.word-rotator .word-rotator-items span:not(:first-child) {
    display: none;
}
.word-rotator.active .word-rotator-items {
    position: relative;
}
.word-rotator.active .word-rotator-items span {
    display: inline-block;
    float: left;
    clear: both;
}
h2.word-rotator-title .inverted {
    min-height: 46px;
}
h2.word-rotator-title .word-rotator {
    max-height: 42px;
    line-height: 42px;
    margin-bottom: -9px;
}
p .inverted {
    min-height: 24px;
}
p .word-rotator {
    max-height: 22px;
    line-height: 22px;
    margin-bottom: -6px;
}
html .scroll-to-top {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: #404040;
    border-radius: 7px 7px 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 49px;
    z-index: 1040;
}
html .scroll-to-top:hover {
    opacity: 1;
}
html .scroll-to-top.visible {
    opacity: 0.75;
}
html .scroll-to-top span {
    display: inline-block;
    padding: 0 5px;
}
html.lightbox-opened .scroll-to-top {
    right: 27px;
}
html.ie11 .scroll-to-top {
    right: 25px;
}
@media (max-width: 991px) {
    .call-to-action.with-button-arrow .call-to-action-btn .arrow {
        display: none;
    }
    .call-to-action.with-button-arrow .call-to-action-btn.no-left {
        margin-top: -25px !important;
    }
    html .scroll-to-top.hidden-mobile {
        display: none !important;
    }
    #header .header-nav-main nav > ul > li > a,
    #header .header-nav-main nav > ul > li > a:active {
        color: #c72e39;
    }
    #header .header-nav-main nav > ul > li > a.active,
    #header .header-nav-main nav > ul > li > a.active:focus,
    #header .header-nav-main nav > ul > li > a.active:hover {
        background: #c72e39;
    }
}
.flag {
    width: 16px;
    height: 11px;
    background: url(../site-images/flags.png) no-repeat;
}
.flag.flag-al {
    background-position: -96px 0;
}
.flag.flag-az {
    background-position: -240px 0;
}
.flag.flag-bg {
    background-position: -80px -11px;
}
.flag.flag-br {
    background-position: -192px -11px;
}
.flag.flag-cn {
    background-position: -208px -22px;
}
.flag.flag-de {
    background-position: -80px -33px;
}
.flag.flag-es {
    background-position: -16px -44px;
}
.flag.flag-fr {
    background-position: -144px -44px;
}
.flag.flag-gb {
    background-position: -176px -44px;
}
.flag.flag-gr {
    background-position: -112px -55px;
}
.flag.flag-hr {
    background-position: 0 -66px;
}
.flag.flag-hu {
    background-position: -32px -66px;
}
.flag.flag-iq {
    background-position: -160px -66px;
}
.flag.flag-ir {
    background-position: -176px -66px;
}
.flag.flag-it {
    background-position: -208px -66px;
}
.flag.flag-jp {
    background-position: -16px -77px;
}
.flag.flag-kg {
    background-position: -48px -77px;
}
.flag.flag-kr {
    background-position: -144px -77px;
}
.flag.flag-kz {
    background-position: -208px -77px;
}
.flag.flag-lv {
    background-position: -112px -88px;
}
.flag.flag-md {
    background-position: -176px -88px;
}
.flag.flag-mk {
    background-position: -240px -88px;
}
.flag.flag-mn {
    background-position: -32px -99px;
}
.flag.flag-my {
    background-position: -208px -99px;
}
.flag.flag-no {
    background-position: -96px -110px;
}
.flag.flag-pk {
    background-position: -16px -121px;
}
.flag.flag-pl {
    background-position: -32px -121px;
}
.flag.flag-ro {
    background-position: -192px -121px;
}
.flag.flag-rs {
    background-position: -208px -121px;
}
.flag.flag-ru {
    background-position: -224px -121px;
}
.flag.flag-sa {
    background-position: 0 -132px;
}
.flag.flag-sk {
    background-position: -144px -132px;
}
.flag.flag-th {
    background-position: -160px -143px;
}
.flag.flag-tj {
    background-position: -192px -143px;
}
.flag.flag-tm {
    background-position: -240px -143px;
}
.flag.flag-ua {
    background-position: -112px -154px;
}
.flag.flag-us {
    background-position: -160px -154px;
}
.flag.flag-uz {
    background-position: -192px -154px;
}
.flag.flag-vn {
    background-position: -32px -165px;
}
.loading-overlay-showing {
    overflow: hidden;
}
.loading-overlay-showing > .loading-overlay {
    opacity: 1;
    visibility: visible;
}
.loading-overlay {
    -webkit-transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
    transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    background: #fff;
}
body > .loading-overlay {
    position: fixed;
    z-index: 999999;
}
.bounce-loader {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin: -9px 0 0 -35px;
    text-align: center;
    width: 70px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 10000;
}
.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
    -webkit-animation: 1.4s ease-in-out infinite both bouncedelay;
    animation: 1.4s ease-in-out infinite both bouncedelay;
    background-color: #ccc;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    display: inline-block;
    height: 18px;
    width: 18px;
}
.bounce-loader .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.bounce-loader .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
html.safari.iphone .bounce-loader .bounce1,
html.safari.iphone .bounce-loader .bounce2,
html.safari.iphone .bounce-loader .bounce3 {
    -webkit-animation: 1.4s ease-in-out infinite bouncedelay;
    animation: 1.4s ease-in-out infinite bouncedelay;
}
.dropdown.dropdown-style-1 .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1.1rem;
    background: #fff;
    border-radius: 0;
    border-right: 1px solid #ededed;
    min-width: 230px;
    font-weight: 700;
    text-decoration: none;
}
.dropdown.dropdown-style-1 .dropdown-toggle:after {
    content: "\f107";
    position: absolute;
    right: 1.1rem;
    top: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    border: 0;
    margin: 0;
    width: 10px;
    height: 10px;
    line-height: 10px;
}
.dropdown.dropdown-style-1 .dropdown-toggle > i {
    display: none;
}
.dropdown.dropdown-style-1 .dropdown-menu {
    width: 100%;
    border-radius: 0;
    margin-top: -1px;
    border-color: #ededed;
}
.dropdown.dropdown-style-1 .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
}
.google-map {
    background: #e5e3df;
    height: 400px;
    width: 100%;
}
.google-map.small {
    height: 250px;
    border-radius: 6px;
    margin: 0;
    clear: both;
}
.google-map img {
    max-width: 9999px;
}
article.post h2 a {
    text-decoration: none;
}
article.post .post-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}
article.post .post-meta > span {
    display: inline-block;
    padding-right: 8px;
}
article.post .post-meta i {
    margin-right: 3px;
}
article.post .post-date {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 10px;
    text-align: center;
}
article.post .post-date .month {
    background: #ccc;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #fff;
    font-size: 0.9em;
    padding: 0 10px 2px;
}
article.post .post-image .owl-carousel {
    width: 100.1%;
}
article .post-video {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding: 0 0 61%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: block;
    height: auto;
    position: relative;
    margin: 0 0 30px;
}
article .post-video iframe {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
article .post-audio {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    padding: 0 0 35%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: block;
    height: auto;
    position: relative;
    margin: 0 0 30px;
    min-height: 160px;
}
article .post-audio iframe {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.post-block {
    border-top: 1px solid #ddd;
    margin: 15px 0 0;
    padding: 20px 0 15px;
}
.post-block h3 {
    font-size: 1.8em;
    font-weight: 200;
    margin: 0 0 20px;
    text-transform: none;
}
.post-block h3 i {
    margin-right: 7px;
}
.post-share {
    margin: 55px 0 0;
    padding-bottom: 0;
}
.post-comments {
    margin-top: 45px;
}
ul.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.comments li {
    clear: both;
    padding: 10px 0 0 115px;
}
ul.comments li a {
    text-decoration: none;
}
ul.comments li .img-thumbnail {
    margin-left: -115px;
    position: absolute;
}
ul.comments li .comment {
    margin-bottom: 10px;
}
ul.comments .comment-arrow {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f4f4f4;
    border-top: 15px solid transparent;
    height: 0;
    left: -15px;
    position: absolute;
    top: 28px;
    width: 0;
}
ul.comments .comment-block {
    background: #f4f4f4;
    border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
}
ul.comments .comment-block p {
    font-size: 0.9em;
    line-height: 21px;
    margin: 0;
    padding: 0;
}
ul.comments .comment-block .comment-by {
    display: block;
    font-size: 1em;
    line-height: 21px;
    margin: 0;
    padding: 0 0 5px;
}
ul.comments .comment-block .date {
    color: #999;
    font-size: 0.9em;
}
ul.simple-post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.simple-post-list li {
    border-bottom: 1px dotted #e2e2e2;
    padding: 15px 0;
}
ul.simple-post-list li::after {
    clear: both;
    content: "";
    display: block;
}
ul.simple-post-list li:last-child {
    border-bottom: 0;
}
ul.simple-post-list .post-image {
    float: left;
    margin-right: 12px;
}
ul.simple-post-list .post-meta {
    color: #888;
    font-size: 0.8em;
}
ul.simple-post-list .post-info {
    line-height: 20px;
}
@media (max-width: 575px) {
    ul.comments li {
        border-left: 8px solid #ddd;
        clear: both;
        padding: 0 0 0 10px;
    }
    ul.comments .comment-arrow,
    ul.comments li .img-thumbnail {
        display: none;
    }
}
@font-face {
    font-family: star;
    src: url("../fonts/star.eot");
    src: url("../fonts/stard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
    font-weight: 400;
    font-style: normal;
}
.rev_column,
.rev_column .tp-parallax-wrap,
.tp-svg-layer svg {
    vertical-align: top;
}
.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999999 !important;
    background: #fff !important;
}
.rtl {
    direction: rtl;
}
@font-face {
    font-family: revicons;
    src: url(../fonts/revicons/revicons90c6.eot?5510888);
    src: url(../fonts/revicons/revicons90c6.eot?5510888#iefix) format("embedded-opentype"), url(../fonts/revicons/revicons90c6.woff?5510888) format("woff"), url(../fonts/revicons/revicons90c6.ttf?5510888) format("truetype"),
        url(../fonts/revicons/revicons90c6.svg?5510888#revicons) format("svg");
    font-weight: 400;
    font-style: normal;
}
.revicon-right-dir:before {
    content: "\e818";
}
.rev_slider_wrapper {
    position: relative;
    z-index: 0;
    width: 100%;
}
.rev_slider {
    position: relative;
}
.entry-content .rev_slider a,
.rev_slider a {
    box-shadow: none;
}
.tp-overflow-hidden {
    overflow: hidden !important;
}
.rev_slider img,
.tp-simpleresponsive img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none;
}
.rev_slider > ul,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
    list-style: none !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0;
}
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
    visibility: hidden;
}
.tp-revslider-mainul,
.tp-revslider-slidesli {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.fullscreen-container,
.fullwidthbanner-container {
    padding: 0;
    position: relative;
}
.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}
.tp-caption .rs-toggled-content {
    display: none;
}
.rs-toggle-content-active.tp-caption .rs-toggled-content {
    display: block;
}
.rev_slider .caption,
.rev_slider .tp-caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    z-index: 1;
}
.rev_slider .caption,
.rev_slider .tp-caption,
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap:last-child {
    margin-bottom: 0;
}
.tp-svg-layer svg {
    width: 100%;
    height: 100%;
    position: relative;
}
.tp-carousel-wrapper {
    cursor: url(openhand.123), move;
}
.tp-carousel-wrapper.dragged {
    cursor: url(closedhand.123), move;
}
.tp-caption.tp-hidden-caption,
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-parallax-wrap.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important;
}
.rev_slider audio,
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    max-width: none !important;
}
.tp-element-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0);
}
.tp-parallax-wrap {
    transform-style: preserve-3d;
}
.rev_row_zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0;
}
.rev_column_inner,
.rev_slider .tp-caption.rev_row {
    position: relative;
    width: 100% !important;
    box-sizing: border-box;
}
.rev_slider .tp-caption.rev_row {
    display: table;
    table-layout: fixed;
    vertical-align: top;
    height: auto !important;
    font-size: 0;
}
.rev_column {
    display: table-cell;
    position: relative;
    height: auto;
    box-sizing: border-box;
    font-size: 0;
}
.rev_column_inner {
    display: block;
    height: auto !important;
    white-space: normal !important;
}
.rev_column_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0 solid transparent;
}
.tp-caption .backcorner,
.tp-caption .backcornertop,
.tp-caption .frontcorner,
.tp-caption .frontcornertop {
    height: 0;
    top: 0;
    width: 0;
    position: absolute;
}
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap {
    text-align: inherit;
}
.rev_column_inner .tp-mask-wrap {
    display: inline-block;
}
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    line-height: 0;
}
.tp-video-play-button,
.tp-video-play-button i {
    line-height: 50px !important;
    vertical-align: top;
    text-align: center;
}
.rev_column_inner .rev_layer_in_column,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
    vertical-align: top;
}
.rev_break_columns {
    display: block !important;
}
.rev_break_columns .tp-parallax-wrap.rev_column {
    display: block !important;
    width: 100% !important;
}
.tp-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
}
.tp-caption .frontcorner {
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    left: -40px;
}
.tp-caption .backcorner {
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    right: 0;
}
.tp-caption .frontcornertop {
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    left: -40px;
}
.tp-caption .backcornertop {
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    right: 0;
}
.tp-layer-inner-rotation {
    position: relative !important;
}
img.tp-slider-alternative-image {
    width: 100%;
    height: auto;
}
.caption.fullscreenvideo,
.rs-background-video-layer,
.tp-caption.coverscreenvideo,
.tp-caption.fullscreenvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.noFilterClass {
    filter: none !important;
}
.rs-background-video-layer {
    visibility: hidden;
    z-index: 0;
}
.caption.fullscreenvideo audio,
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none;
}
.fullcoveredvideo audio,
.fullscreenvideo audio .fullcoveredvideo video,
.fullscreenvideo video {
    background: #000;
}
.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.videoisplaying .html5vid .tp-poster {
    display: none;
}
.tp-video-play-button {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    margin-top: -25px;
    margin-left: -25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.3s ease-out !important;
}
.tp-audio-html5 .tp-video-play-button,
.tp-hiddenaudio {
    display: none !important;
}
.tp-caption .html5vid {
    width: 100% !important;
    height: 100% !important;
}
.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 40px !important;
}
.rs-fullvideo-cover,
.tp-dottedoverlay,
.tp-shadowcover {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.tp-caption:hover .tp-video-play-button {
    opacity: 1;
    display: block;
}
.tp-caption .tp-revstop {
    display: none;
    border-left: 5px solid #fff !important;
    border-right: 5px solid #fff !important;
    margin-top: 15px !important;
    line-height: 20px !important;
    vertical-align: top;
    font-size: 25px !important;
}
.tp-seek-bar,
.tp-video-button,
.tp-volume-bar {
    outline: 0;
    line-height: 12px;
    margin: 0;
    cursor: pointer;
}
.videoisplaying .revicon-right-dir {
    display: none;
}
.videoisplaying .tp-revstop {
    display: inline-block;
}
.videoisplaying .tp-video-play-button {
    display: none;
}
.fullcoveredvideo .tp-video-play-button {
    display: none !important;
}
.fullscreenvideo .fullscreenvideo audio,
.fullscreenvideo .fullscreenvideo video {
    object-fit: contain !important;
}
.fullscreenvideo .fullcoveredvideo audio,
.fullscreenvideo .fullcoveredvideo video {
    object-fit: cover !important;
}
.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.tp-caption:hover .tp-video-controls {
    opacity: 0.9;
}
.tp-video-button {
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    padding: 0;
}
.tp-video-button:hover {
    cursor: pointer;
}
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
}
.tp-video-seek-bar-wrap {
    width: 80%;
}
.tp-video-vol-bar-wrap {
    width: 20%;
}
.tp-seek-bar,
.tp-volume-bar {
    width: 100%;
    padding: 0;
}
.rs-fullvideo-cover {
    width: 100%;
    background: 0 0;
    z-index: 5;
}
.disabled_lc .tp-video-play-button,
.rs-background-video-layer audio::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button {
    display: none !important;
}
.tp-audio-html5 .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important;
}
.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    z-index: 3;
}
.tp-shadowcover {
    width: 100%;
    background: #fff;
    z-index: -1;
}
.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    font-family: arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none;
}
.purchase:hover,
.tp-button.big:hover,
.tp-button:hover {
    background-position: bottom, 15px 11px;
}
@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}
.rev-scroll-btn > .active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
    color: #fff;
}
.rev-scroll-btn > .active,
.rev-scroll-btn > :active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
    opacity: 0.8;
}
.rev-scroll-btn.revs-fulldark span,
.tp-bullet {
    background: #fff;
}
.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 200;
    top: 0;
}
.tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0 !important;
    height: 5px;
}
.tp-caption img {
    background: 0 0;
    zoom: 1;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../assets/coloredbg.png);
}
.tp-caption.slidelink a span {
    background: url(../assets/coloredbg.png);
}
.tp-loader.spinner0,
.tp-loader.spinner5 {
    background-image: url(../assets/loader.gif);
    background-repeat: no-repeat;
}
.tp-loader.spinner0,
.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: 1.2s ease-in-out infinite tp-rotateplane;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
}
.tp-loader.spinner0 {
    background-position: center center;
}
@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes tp-scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.tp-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    animation: 1.4s ease-in-out infinite both tp-bouncedelay;
}
.tp-loader.spinner3 .bounce1 {
    animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
    animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
    0%,
    100%,
    80% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes tp-bounce {
    0%,
    100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}
.tp-bullets.navbar,
.tp-tabs.navbar,
.tp-thumbs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0;
}
.tp-bullets,
.tp-tabs,
.tp-thumbs {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0;
}
.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: 0.5;
    box-sizing: border-box;
}
.tp-arr-imgholder,
.tp-tab-image,
.tp-thumb-image,
.tp-videoposter {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.tp-tab.selected,
.tp-tab:hover,
.tp-thumb.selected,
.tp-thumb:hover {
    opacity: 1;
}
.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important;
}
.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important;
}
.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
.tp-bullet.selected,
.tp-bullet:hover {
    background: #fff;
}
.tparrows {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
}
.tparrows:hover {
    background: #000;
}
.tparrows:before {
    font-family: revicons;
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
.hginfo,
.hglayerinfo {
    font-size: 12px;
    font-weight: 600;
}
.tparrows.tp-leftarrow:before {
    content: "\e824";
}
.tparrows.tp-rightarrow:before {
    content: "\e825";
}
body.rtl .tp-kbimg {
    left: 0 !important;
}
.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}
.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal;
}
.helpgrid,
.hginfo {
    position: absolute;
}
.hginfo {
    top: -2px;
    left: -2px;
    color: #e74c3c;
    background: #000;
    padding: 2px 5px;
}
.indebugmode .tp-caption:hover {
    border: 1px dashed #c0392b !important;
}
.helpgrid {
    border: 2px dashed #c0392b;
    top: 0;
    left: 0;
    z-index: 0;
}
.tp-kbimg-wrap:after,
.tp-kbimg-wrap:before {
    height: 500%;
    width: 500%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.black,
.tp-caption.black {
    color: #000;
    text-shadow: none;
}
.tp-flip-index {
    z-index: 1000 !important;
}
.rev_slider {
    overflow: hidden;
}
.fc-slideshow {
    position: relative;
    width: 338px;
    height: 338px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    top: 6px;
}
.fc-slideshow nav {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10000;
    display: none;
}
.fc-slideshow nav > div {
    position: absolute;
    height: 100%;
    top: 0;
    width: 50%;
}
.fc-slideshow nav .fc-left {
    left: 0;
}
.fc-slideshow nav .fc-right {
    right: 0;
}
.fc-slideshow nav > div span {
    height: 33%;
    width: 100%;
    position: absolute;
    left: 0;
}
.fc-slideshow nav > div span:first-child {
    top: 0;
}
.fc-slideshow nav > div span:nth-child(2) {
    top: 33%;
}
.fc-slideshow nav > div span:nth-child(3) {
    top: 66%;
}
.fc-slideshow nav i,
.no-csstransforms3d .fc-slideshow nav > div span {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    pointer-events: none;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.2s;
    -moz-backface-visibility: hidden;
    -moz-transition: 0.2s;
    backface-visibility: hidden;
    transition: 0.2s;
}
.fc-slideshow nav .fc-left i {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    text-align: left;
}
.fc-slideshow nav .fc-right i {
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    text-align: right;
}
.fc-flip {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.fc-flip div {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fc-flip .fc-back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.fc-slideshow img {
    border-radius: 50%;
}
.fc-slideshow h3 {
    position: absolute;
    color: #fff;
    top: 50%;
    margin-top: 30px;
    line-height: 50px;
    height: 50px;
    left: 80px;
    right: 80px;
    background: #ff514c;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 20% 10% 50% 5%/25% 10% 30% 75%;
}
.fc-overlay-dark,
.fc-overlay-light {
    opacity: 0;
}
.fc-overlay-light {
    background: #fff;
}
.fc-overlay-dark {
    background: #000;
}
.no-js .fc-slideshow {
    height: auto;
    box-shadow: none;
}
.no-js .fc-slideshow h3 {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    right: auto;
    top: auto;
    margin: 5px;
}
a,
a:active,
a:focus,
a:hover {
    color: #000;
}
html .heading-primary,
html .heading-secondary,
html .lnk-primary,
html .lnk-secondary,
html .text-color-primary,
html .text-color-secondary,
html .text-primary,
html .text-secondary {
    color: #c72e39 !important;
}
html .heading-dark,
html .lnk-dark,
html .text-color-dark,
html .text-dark {
    color: #2e353e !important;
}
html .heading-light,
html .lnk-light,
html .text-color-light,
html .text-light {
    color: #fff !important;
}
html .background-color-primary,
html .background-color-secondary {
    background-color: #c72e39 !important;
}
html .background-color-dark {
    background-color: #2e353e !important;
}
html .background-color-light {
    background-color: #fff !important;
}
.alternative-font {
    color: #c72e39;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #3e4142;
}
.nav-active-style-1 > li > a.active,
.nav-active-style-1 > li > a:focus,
.nav-active-style-1 > li > a:hover {
    border-bottom-color: #c72e39;
}
html .nav-pills-tertiary a {
    color: #2baab1;
}
html .nav-pills-tertiary a:focus,
html .nav-pills-tertiary a:hover {
    color: #30bec6;
}
html .nav-pills-tertiary a:active {
    color: #26969c;
}
html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary .nav-link.active:focus,
html .nav-pills-tertiary .nav-link.active:hover,
html .nav-pills-tertiary > li.active > a,
html .nav-pills-tertiary > li.active > a:focus,
html .nav-pills-tertiary > li.active > a:hover {
    background-color: #2baab1;
}
.btn-link {
    color: #c72e39;
}
.btn-link:hover {
    color: #0099e6;
}
.btn-link:active {
    color: #0077b3;
}
html .btn-primary,
html .btn-primary.hover,
html .btn-primary:hover {
    background-color: #d92c2e;
    border-color: #d92c2e;
    color: #fff;
}
html .btn-primary.focus,
html .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}
html .btn-primary.disabled,
html .btn-primary:disabled {
    background-color: #c72e39;
    border-color: #c72e39 #c72e39 #069;
}
.show > html .btn-primary.dropdown-toggle,
html .btn-primary.active,
html .btn-primary:active {
    background-color: #006ea6 !important;
    background-image: none !important;
    border-color: #069 #069 #046 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
}
html .btn-primary-scale-2 {
    background-color: #069;
    border-color: #069 #069 #046;
    color: #fff;
}
html .btn-primary-scale-2.hover,
html .btn-primary-scale-2:hover {
    background-color: #007fbf;
    border-color: #c72e39 #c72e39 #069;
    color: #fff;
}
html .btn-primary-scale-2.focus,
html .btn-primary-scale-2:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5);
}
html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
    background-color: #069;
    border-color: #069 #069 #046;
}
.show > html .btn-primary-scale-2.dropdown-toggle,
html .btn-primary-scale-2.active,
html .btn-primary-scale-2:active {
    background-color: #004c73 !important;
    background-image: none !important;
    border-color: #046 #046 #023 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 102, 153, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 153, 0.5) !important;
}
html .btn-secondary {
    background-color: #c72f3a;
    border-color: #c72f3a;
    color: #fff;
}
html .btn-secondary.hover,
html .btn-secondary:hover {
    background-color: #e9807a;
    border-color: #ea8b85 #ea8b85 #c72e39;
    color: #fff;
}
html .btn-secondary.focus,
html .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
    box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}
html .btn-secondary.disabled,
html .btn-secondary:disabled {
    background-color: #c72e39;
    border-color: #c72e39 #c72e39 #dc372d;
}
.show > html .btn-secondary.dropdown-toggle,
html .btn-secondary.active,
html .btn-secondary:active {
    background-color: #dd4238 !important;
    background-image: none !important;
    border-color: #dc372d #dc372d #b7281f !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 97, 89, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(227, 97, 89, 0.5) !important;
}
html .btn-secondary-scale-2 {
    background-color: #dc372d;
    border-color: #dc372d #dc372d #b7281f;
    color: #fff;
}
html .btn-secondary-scale-2.hover,
html .btn-secondary-scale-2:hover {
    background-color: #e1574e;
    border-color: #c72e39 #c72e39 #dc372d;
    color: #fff;
}
html .btn-secondary-scale-2.focus,
html .btn-secondary-scale-2:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(220, 55, 45, 0.5);
    box-shadow: 0 0 0 3px rgba(220, 55, 45, 0.5);
}
html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
    background-color: #dc372d;
    border-color: #dc372d #dc372d #b7281f;
}
.show > html .btn-secondary-scale-2.dropdown-toggle,
html .btn-secondary-scale-2.active,
html .btn-secondary-scale-2:active {
    background-color: #c22a21 !important;
    background-image: none !important;
    border-color: #b7281f #b7281f #8b1e18 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 55, 45, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 55, 45, 0.5) !important;
}
html .btn-dark {
    background-color: #2e353e;
    border-color: #2e353e #2e353e #181c21;
    color: #fff;
}
html .btn-dark.hover,
html .btn-dark:hover {
    background-color: #3e4854;
    border-color: #444e5b #444e5b #2e353e;
    color: #fff;
}
html .btn-dark.focus,
html .btn-dark:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
    box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
}
html .btn-dark.disabled,
html .btn-dark:disabled {
    background-color: #2e353e;
    border-color: #2e353e #2e353e #181c21;
}
.show > html .btn-dark.dropdown-toggle,
html .btn-dark.active,
html .btn-dark:active {
    background-color: #1e2228 !important;
    background-image: none !important;
    border-color: #181c21 #181c21 #030303 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
}
html .btn-dark-scale-2 {
    background-color: #181c21;
    border-color: #181c21 #181c21 #030303;
    color: #fff;
}
html .btn-dark-scale-2.hover,
html .btn-dark-scale-2:hover {
    background-color: #292f37;
    border-color: #2e353e #2e353e #181c21;
    color: #fff;
}
html .btn-dark-scale-2.focus,
html .btn-dark-scale-2:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(24, 28, 33, 0.5);
    box-shadow: 0 0 0 3px rgba(24, 28, 33, 0.5);
}
html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
    background-color: #181c21;
    border-color: #181c21 #181c21 #030303;
}
.show > html .btn-dark-scale-2.dropdown-toggle,
html .btn-dark-scale-2.active,
html .btn-dark-scale-2:active {
    background-color: #08090b !important;
    background-image: none !important;
    border-color: #030303 #030303 #000 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 28, 33, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(24, 28, 33, 0.5) !important;
}
html .btn-light {
    background-color: #fff;
    border-color: #fff #fff #e6e6e6;
    color: #777;
}
html .btn-light.hover,
html .btn-light:hover {
    background-color: #fff;
    border-color: #fff;
    color: #777;
}
html .btn-light.focus,
html .btn-light:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
html .btn-light.disabled,
html .btn-light:disabled {
    background-color: #fff;
    border-color: #fff #fff #e6e6e6;
}
.show > html .btn-light.dropdown-toggle,
html .btn-light.active,
html .btn-light:active {
    background-color: #ececec !important;
    background-image: none !important;
    border-color: #e6e6e6 #e6e6e6 #ccc !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}
html .btn-light-scale-2 {
    background-color: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #ccc;
    color: #777;
}
html .btn-light-scale-2.hover,
html .btn-light-scale-2:hover {
    background-color: #f9f9f9;
    border-color: #fff #fff #e6e6e6;
    color: #777;
}
html .btn-light-scale-2.focus,
html .btn-light-scale-2:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
    box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
}
html .btn-light-scale-2.disabled,
html .btn-light-scale-2:disabled {
    background-color: #e6e6e6;
    border-color: #e6e6e6 #e6e6e6 #ccc;
}
.show > html .btn-light-scale-2.dropdown-toggle,
html .btn-light-scale-2.active,
html .btn-light-scale-2:active {
    background-color: #d2d2d2 !important;
    background-image: none !important;
    border-color: #ccc #ccc #b3b3b3 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(230, 230, 230, 0.5) !important;
}
html .alert-primary {
    background-color: #c72e39;
    border-color: #007ebd;
    color: #fff;
}
html .alert-primary .alert-link {
    color: #fff;
}
html .alert-secondary {
    background-color: #c72e39;
    border-color: #e1554c;
    color: #fff;
}
html .alert-secondary .alert-link {
    color: #fff;
}
html .alert-dark {
    background-color: #2e353e;
    border-color: #272d35;
    color: #fff;
}
html .alert-dark .alert-link {
    color: #fff;
}
html .alert-light {
    background-color: #fff;
    border-color: #f7f7f7;
    color: #777;
}
html .alert-light .alert-link {
    color: #777;
}
html .progress-bar-primary,
html .progress-bar-secondary {
    background-color: #c72e39;
}
html .progress-bar-dark {
    background-color: #2e353e;
}
html .progress-bar-light {
    background-color: #fff;
}
html section.section-primary {
    background-color: #c72e39 !important;
    border-color: #0077b3 !important;
}
html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
    color: #fff;
}
html section.section-primary p {
    color: #e6e6e6;
}
html section.section-primary-scale-2 {
    background-color: #069 !important;
    border-color: #005580 !important;
}
html section.section-secondary {
    background-color: #c72e39 !important;
    border-color: #c72e39 !important;
}
html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
    color: #fff;
}
html section.section-secondary p {
    color: #e6e6e6;
}
html section.section-secondary-scale-2 {
    background-color: #dc372d !important;
    border-color: #cd2c23 !important;
}
html section.section-dark {
    background-color: #2e353e !important;
    border-color: #23282f !important;
}
html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
    color: #fff;
}
html section.section-dark p {
    color: #e6e6e6;
}
html section.section-dark-scale-2 {
    background-color: #181c21 !important;
    border-color: #0d0f12 !important;
}
html section.section-light {
    background-color: #fff !important;
    border-color: #f2f2f2 !important;
}
html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
    color: #777;
}
html section.section-light p {
    color: #5e5e5e;
}
html section.section-light-scale-2 {
    background-color: #e6e6e6 !important;
    border-color: #d9d9d9 !important;
}
html section.section-default-scale-1 {
    background-color: #dbdbdb !important;
    border-top-color: #d3d3d3 !important;
}
html section.section-default-scale-2 {
    background-color: #c1c1c1 !important;
    border-top-color: #b9b9b9 !important;
}
html section.section-default-scale-3 {
    background-color: #a8a8a8 !important;
    border-top-color: #a0a0a0 !important;
}
html section.section-default-scale-4 {
    background-color: #8e8e8e !important;
    border-top-color: #868686 !important;
}
html section.section-default-scale-5 {
    background-color: #757575 !important;
    border-top-color: #6d6d6d !important;
}
html section.section-default-scale-6 {
    background-color: #5b5b5b !important;
    border-top-color: #535353 !important;
}
html section.section-default-scale-7 {
    background-color: #424242 !important;
    border-top-color: #3a3a3a !important;
}
html section.section-default-scale-8 {
    background-color: #282828 !important;
    border-top-color: #202020 !important;
}
html section.section-default-scale-9 {
    background-color: #0f0f0f !important;
    border-top-color: #070707 !important;
}
html.dark section.section-default-scale-1 {
    background-color: #333a44 !important;
    border-top-color: #2c323b !important;
}
html.dark section.section-default-scale-2 {
    background-color: #495362 !important;
    border-top-color: #424b59 !important;
}
html.dark section.section-default-scale-3 {
    background-color: #5e6b7f !important;
    border-top-color: #586476 !important;
}
html.dark section.section-default-scale-4 {
    background-color: #77849a !important;
    border-top-color: #6e7d93 !important;
}
html.dark section.section-default-scale-5 {
    background-color: #949faf !important;
    border-top-color: #8b97a9 !important;
}
html.dark section.section-default-scale-6 {
    background-color: #b1b9c5 !important;
    border-top-color: #a8b1be !important;
}
html.dark section.section-default-scale-7 {
    background-color: #ced3db !important;
    border-top-color: #c5cbd4 !important;
}
html.dark section.section-default-scale-8 {
    background-color: #ebeef1 !important;
    border-top-color: #e3e6ea !important;
}
html.dark section.section-default-scale-9 {
    background-color: #fff !important;
    border-top-color: #f7f7f7 !important;
}
section.page-header h1 {
    border-bottom-color: #c72e39;
}
html .page-header-color.page-header-primary {
    background-color: #c72e39;
    border-bottom-color: #c72e39;
    color: #fff;
}
html .page-header-color.page-header-primary .breadcrumb > .active,
html .page-header-color.page-header-primary a,
html .page-header-color.page-header-primary h1,
html .page-header-color.page-header-primary h1 span {
    color: #fff;
}
html .page-header-color.page-header-secondary {
    background-color: #c72e39;
    border-bottom-color: #c72e39;
    color: #fff;
}
html .page-header-color.page-header-secondary .breadcrumb > .active,
html .page-header-color.page-header-secondary a,
html .page-header-color.page-header-secondary h1,
html .page-header-color.page-header-secondary h1 span {
    color: #fff;
}
html .page-header-color.page-header-dark {
    background-color: #2e353e;
    border-bottom-color: #2e353e;
    color: #fff;
}
html .page-header-color.page-header-dark .breadcrumb > .active,
html .page-header-color.page-header-dark a,
html .page-header-color.page-header-dark h1,
html .page-header-color.page-header-dark h1 span {
    color: #fff;
}
html .page-header-color.page-header-light {
    background-color: #fff;
    border-bottom-color: #fff;
    color: #777;
}
html .page-header-color.page-header-light .breadcrumb > .active,
html .page-header-color.page-header-light a,
html .page-header-color.page-header-light h1,
html .page-header-color.page-header-light h1 span {
    color: #777;
}
html .toggle-primary .toggle label {
    color: #c72e39;
    border-left-color: #c72e39;
    border-right-color: #c72e39;
}
html .toggle-primary .toggle.active > label {
    background-color: #c72e39;
    border-color: #c72e39;
    color: #fff;
}
html .toggle-primary.toggle-simple .toggle > label:after {
    background-color: #c72e39;
}
html .toggle-secondary .toggle label {
    color: #c72e39;
    border-left-color: #c72e39;
    border-right-color: #c72e39;
}
html .toggle-secondary .toggle.active > label {
    background-color: #c72e39;
    border-color: #c72e39;
    color: #fff;
}
html .toggle-secondary.toggle-simple .toggle > label:after {
    background-color: #c72e39;
}
html .toggle-dark .toggle label {
    color: #2e353e;
    border-left-color: #2e353e;
    border-right-color: #2e353e;
}
html .toggle-dark .toggle.active > label {
    background-color: #2e353e;
    border-color: #2e353e;
    color: #fff;
}
html .toggle-dark.toggle-simple .toggle > label:after {
    background-color: #2e353e;
}
html .toggle-light .toggle label {
    color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
}
html .toggle-light .toggle.active > label {
    background-color: #fff;
    border-color: #fff;
    color: #777;
}
html .toggle-light.toggle-simple .toggle > label:after {
    background-color: #fff;
}
.img-thumbnail .zoom,
.thumb-info .thumb-info-action-icon,
.thumb-info .thumb-info-type,
.thumbnail .zoom,
html .thumb-info .thumb-info-action-icon-primary {
    background-color: #c72e39;
}
html .thumb-info .thumb-info-action-icon-primary i {
    color: #fff;
}
html .thumb-info .thumb-info-action-icon-secondary {
    background-color: #c72e39;
}
html .thumb-info .thumb-info-action-icon-secondary i {
    color: #fff;
}
html .thumb-info .thumb-info-action-icon-dark {
    background-color: #2e353e;
}
html .thumb-info .thumb-info-action-icon-dark i {
    color: #fff;
}
html .thumb-info .thumb-info-action-icon-light {
    background-color: #fff;
}
html .thumb-info .thumb-info-action-icon-light i {
    color: #777;
}
.inverted,
html .inverted-primary {
    background-color: #c72e39;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #0074ad;
}
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover {
    color: #c72e39;
}
.owl-carousel .owl-nav button[class*="owl-"] {
    background-color: #c72e39;
    border-color: #c72e39;
    color: #fff;
}
.owl-carousel .owl-nav button[class*="owl-"].hover,
.owl-carousel .owl-nav button[class*="owl-"]:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.owl-carousel .owl-nav button[class*="owl-"].active,
.owl-carousel .owl-nav button[class*="owl-"]:active {
    background-color: #333;
    background-image: none;
    border-color: #333 ##333;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next:active,
.owl-carousel.nav-style-1 .owl-nav .owl-next:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:active,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover {
    color: #c72e39;
}
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li a:first-child > .fab:first-child,
.list.list-icons li a:first-child > .fal:first-child,
.list.list-icons li a:first-child > .far:first-child,
.list.list-icons li a:first-child > .fas:first-child,
.list.list-icons li a:first-child > .icons:first-child,
.list.list-icons li > .fa:first-child,
.list.list-icons li > .fab:first-child,
.list.list-icons li > .fal:first-child,
.list.list-icons li > .far:first-child,
.list.list-icons li > .fas:first-child,
.list.list-icons li > .icons:first-child {
    color: #c72e39;
    border-color: #c72e39;
}
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child,
.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .fab:first-child,
.list.list-icons.list-icons-style-3 li > .fal:first-child,
.list.list-icons.list-icons-style-3 li > .far:first-child,
.list.list-icons.list-icons-style-3 li > .fas:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child {
    background-color: #c72e39;
}
html .list-primary.list-icons li a:first-child > .fa:first-child,
html .list-primary.list-icons li a:first-child > .fab:first-child,
html .list-primary.list-icons li a:first-child > .fal:first-child,
html .list-primary.list-icons li a:first-child > .far:first-child,
html .list-primary.list-icons li a:first-child > .fas:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child,
html .list-primary.list-icons li > .fa:first-child,
html .list-primary.list-icons li > .fab:first-child,
html .list-primary.list-icons li > .fal:first-child,
html .list-primary.list-icons li > .far:first-child,
html .list-primary.list-icons li > .fas:first-child,
html .list-primary.list-icons li > .icons:first-child {
    color: #c72e39;
    border-color: #c72e39;
}
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child {
    background-color: #c72e39;
    color: #fff;
}
html .list-secondary.list-icons li a:first-child > .fa:first-child,
html .list-secondary.list-icons li a:first-child > .fab:first-child,
html .list-secondary.list-icons li a:first-child > .fal:first-child,
html .list-secondary.list-icons li a:first-child > .far:first-child,
html .list-secondary.list-icons li a:first-child > .fas:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child,
html .list-secondary.list-icons li > .fa:first-child,
html .list-secondary.list-icons li > .fab:first-child,
html .list-secondary.list-icons li > .fal:first-child,
html .list-secondary.list-icons li > .far:first-child,
html .list-secondary.list-icons li > .fas:first-child,
html .list-secondary.list-icons li > .icons:first-child {
    color: #c72e39;
    border-color: #c72e39;
}
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .far:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child {
    background-color: #c72e39;
    color: #fff;
}
html .list-dark.list-icons li a:first-child > .fa:first-child,
html .list-dark.list-icons li a:first-child > .fab:first-child,
html .list-dark.list-icons li a:first-child > .fal:first-child,
html .list-dark.list-icons li a:first-child > .far:first-child,
html .list-dark.list-icons li a:first-child > .fas:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child,
html .list-dark.list-icons li > .fa:first-child,
html .list-dark.list-icons li > .fab:first-child,
html .list-dark.list-icons li > .fal:first-child,
html .list-dark.list-icons li > .far:first-child,
html .list-dark.list-icons li > .fas:first-child,
html .list-dark.list-icons li > .icons:first-child {
    color: #2e353e;
    border-color: #2e353e;
}
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .far:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child {
    background-color: #2e353e;
    color: #fff;
}
html .list-light.list-icons li a:first-child > .fa:first-child,
html .list-light.list-icons li a:first-child > .fab:first-child,
html .list-light.list-icons li a:first-child > .fal:first-child,
html .list-light.list-icons li a:first-child > .far:first-child,
html .list-light.list-icons li a:first-child > .fas:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child,
html .list-light.list-icons li > .fa:first-child,
html .list-light.list-icons li > .fab:first-child,
html .list-light.list-icons li > .fal:first-child,
html .list-light.list-icons li > .far:first-child,
html .list-light.list-icons li > .fas:first-child,
html .list-light.list-icons li > .icons:first-child {
    color: #fff;
    border-color: #fff;
}
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fab:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fal:first-child,
html .list-light.list-icons.list-icons-style-3 li > .far:first-child,
html .list-light.list-icons.list-icons-style-3 li > .fas:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child {
    background-color: #fff;
    color: #777;
}
html .divider.divider-primary .fa,
html .divider.divider-primary .fab,
html .divider.divider-primary .fal,
html .divider.divider-primary .far,
html .divider.divider-primary .fas,
html .divider.divider-primary .icons {
    color: #c72e39;
}
#header .header-btn-collapse-nav,
html .divider.divider-primary.divider-small hr {
    background: #c72e39;
}
@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        color: #c72e39;
    }
    #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        border-color: #c72e39 transparent transparent;
    }
    #header .header-nav-main nav > ul > li.open > a,
    #header .header-nav-main nav > ul > li:hover > a,
    #header .header-nav-main nav > ul > li > a.active {
        background: #c72e39;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #c72e39;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #c72e39;
    }
    #header .header-nav-main nav > ul > li.dropdown.open > a:before,
    #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
        border-bottom-color: #c72e39;
    }
    #header .header-nav-main nav > ul > li .dropdown-menu {
        border-top-color: #c72e39;
    }
    #header .header-nav-main nav > ul > li .dropdown-menu li.dropdown-submenu.dropdown-reverse > a:after {
        border-color: transparent #c72e39 transparent transparent !important;
    }
    #header .header-nav.header-nav-top-line nav > ul li > a.active {
        color: #c72e39;
    }
    #header .header-nav.header-nav-top-line nav > ul li > a.active:before {
        background: #c72e39;
    }
    #header .header-nav.header-nav-top-line nav > ul li > a.active.dropdown-toggle:after {
        border-color: #c72e39 transparent transparent;
    }
    #header .header-nav.header-nav-top-line nav > ul li:hover > a {
        color: #c72e39;
    }
    #header .header-nav.header-nav-top-line nav > ul li:hover > a:before {
        background: #c72e39;
    }
    #header .header-nav.header-nav-top-line nav > ul li:hover > a.dropdown-toggle:after {
        border-color: #c72e39 transparent transparent;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul li > a.active {
        color: #c72e39;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul li > a.active.dropdown-toggle:after {
        border-color: #c72e39 transparent transparent;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
        color: #c72e39;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a.dropdown-toggle:after {
        border-color: #c72e39 transparent transparent;
    }
    html.side-header #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
    html.side-header #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
        border-left-color: #c72e39;
    }
    html.side-header #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
        border-color: transparent transparent transparent #c72e39;
    }
    html.side-header #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
    html.side-header #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
        border-color: transparent transparent transparent #fff;
    }
    html.side-header-right #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
    html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
        border-right-color: #c72e39;
    }
    html.side-header-right #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
        border-color: transparent #c72e39 transparent transparent;
    }
    html.side-header-right #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
    html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
        border-color: transparent #fff transparent transparent;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
        background: #c72e39;
        color: #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
        color: #c72e39;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
        background: #c72e39;
        color: #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:after {
        border-color: #c72e39 transparent transparent;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
        border-top-color: #c72e39;
        background-color: #c72e39;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
        color: #fff;
        border-bottom-color: #0099e6;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
        background: #0099e6;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before {
        border-bottom-color: #c72e39;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
        background: #c72e39;
        color: #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
        color: #c72e39;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
        background: #c72e39;
        color: #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:after {
        border-color: #c72e39 transparent transparent;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
        border-top-color: #c72e39;
        background-color: #c72e39;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
        color: #fff;
        border-bottom-color: #e7766f;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
        background: #e7766f;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before {
        border-bottom-color: #c72e39;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a.active {
        background: #2e353e;
        color: #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
        color: #2e353e;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
        background: #2e353e;
        color: #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:after {
        border-color: #2e353e transparent transparent;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
        border-top-color: #2e353e;
        background-color: #2e353e;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
        color: #fff;
        border-bottom-color: #39424d;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
        background: #39424d;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before {
        border-bottom-color: #2e353e;
    }
    html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after,
    html #header .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #fff transparent transparent;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a.active {
        background: #fff;
        color: #777;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
        color: #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
        background: #fff;
        color: #777;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:after {
        border-color: #fff transparent transparent;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
        border-top-color: #fff;
        background-color: #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
        color: #777;
        border-bottom-color: #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
        background: #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #777;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before {
        border-bottom-color: #fff;
    }
    html #header .header-nav-bar-primary,
    html #header .header-nav-bar-secondary {
        background: #c72e39 !important;
        color: #fff !important;
    }
    html #header .header-nav-bar-dark {
        background: #2e353e !important;
        color: #fff !important;
    }
    html #header .header-nav-bar-light {
        background: #fff !important;
        color: #777 !important;
    }
}
@media (max-width: 991px) {
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
        color: #c72e39;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active {
        background: #c72e39;
        color: #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
        color: #c72e39;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active {
        background: #c72e39;
        color: #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a {
        color: #2e353e;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a.active {
        background: #2e353e;
        color: #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a {
        color: #fff;
    }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a.active {
        background: #fff;
        color: #777;
    }
}
html #header .header-top.header-top-primary {
    background: #c72e39;
    border-top-color: #0077b3;
}
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover {
    background: #0099e6;
}
html #header .header-top.header-top-primary .dropdown-menu {
    background: #0099e6;
    border-color: #0099e6;
}
html #header .header-top.header-top-primary .dropdown-menu a:focus,
html #header .header-top.header-top-primary .dropdown-menu a:hover {
    background: #0af !important;
}
html #header .header-top.header-top-secondary {
    background: #c72e39;
    border-top-color: #df4c43;
}
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus,
html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover {
    background: #e7766f;
}
html #header .header-top.header-top-secondary .dropdown-menu {
    background: #e7766f;
    border-color: #e7766f;
}
html #header .header-top.header-top-secondary .dropdown-menu a:focus,
html #header .header-top.header-top-secondary .dropdown-menu a:hover {
    background: #ea8b85 !important;
}
html #header .header-top.header-top-dark {
    background: #2e353e;
    border-top-color: #23282f;
}
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover {
    background: #39424d;
}
html #header .header-top.header-top-dark .dropdown-menu {
    background: #39424d;
    border-color: #39424d;
}
html #header .header-top.header-top-dark .dropdown-menu a:focus,
html #header .header-top.header-top-dark .dropdown-menu a:hover {
    background: #444e5b !important;
}
html #header .header-top.header-top-light {
    background: #fff;
    border-top-color: #f2f2f2;
}
html #header .header-top.header-top-light .header-nav-top ul > li.open > a,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus,
html #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-light .header-nav-top ul > li > a:hover {
    background: #fff;
}
html #header .header-top.header-top-light .dropdown-menu {
    background: #fff;
    border-color: #fff;
}
html #header .header-top.header-top-light .dropdown-menu a:focus,
html #header .header-top.header-top-light .dropdown-menu a:hover {
    background: #fff !important;
}
@media (min-width: 992px) {
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
        color: #c72e39;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > a.dropdown-toggle:after,
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #c72e39 transparent transparent;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li > a.active {
        color: #c72e39;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #c72e39 transparent transparent;
    }
    html:not(.sticky-header-active) #header.header-transparent:not(.header-transparent-not-fixed) .header-nav-main nav > ul > li > a.active {
        color: #c72e39;
    }
    html:not(.sticky-header-active) #header.header-transparent:not(.header-transparent-not-fixed) .header-nav-main nav > ul > li > a.active.dropdown-toggle:after {
        border-color: #c72e39 transparent transparent;
    }
}
.featured-box-primary h4 {
    color: #c72e39;
}
.featured-box-primary .box-content {
    border-top-color: #c72e39;
}
html .featured-box-primary h4 {
    color: #c72e39;
}
html .featured-box-primary .box-content {
    border-top-color: #c72e39;
}
html .featured-box-secondary h4 {
    color: #333;
}
html .featured-box-secondary .box-content {
    border-top-color: #c72e39;
}
html .featured-box-dark h4 {
    color: #2e353e;
}
html .featured-box-dark .box-content {
    border-top-color: #2e353e;
}
html .featured-box-light h4 {
    color: #fff;
}
html .featured-box-light .box-content {
    border-top-color: #fff;
}
html .featured-boxes-full .featured-box-full-primary,
html .featured-boxes-full .featured-box-full-secondary {
    background-color: #c72e39;
    color: #fff;
}
html .featured-boxes-full .featured-box-full-dark {
    background-color: #2e353e;
    color: #fff;
}
html .featured-boxes-full .featured-box-full-light {
    background-color: #fff;
    color: #777;
}
html .call-to-action.call-to-action-primary {
    background: #c72e39;
}
html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
    color: #fff;
}
html .call-to-action.call-to-action-secondary {
    background: #c72e39;
}
html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
    color: #fff;
}
html .call-to-action.call-to-action-tertiary {
    background: #c72e39;
}
html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
    color: #fff;
}
html .call-to-action.call-to-action-dark {
    background: #2e353e;
}
html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
    color: #fff;
}
html .call-to-action.call-to-action-light {
    background: #fff;
}
html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
    color: #777;
}
section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
    background: #c72e39;
    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #c72e39;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #c72e39;
}
.recent-posts .date .month,
.slider .tp-bannertimer,
article.post .post-date .month {
    background-color: #c72e39;
}
.home-intro p em {
    color: #c7000e;
}
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
    background-color: #c72e39;
    border-color: #c72e39 #c72e39 #069;
    color: #fff;
}
.tparrows.tparrows-carousel.tp-leftarrow.hover,
.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow.hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover {
    background-color: #00a1f2;
    border-color: #0af #0af #c72e39;
    color: #fff;
}
.tparrows.tparrows-carousel.tp-leftarrow.focus,
.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow.focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
    box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}
.tparrows.tparrows-carousel.tp-leftarrow.disabled,
.tparrows.tparrows-carousel.tp-leftarrow:disabled,
.tparrows.tparrows-carousel.tp-rightarrow.disabled,
.tparrows.tparrows-carousel.tp-rightarrow:disabled {
    background-color: #c72e39;
    border-color: #c72e39 #c72e39 #069;
}
.show > .tparrows.tparrows-carousel.tp-leftarrow.dropdown-toggle,
.show > .tparrows.tparrows-carousel.tp-rightarrow.dropdown-toggle,
.tparrows.tparrows-carousel.tp-leftarrow.active,
.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow.active,
.tparrows.tparrows-carousel.tp-rightarrow:active {
    background-color: #006ea6 !important;
    background-image: none !important;
    border-color: #069 #069 #046 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.5) !important;
}
#footer .footer-ribbon {
    background: #c72e39;
}
#footer .footer-ribbon:before {
    border-right-color: #999;
    border-left-color: ##999;
}
#footer.light a,
#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4 {
    color: #c72e39;
}
#footer.color {
    background: #c72e39;
    border-top-color: #c72e39;
}
#footer.color .footer-ribbon {
    background: #069;
}
#footer.color .footer-ribbon:before {
    border-right-color: #00334d;
}
#footer.color .footer-copyright {
    background: #0077b3;
    border-top-color: #0077b3;
}
html #footer.color-primary {
    background: #c72e39;
    border-top-color: #c72e39;
}
html #footer.color-primary .footer-ribbon {
    background: #069;
}
html #footer.color-primary .footer-ribbon:before {
    border-right-color: #00334d;
}
html #footer.color-primary .footer-copyright {
    background: #0077b3;
    border-top-color: #0077b3;
}
html #footer.color-secondary {
    background: #c72e39;
    border-top-color: #c72e39;
}
html #footer.color-secondary .footer-ribbon {
    background: #dc372d;
}
html #footer.color-secondary .footer-ribbon:before {
    border-right-color: #a1231b;
}
html #footer.color-secondary .footer-copyright {
    background: #df4c43;
    border-top-color: #df4c43;
}
html #footer.color-dark {
    background: #2e353e;
    border-top-color: #2e353e;
}
html #footer.color-dark .footer-ribbon {
    background: #181c21;
}
html #footer.color-dark .footer-ribbon:before {
    border-right-color: #000;
}
html #footer.color-dark .footer-copyright {
    background: #23282f;
    border-top-color: #23282f;
}
html #footer.color-light {
    background: #fff;
    border-top-color: #fff;
}
html #footer.color-light .footer-ribbon {
    background: #e6e6e6;
}
html #footer.color-light .footer-ribbon:before {
    border-right-color: #bfbfbf;
}
html #footer.color-light .footer-copyright {
    background: #f2f2f2;
    border-top-color: #f2f2f2;
}
html.boxed .body {
    border-top-color: #c72e39;
}
.dzstooltip {
    cursor: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 100%;
    left: -5px;
    font-size: 12px;
    margin-bottom: 10px;
    background-color: rgba(20, 20, 20, 0.9);
    color: #eee;
    padding: 10px 15px;
}
.dzstooltip.transition-slidein {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    -moz-transition-property: all;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: all;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: all;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-out;
}
.dzstooltip.width-auto {
    width: auto;
}
.dzstooltip.arrow-bottom:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(20, 20, 20, 0.9);
}
.dzstooltip.arrow-bottom:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    width: 50px;
    height: 10px;
}
.dzstooltip.align-right {
    left: auto;
    right: -5px;
}
.dzstooltip.align-right.arrow-bottom:before {
    left: auto;
    right: 8px;
    margin-left: 0;
}
.dzstooltip.align-right.arrow-bottom:after {
    left: 100%;
    margin-left: -25px;
}
.dzstooltip.no-arrow:before {
    display: none;
}
.dzstooltip-con:not(.for-click):hover > .dzstooltip,
.dzstooltip.active {
    visibility: visible;
    opacity: 1;
    z-index: 53;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.dzstooltip.skin-black {
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: #eee;
    border-radius: 3px;
    font-size: 0.9rem;
    line-height: 1.5rem;
}
@keyframes rotating {
    from {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotating {
    from {
        transform: rotate(0);
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
.zoombox {
    cursor: pointer;
}
.zoombox .scroller-items,
.zoombox .zoombox-larger-description {
    display: none;
}
.zoombox-maincon,
.zoombox-maincon * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.zoombox-maincon {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
}
.zoombox-maincon .zoombox-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNiIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.16) 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0.16)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.16) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.16) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.16) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.16) 100%);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -moz-transition-property: all;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: all;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: all;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-out;
}
.zoombox-maincon .zoombox-bg.pureblack {
    background: #000;
}
.zoombox-maincon .holder-con {
    position: absolute;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -moz-transition-property: all;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: all;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: all;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-out;
}
.zoombox-maincon.noanim .holder-con {
    transition-property: none;
    -webkit-transition-property: none;
}
.zoombox-maincon .holder-con .social-btn,
.zoombox-maincon .holder-con > .close-btn {
    display: block;
    position: absolute;
}
.zoombox-maincon .holder {
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    transition-property: width, height, transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -moz-transition-property: width, height, transform;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: width, height, transform;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: width, height, transform;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: width, height, transform;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-out;
}
.zoombox-maincon.noanim .holder,
.zoombox-maincon.noanim .holder-bg {
    transition-property: none;
    -webkit-transition-property: none;
}
.zoombox-maincon .holder.type-image.has-zoom .the-item {
    cursor: move;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    cursor: url(img/gamma-zoombox-zoomit.png) 4 4, zoom-in;
}
.zoombox-maincon .holder.type-iframe,
.zoombox-maincon div.holder.type-inlinecontent {
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.zoombox-maincon div.holder.type-inlinecontent > * {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.zoombox-maincon .holder.type-iframe > iframe,
.zoombox-maincon .holder.type-inlinecontent > .the-item > * {
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.zoombox-maincon .the-item.the-div-image-item {
    background-size: cover;
    background-position: center center;
    background-color: #111;
}
.zoombox-maincon .css-preloader {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition-property: opacity, display, visibility, transform;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    -moz-transition-property: opacity, display, visibility, transform;
    -moz-transition-duration: 1s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: opacity, display, visibility, transform;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: opacity, display, visibility, transform;
    -o-transition-duration: 1s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: opacity, display, visibility, transform;
    -ms-transition-duration: 1s;
    -ms-transition-timing-function: ease-out;
}
.zoombox-maincon .css-preloader .the-icon {
    width: 50px;
    height: 50px;
    background: url(img/preloader.png) center no-repeat;
    -webkit-animation: 0.9s ease-out infinite rotating;
    -moz-animation: 0.9s linear infinite rotating;
    -ms-animation: rotating 0.9s linear infinite;
    -o-animation: 0.9s linear infinite rotating;
    animation: 0.9s ease-out infinite rotating;
}
.zoombox-maincon .holder.loaded > .css-preloader,
.zoombox-maincon .holder.loaded > .preloader {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.zoombox-maincon .holder.loaded > .the-item {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.zoombox-maincon.skin-default .css-preloader {
    width: 128px;
    height: 40px;
    background: url(img/preloader.gif) center center no-repeat;
    margin-left: -64px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}
.zoombox-maincon.skin-default .css-preloader .the-icon {
    display: none;
}
.zoombox-maincon .holder > .the-item {
    display: block;
    transform-origin: top left;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -moz-transition-property: all;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: all;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: all;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-out;
}
.zoombox-maincon .bigimage-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.zoombox-maincon .bigimage-con.active {
    display: block;
}
.zoombox-maincon .bigimage-con.active > .the-bg {
    opacity: 1;
    visibility: visible;
}
.zoombox-maincon .bigimage-con:empty {
    display: none;
}
.zoombox-maincon .bigimage-con > .the-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: #333;
    transition-property: visibility, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    -moz-transition-property: visibility, opacity;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: visibility, opacity;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: visibility, opacity;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: visibility, opacity;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-out;
}
.zoombox-maincon .bigimage-con > img {
    cursor: move;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
    cursor: url(img/gamma-zoombox-zoomout.png) 4 4, zoom-out;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    max-width: none;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -moz-transition-property: all;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: all;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: all;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-out;
}
.zoombox-maincon .gallery-menu-con {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.zoombox-maincon.disabled,
.zoombox-maincon:empty {
    display: none;
}
.zoombox-maincon .holder-con.pastHolder {
    left: -50%;
    opacity: 0;
}
.zoombox-maincon .holder-con {
    border-radius: 0;
    box-shadow: 0 0 20px 0 #000;
    margin-left: -50px;
    margin-top: -50px;
    top: 50%;
    left: 50%;
}
.zoombox-maincon .holder-con > .holder-text {
    position: absolute;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    font-size: 14px;
    top: -30px;
    left: 0;
    color: #111;
    opacity: 0.8;
    background: #fff;
    padding: 5px;
}
.zoombox-maincon .holder-con > .holder-text:empty {
    display: none;
}
.zoombox-maincon .holder-text:after {
    display: block;
    clear: both;
    content: " ";
}
.zoombox-maincon .holder-con > .close-btn {
    width: 25px;
    height: 25px;
    background: url(img/zoombox-close.png) center center no-repeat;
    border: 2px solid #222;
    border-radius: 0;
    cursor: pointer;
    top: 10px;
    right: -35px;
}
.zoombox-maincon .holder > .the-item,
.zoombox-maincon .holder > img.the-item {
    opacity: 0;
}
.zoombox-maincon .holder.loaded > img.the-item {
    transform: scale(1);
}
.zoombox-maincon .holder-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
}
.zoombox-maincon .con-zoomboxArrows .zb-arrow-left {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(img/arrow-left-90.png);
    cursor: pointer;
    margin-top: -25px;
}
.zoombox-maincon .con-zoomboxArrows .zb-arrow-right {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url(img/arrow-right-90.png);
    cursor: pointer;
    margin-top: -25px;
}
.zoombox-maincon div.holder.type-notification {
    background: #fff;
}
.zoombox-maincon .holder.type-notification .the-sizer {
    padding: 10px;
    min-width: 200px;
    text-align: center;
}
.zoombox-maincon.skin-default .holder-con {
    border: 5px solid #fff;
}
.zoombox-maincon.skin-default .holder-con .holder {
    background: #fff;
}
.zoombox-maincon.skin-default .holder-con > .close-btn {
    border: 5px solid #fff;
    right: -25px;
}
.zoombox-maincon.skin-nebula .zoombox-bg {
    background: rgba(0, 0, 0, 0.8);
}
.zoombox-maincon.skin-nebula .holder-con {
    box-shadow: none;
}
.zoombox-maincon.skin-nebula .holder-con .holder .holder-text {
    opacity: 0;
    padding-top: 15px;
    font-family: Arial, sans-sarif;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: opacity;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: opacity;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-out;
}
.zoombox-maincon.skin-nebula .holder-con .holder.type-iframe {
    background: 0 0;
}
.zoombox-maincon.skin-nebula .holder-con .holder.type-iframe > iframe {
    padding: 0;
    background: #fff;
}
.zoombox-maincon.skin-nebula .holder-con .holder.loaded .holder-text {
    opacity: 1;
}
.zoombox-maincon.skin-nebula .holder-con > .close-btn {
    right: 10px;
    top: -30px;
    background: 0 0;
    border: 0;
    width: auto;
    height: auto;
    font-size: 18px;
    color: #cbcbcb;
    font-family: Marvel, "Times New Roman", sans-sarif;
}
.zoombox-maincon.skin-nebula .holder-con > .close-btn .strong-x {
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
    margin-left: 5px;
    font-family: Arial, sans-sarif;
}
.zoombox-maincon.skin-gamma .holder-con {
    border: 0 solid rgba(255, 255, 222, 0.27);
    border-radius: 3px;
    box-shadow: 0 0 0 0 #000;
    margin-left: -50px;
    margin-top: -50px;
    top: 50%;
    left: 50%;
}
.zoombox-maincon.skin-gamma .holder {
    background-color: transparent;
}
.zoombox-maincon.skin-gamma .holder-bg {
    background-color: rgba(255, 255, 222, 0.27);
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition-property: width, height, margin-left, margin-top;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -moz-transition-property: width, height, margin-left, margin-top;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: width, height, margin-left, margin-top;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: width, height, margin-left, margin-top;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: width, height, margin-left, margin-top;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-out;
}
.zoombox-maincon.skin-gamma .holder.type-iframe {
    background: #fff;
}
.zoombox-maincon.skin-gamma .holder-con > .close-btn {
    top: -25px;
    right: -25px;
    width: 22px;
    height: 22px;
    background: url(img/gamma-zoombox-close.png) center center/cover no-repeat;
    border: 0 solid #222;
    border-radius: 0;
    cursor: pointer;
}
.zoombox-maincon.skin-gamma .holder-con > .social-options-con > .social-btn {
    top: 0;
    right: -25px;
    width: 22px;
    height: 22px;
    background-color: transparent;
    background-image: url(img/gamma-zoombox-btn-social.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 0 solid #222;
    border-radius: 50%;
    cursor: pointer;
    transition-property: background;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    -moz-transition-property: background;
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: background;
    -o-transition-duration: 0.5s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: background;
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: ease-out;
}
@media all and (max-width: 481px) {
    .zoombox-maincon.skin-gamma .holder-con > .close-btn {
        width: 33px;
        height: 33px;
    }
    .zoombox-maincon.skin-gamma .holder-con .social-btn {
        top: 22px;
        width: 33px;
        height: 33px;
    }
}
.zoombox-maincon.skin-gamma .holder-con .social-btn.active {
    background-color: rgba(255, 255, 255, 0.3);
}
.zoombox-maincon.skin-gamma .con-zoomboxArrows .zb-arrow-left,
.zoombox-maincon.skin-gamma .con-zoomboxArrows .zb-arrow-right {
    background-color: rgba(255, 255, 222, 0.27);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.con-dropdowner {
    position: relative;
}
.con-dropdowner .auxpadder {
    z-index: 94;
}
.con-dropdowner .dropdowner {
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 95;
    background: #fff;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    visibility: hidden;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    -moz-transition-property: opacity, visibility;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: opacity, visibility;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: opacity, visibility;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: opacity, visibility;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-out;
}
.con-dropdowner .auxpadder {
    position: absolute;
    top: 0;
    right: -25px;
    width: 40px;
    height: 50px;
}
.con-dropdowner .dropdowner.forright {
    top: -2px;
    right: 10px;
}
.con-dropdowner .dropdowner:after,
.con-dropdowner .dropdowner:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.con-dropdowner .dropdowner:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    right: 10%;
    margin-left: -7px;
}
.con-dropdowner .dropdowner.forright:after {
    border-bottom-color: transparent;
    border-left-color: #fff;
    right: -14px;
    top: 5px;
}
con-dropdowner .dropdowner:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: rgba(0, 0, 0, 0.8);
    border-width: 9px;
    right: 10%;
    margin-left: -9px;
}
con-dropdowner .dropdowner.forright:before {
    border-bottom-color: transparent;
    border-left-color: rgba(0, 0, 0, 0.8);
    right: -14px;
    top: 5px;
}
.con-dropdowner:hover .dropdowner {
    visibility: visible;
    opacity: 1;
}
.zoombox-maincon.skin-gamma .social-options-con {
    position: absolute;
    top: 2px;
    right: 0;
}
.zoombox-maincon.skin-gamma .social-options-con .dropdowner {
    width: 300px;
}
.dzsdock {
    position: relative;
    width: 100%;
}
.dzsdock .items > span {
    position: relative;
}
.dzsdock .items > span > img {
    width: 100%;
    display: block;
}
.dzsdock .items {
    transition-property: opacity, left;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    -moz-transition-property: opacity, left;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: opacity, left;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: opacity, left;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: opacity, left;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-out;
    text-align: left;
    position: relative;
}
.dzsdock .dzsdock-clip {
    width: 100%;
    overflow: hidden;
}
.dzsdock .items > * {
    margin: 0;
    border: 0;
    width: 0;
    display: inline-block;
    vertical-align: bottom;
    transition-property: width;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    -moz-transition-property: width;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: width;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: width;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: width;
    -ms-transition-duration: 0.2s;
    -ms-transition-timing-function: ease-out;
}
.dzsdock .items:after {
    content: " ";
    display: block;
    clear: both;
}
.dzsdock .hero-icon {
    background-color: rgba(50, 50, 50, 0.9);
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    border-radius: 50%;
    background-size: cover;
    display: block;
    background-position: center center;
}
.dzsdock .icon-video {
    background-image: url(img/hero-type-video.png);
}
.lightboxanchor {
    display: inline-block;
}
.lightboxicon-twitter {
    background-image: url(img/tweet.png);
}
.lightboxicon-googleplus {
    background-image: url(img/google-plus-1.png);
}
.dzsdock.skin-default .items > * {
    border: 3px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
}
.dzsdock.skin-default .items > .activecss {
    border: 3px solid rgba(255, 255, 255, 0.75);
}
.thumb-title {
    text-align: center;
}
.no-animation {
    transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    -ms-transition-duration: 0s !important;
}
.effect-icona {
    position: relative;
    display: block;
}
.effect-icona > img {
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    -moz-transition-property: opacity, transform;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: opacity, transform;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: opacity, transform;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: opacity, transform;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-out;
}
.effect-icona:hover > img {
    opacity: 0.8;
}
.effect-icona .zoomcon-enlarge {
    background-color: rgba(196, 96, 96, 0.7);
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -27.5px;
    margin-top: -27.5px;
    border-radius: 50%;
    background-size: cover;
    display: block;
    background-position: center center;
    background-image: url(img/icon-enlarge.png);
    transform: rotate(30deg) scale(0.5);
    -ms-transform: rotate(30deg) scale(0.5);
    -webkit-transform: rotate(30deg) scale(0.5);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    -moz-transition-property: opacity, transform;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: opacity, transform;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: opacity, transform;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: opacity, transform;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-out;
}
.effect-icona:hover > div.zoomcon-enlarge {
    transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    opacity: 0.8;
}
.effect-icona.for-playbtn .zoomcon-enlarge {
    transform: rotate(0) scale(0.5);
    -ms-transform: rotate(0) scale(0.5);
    -webkit-transform: rotate(0) scale(0.5);
    background-image: url(img/icon-playbtn.png);
}
.toexecute {
    display: none;
}
.label-song {
    font-size: 16px;
    font-family: "Open Sans", arial, serif;
    margin-top: 15px;
}
.tag-list {
    position: absolute;
    bottom: calc(100% - 10px);
    right: 0;
    white-space: nowrap;
}
.tag-list > * {
    display: inline-block;
    vertical-align: middle;
}
.tag-list .dzstooltip.arrow-top:after {
    z-index: 5;
}
.tag-list .dzstooltip {
    z-index: 5;
    background-color: #f2f5fd;
}
.tag-list .the-label {
    margin-left: 3px;
    background-color: #e8ebf3;
    padding: 1px 4px;
    opacity: 0.5;
    line-height: 1;
}
@media (max-width: 992px) {
    .row-inline .col-md-6 {
        width: 100%;
        margin-bottom: 15px;
        padding: 0 30px 15px;
        display: block;
        float: none;
    }
}
.clear {
    height: 1px;
    margin-top: -1px;
    clear: both;
}
.ap-wrapper {
    width: 100%;
    padding: 10px;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.ap-wrapper > .the-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    pointer-events: none;
}
.ap-wrapper.center-ap .zoomsounds-comment-wrapper,
.ap-wrapper.center-ap > [class*="audio"] {
    max-width: 1190px;
    margin: 40px auto;
}
.extrahtml-in-float-right {
    white-space: nowrap;
}
.extrahtml-in-float-right > * {
    display: inline-block;
}
.extrahtml-in-float-right:last-child {
    margin-left: 10px;
}
.meta-artist {
    text-align: left;
}
.audioplayer .menu-description,
[class*="audioplayer"] .the-comments {
    display: none;
}
.audioplayer.fullflashbackup,
.audioplayer.skin-default.fullflashbackup {
    height: auto;
}
.audioplayer.cue-off .loading-svg:not(.ceva),
.audioplayer.meta-loaded .loading-svg:not(.ceva),
.audioplayer.preload-method-none .loading-svg:not(.ceva) {
    display: none;
}
.audioplayer .btn-menu-state,
.audioplayer .next-btn,
.audioplayer .prev-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.con-playpause-con {
    white-space: nowrap;
}
.audioplayer-tobe {
    opacity: 0;
}
.audioplayer-tobe.for-add {
    display: none;
}
.audioplayer,
.audioplayer-tobe {
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
.audioplayer i,
.audioplayer i + .i-label,
.audioplayer-tobe i,
.audioplayer-tobe i + .i-label {
    display: inline-block;
    vertical-align: middle;
}
.audioplayer {
    text-align: left;
    position: relative;
    height: auto;
    line-height: 1;
    opacity: 1;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.audioplayer * {
    box-sizing: border-box;
    font-size: 17px;
    padding-top: 2px;
}
.audioplayer .btn-menu-state,
.audioplayer controls-volume {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.audioplayer .ap-controls .the-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.audioplayer .meta-artist-con {
    position: absolute;
    left: 28px;
    bottom: 9px;
    color: #ddd;
    max-width: 50%;
    overflow-x: hidden;
    overflow-y: visible;
    font-size: 11px;
    visibility: hidden;
    opacity: 0;
    line-height: 1.1;
}
.audioplayer .curr-time {
    color: #eee;
    position: absolute;
    padding: 4px 7px;
    font-size: 12px;
    top: auto;
    bottom: 4px;
    line-height: 1;
}
.audioplayer .total-time {
    color: #ccc;
    position: absolute;
    padding: 3px 7px;
    font-size: 10px;
    top: auto;
    bottom: 6px;
    right: auto;
    line-height: 1;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer.time-total-visible .total-time:not(.a) {
    opacity: 1;
}
.audioplayer .sample-block-end,
.audioplayer .sample-block-start {
    height: 100%;
    background-color: transparent;
    cursor: default;
    position: relative;
}
.audioplayer .sample-block-end {
    top: -100%;
}
.audioplayer .controls-volume {
    top: auto;
    height: 14px;
}
.audioplayer .volumeicon {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0;
    background: center center no-repeat #aaa;
    width: 7px;
    height: 7px;
    cursor: pointer;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer .volumeicon:before {
    position: absolute;
    left: -4px;
    bottom: -3px;
    background: center center no-repeat;
    width: 0;
    height: 0;
    content: " ";
    border: 7px solid rgba(136, 183, 213, 0);
    border-right-color: #aaa;
    margin-left: 0;
    outline: transparent solid 1px;
    transition-property: border;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer .controls-volume:hover .volumeicon {
    background: #ddd;
}
.audioplayer .controls-volume:hover .volumeicon:before {
    border-right-color: #ddd;
}
.audioplayer .volume_active,
.audioplayer .volume_static {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.audioplayer .volume_static {
    left: 16px;
    width: 26px;
    height: 4px;
    cursor: pointer;
}
.audioplayer .volume_static:before {
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #aaa;
    background-position: center center;
    background-repeat: repeat-x;
    content: "";
    top: 1px;
    left: 0;
}
.audioplayer .volume_static:after {
    height: 10px;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.audioplayer .total-time + .meta-artist-con {
    margin-left: 5px;
}
.audioplayer .volume_active {
    left: 16px;
    background: center center repeat-x #ae1919;
    width: 24px;
    height: 2px;
    pointer-events: none;
    transition-property: width;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
}
.audioplayer .volume_cut {
    display: none;
}
.audioplayer .controls-volume.controls-volume-vertical {
    line-height: 1;
}
.audioplayer .controls-volume.controls-volume-vertical .volume-holder {
    position: relative;
    background-color: #333;
    display: block;
    width: 20px;
    height: 45px;
    top: -65px;
    left: -4px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
}
.audioplayer .controls-volume.controls-volume-vertical .volume-holder:after {
    content: "";
    height: 20px !important;
    content: "";
}
.audioplayer .controls-volume.controls-volume-vertical .volume-holder .volume_active,
.audioplayer .controls-volume.controls-volume-vertical .volume-holder .volume_static {
    width: 2px;
    height: 26px;
    top: auto;
    transform: translate3d(0, 0, 0);
}
.audioplayer .controls-volume.controls-volume-vertical .volume-holder .volume_static {
    position: relative;
    bottom: -4px;
    left: -1px;
    display: block;
    margin: 0 auto;
    background-color: #444;
}
.audioplayer .controls-volume.controls-volume-vertical .volume-holder .volume_static:before {
    display: none;
}
.audioplayer .controls-volume.controls-volume-vertical .volume-holder .volume_active {
    bottom: 9px;
    left: 9px;
}
.audioplayer .controls-volume.controls-volume-vertical .volume-holder:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    margin-left: -5px;
}
.audioplayer .controls-volume.controls-volume-vertical .volume-holder:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: transparent;
}
.audioplayer .controls-volume.controls-volume-vertical:hover .volume-holder {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.audioplayer .ap-controls-right {
    float: right;
}
.audioplayer .ap-controls-right:empty {
    display: none !important;
}
.audioplayer .ap-controls-right:after {
    content: "";
    display: block;
    clear: both;
}
.audioplayer .con-controls .controls-volume {
    position: relative;
}
.audioplayer.disable-scrubbar .scrubbar {
    display: none;
}
.audioplayer .btn-footer-playlist {
    margin-left: 15px;
    cursor: pointer;
}
.player-but,
.player-but-no-style {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 5px;
}
.player-but {
    width: 28px;
    height: 28px;
    background-color: transparent;
    font-size: 12px;
    color: #444;
}
.player-but.active,
.player-but:hover {
    color: #444;
}
.player-but + .curr-time {
    margin-left: 10px;
}
.player-but .the-icon-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #444;
    border-radius: 50%;
    transform: translate3d(0, 0, 0) scale(1);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.player-but svg.svg-icon {
    width: 15px;
    height: 15px;
}
.player-but .svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.player-but .svg-icon path {
    fill: #444;
}
.player-but.active .the-icon-bg,
.player-but:hover .the-icon-bg {
    transform: translate3d(0, 0, 0) scale(0.9);
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
}
.player-but.active svg.svg-icon,
.player-but:hover svg.svg-icon {
    transform: translate3d(-50%, -50%, 0) scale(1.1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.the-artist:empty {
    display: none;
}
.audioplayer,
.zoomsounds-external-scrubbar {
    width: 100%;
}
.audioplayer .scrubbar,
.zoomsounds-external-scrubbar .scrubbar {
    width: 100%;
    height: 10px;
    cursor: pointer;
    position: relative;
}
.audioplayer .scrubbar .scrub-prog,
.zoomsounds-external-scrubbar .scrubbar .scrub-prog {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #ae1919;
}
.audioplayer.volume-dragging {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.audioplayer.meta-loaded .meta-artist-con,
.audioplayer.meta-loaded .next-btn,
.audioplayer.meta-loaded .prev-btn,
.audioplayer.structure-setuped .meta-artist-con,
.audioplayer.structure-setuped .next-btn,
.audioplayer.structure-setuped .prev-btn {
    opacity: 1;
    visibility: visible;
}
.audioplayer.under-400 .meta-artist-con .the-artist {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.audioplayer.fullflashbackup .prev-btn {
    top: auto;
    background-image: url(img/skin_minion_arrowleft.png);
    left: auto;
    bottom: 1px;
    right: 30px;
}
.audioplayer.fullflashbackup .next-btn {
    top: auto;
    background-image: url(img/skin_minion_arrowright.png);
    left: auto;
    bottom: 1px;
    right: 1px;
}
.audioplayer:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.audioplayer.errored-out:not(.dzsap_footer) .audioplayer-inner {
    opacity: 0.9;
}
.audioplayer.errored-out:not(.dzsap_footer) .feedback-text {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    color: #444;
    opacity: 0.5;
    font-weight: 700;
    font-family: "monospace", serif;
    background-color: #fff;
    padding: 5px 10px;
}
.audioplayer .ap-controls .con-controls {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 100%;
}
.audioplayer .ap-controls .con-playpause {
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 9px;
    width: 10px;
    height: 10px;
}
.audioplayer .ap-controls .con-playpause .playbtn {
    position: absolute;
    top: 0;
    left: 0;
}
.audioplayer.under-400:not(.zoomsounds-wrapper-bg-bellow) .controls-volume,
.audioplayer.under-400:not(.zoomsounds-wrapper-bg-bellow) .next-btn,
.audioplayer.under-400:not(.zoomsounds-wrapper-bg-bellow) .prev-btn,
.audioplayer.under-400:not(.zoomsounds-wrapper-bg-bellow) .scrubBox-hover {
    display: none;
}
.comments-holder .dzstooltip {
    line-height: 1.7;
    margin-left: -15px;
}
.audioplayer.dzsap-loaded .btn-embed-code,
.audioplayer.dzsap-loaded .btn-menu-state,
.audioplayer.dzsap-loaded .next-btn,
.audioplayer.dzsap-loaded .prev-btn {
    visibility: visible;
}
.audioplayer.skin-default .next-btn,
.audioplayer.skin-default .prev-btn {
    visibility: hidden;
}
.dzsap-main-con {
    z-index: 5555;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.audioplayer .audioplayer-inner {
    position: relative;
}
.audioplayer .the-media {
    pointer-events: none;
    opacity: 0;
}
.audioplayer-inner .the-thumb-con {
    position: relative;
}
.audioplayer-inner .the-thumb {
    position: relative;
    height: 120px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #464545;
}
.audioplayer.dzsap-loaded .meta-artist-con {
    visibility: visible;
}
.audioplayer .meta-artist {
    width: auto;
}
.audioplayer .ap-controls {
    width: 100%;
    height: 40px;
}
.audioplayer .ap-controls .con-playpause .pausebtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 11px;
    width: 11px;
}
.audioplayer .ap-controls .con-playpause .pausebtn .pause-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.audioplayer .ap-controls .con-playpause .pausebtn .pause-part-2 {
    left: auto;
    right: 0;
}
.audioplayer .ap-controls .the-bg {
    background-color: #464545;
}
.audioplayer .ap-controls .scrubbar .scrub-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa;
}
.audioplayer .ap-controls .scrubbar .scrubBox-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    height: 100%;
    background: #ae1919;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer.dzsap-loaded .ap-controls .scrubbar:hover .scrubBox-hover {
    visibility: visible;
    opacity: 1;
}
.audioplayer.skin-default .con-controls {
    height: auto;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 8px 0;
}
.audioplayer.skin-default .con-controls > * {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
}
.audioplayer.skin-default .con-controls > .the-bg {
    position: absolute;
    display: block;
}
.audioplayer.skin-default .ap-controls-right > * {
    display: block;
}
.audioplayer.skin-default .meta-artist {
    display: flex;
    align-items: center;
}
.audioplayer.skin-default .meta-artist .the-artist,
.audioplayer.skin-default .meta-artist .the-name {
    display: inline-block;
    vertical-align: middle;
}
.audioplayer.skin-default .meta-artist .the-artist {
    font-weight: 700;
    font-size: 13px;
}
.audioplayer.skin-default .meta-artist .the-artist + .the-name {
    margin-left: 10px;
}
.audioplayer.skin-default .con-controls .con-playpause {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    vertical-align: middle;
    margin-left: 15px;
}
.audioplayer.skin-default .con-controls .meta-artist-con {
    flex: 1000;
    max-width: none;
}
.audioplayer.skin-default .con-controls .ap-controls-right {
    flex: 0 0 auto;
    text-align: right;
}
.audioplayer.skin-default .con-controls .curr-time {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
    vertical-align: middle;
    margin-left: 12px;
    padding: 0;
}
.audioplayer.skin-default .con-controls .total-time {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
    vertical-align: middle;
    padding: 0;
    margin-left: 5px;
    margin-right: 15px;
}
.audioplayer.skin-default .con-controls .controls-volume {
    right: 0;
    margin-right: 10px;
    width: 45px;
    bottom: auto;
}
.audioplayer.skin-default .meta-artist-con {
    left: 0;
    display: inline-block;
    text-overflow: ellipsis;
    bottom: auto;
    white-space: nowrap;
    overflow: hidden;
}
.hidden {
    display: none;
}
.audioplayer.skin-wave .audioplayer-inner {
    display: flex;
}
.audioplayer.skin-wave .audioplayer-inner > .ap-controls {
    flex: 100;
    min-width: 0;
}
.audioplayer.skin-wave .the-thumb-con {
    flex: 0 0 auto;
}
.audioplayer.skin-wave .ap-controls {
    height: auto;
    width: auto;
    position: relative;
}
.audioplayer.skin-wave .ap-controls .con-controls {
    position: relative;
    margin-top: 10px;
    height: 45px;
}
.audioplayer.skin-wave .ap-controls .con-playpause-con {
    margin-right: 15px;
}
.audioplayer.skin-wave .ap-controls .con-playpause {
    display: inline-block;
    position: relative;
    left: 0;
    vertical-align: middle;
    top: 0;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    -webkit-tap-highlight-color: transparent;
}
.audioplayer.skin-wave .ap-controls .con-playpause .playbtn {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border: 0 solid rgba(136, 183, 213, 0);
    border-left-color: transparent;
    position: relative;
    background-color: #c72e39;
    border-radius: 50%;
}
.audioplayer.skin-wave .ap-controls .con-playpause .playbtn:before {
    transform: scale(1);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -5px;
    content: " ";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #eee;
}
.audioplayer.skin-wave .ap-controls .con-playpause .playbtn:hover:before {
    transform: scale(0.9);
}
.audioplayer.skin-wave .ap-controls .con-playpause .pausebtn {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-image: none;
    background-color: #c72e39;
    border-radius: 50%;
}
.audioplayer.skin-wave .ap-controls .con-playpause .pausebtn:after,
.audioplayer.skin-wave .ap-controls .con-playpause .pausebtn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -6px;
    content: " ";
    width: 4px;
    height: 18px;
    background-color: #eee;
    transform: scale(1);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-wave .ap-controls .con-playpause .pausebtn:after {
    margin-left: 2px;
}
.audioplayer.skin-wave .ap-controls .con-playpause .pausebtn:hover:after,
.audioplayer.skin-wave .ap-controls .con-playpause .pausebtn:hover:before {
    transform: scale(0.8);
}
.audioplayer.skin-wave .btn-zoomsounds {
    position: relative;
}
.audioplayer.skin-wave .volume_active {
    background-color: #db4343;
}
.audioplayer.skin-wave .meta-artist-con {
    overflow-y: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 0;
    bottom: auto;
    width: auto;
    margin-right: 15px;
}
.audioplayer.skin-wave .meta-artist {
    font-size: 0;
}
.audioplayer.skin-wave .meta-artist .the-artist {
    margin-bottom: 0;
    color: #db4343;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    font-size: 11px;
}
.audioplayer.skin-wave .meta-artist .the-artist:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.audioplayer.skin-wave .meta-artist .the-name {
    margin-top: 5px;
    display: inline-block;
    width: auto;
    font-size: 16px;
    color: #555;
}
.audioplayer.skin-wave .meta-artist .the-name > a {
    color: #555;
}
.audioplayer.skin-wave .ap-controls:after {
    content: "";
    display: block;
    clear: both;
}
.audioplayer.skin-wave .curr-time,
.audioplayer.skin-wave .total-time {
    padding: 4px 7px;
    font-size: 10px;
    opacity: 0;
    visibility: hidden;
    top: 38px;
}
.audioplayer.skin-wave .curr-time {
    background: rgba(0, 0, 0, 0.7);
    color: #eee;
    position: absolute;
    bottom: auto;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-wave .curr-time.scrub-time:not(.ceva):not(.alceva) {
    opacity: 0.5;
}
.audioplayer.skin-wave .pausebtn .pause-icon {
    display: none;
}
.audioplayer.skin-wave .pausebtn:after,
.audioplayer.skin-wave .pausebtn:before {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.audioplayer.skin-wave .loading-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: block;
    opacity: 1;
    visibility: visible;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.audioplayer.skin-wave.meta-loaded .pausebtn:after,
.audioplayer.skin-wave.meta-loaded .pausebtn:before {
    opacity: 1;
    visibility: visible;
}
.audioplayer.skin-wave.meta-loaded .loading-svg {
    opacity: 0;
    visibility: hidden;
}
.audioplayer.skin-wave .total-time {
    background: rgba(255, 255, 255, 0.7);
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: auto;
    left: auto;
    right: 0;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.audioplayer.skin-wave .con-controls > * {
    vertical-align: middle;
}
.audioplayer.skin-wave .con-controls:after {
    display: block;
    content: "";
    clear: both;
}
.audioplayer.skin-wave .curr-time.static {
    right: 40px;
    top: 0;
    bottom: auto;
}
.audioplayer.skin-wave .total-time.static {
    right: 0;
    top: 0;
    bottom: auto;
}
.audioplayer.skin-wave .next-btn,
.audioplayer.skin-wave .prev-btn {
    background-color: #c72e39;
    border-radius: 50%;
}
.audioplayer.skin-wave .next-btn > svg path,
.audioplayer.skin-wave .prev-btn > svg path {
    fill: #fff;
}
.audioplayer.skin-wave .con-playpause + .next-btn {
    margin-left: 5px;
}
.audioplayer.skin-wave .next-btn {
    margin-right: 15px;
}
.audioplayer.skin-wave .next-btn > svg {
    margin-left: 2px;
}
.audioplayer.skin-wave .next-btn path {
    fill: #444;
}
.audioplayer.skin-wave .audioplayer-inner .the-thumb-con {
    width: 130px;
    height: 130px;
    margin-right: 15px;
}
.audioplayer.skin-wave .audioplayer-inner .the-thumb-con ~ .ap-controls {
    overflow: visible;
}
.audioplayer.skin-wave .comments-holder {
    display: block;
    position: absolute;
    height: 14px;
    top: 51px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-wave .comments-holder .dzstooltip-con {
    transition-property: opacity, visibility;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    position: absolute;
    top: 0;
}
.audioplayer.skin-wave .comments-holder .the-comments-holder-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.audioplayer.skin-wave .comments-holder .the-avatar {
    width: 14px;
    height: 14px;
    background-color: #111;
    background-position: center center;
    background-size: contain;
}
.audioplayer.skin-wave .comments-holder .the-comment-author {
    color: #53c3e2;
}
.audioplayer.skin-wave .comments-holder .placeholder .the-avatar {
    box-shadow: 0 0 3px 0 #fff;
}
.audioplayer.skin-wave .comments-holder.active {
    visibility: visible;
}
.audioplayer.skin-wave .controls-volume {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 41px;
    top: 0;
    left: 0;
    margin-left: 15px;
}
.audioplayer.skin-wave .comments-writer {
    padding-top: 10px;
    max-width: 500px;
    margin: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    transition-property: height;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.audioplayer.skin-wave .comments-writer .comments-writer-inner {
    background: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    padding: 5px 15px;
    position: relative;
}
.audioplayer.skin-wave .comments-writer .comments-writer-inner:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -5px;
    opacity: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, 0.4);
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.audioplayer.skin-wave .comments-writer input[type="text"],
.audioplayer.skin-wave .comments-writer textarea {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0;
    color: #777;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-top: 9px;
    margin-bottom: 9px;
    padding: 5px 8px;
    width: 100%;
    resize: none;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    box-sizing: border-box;
}
.audioplayer.skin-wave .comments-writer input[type="text"]:focus,
.audioplayer.skin-wave .comments-writer textarea:focus {
    border-color: rgba(219, 67, 67, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01) inset, 0 0 8px rgba(219, 67, 67, 0.1) inset;
    outline: 0;
}
.audioplayer.skin-wave .comments-writer .audioplayer.skin-wave .comments-writer textarea::-webkit-input-placeholder {
    color: #777 !important;
    opacity: 1;
}
.audioplayer.skin-wave .comments-writer .audioplayer.skin-wave .comments-writer .comment-input:-webkit-input-placeholder {
    color: #777 !important;
    opacity: 1;
}
.audioplayer.skin-wave .comments-writer .audioplayer.skin-wave .comments-writer::-webkit-input-placeholder {
    color: #777 !important;
    opacity: 1;
}
.audioplayer.skin-wave .comments-writer .audioplayer.skin-wave .comments-writer textarea::placeholder {
    color: #777 !important;
    opacity: 1;
}
.audioplayer.skin-wave .comments-writer .float-right {
    position: relative;
}
.audioplayer.skin-wave .audioplayer-inner .the-thumb {
    position: relative;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #111;
    box-sizing: border-box;
    border-radius: 5px;
}
.audioplayer.skin-wave .ap-controls .scrubbar .scrub-bg .scrub-bg-img {
    height: 100%;
    width: 100%;
    max-width: none;
    position: relative;
    transition-property: visibility, opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-wave .ap-controls .scrubbar .scrub-bg-img.transitioning-in,
.audioplayer.skin-wave .ap-controls .scrubbar .scrub-prog-img.transitioning-in {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.audioplayer.skin-wave.fast-animate-scrubbar .ap-controls .scrubbar {
    transition-property: opacity;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-wave .comments-writer.active .comments-writer-inner:before {
    opacity: 1;
}
.audioplayer.skin-wave .volume_static:before {
    background: #4f4949;
}
.audioplayer.skin-wave.skin-wave-wave-mode-canvas-mode-reflecto .scrubbar + .con-controls {
    margin-top: 20px;
}
.audioplayer.skin-wave.disable-scrubbar .comments-holder,
.audioplayer.skin-wave.disable-scrubbar .comments-writer {
    display: none;
}
.audioplayer.skin-wave.disable-scrubbar.skin-wave-mode-alternate.has-thumb .con-controls {
    margin-bottom: 70px;
}
.audioplayer.skin-wave:not(.skin-wave-is-spectrum) .scrub-bg {
    transform: scaleY(0);
    transition: transform 0.3s ease-out 0.2s;
}
.audioplayer.skin-wave.theme-dark {
    background-color: #222;
}
.audioplayer.skin-wave.theme-dark .meta-artist .the-name > a {
    color: #fff;
}
.audioplayer.skin-wave.skinvariation-wave-righter .playbuttons-con {
    float: none;
    flex: 1 0 0;
    white-space: nowrap;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 10px;
    margin-left: 10px;
}
@media all and (max-width: 770px) {
    .audioplayer.skin-wave.skinvariation-wave-righter {
        line-height: 1;
    }
    .audioplayer.skin-wave.skinvariation-wave-righter .scrubbar:not(.ceva) {
        position: absolute;
        height: 20px;
        left: -10px;
        width: calc(100% + 20px);
        top: -30px;
    }
    .audioplayer.skin-wave.skinvariation-wave-righter .scrubbar:not(.ceva) .scrub-bg,
    .audioplayer.skin-wave.skinvariation-wave-righter .scrubbar:not(.ceva) .scrub-prog {
        background-color: #807073;
    }
    .audioplayer.skin-wave.skinvariation-wave-righter .scrubbar:not(.ceva) .scrub-bg canvas,
    .audioplayer.skin-wave.skinvariation-wave-righter .scrubbar:not(.ceva) .scrub-prog canvas {
        display: none;
    }
    .audioplayer.skin-wave.skinvariation-wave-righter .scrubbar:not(.ceva) .scrub-prog {
        background-color: #00a99d;
    }
    .audioplayer.skin-wave.skinvariation-wave-righter .scrubbar:not(.ceva) .curr-time,
    .audioplayer.skin-wave.skinvariation-wave-righter .scrubbar:not(.ceva) .total-time {
        display: none;
    }
    .audioplayer.skin-wave.skinvariation-wave-righter .ap-controls .ap-controls-left {
        flex: 3;
    }
    .audioplayer.skin-wave.skinvariation-wave-righter .ap-controls .ap-controls-left .meta-artist-con {
        max-width: 500px;
    }
}
.audioplayer.skin-wave.under-720 .btn-embed-code {
    display: none;
}
.audioplayer.skin-wave.under-720 .meta-artist-con .the-artist {
    display: block;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.audioplayer.skin-wave.under-720 .meta-artist-con .the-name {
    display: block;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.con-controls + .scrubbar {
    margin-top: 10px;
}
.audioplayer.skin-wave.skin-wave-mode-alternate .the-thumb-con {
    width: 100px;
    height: 100px;
}
.audioplayer.skin-wave.skin-wave-mode-alternate .ap-controls .ap-controls {
    padding-left: 110px;
}
.audioplayer.skin-wave.skin-wave-mode-alternate .ap-controls .con-controls {
    position: relative;
    margin-bottom: -2px;
    margin-top: 5px;
    white-space: nowrap;
}
.audioplayer.skin-wave.skin-wave-mode-alternate .ap-controls .con-playpause {
    position: relative;
}
.audioplayer.skin-wave.skin-wave-mode-alternate .ap-controls .meta-artist-con {
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    max-width: none;
    text-align: left;
}
.audioplayer.skin-wave.skin-wave-mode-alternate .ap-controls .meta-artist-con .the-artist {
    margin-top: 0;
}
.audioplayer.skin-wave.skin-wave-mode-alternate .ap-controls .meta-artist-con .the-name {
    display: block;
    margin-bottom: 0;
    margin-top: 3px;
}
.audioplayer.skin-wave.skin-wave-mode-alternate .ap-controls .scrubbar {
    height: 60px;
}
.audioplayer.skin-wave.skin-wave-mode-alternate .ap-controls .controls-volume {
    float: right;
    position: relative;
    left: 0;
    bottom: auto;
}
.audioplayer.skin-wave.skin-wave-mode-alternate .ap-controls .scrubbar .scrub-bg,
.audioplayer.skin-wave.skin-wave-mode-alternate .ap-controls .scrubbar .scrub-prog {
    height: 70px;
}
.audioplayer.skin-wave.skin-wave-mode-alternate .ap-controls .scrubbar .scrub-bg {
    position: relative;
}
.audioplayer.skin-wave.skin-wave-mode-alternate .ap-controls .curr-time,
.audioplayer.skin-wave.skin-wave-mode-alternate .ap-controls .total-time {
    top: 55px;
}
.audioplayer.skin-wave.skin-wave-mode-alternate .comments-holder {
    top: 120px;
}
.audioplayer.skin-wave.skin-wave-mode-alternate .comments-writer {
    position: relative;
    left: 50%;
    top: 0;
    margin: 0;
}
.audioplayer.skin-wave.button-aspect-noir .svg-icon path {
    fill: #444;
}
.audioplayer.skin-wave.button-aspect-noir .con-playpause {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    border-radius: 50%;
}
.audioplayer.skin-wave.button-aspect-noir .con-playpause .pausebtn,
.audioplayer.skin-wave.button-aspect-noir .con-playpause .playbtn {
    background-color: transparent;
    border: 0;
}
.audioplayer.skin-wave.button-aspect-noir .con-playpause .pausebtn .the-icon-bg,
.audioplayer.skin-wave.button-aspect-noir .con-playpause .playbtn .the-icon-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #444;
    border-radius: 50%;
    transform: translate3d(0, 0, 0) scale(1);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-wave.button-aspect-noir .con-playpause .pausebtn svg.svg-icon,
.audioplayer.skin-wave.button-aspect-noir .con-playpause .playbtn svg.svg-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    margin-left: 2px;
}
.audioplayer.skin-wave.button-aspect-noir .con-playpause .pausebtn:before,
.audioplayer.skin-wave.button-aspect-noir .con-playpause .playbtn:before {
    display: none;
}
.audioplayer.skin-wave.button-aspect-noir .con-playpause:hover .the-icon-bg {
    transform: translate3d(0, 0, 0) scale(0.9);
}
.audioplayer.skin-wave.button-aspect-noir .con-playpause:hover svg.svg-icon {
    transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.audioplayer.skin-wave.button-aspect-noir .con-playpause .pausebtn .pause-icon {
    display: block !important;
}
.audioplayer.skin-wave.button-aspect-noir .con-playpause .pausebtn .pause-icon .pause-part-1,
.audioplayer.skin-wave.button-aspect-noir .con-playpause .pausebtn .pause-icon .pause-part-2 {
    display: none;
}
.audioplayer.skin-wave.button-aspect-noir .con-playpause .pausebtn .pause-icon .svg-icon {
    margin-left: 0;
}
.audioplayer.skin-wave.button-aspect-noir .con-playpause .pausebtn:after {
    display: none;
}
.audioplayer.skin-wave.button-aspect-noir .next-btn,
.audioplayer.skin-wave.button-aspect-noir .prev-btn {
    background-color: transparent;
}
.audioplayer.skin-wave-mode-small .audioplayer-inner {
    height: 60px;
}
.audioplayer.skin-wave-mode-small .audioplayer-inner .the-thumb-con {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    position: relative;
}
.audioplayer.skin-wave-mode-small .meta-artist-con + .the-thumb-con {
    margin-left: 20px;
}
.audioplayer.skin-wave-mode-small .ap-controls {
    overflow: visible;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.audioplayer.skin-wave-mode-small .ap-controls .ap-controls-left {
    float: none;
    position: relative;
    flex: 1 0 0;
    white-space: nowrap;
}
.audioplayer.skin-wave-mode-small .ap-controls .ap-controls-left > * {
    vertical-align: middle;
    display: inline-block;
}
.audioplayer.skin-wave-mode-small .ap-controls .ap-controls-right {
    float: none;
    flex: 1 0 0;
    white-space: nowrap;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
}
.audioplayer.skin-wave-mode-small .ap-controls .ap-controls-right > .meta-artist-con:first-child {
    margin-left: 20px;
}
.audioplayer.skin-wave-mode-small .ap-controls .ap-controls-right > .meta-artist-con + .the-thumb-con {
    margin-left: 0;
}
.audioplayer.skin-wave-mode-small .ap-controls .the-bg {
    display: none;
}
.audioplayer.skin-wave-mode-small .ap-controls .scrubbar {
    flex: 30;
    width: auto;
    height: 60px;
    top: 0;
    left: 0;
}
.audioplayer.skin-wave-mode-small .ap-controls .scrubbar .scrubBox-hover {
    height: 60px;
    top: 0;
}
.audioplayer.skin-wave-mode-small .ap-controls .scrubbar .scrub-bg,
.audioplayer.skin-wave-mode-small .ap-controls .scrubbar .scrub-prog {
    height: 60px;
}
.audioplayer.skin-wave-mode-small .ap-controls .con-playpause {
    display: inline-block;
    left: 0;
    position: relative;
    margin-left: 0;
    vertical-align: middle;
    margin-right: 0;
}
.audioplayer.skin-wave-mode-small .ap-controls .con-playpause + .player-but {
    margin-left: 5px;
}
.audioplayer.skin-wave-mode-small .ap-controls .dzsap-loop-button,
.audioplayer.skin-wave-mode-small .ap-controls .dzsap-repeat-button {
    margin-right: 20px;
    cursor: pointer;
}
.audioplayer.skin-wave-mode-small .ap-controls .dzsap-loop-button path,
.audioplayer.skin-wave-mode-small .ap-controls .dzsap-repeat-button path {
    fill: #444;
}
.audioplayer.skin-wave-mode-small .ap-controls .dzsap-loop-button.active path,
.audioplayer.skin-wave-mode-small .ap-controls .dzsap-loop-button:hover path {
    fill: #db4343;
}
.audioplayer.skin-wave-mode-small .ap-controls .con-controls {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
}
.audioplayer.skin-wave-mode-small .ap-controls .btn-embed-code-con {
    position: relative;
    display: inline-block;
    left: 0;
    bottom: auto;
    margin-left: 13px;
}
.audioplayer.skin-wave-mode-small .ap-controls .controls-volume {
    position: relative;
    margin-left: 15px;
    margin-right: 0;
}
.audioplayer.skin-wave-mode-small .meta-artist-con {
    left: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    white-space: nowrap;
    bottom: auto;
    max-width: 110px;
    overflow: visible;
    visibility: visible;
}
.audioplayer.skin-wave-mode-small .meta-artist-con .the-name {
    width: auto;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.audioplayer.skin-wave-mode-small .curr-time,
.audioplayer.skin-wave-mode-small .total-time {
    top: 43px;
}
.audioplayer.skin-wave-mode-small .comments-holder {
    top: 60px;
}
.audioplayer.skin-wave-mode-small .next-btn {
    margin-left: 10px;
    margin-right: 10px;
}
.audioplayer.skin-wave-mode-small.under-500:not(.disable-scrubbar) .meta-artist-con {
    display: none;
}
.audioplayer.skin-wave-mode-small.disable-scrubbar .meta-artist-con {
    max-width: none;
}
.skin-wave.skin-wave-mode-normal .ap-controls .con-controls {
    height: auto;
}
.audioplayer.skin-wave .scrubbar,
.zoomsounds-external-scrubbar.skin-wave .scrubbar {
    width: 100%;
    height: 75px;
    cursor: pointer;
    position: relative;
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-wave .scrubbar .scrub-bg,
.zoomsounds-external-scrubbar.skin-wave .scrubbar .scrub-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
}
.audioplayer.skin-wave .scrubbar .scrub-bg canvas.scrub-bg-img,
.zoomsounds-external-scrubbar.skin-wave .scrubbar .scrub-bg canvas.scrub-bg-img {
    width: 100% !important;
    image-rendering: crisp-edges;
}
.audioplayer.skin-wave .scrubbar .scrub-prog,
.zoomsounds-external-scrubbar.skin-wave .scrubbar .scrub-prog {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    background-color: transparent;
    direction: ltr;
}
.dzs-button-dzsap {
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    padding: 8px 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    background-color: #111;
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: 9px;
    font-size: 11px;
    border-radius: 5px;
    font-weight: 700;
    color: #777;
    cursor: pointer;
    transition-property: background, color;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.dzs-button-dzsap:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.skin-wave.skin-wave-is-spectrum .scrub-bg {
    transform: scaleY(0);
    transform-origin: left bottom;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.skin-wave.skin-wave-is-spectrum .scrub-bg > canvas {
    transform-origin: left bottom;
}
.skin-wave.skin-wave-is-spectrum .scrubbar:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(33, 33, 33, 0.1) 0, rgba(33, 33, 33, 0.22) 49%, rgba(48, 48, 48, 0.1) 100%);
}
.skin-wave.skin-wave-is-spectrum.is-playing .scrub-bg {
    transform: scaleY(1);
}
.scrub-bg--img,
.scrub-prog--img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.zoomsounds-external-scrubbar.scrubbar-loaded .scrubbar,
body .audioplayer.skin-wave.scrubbar-loaded .scrubbar {
    opacity: 1;
}
.zoomsounds-external-scrubbar.scrubbar-loaded .comments-holder,
body .audioplayer.skin-wave.scrubbar-loaded .comments-holder {
    opacity: 1;
    visibility: visible;
}
.zoomsounds-external-scrubbar.scrubbar-loaded .curr-time,
body .audioplayer.skin-wave.scrubbar-loaded .curr-time {
    opacity: 1;
}
.zoomsounds-external-scrubbar.scrubbar-loaded .curr-time,
.zoomsounds-external-scrubbar.scrubbar-loaded .total-time,
body .audioplayer.skin-wave.scrubbar-loaded .curr-time,
body .audioplayer.skin-wave.scrubbar-loaded .total-time {
    visibility: visible;
}
.audioplayer.skin-wave.scrubbar-loaded:not(.skin-wave-is-spectrum) .scrub-bg {
    transform: scaleY(1);
}
.audioplayer.skin-wave.skin-wave-wave-mode-line .ap-controls .scrubbar {
    border: 1px solid rgba(255, 255, 255, 0.9);
}
.audioplayer.skin-wave:not(.skin-wave-mode-small):not(.skin-wave-mode-nocontrols) .con-controls {
    display: flex;
    align-items: center;
    width: 100%;
}
.audioplayer.skin-wave:not(.skin-wave-mode-small):not(.skin-wave-mode-nocontrols) .meta-artist-con {
    flex: 1000;
    max-width: none;
}
.audioplayer.skin-wave:not(.skin-wave-mode-small):not(.skin-wave-mode-nocontrols) .ap-controls-right {
    float: none;
    flex: 0 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    align-content: center;
}
.audioplayer.skin-wave:not(.skin-wave-mode-small):not(.skin-wave-mode-nocontrols) .con-playpause + .ap-controls-right {
    flex: 1000;
}
.audioplayer.skin-wave:not(.skin-wave-mode-small):not(.skin-wave-mode-nocontrols) .comments-writer {
    position: absolute;
    left: 50%;
    top: 80px;
    z-index: 55;
}
.audioplayer.skin-wave:not(.skin-wave-mode-small):not(.skin-wave-mode-nocontrols) .comments-writer:not(.active) {
    pointer-events: none;
}
.audioplayer.skin-wave:not(.skin-wave-mode-small):not(.skin-wave-mode-nocontrols) .con-controls,
.audioplayer.skin-wave:not(.skin-wave-mode-small):not(.skin-wave-mode-nocontrols) .next-btn,
.audioplayer.skin-wave:not(.skin-wave-mode-small):not(.skin-wave-mode-nocontrols) .prev-btn {
    transition-property: margin;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-wave.comments-writer-active:not(.skin-wave-mode-small):not(.skin-wave-mode-alternate) .con-controls {
    margin-top: 160px;
}
.audioplayer.skin-wave.meta-loaded .total-time {
    opacity: 1;
}
.btn-embed .copy-embed-code-btn {
    position: absolute;
    padding: 10px 13px;
    line-height: 1;
    font-size: 11px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.8);
    color: #444;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}
.audioplayer.skin-wave.skin-wave-mode-normal.under-720 .audioplayer-inner .the-thumb-con {
    float: none;
}
.audioplayer.skin-wave.skin-wave-mode-normal.under-720 .audioplayer-inner .meta-artist-con {
    max-width: calc(100% - 110px);
}
.audioplayer.has-thumb.skin-wave.skin-wave-mode-normal.under-720:not(.skin-wave-mode-nocontrols) .audioplayer-inner .ap-controls,
.audioplayer.skin-wave.skin-wave-mode-normal.under-720 .audioplayer-inner .ap-controls {
    overflow: visible;
}
.zoomsounds-wrapper-bg-center.is-playing {
    padding: 100px 15px;
}
.zoomsounds-wrapper-bg-bellow,
.zoomsounds-wrapper-bg-center {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 15px;
    transition-property: padding, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.zoomsounds-wrapper-bg-bellow .audioplayer-inner > .zoomsounds-bg,
.zoomsounds-wrapper-bg-center .audioplayer-inner > .zoomsounds-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.zoomsounds-wrapper-bg-bellow .audioplayer-inner > .zoomsounds-bg.loaded,
.zoomsounds-wrapper-bg-center .audioplayer-inner > .zoomsounds-bg.loaded {
    opacity: 1;
}
.zoomsounds-wrapper-bg-bellow.fullwidth,
.zoomsounds-wrapper-bg-center.fullwidth {
    max-width: none;
}
.zoomsounds-wrapper-bg-bellow {
    max-width: 300px;
    margin: 10px auto;
    background-color: #444;
    padding: 100px 15px 0;
}
.zoomsounds-wrapper-bg-bellow .zoomsounds-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.9) 100%);
}
.zoomsounds-wrapper-bg-bellow .extra-html {
    display: none;
}
.zoomsounds-wrapper-bg-bellow.skin-wave-mode-small .ap-controls .ap-controls-left:not(.ceva) {
    position: static;
}
.zoomsounds-wrapper-bg-bellow.skin-wave-mode-small .ap-controls .ap-controls-left:not(.ceva) .meta-artist-con {
    position: absolute;
    width: 100%;
    max-width: none;
    bottom: 100%;
    display: block;
    margin-bottom: 10px;
}
.zoomsounds-wrapper-bg-bellow .dzsap-wrapper-buts {
    display: block;
}
.dzsap-wrapper-buts {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.dzsap-wrapper-buts > .player-but {
    margin-left: 10px;
    margin-top: 10px;
}
.dzsap-wrapper-but {
    background-color: rgba(0, 0, 0, 0.45);
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    position: relative;
}
.dzsap-wrapper-but > .the-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: block;
    color: #eee;
}
.dzsap-wrapper-but > .the-icon svg {
    width: 15px;
    height: 15px;
}
.dzsap-wrapper-but path {
    fill: rgba(255, 255, 255, 0.7);
    transition-property: fill;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.dzsap-wrapper-but.btn-like > .the-icon {
    margin-top: 1px;
}
.dzsap-wrapper-but:not(.dzsap-wrapper-but):hover {
    background-color: rgba(0, 0, 0, 0.7);
}
.dzsap-wrapper-but:not(.dzsap-wrapper-but):hover path {
    fill: rgba(255, 255, 255, 0.9);
}
.audioplayer.skin-wave.skin-wave-mode-normal.under-500 .audioplayer-inner .next-btn,
.audioplayer.skin-wave.skin-wave-mode-normal.under-500 .audioplayer-inner .prev-btn {
    position: absolute;
    left: -60px;
}
.audioplayer.skin-wave.skin-wave-mode-normal.under-500 .audioplayer-inner .next-btn {
    left: -30px;
}
.audioplayer.skin-wave.under-400 .audioplayer-inner .the-thumb-con {
    width: 50px;
    height: 50px;
}
.audioplayer.skin-wave.under-400 .audioplayer-inner .the-thumb {
    width: 100%;
}
.audioplayer.skin-wave.under-400.skin-wave-mode-alternate .audioplayer-inner .the-thumb-con {
    top: 0;
}
div.btn-embed-code-con {
    position: relative;
    top: auto;
}
.audioplayer.skin-wave .ap-controls .the-bg {
    background-color: transparent;
    pointer-events: none;
}
.audioplayer.skin-wave .ap-controls .scrubbar .scrub-bg .scrub-bg-div {
    height: 100%;
    width: 100%;
    background: #aaa;
    position: absolute;
    top: 0;
    left: 0;
}
.audioplayer.skin-wave .volumeicon {
    background: #4f4949;
}
.audioplayer.skin-wave .volumeicon:before {
    border-right-color: #4f4949;
}
.audioplayer.skin-wave .ap-controls .scrubbar .scrub-prog .scrub-prog-img {
    height: 100%;
    width: 100%;
    max-width: none;
    transition-property: opacity, visibilitytransform;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.audioplayer.skin-wave .ap-controls .scrubbar .scrub-prog .scrub-prog-div {
    height: 100%;
    width: 100%;
    background: #c72e39;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}
.audioplayer.skin-wave .ap-controls .scrubbar .scrubBox-hover {
    height: 70%;
    top: 15%;
    background: #c72e39;
}
.audioplayer.skin-wave.skin-wave-no-reflect .ap-controls .scrubbar .scrubBox-hover {
    height: 100%;
    top: 0;
}
.audioplayer.skin-wave.skin-wave-no-reflect .ap-controls .scrubbar .scrub-bg,
.audioplayer.skin-wave.skin-wave-no-reflect .ap-controls .scrubbar .scrub-prog {
    height: 100%;
}
.audioplayer.skin-wave.skin-wave-no-reflect .scrubbar + .ap-controls-right {
    padding-left: 15px;
}
.audioplayer.skin-wave.skin-wave-no-reflect .ap-controls-right {
    padding-right: 15px;
}
.audioplayer.skin-wave.skin-wave-no-reflect .ap-controls-right:last-child {
    padding-right: 0;
}
.audioplayer.skin-wave.skin-wave-no-reflect.skin-wave-mode-alternate .ap-controls .scrubbar .scrub-bg,
.audioplayer.skin-wave.skin-wave-no-reflect.skin-wave-mode-alternate .ap-controls .scrubbar .scrub-prog {
    max-height: 100%;
}
.audioplayer.skinvariation-wave-bigtitles {
    font-family: "Josefin Sans", sans-sarif, serif;
}
.audioplayer.skinvariation-wave-bigtitles .audioplayer-inner .scrubbar {
    height: 45px;
}
.audioplayer.skinvariation-wave-bigtitles .audioplayer-inner .con-playpause {
    width: 100px;
    height: 100px;
}
.audioplayer.skinvariation-wave-bigtitles .audioplayer-inner .con-playpause .svg-icon {
    width: 30px;
    height: 30px;
}
.audioplayer.skinvariation-wave-bigtitles .audioplayer-inner .the-thumb-con {
    width: 160px;
    height: 160px;
}
.audioplayer.skinvariation-wave-bigtitles .audioplayer-inner .the-thumb-con ~ .ap-controls {
    padding-left: 176px;
}
.audioplayer.skinvariation-wave-bigtitles .audioplayer-inner .svg-icon {
    font-size: 23px;
}
.audioplayer.skinvariation-wave-bigtitles .audioplayer-inner .controls-volume {
    margin-left: 0;
}
.audioplayer.skinvariation-wave-bigtitles .audioplayer-inner .meta-artist .the-artist {
    font-size: 18px;
}
.audioplayer.skinvariation-wave-bigtitles.skin-wave-wave-mode-line .ap-controls {
    padding-top: 25px;
}
.audioplayer.skinvariation-wave-bigtitles.skin-wave-wave-mode-line .audioplayer-inner .scrubbar {
    height: 20px;
    width: calc(100% - 70px);
}
.audioplayer.skinvariation-wave-bigtitles.skin-wave-wave-mode-line .audioplayer-inner .curr-time,
.audioplayer.skinvariation-wave-bigtitles.skin-wave-wave-mode-line .audioplayer-inner .total-time {
    top: 0;
}
.audioplayer.skinvariation-wave-bigtitles.skin-wave-wave-mode-line .audioplayer-inner .scrub-prog {
    background-color: #fc0;
}
.audioplayer.skinvariation-wave-bigtitles .ap-controls-right {
    text-align: right;
}
.audioplayer.skinvariation-wave-bigtitles .meta-artist .the-artist {
    color: #fc0;
}
.audioplayer.skinvariation-wave-bigtitles .volume_active {
    background-color: #fc0;
}
.audioplayer.skinvariation-wave-bigtitles:not(.theme-light) {
    background-color: #fff;
}
.audioplayer.skinvariation-wave-bigtitles:not(.theme-light) .con-playpause {
    width: 64px;
    height: 64px;
}
.audioplayer.skinvariation-wave-bigtitles:not(.theme-light) .con-playpause .svg-icon {
    width: 15px;
    height: 15px;
}
.audioplayer.skinvariation-wave-bigtitles:not(.theme-light) .the-name {
    margin-top: 0;
    font-size: 18px;
}
.audioplayer.skinvariation-wave-bigtitles:not(.theme-light) .the-artist {
    display: none;
}
.audioplayer.skinvariation-wave-bigtitles:not(.theme-light) .meta-artist {
    margin-bottom: 5px;
}
.audioplayer.skin-minimal .scrubbar {
    display: none;
}
.audioplayer.skin-minimal .skin-minimal-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.05);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.audioplayer.skin-minimal .skin-minimal--inner-bg-under {
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    background-color: #db4343;
    top: 11px;
    left: 11px;
}
.audioplayer.skin-minimal .skin-minimal--inner-bg {
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    background-color: rgba(255, 255, 255, 0.15);
    top: 11px;
    left: 11px;
}
.audioplayer.skin-minimal .skin-minimal--inner-inner-bg {
    width: calc(100% - 44px);
    height: calc(100% - 44px);
    background-color: #db4343;
    top: 22px;
    left: 22px;
}
.audioplayer.skin-minimal .meta-artist-con {
    display: none;
}
.audioplayer.skin-minimal .the-bg {
    z-index: auto;
}
.audioplayer.skin-minimal .audioplayer-inner {
    width: auto;
    display: inline-block;
}
.audioplayer.skin-minimal .ap-controls {
    height: 100px;
    width: auto;
    display: inline-block;
}
.audioplayer.skin-minimal .ap-controls .the-bg {
    background-color: transparent;
}
.audioplayer.skin-minimal .ap-controls .con-playpause .playbtn {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    content: " ";
    border: 0 solid rgba(136, 183, 213, 0);
    border-left-color: transparent;
    background-size: cover;
}
.audioplayer.skin-minimal .ap-controls .con-playpause > * > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}
.audioplayer.skin-minimal .ap-controls .con-playpause > * > svg path {
    fill: #eee;
}
.audioplayer.skin-minimal .ap-controls .con-playpause.canvas-fallback .playbtn {
    background-image: url(img/playbtn.png);
    background-size: cover;
}
.audioplayer.skin-minimal .ap-controls .con-playpause .pausebtn-canvas,
.audioplayer.skin-minimal .ap-controls .con-playpause .playbtn-canvas {
    width: 100%;
    height: 100%;
}
.audioplayer.skin-minimal .ap-controls .con-controls {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: relative;
}
.audioplayer.skin-minimal .ap-controls .con-playpause {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.audioplayer.skin-minimal .ap-controls .con-playpause .pausebtn {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    content: " ";
    border: 0 solid rgba(136, 183, 213, 0);
    border-left-color: transparent;
    background-size: cover;
}
.audioplayer.skin-minimal .ap-controls .con-playpause.canvas-fallback .pausebtn {
    background-image: url(img/pausebtn.png);
    background-size: cover;
}
.audioplayer.skin-minimal .ap-controls .con-playpause .pausebtn > div {
    display: none;
}
.audioplayer.skin-minion .ap-controls {
    height: 14px;
}
.audioplayer.skin-minion .ap-controls .con-playpause .playbtn-canvas {
    width: 100%;
    height: 100%;
}
.audioplayer.skin-minion .ap-controls .the-bg {
    background-color: transparent;
}
.audioplayer.skin-minion .ap-controls .con-controls {
    height: auto;
    position: relative;
}
.audioplayer.skin-minion .ap-controls .con-playpause {
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    margin: 0 auto;
}
.audioplayer.skin-minion .ap-controls .con-playpause .playbtn {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    content: " ";
    border: 0 solid rgba(136, 183, 213, 0);
    border-left-color: none;
    background-size: cover;
    background-image: url(img/skin_minion_pausebtn.png);
}
.audioplayer.skin-minion .scrubbar {
    display: none;
}
.audioplayer.skin-minion .ap-controls .con-playpause .pausebtn {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    content: " ";
    border: 0 solid rgba(136, 183, 213, 0);
    border-left-color: none;
    background-size: cover;
    background-image: url(img/skin_minion_playbtn.png);
}
.audioplayer.skin-minion .the-artist {
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}
.audioplayer.skin-minion.is-playing .next-btn,
.audioplayer.skin-minion.is-playing .prev-btn {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}
.audioplayer.skin-minion .ap-controls .con-playpause .pausebtn > div {
    display: none;
}
.audioplayer.skin-justthumbandbutton .audioplayer-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
.audioplayer.skin-justthumbandbutton .the-thumb-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.audioplayer.skin-justthumbandbutton .the-thumb-con .the-thumb {
    width: 100%;
    height: 100%;
}
.audioplayer.skin-justthumbandbutton .ap-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.audioplayer.skin-justthumbandbutton .ap-controls .scrubbar {
    position: absolute;
    top: auto;
    bottom: 0;
    height: 10px;
    z-index: 5;
}
.audioplayer.skin-justthumbandbutton .ap-controls .scrubbar .scrub-bg {
    background: rgba(0, 0, 0, 0.1);
}
.audioplayer.skin-justthumbandbutton .ap-controls .con-controls {
    width: 100%;
    height: 100%;
}
.audioplayer.skin-justthumbandbutton .ap-controls .con-controls .the-bg {
    background: 0 0;
}
.audioplayer.skin-justthumbandbutton .con-playpause {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
}
.audioplayer.skin-justthumbandbutton .con-playpause .pausebtn,
.audioplayer.skin-justthumbandbutton .con-playpause .playbtn {
    width: 100%;
    height: 100%;
    background-image: url(img/skin-justthumbandbutton-playbtn.png);
    background-size: cover;
    background-position: center center;
    border-left: 0;
    border-right: 0;
    visibility: hidden;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-justthumbandbutton .con-playpause .playbtn {
    opacity: 0.9;
    visibility: visible;
}
.audioplayer.skin-justthumbandbutton .con-playpause .pausebtn {
    background-image: url(img/skin-justthumbandbutton-pausebtn.png);
}
.audioplayer.skin-justthumbandbutton .con-playpause .pausebtn:hover {
    opacity: 1;
}
.audioplayer.skin-justthumbandbutton .con-playpause .pausebtn > * {
    display: none;
}
.audioplayer.skin-justthumbandbutton.is-playing .ap-controls:hover .con-playpause .pausebtn {
    opacity: 1;
    visibility: visible;
}
.audioplayer.skin-justthumbandbutton .con-playpause .playbtn:not(.a) {
    opacity: 1;
}
.audioplayer.skin-justthumbandbutton .con-playpause .pausebtn,
.audioplayer.skin-justthumbandbutton .con-playpause .playbtn {
    opacity: 0;
}
.audioplayer.is-playing:not(.design-animateplaypause) .pausebtn {
    opacity: 1;
    visibility: visible;
}
.audioplayer.skin-pro.under-500 .the-artist {
    display: none;
}
.audioplayer.skin-pro .audioplayer-inner {
    height: 60px;
}
.audioplayer.skin-pro .audioplayer-inner .the-thumb-con,
.audioplayer.skin-pro .next-btn,
.audioplayer.skin-pro .prev-btn {
    display: none;
}
.audioplayer.skin-pro .meta-artist-con {
    color: #000;
    font-size: 16px;
    bottom: auto;
    top: 20px;
    left: 58px;
    pointer-events: none;
    overflow: hidden;
}
.audioplayer.skin-pro .meta-artist-con > * {
    display: inline-block;
    vertical-align: middle;
}
.audioplayer.skin-pro .the-artist {
    font-weight: 700;
    margin-right: 10px;
}
.audioplayer.skin-pro .the-name {
    font-weight: 300;
}
.audioplayer.skin-pro .ap-controls,
.audioplayer.skin-pro .ap-controls .con-controls {
    height: 100%;
}
.audioplayer.skin-pro .ap-controls .con-controls--right {
    margin-left: auto;
    margin-right: 20px;
    white-space: nowrap;
}
.audioplayer.skin-pro .ap-controls .scrubbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.audioplayer.skin-pro .ap-controls .scrubbar .scrub-bg {
    background-color: #fff;
}
.audioplayer.skin-pro .ap-controls .scrubbar .scrub-prog {
    background-color: rgba(138, 25, 25, 0.5);
}
.audioplayer.skin-pro .ap-controls .con-playpause {
    position: relative;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    margin-left: 20px;
}
.audioplayer.skin-pro .ap-controls .con-playpause .playbtn {
    border-width: 0;
    width: auto;
    height: auto;
}
.audioplayer.skin-pro .ap-controls .con-playpause .playbtn svg {
    width: 20px;
    height: 20px;
}
.audioplayer.skin-pro .ap-controls .con-playpause .playbtn svg path {
    fill: #444444;
}
.audioplayer.skin-pro .ap-controls .con-playpause .pausebtn {
    border-width: 0 0 0 00px;
    width: 20px;
    height: 20px;
}
.audioplayer.skin-pro .ap-controls .con-playpause .pausebtn .pause-part-1,
.audioplayer.skin-pro .ap-controls .con-playpause .pausebtn .pause-part-2 {
    display: none;
}
.audioplayer.skin-pro .ap-controls .con-playpause .pausebtn .pause-icon {
    left: -1px;
}
.audioplayer.skin-pro .ap-controls .con-playpause .pausebtn svg {
    width: 20px;
    height: 20px;
}
.audioplayer.skin-pro .ap-controls .con-playpause .pausebtn svg path {
    fill: #444444;
}
.audioplayer.skin-pro .ap-controls .con-controls {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
}
.audioplayer.skin-pro .ap-controls .con-controls .the-bg {
    background: 0 0;
    display: none;
}
.audioplayer.skin-pro .ap-controls .con-controls--right > * {
    display: inline-block;
    vertical-align: middle;
}
.audioplayer.skin-pro .ap-controls .con-controls--right .extrahtml-in-float-right {
    color: #444343;
    font-size: 13px;
    position: relative;
}
.audioplayer.skin-pro .ap-controls .curr-time,
.audioplayer.skin-pro .ap-controls .total-time {
    color: #000;
    font-size: 16px;
    pointer-events: none;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}
.audioplayer.skin-pro .ap-controls .curr-time {
    opacity: 0.3;
}
.audioplayer.skin-pro .ap-controls .controls-volume {
    top: 25px;
    bottom: auto;
    right: 60px;
}
.audioplayer.skin-pro .ap-controls .controls-volume .volumeicon {
    background-color: #000;
}
.audioplayer.skin-pro .ap-controls .controls-volume .volumeicon:before {
    border-right-color: #000;
}
.audioplayer.is-playing:not(.design-animateplaypause):not(.button-aspect-noir) .con-playpause .pausebtn {
    visibility: visible;
    opacity: 1;
}
.audioplayer.is-playing:not(.design-animateplaypause):not(.button-aspect-noir) .con-playpause .playbtn {
    visibility: hidden;
    opacity: 0;
}
.audioplayer.skin-aria {
    text-align: left;
    line-height: 1;
}
.audioplayer.skin-aria .audioplayer-inner {
    height: 100px;
}
.audioplayer.skin-aria .audioplayer-inner > .the-thumb-con,
.audioplayer.skin-aria .controls-right {
    display: none;
}
.audioplayer.skin-aria .ap-controls {
    height: 100%;
}
.audioplayer.skin-aria .ap-controls > .the-bg {
    display: none;
}
.audioplayer.skin-aria .ap-controls .ap-controls-left {
    width: 100px;
    height: 100%;
    position: relative;
    background-color: #825d5b;
    float: left;
    border-radius: 5px 0 0 5px;
}
.audioplayer.skin-aria .ap-controls .ap-controls-left .con-playpause {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background-color: #a26b61;
    border-radius: 50%;
}
.audioplayer.skin-aria .ap-controls .ap-controls-left .con-playpause .playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -16px;
    width: auto;
    height: auto;
    border: 0 solid #191d21;
}
.audioplayer.skin-aria .ap-controls .ap-controls-left .con-playpause .playbtn path {
    fill: #e1d9ca;
}
.audioplayer.skin-aria .ap-controls .ap-controls-left .con-playpause .pausebtn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -16px;
    width: auto;
    height: auto;
    border: 0 solid #191d21;
}
.audioplayer.skin-aria .ap-controls .ap-controls-left .con-playpause .pausebtn path {
    fill: #e1d9ca;
}
.audioplayer.skin-aria .ap-controls .ap-controls-right {
    float: none;
    overflow: hidden;
    background-color: #e1d9ca;
    height: 100px;
    border-radius: 0 3px 3px 0;
    padding-top: 13px;
    padding-left: 13px;
    padding-right: 13px;
}
.audioplayer.skin-aria .ap-controls .ap-controls-right > * {
    float: none;
}
.audioplayer.skin-aria .ap-controls .ap-controls-right .meta-artist {
    overflow: hidden;
}
.audioplayer.skin-aria .ap-controls .ap-controls-right .meta-artist-con {
    position: relative;
    top: 0;
    left: 0;
    color: #774b5e;
    white-space: nowrap;
    max-width: none;
}
.audioplayer.skin-aria .ap-controls .ap-controls-right .meta-artist-con .the-artist {
    font-size: 16px;
    font-weight: 700;
}
.audioplayer.skin-aria .ap-controls .ap-controls-right .meta-artist-con .the-artist:after {
    content: "";
    display: block;
    clear: both;
    height: 4px;
}
.audioplayer.skin-aria .ap-controls .ap-controls-right .meta-artist-con .the-name {
    font-size: 14px;
    font-weight: 300;
}
.audioplayer.skin-aria .ap-controls .ap-controls-right .scrubbar {
    margin-top: 8px;
    height: 6px;
}
.audioplayer.skin-aria .ap-controls .ap-controls-right .scrubbar > .scrub-bg {
    border-radius: 2px;
}
.audioplayer.skin-aria .ap-controls .ap-controls-right .scrubbar > .scrub-prog {
    border-radius: 2px;
    background-color: #bf7e4c;
}
.audioplayer.skin-aria .ap-controls .ap-controls-right .total-time {
    position: relative;
    top: 0;
    left: 0;
    color: #774b5e;
    padding: 0;
    font-size: 14px;
    margin-top: 8px;
}
.audioplayer.skin-redlights .audioplayer-inner {
    height: 80px;
    padding: 10px;
    background-color: #e2e2e2;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.audioplayer.skin-redlights .audioplayer-inner > .the-thumb-con,
.audioplayer.skin-redlights .volume_static:before {
    display: none;
}
.audioplayer.skin-redlights .ap-controls {
    height: 100%;
}
.audioplayer.skin-redlights .ap-controls .playbtn {
    border-width: 12px 12px 12px 20px;
    border-left-color: #fff;
    transition-property: border, margin;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-redlights .ap-controls .playbtn:before {
    content: "";
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 0;
    height: 25px;
    margin-top: -12px;
    left: -19px;
    transition-property: width, left;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-redlights .ap-controls > .the-bg {
    display: none;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-left {
    width: 60px;
    height: 100%;
    position: relative;
    float: left;
    margin-right: 10px;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-left .con-playpause {
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    position: relative;
    background-color: #222;
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-left .con-playpause .playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -13px;
    width: auto;
    height: auto;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-left .con-playpause .playbtn path {
    fill: #fff;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-left .con-playpause .pausebtn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -13px;
    width: 20px;
    height: 25px;
    border: 0 solid #191d21;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-left .con-playpause .pausebtn path {
    fill: #e1d9ca;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-left .con-playpause .pausebtn:after,
.audioplayer.skin-redlights .ap-controls .ap-controls-left .con-playpause .pausebtn:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: #222;
    transition-property: right, top, height, background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-left .con-playpause .pausebtn:after {
    left: auto;
    right: 7px;
    top: 0;
    height: 50%;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-left .con-playpause:hover {
    background-color: #db4343;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-left .con-playpause:hover .pausebtn:after,
.audioplayer.skin-redlights .ap-controls .ap-controls-left .con-playpause:hover .pausebtn:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: #fff;
}
.audioplayer.skin-redlights .ap-controls .controls-right {
    float: right;
    width: auto;
    min-width: 40%;
    text-align: right;
    padding: 10px 10px 5px 0;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right {
    float: none;
    overflow: hidden;
    background-color: transparent;
    height: auto;
    position: relative;
    border-radius: 0 3px 3px 0;
    padding-top: 8px;
    padding-left: 13px;
    padding-right: 13px;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right > * {
    float: none;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right .meta-artist {
    overflow: hidden;
    white-space: nowrap;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right .meta-artist-con {
    position: relative;
    top: 0;
    left: 0;
    color: #774b5e;
    white-space: nowrap;
    max-width: 100%;
    margin-bottom: 5px;
    float: left;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right .meta-artist-con .the-artist {
    font-weight: 700;
    display: inline-block;
    font-family: Lato, "Open Sans", sans-serif;
    color: #222;
    font-size: 14px;
    margin-right: 10px;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right .meta-artist-con .the-name {
    font-size: 14px;
    font-weight: 300;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right .controls-volume {
    width: 57px;
    height: 12px;
    position: absolute;
    float: none;
    bottom: auto;
    left: auto;
    right: 15px;
    top: 14px;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right .controls-volume .volume_static {
    width: auto;
    height: auto;
    background: 0 0;
    top: 0;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right .controls-volume .volume_static rect {
    fill: #a9a9a9;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right .controls-volume .volume_cut,
.audioplayer.skin-redlights .ap-controls .ap-controls-right .controls-volume .volume_static,
.audioplayer.skin-redlights .ap-controls .ap-controls-right .controls-volume .volumeicon {
    position: relative;
    left: 0;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right .controls-volume .volume_active {
    position: absolute;
    height: auto;
    background: 0 0;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right .controls-volume .volume_active rect {
    fill: #222222;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right .controls-volume .volumeicon {
    display: none;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right .scrubbar {
    margin-top: 7px;
    height: 10px;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right .scrubbar > .scrub-bg {
    border-radius: 0;
    height: 10px;
    background-color: #fff;
    border: 1px solid #222;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right .scrubbar > .scrub-prog {
    border-radius: 0;
    height: 6px;
    top: 2px;
    left: 2px;
    max-width: calc(100% - 4px);
    background-color: #222;
}
.audioplayer.skin-redlights .ap-controls .ap-controls-right .total-time {
    position: relative;
    top: 0;
    left: 0;
    color: #774b5e;
    padding: 0;
    font-size: 14px;
    margin-top: 8px;
}
.audioplayer.skin-aria.under-400 .meta-artist-con {
    display: block;
}
.audioplayer.skin-redlights.is-playing .audioplayer-inner .con-playpause {
    background-color: #fff;
}
.audioplayer.skin-redlights.is-playing .audioplayer-inner .con-playpause .playbtn {
    border-left-width: 5px;
    margin-left: -10px;
}
.audioplayer.skin-redlights.is-playing .audioplayer-inner .con-playpause .playbtn:before {
    width: 6px;
    left: -5px;
}
.audioplayer.skin-redlights.is-playing .audioplayer-inner .con-playpause .pausebtn:after {
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
}
.audioplayer.skin-redlights.under-400 .controls-right {
    display: none;
}
.audioplayer.skin-redlights.theme-dark .audioplayer-inner {
    background-color: #3e3e3e;
}
.audioplayer.skin-steel {
    width: auto;
}
.audioplayer.skin-steel .audioplayer-inner {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: #ddd;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.audioplayer.skin-steel .audioplayer-inner .the-thumb-con {
    display: inline-block;
}
.audioplayer.skin-steel .audioplayer-inner .the-thumb {
    height: 79px;
    width: 80px;
    background-size: cover;
}
.audioplayer.skin-steel .ap-controls {
    text-align: center;
    width: auto;
    height: 100%;
}
.audioplayer.skin-steel .ap-controls .playbtn {
    border: 0;
}
.audioplayer.skin-steel .ap-controls .playbtn .dzsap-play-icon {
    border: solid transparent;
    border-width: 12px 12px 12px 20px;
    border-left-color: #fff;
}
.audioplayer.skin-steel .ap-controls > .the-bg {
    display: none;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left {
    width: auto;
    height: 100%;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .con-playpause,
.audioplayer.skin-steel .ap-controls .ap-controls-left .next-btn,
.audioplayer.skin-steel .ap-controls .ap-controls-left .prev-btn {
    width: 80px;
    height: 80px;
    background-color: #5a555a;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .next-btn svg,
.audioplayer.skin-steel .ap-controls .ap-controls-left .prev-btn svg {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .next-btn svg path,
.audioplayer.skin-steel .ap-controls .ap-controls-left .prev-btn svg path {
    fill: #444;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .next-btn .svg1,
.audioplayer.skin-steel .ap-controls .ap-controls-left .prev-btn .svg1 {
    margin-left: -4px;
    width: 8px;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .next-btn .svg2,
.audioplayer.skin-steel .ap-controls .ap-controls-left .prev-btn .svg2 {
    margin-left: 4px;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .next-btn .svg1 {
    width: auto;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .next-btn .svg2 {
    width: 8px;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .next-btn:hover svg,
.audioplayer.skin-steel .ap-controls .ap-controls-left .prev-btn:hover svg {
    margin-left: 0;
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(1.3);
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .con-playpause,
.audioplayer.skin-steel .ap-controls .ap-controls-left .next-btn {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .con-playpause {
    top: 0;
    left: 0;
    position: relative;
    background-color: #5a555a;
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .con-playpause .playbtn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition-property: left, width;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    overflow: hidden;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .con-playpause .playbtn .dzsap-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -12px;
    width: auto;
    height: auto;
    transition-property: border, margin;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .con-playpause .playbtn path {
    fill: #fff;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .con-playpause .pausebtn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -13px;
    width: 20px;
    height: 25px;
    border: 0 solid #191d21;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .con-playpause .pausebtn path {
    fill: #e1d9ca;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .con-playpause .pausebtn:after,
.audioplayer.skin-steel .ap-controls .ap-controls-left .con-playpause .pausebtn:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    background-color: #fff;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .con-playpause .pausebtn:after {
    left: auto;
    right: 7px;
    top: 0;
    height: 100%;
    transition-property: right, top, height, background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .con-playpause:hover,
.audioplayer.skin-steel .ap-controls .ap-controls-left .next-btn:hover,
.audioplayer.skin-steel .ap-controls .ap-controls-left .prev-btn:hover {
    background-color: #db4343;
}
.audioplayer.skin-steel .ap-controls .ap-controls-left .con-playpause:hover .pausebtn:after,
.audioplayer.skin-steel .ap-controls .ap-controls-left .con-playpause:hover .pausebtn:before,
.audioplayer.skin-steel .ap-controls .ap-controls-left .next-btn:hover .pausebtn:after,
.audioplayer.skin-steel .ap-controls .ap-controls-left .next-btn:hover .pausebtn:before,
.audioplayer.skin-steel .ap-controls .ap-controls-left .prev-btn:hover .pausebtn:after,
.audioplayer.skin-steel .ap-controls .ap-controls-left .prev-btn:hover .pausebtn:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: #fff;
}
.audioplayer.skin-steel .ap-controls .controls-right {
    float: none;
    display: inline-block;
    width: auto;
    min-width: 40%;
    text-align: right;
    padding: 10px 10px 5px 0;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right {
    float: none;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    height: auto;
    vertical-align: middle;
    position: relative;
    border-radius: 0 3px 3px 0;
    padding-top: 0;
    padding-left: 13px;
    padding-right: 13px;
    text-align: left;
    margin-left: 10px;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right > * {
    float: none;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .meta-artist {
    overflow: hidden;
    white-space: nowrap;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .meta-artist-con {
    position: relative;
    top: 0;
    left: 0;
    white-space: nowrap;
    max-width: none;
    width: 160px;
    margin-bottom: 3px;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .meta-artist-con .the-artist {
    display: block;
    font-family: Lato, "Open Sans", sans-serif;
    margin-right: 10px;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .meta-artist-con .the-name {
    font-size: 15px;
    color: #db4343;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .meta-artist-con .the-name a {
    color: #db4343;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .controls-volume {
    width: 57px;
    height: 12px;
    position: absolute;
    float: none;
    bottom: auto;
    left: auto;
    right: 15px;
    top: 14px;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .controls-volume .volume_static {
    width: auto;
    height: auto;
    background: 0 0;
    top: 0;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .controls-volume .volume_static rect {
    fill: #a9a9a9;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .controls-volume .volume_cut,
.audioplayer.skin-steel .ap-controls .ap-controls-right .controls-volume .volume_static,
.audioplayer.skin-steel .ap-controls .ap-controls-right .controls-volume .volumeicon {
    position: relative;
    left: 0;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .controls-volume .volume_active {
    position: absolute;
    height: auto;
    background: 0 0;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .controls-volume .volume_active rect {
    fill: #222222;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .controls-volume .volumeicon {
    display: none;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .scrubbar {
    margin-top: 7px;
    height: 10px;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .scrubbar > .scrub-bg {
    border-radius: 0;
    height: 10px;
    background-color: #fff;
    border: 1px solid #222;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .scrubbar > .scrub-prog {
    border-radius: 0;
    height: 6px;
    top: 2px;
    left: 2px;
    max-width: calc(100% - 4px);
    background-color: #222;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .curr-time,
.audioplayer.skin-steel .ap-controls .ap-controls-right .total-time {
    position: relative;
    display: inline-block;
    color: inherit;
    top: 0;
    bottom: auto;
    padding: 0;
    font-size: 10px;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .separator-slash {
    opacity: 0.2;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.audioplayer.skin-steel .ap-controls .ap-controls-right .curr-time {
    padding-left: 2px;
    opacity: 0.5;
}
.audioplayer.skin-steel.is-playing .audioplayer-inner .con-playpause .playbtn {
    width: 12%;
    left: 40%;
}
.audioplayer.skin-steel.is-playing .audioplayer-inner .con-playpause .playbtn .dzsap-play-icon {
    border-width: 14px 14px 14px 35px;
    margin-left: -8px;
    margin-top: -15px;
}
.audioplayer.skin-steel.is-playing .audioplayer-inner .con-playpause .pausebtn:after {
    right: 0;
}
.audioplayer.skin-steel.under-400 .controls-right {
    display: none;
}
.slider-clipper .audioplayer-tobe.skin-steel,
.slider-clipper .audioplayer.skin-steel {
    width: 100%;
}
.extra-html i {
    height: auto;
}
.display-block {
    display: block;
}
.extra-html {
    margin-top: 15px;
    font-size: 12px;
    line-height: 100%;
    opacity: 0;
    visibility: hidden;
    color: #555;
    -webkit-transform: translateY(20px);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.extra-html i,
.extra-html > :not(.display-block) {
    display: inline-block;
    vertical-align: middle;
}
.extra-html i + .the-number {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.extra-html .float-left {
    position: relative;
    top: -3px;
}
.extra-html .float-left.thumb-margin {
    padding-left: 150px;
}
.extra-html.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
}
.extra-html:after {
    display: block;
    clear: both;
    content: " ";
}
.audioplayer > .extra-html-in-controls-left,
.audioplayer > .extra-html-in-controls-right {
    display: none;
}
@media all and (max-width: 850px) {
    .controls-volume {
        display: none !important;
    }
}
.btn-zoomsounds {
    padding: 7px 10px;
    border-radius: 3px;
    line-height: 1;
    white-space: nowrap;
    margin-right: 5px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    transition-property: color, background, border;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.btn-zoomsounds:before,
.btn-zoomsounds > .the-bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eaeaea;
    border-radius: 4px;
    transform: scale(1);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.btn-zoomsounds > * {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.btn-zoomsounds > .the-icon {
    margin-right: 6px;
}
.btn-zoomsounds > .the-icon > svg {
    display: block;
}
.btn-zoomsounds > .the-icon > svg path,
.btn-zoomsounds > .the-icon > svg polygon,
.btn-zoomsounds > .the-icon > svg polyline {
    fill: #444;
    transition-property: fill;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.btn-zoomsounds .show-on-active {
    display: none;
}
.btn-zoomsounds:hover:before {
    transform: scale(0.93);
}
.btn-zoomsounds.btn-like.active .the-icon > svg path,
.btn-zoomsounds.btn-like:hover .the-icon > svg path {
    fill: #db4343;
}
.btn-zoomsounds.btn-like.active {
    color: #aaa;
}
.btn-zoomsounds.active .hide-on-active {
    display: none;
}
.btn-zoomsounds.active .show-on-active {
    display: inherit;
}
a.btn-zoomsounds,
span.btn-zoomsounds {
    display: inline-block;
    text-decoration: none;
}
.audioplayer.skin-silver {
    line-height: 1;
}
.audioplayer.skin-silver a {
    color: #c72e39;
}
.audioplayer.skin-silver .audioplayer-inner {
    height: 50px;
    display: flex;
}
.audioplayer.skin-silver .audioplayer-inner > .the-thumb-con {
    display: inline-block;
    width: 50px;
    flex: 0 0 auto;
    transform: scale(1);
    opacity: 1;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-silver .audioplayer-inner > .the-thumb-con .the-thumb {
    background-size: cover;
    height: 100%;
}
.audioplayer.skin-silver.does-not-have-thumb .audioplayer-inner {
    height: 50px;
    display: flex;
}
.audioplayer.skin-silver.does-not-have-thumb .audioplayer-inner > .the-thumb-con {
    width: 0;
    transform: scale(0);
    opacity: 0;
}
.audioplayer.skin-silver .loading-svg {
    display: none;
}
.audioplayer.skin-silver .playbtn {
    border-left-color: transparent !important;
}
.audioplayer.skin-silver .playbtn svg {
    width: 15px;
}
.audioplayer.skin-silver .scrubbar canvas {
    display: none;
}
.audioplayer.skin-silver .ap-controls {
    height: 100%;
    background-color: #ededed;
    display: flex;
    align-content: center;
    align-items: center;
}
.audioplayer.skin-silver .ap-controls > .the-bg {
    display: none;
}
.audioplayer.skin-silver .ap-controls > .con-controls > .the-bg {
    background-color: #ededed;
}
.audioplayer.skin-silver .ap-controls .ap-controls-left {
    width: auto;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 5px 0 0 5px;
}
.audioplayer.skin-silver .ap-controls .ap-controls-left .con-playpause {
    margin-left: 18px;
    margin-right: 18px;
    position: relative;
    left: 0;
    top: 0;
    width: 15px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.audioplayer.skin-silver .ap-controls .ap-controls-left .con-playpause .playbtn {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: auto;
    height: auto;
    border: 0 solid #191d21;
}
.audioplayer.skin-silver .ap-controls .ap-controls-left .con-playpause .playbtn path {
    fill: #c72e39;
}
.audioplayer.skin-silver .ap-controls .ap-controls-left .con-playpause .pausebtn {
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: auto;
    height: auto;
    border: 0 solid #191d21;
}
.audioplayer.skin-silver .ap-controls .ap-controls-left .con-playpause .pausebtn .pause-icon {
    position: relative;
    height: auto;
}
.audioplayer.skin-silver .ap-controls .ap-controls-left .con-playpause .pausebtn path {
    fill: #222222;
}
.audioplayer.skin-silver .ap-controls .scrubbar {
    flex: 1000;
}
.audioplayer.skin-silver .ap-controls .ap-controls-right {
    flex: 0 0 auto;
    float: none;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 18px;
}
.audioplayer.skin-silver .ap-controls .ap-controls-right .meta-artist-con {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    color: #111;
    white-space: nowrap;
    line-height: 16px;
    margin-top: 0;
    margin-left: 18px;
    width: auto;
    max-width: 190px;
}
.audioplayer.skin-silver .ap-controls .ap-controls-right .meta-artist-con .meta-artist {
    display: inline-block;
    vertical-align: middle;
}
.audioplayer.skin-silver .ap-controls .ap-controls-right .meta-artist-con .the-thumb-con {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px;
}
.audioplayer.skin-silver .ap-controls .ap-controls-right .meta-artist-con .the-thumb-con > .the-thumb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    border-radius: 5px;
}
.audioplayer.skin-silver .ap-controls .ap-controls-right .meta-artist-con .the-artist {
    font-size: 14px;
    font-weight: 700;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.audioplayer.skin-silver .ap-controls .ap-controls-right .meta-artist-con .the-artist:after {
    content: "";
    display: block;
    clear: both;
    height: 4px;
}
.audioplayer.skin-silver .ap-controls .ap-controls-right .meta-artist-con .the-name {
    font-size: 12px;
    font-weight: 300;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.audioplayer.skin-silver .ap-controls .ap-controls-right .controls-volume {
    display: inline-block;
    vertical-align: middle;
    bottom: auto;
    right: auto;
    left: 0;
    position: relative;
    width: 10px;
    margin-left: 18px;
}
.audioplayer.skin-silver .ap-controls .ap-controls-right .controls-volume .volumeicon {
    position: relative;
    background-color: #222;
}
.audioplayer.skin-silver .ap-controls .ap-controls-right .controls-volume .volumeicon::before {
    border-right-color: #222;
}
.audioplayer.skin-silver .ap-controls .ap-controls-right .controls-volume .volume_active {
    background-color: #c72e39;
}
.audioplayer.skin-silver .ap-controls .ap-controls-right .total-time {
    position: relative;
    vertical-align: middle;
    top: 0;
    left: 0;
    color: #111;
    padding: 0;
    font-size: 12px;
    margin-top: 0;
    display: inline-block;
    margin-left: 18px;
    bottom: auto;
}
.audioplayer.skin-silver .ap-controls .curr-time {
    position: relative;
    vertical-align: top;
    top: 0;
    left: 0;
    color: #111;
    padding: 0;
    font-size: 12px;
    display: inline-block;
    margin-right: 18px;
    bottom: auto;
}
.audioplayer.skin-silver .ap-controls .scrubbar {
    width: auto;
    height: 12px;
    position: relative;
    overflow: hidden;
}
.audioplayer.skin-silver .ap-controls .scrubbar > .scrub-bg,
.audioplayer.skin-silver .ap-controls .scrubbar > .scrub-prog {
    height: 3px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.audioplayer.skin-silver .ap-controls .scrubbar > .scrub-prog {
    background-color: #c72e39;
}
.audioplayer.skin-silver.theme-dark .ap-controls {
    background-color: #444343;
}
.audioplayer.skin-silver.theme-dark .ap-controls .ap-controls-left .con-playpause .pausebtn path,
.audioplayer.skin-silver.theme-dark .ap-controls .ap-controls-left .con-playpause .playbtn path {
    fill: #ffffff;
}
.audioplayer.skin-silver.theme-dark .ap-controls .ap-controls-right .meta-artist-con {
    color: #fff;
}
.audioplayer.skin-silver.theme-dark .ap-controls,
.audioplayer.skin-silver.theme-dark .ap-controls .curr-time,
.audioplayer.skin-silver.theme-dark .ap-controls .the-artist,
.audioplayer.skin-silver.theme-dark .ap-controls .the-artist > a,
.audioplayer.skin-silver.theme-dark .ap-controls .total-time {
    color: #ddd;
}
.audioplayer.skin-silver.theme-dark .ap-controls .ap-controls-right .controls-volume .volumeicon {
    background-color: #fff;
}
.audioplayer.skin-silver.theme-dark .ap-controls .ap-controls-right .controls-volume .volumeicon::before {
    border-right-color: #fff;
}
.audioplayer.skin-silver.theme-dark .player-but {
    color: #fff;
}
.audioplayer.skin-silver.theme-dark .player-but .the-icon-bg {
    border-color: #fff;
}
.audioplayer.skin-silver.theme-dark .player-but path {
    fill: #fff;
}
.audioplayer.skin-customcontrols {
    position: static;
}
.audioplayer.skin-customcontrols .custom-pause-btn,
.audioplayer.skin-customcontrols .custom-play-btn {
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.audioplayer.skin-customcontrols .custom-play-btn {
    opacity: 1;
    visibility: visible;
}
.audioplayer.skin-customcontrols .custom-pause-btn {
    opacity: 0;
    visibility: hidden;
}
.audioplayer.skin-customcontrols .meta-artist-con {
    display: none;
}
.audioplayer.skin-customcontrols.position-relative .custom-pause-btn {
    position: absolute;
    top: 0;
    left: 0;
}
.audioplayer.skin-customcontrols.is-playing .custom-pause-btn {
    opacity: 1;
    visibility: visible;
}
.audioplayer.skin-customcontrols.is-playing .custom-play-btn {
    opacity: 0;
    visibility: hidden;
}
.audioplayer.skin-customcontrols.position-relative {
    position: relative;
}
.zoomsounds-nav {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    opacity: 0;
    width: 100%;
    overflow: hidden;
}
.zoomsounds-nav .menu-item {
    position: relative;
    cursor: pointer;
    padding-right: 90px;
}
.zoomsounds-nav .menu-item .menu-item-thumb-con {
    width: 25px;
    height: 25px;
}
.zoomsounds-nav .menu-item .menu-item-thumb-con .menu-item-thumb {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.zoomsounds-nav .menu-item:after {
    content: " ";
    clear: both;
    display: block;
}
.zoomsounds-nav .menu-item:last-child {
    border-bottom-width: 0;
}
.zoomsounds-nav .menu-item:last-child:before {
    display: none;
}
.zoomsounds-nav.skin-wave .menu-item .the-artist {
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: 14px;
    max-width: 70%;
}
.zoomsounds-nav.skin-wave .menu-item .the-name {
    font-size: 13px;
    position: absolute;
    right: 5px;
    top: 37px;
}
.zoomsounds-nav.skin-wave .menu-item .menu-item-thumb-con {
    width: 50px;
    height: 50px;
    margin: 10px;
    float: left;
}
.zoomsounds-nav.skin-wave .menu-item .menu-item-thumb-con .menu-item-thumb {
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.zoomsounds-nav.skin-wave .menu-item:before {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 100%;
    opacity: 0.2;
    background: -moz-linear-gradient(left, rgba(180, 179, 177, 0) 0, #b4b3b1 20%, #b4b3b1 21%, #b5b4b1 80%, #b5b4b1 81%, rgba(181, 180, 177, 0) 100%);
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, rgba(180, 179, 177, 0)),
        color-stop(20%, #b4b3b1),
        color-stop(21%, #b4b3b1),
        color-stop(80%, #b5b4b1),
        color-stop(81%, #b5b4b1),
        color-stop(100%, rgba(181, 180, 177, 0))
    );
    background: -webkit-linear-gradient(left, rgba(180, 179, 177, 0) 0, #b4b3b1 20%, #b4b3b1 21%, #b5b4b1 80%, #b5b4b1 81%, rgba(181, 180, 177, 0) 100%);
    background: -o-linear-gradient(left, rgba(180, 179, 177, 0) 0, #b4b3b1 20%, #b4b3b1 21%, #b5b4b1 80%, #b5b4b1 81%, rgba(181, 180, 177, 0) 100%);
    background: -ms-linear-gradient(left, rgba(180, 179, 177, 0) 0, #b4b3b1 20%, #b4b3b1 21%, #b5b4b1 80%, #b5b4b1 81%, rgba(181, 180, 177, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 20%, #fff 21%, #fff 80%, #fff 81%, rgba(255, 255, 255, 0) 100%);
}
.zoomsounds-nav.skin-wave .menu-item.no-thumb {
    position: relative;
    padding-right: 0;
    text-align: right;
    margin-bottom: 10px;
}
.zoomsounds-nav.skin-wave .menu-item.no-thumb span.the-name {
    position: relative;
    top: 0;
}
.zoomsounds-nav.skin-wave .menu-item.no-thumb .the-artist {
    position: static;
    float: left;
}
.zoomsounds-nav.skin-default .menu-item {
    padding: 10px;
    background-color: #444;
    color: #ddd;
    transition-property: background;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}
.zoomsounds-nav.skin-default .menu-item .menu-item-thumb-con {
    float: left;
    margin-right: 10px;
}
.zoomsounds-nav.skin-default .menu-item .the-artist {
    float: left;
    display: block;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.zoomsounds-nav.skin-default .menu-item .the-name {
    float: left;
    display: block;
    position: relative;
    top: 2px;
    margin-right: 10px;
    opacity: 0.5;
}
.zoomsounds-nav.skin-default .menu-item .float-right > a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.zoomsounds-nav.skin-default .menu-item:nth-child(odd) {
    background-color: #3d3d3d;
}
.zoomsounds-nav.skin-default .menu-item.active {
    background-color: #222;
}
.zoomsounds-nav.skin-aura .menu-item {
    padding: 10px;
    background-color: transparent;
    color: #222;
    line-height: 1;
    max-width: 100%;
    text-overflow: ellipsis;
    opacity: 0.65;
    display: flex;
    align-items: center;
    align-content: center;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.zoomsounds-nav.skin-aura .menu-item .menu-item-number {
    flex: 0 0 auto;
    margin-right: 10px;
    font-style: italic;
}
.zoomsounds-nav.skin-aura .menu-item .menu-item-thumb-con {
    flex: 0 0 auto;
    margin-right: 10px;
}
.zoomsounds-nav.skin-aura .menu-item .menu-item-views {
    position: absolute;
    top: 50%;
    right: 10px;
    pointer-events: none;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transform: translate3d(0, -50%, 0);
}
.zoomsounds-nav.skin-aura .menu-item .float-right {
    flex: 0 0 auto;
    text-align: right;
    float: none;
    margin-left: 15px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.zoomsounds-nav.skin-aura .menu-item .the-artist {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 700;
}
.zoomsounds-nav.skin-aura .menu-item .the-name {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    opacity: 0.5;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zoomsounds-nav.skin-aura .menu-item .float-right > a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.zoomsounds-nav.skin-aura .menu-item.has-extra-info:hover .menu-item-views {
    opacity: 0;
}
.zoomsounds-nav.skin-aura .menu-item.active,
.zoomsounds-nav.skin-aura .menu-item.has-extra-info:hover .float-right {
    opacity: 1;
}
.zoomsounds-nav.skin-aura .menu-item:last-child {
    border-bottom: 0;
}
.menu-btn-like {
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.menu-btn-like.active,
.menu-btn-like:hover {
    background-color: #da635d;
}
.menu-item-views {
    margin-left: 5px;
}
.menu-item-views > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.zoomsounds-comment-wrapper {
    margin-top: 15px;
    margin-bottom: 35px;
    background-color: #ddd;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
}
.skin-simple {
    background-color: transparent;
    color: #222;
    float: left;
    margin-right: 12px;
    cursor: pointer;
    border-radius: 0;
    font-size: 18px;
    padding: 2px;
    transition-property: color;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
.skin-simple > i {
    display: inline-block;
    font-size: 18px;
    margin-right: 7px;
}
.skin-simple.active,
.skin-simple:hover {
    color: #ae1919;
    text-decoration: none;
}
.star-rating-con {
    float: left;
    cursor: pointer;
    margin-left: 15px;
    position: relative;
}
.star-rating-con .star-rating-bg {
    width: 122px;
    height: 24px;
    background-size: cover;
    background-image: url(img/5stars.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.star-rating-con .star-rating-set-clip {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
.star-rating-con .star-rating-prog-clip {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
}
.counter-hits,
.counter-likes,
.counter-rates {
    float: right;
    margin-right: 15px;
}
.counter-hits .the-number,
.counter-likes .the-number,
.counter-rates .the-number {
    font-size: 13px;
}
.overflow-it {
    overflow: hidden;
}
object {
    outline: 0;
}
.con-after-playpause + .meta-artist-con {
    margin-left: 15px;
}
.display-inline-block {
    display: inline-block;
    vertical-align: middle;
}
.file-icon {
    color: #eee;
    font-size: 15px;
    position: relative;
}
.file-icon > a {
    color: #eee;
    text-decoration: none;
}
.file-icon:after {
    content: " ";
    display: block;
    clear: both;
}
.file-icon .header-clip {
    opacity: 0.5;
    width: 15px;
    height: 15px;
    float: right;
    display: block;
    position: relative;
    overflow: hidden;
}
.file-icon .header-bg {
    background: #db4343;
    overflow: hidden;
    height: 15px;
    display: block;
}
.file-icon .file-icon-inner {
    background: #db4343;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #d72e2e;
}
.dzsap-sticktobottom-placeholder {
    height: 0;
    transition-property: height;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
body.is-mobile .dzsap-sticktobottom.inited {
    opacity: 1;
}
.dzsap-sticktobottom {
    height: 100px;
    display: block;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: -100px;
    width: 100%;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    z-index: 55554;
    opacity: 1;
    transition-property: bottom, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.dzsap-sticktobottom.theme-dark {
    background: #222;
}
.dzsap-sticktobottom .dzsap_footer {
    opacity: 0;
}
.dzsap-sticktobottom .feedback-text {
    display: none;
}
.dzsap-sticktobottom .sticktobottom-close-con {
    position: absolute;
    right: 30px;
    bottom: 100%;
    width: 50px;
    height: 40px;
    background-color: #eee;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    border-radius: 7px 7px 0 0;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.dzsap-sticktobottom .sticktobottom-close-con .svg-icon {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.dzsap-sticktobottom .sticktobottom-close-con .icon-show {
    opacity: 0;
    visibility: hidden;
}
.dzsap-sticktobottom.audioplayer-loaded {
    opacity: 1;
}
.dzsap-sticktobottom.audioplayer-loaded .dzsap_footer,
.dzsap-sticktobottom.audioplayer-loaded .sticktobottom-close-con,
.dzsap-sticktobottom.audioplayer-was-loaded:not(.audioplayer-loaded) .sticktobottom-close-con {
    opacity: 1;
    visibility: visible;
}
.dzsap-sticktobottom.audioplayer-was-loaded:not(.audioplayer-loaded) .sticktobottom-close-con .icon-hide {
    opacity: 0;
    visibility: hidden;
}
.dzsap-sticktobottom.audioplayer-was-loaded:not(.audioplayer-loaded) .sticktobottom-close-con .icon-show {
    opacity: 1;
    visibility: visible;
}
.dzsap-sticktobottom.dzsap-sticktobottom-for-skin-silver {
    padding: 0;
    height: 50px;
    bottom: -100%;
    background-color: #fafafa;
}
.dzsap-sticktobottom.dzsap-sticktobottom-for-skin-silver .audioplayer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.dzsap-sticktobottom.dzsap-sticktobottom-for-skin-silver .audioplayer.skin-silver:not(.theme-dark) .ap-controls {
    background-color: transparent;
}
.dzsap-sticktobottom.dzsap-sticktobottom-for-skin-silver.audioplayer-loaded,
body .dzsap-sticktobottom.audioplayer-loaded:not(.enforcer):not(.enforcer2) {
    bottom: 0;
}
.audioplayer-song-changer .meta-artist {
    display: none;
}
.dzstooltip-con {
    position: relative;
    cursor: pointer;
}
.dzstooltip {
    position: absolute;
    white-space: nowrap;
    line-height: 1;
    width: auto;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility, z-index, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    -moz-transition-property: opacity, visibility, z-index, transform;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: opacity, visibility, z-index, transform;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: opacity, visibility, z-index, transform;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: opacity, visibility, z-index, transform;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-out;
}
.dzstooltip .tooltip-close {
    width: 23px;
    height: 23px;
    position: absolute;
    top: -9.2px;
    right: -9.2px;
    box-shadow: 1px 1px 4px 0 rgba(50, 50, 50, 0.3);
    border-radius: 50%;
}
.dzstooltip .tooltip-close > svg {
    width: 23px;
    height: 23px;
}
.dzstooltip .tooltip-close > svg .x-path {
    fill: #444;
}
.dzstooltip .dzstooltip--inner {
    position: relative;
    display: block;
}
.dzstooltip .dzstooltip--inner:before {
    content: "";
    display: block;
    position: absolute;
}
.dzstooltip.talign-start,
.dzstooltip.talign-start .dzstooltip--inner {
    left: 0;
}
.dzstooltip.talign-start .dzstooltip--inner:after {
    left: 15px;
}
.dzstooltip.talign-end {
    left: auto;
    right: 0;
}
.dzstooltip.talign-end .dzstooltip--inner:after {
    right: 15px;
}
.dzstooltip.arrow-bottom {
    bottom: 100%;
    margin-bottom: 15px;
}
.dzstooltip.arrow-bottom .dzstooltip--inner:after,
.dzstooltip.arrow-bottom .dzstooltip--inner:before {
    top: 100%;
}
.dzstooltip.arrow-bottom .dzstooltip--inner:before {
    left: 0;
    width: 100%;
    height: 15px;
}
.dzstooltip.arrow-top {
    top: 100%;
    margin-top: 15px;
}
.dzstooltip.arrow-top .dzstooltip--inner:after,
.dzstooltip.arrow-top .dzstooltip--inner:before {
    bottom: 100%;
}
.dzstooltip.arrow-top .dzstooltip--inner:before {
    left: 0;
    width: 100%;
    height: 15px;
}
.dzstooltip.arrow-left {
    left: 100%;
    margin-left: 15px;
}
.dzstooltip.arrow-left .dzstooltip--inner:after {
    left: auto;
    right: 100%;
    border-right-width: 7px;
}
.dzstooltip.arrow-right {
    left: auto;
    right: 100%;
    margin-right: 15px;
}
.dzstooltip.arrow-right .dzstooltip--inner:after {
    right: auto;
    left: 100%;
    border-left-width: 7px;
}
.dzstooltip .dzstooltip--inner:after {
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
}
.text-align-center {
    text-align: center;
}
.dzstooltip.arrow-left.talign-start,
.dzstooltip.arrow-right.talign-start {
    top: 0;
}
.dzstooltip.arrow-left.talign-start .dzstooltip--inner:after,
.dzstooltip.arrow-right.talign-start .dzstooltip--inner:after {
    top: 15px;
}
.dzstooltip.arrow-left.talign-end,
.dzstooltip.arrow-right.talign-end {
    bottom: 0;
}
.dzstooltip.arrow-left.talign-end .dzstooltip--inner:after,
.dzstooltip.arrow-right.talign-end .dzstooltip--inner:after {
    bottom: 15px;
}
.dzstooltip.active,
.tooltip-indicator:hover + .dzstooltip {
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.dzstooltip.style-default .dzstooltip--inner {
    background-color: rgba(20, 20, 20, 0.9);
    padding: 10px;
}
.dzstooltip.style-default .dzstooltip--inner:after {
    content: "";
}
.dzstooltip.style-rounded .dzstooltip--inner {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}
.dzstooltip.style-rounded .dzstooltip--inner:after {
    content: "";
}
.dzstooltip.color-dark-light .dzstooltip--inner {
    background-color: #222;
    color: #fff;
}
.dzstooltip.color-dark-light.arrow-bottom .dzstooltip--inner:after {
    border-top-color: #222;
}
.dzstooltip.color-dark-light.arrow-top .dzstooltip--inner:after {
    border-bottom-color: #222;
}
.dzstooltip.color-dark-light.arrow-left .dzstooltip--inner:after {
    border-right-color: #222;
}
.dzstooltip.color-dark-light.arrow-right .dzstooltip--inner:after {
    border-left-color: #222;
}
.dzstooltip.color-light-dark .dzstooltip--inner {
    background-color: #fff;
    color: #444;
}
.dzstooltip.color-light-dark.arrow-bottom .dzstooltip--inner:after {
    border-top-color: #fff;
}
.dzstooltip.color-light-dark.arrow-top .dzstooltip--inner:after {
    border-bottom-color: #fff;
}
.dzstooltip.color-light-dark.arrow-left .dzstooltip--inner:after {
    border-right-color: #fff;
}
.dzstooltip.color-light-dark.arrow-right .dzstooltip--inner:after {
    border-left-color: #fff;
}
.dzstooltip.transition-scaleup .dzstooltip--inner {
    transform: scale(0.65);
}
.dzstooltip.transition-slidedown .dzstooltip--inner {
    transform: translate3d(0, -15px, 0);
}
span.dzstooltip-con {
    display: inline-block;
}
@media all and (max-width: 470px) {
    .dzstooltip:not(.ceva) {
        max-width: 98vw;
    }
}
.playlist-tooltip {
    width: 320px;
    max-width: 90vw;
    display: block;
    margin-right: -10px;
}
.playlist-tooltip .dzstooltip--inner {
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    transform-origin: bottom right;
}
.playlist-tooltip .dzstooltip--inner:not(.a):not(.b):after {
    border-top-color: #d4d3d3;
}
.playlist-menu-item {
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
    background-color: #fff;
    transform: scale(1);
    transition-property: background, transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
    -moz-transition-property: background, transform;
    -moz-transition-duration: 0.25s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: background, transform;
    -webkit-transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: background, transform;
    -o-transition-duration: 0.25s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: background, transform;
    -ms-transition-duration: 0.25s;
    -ms-transition-timing-function: ease-out;
    user-select: none;
}
.playlist-menu-item.cloner {
    position: absolute;
    left: 10px;
    opacity: 0.7;
    width: calc(100% - 20px);
}
.playlist-menu-item:after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(238, 238, 238, 0.01);
    transition-property: background, transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
    -moz-transition-property: background, transform;
    -moz-transition-duration: 0.25s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: background, transform;
    -webkit-transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: background, transform;
    -o-transition-duration: 0.25s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: background, transform;
    -ms-transition-duration: 0.25s;
    -ms-transition-timing-function: ease-out;
}
.playlist-menu-item.target-playlist-item {
    transform: scale(1);
}
.playlist-menu-item.current-playlist-item,
.playlist-menu-item.target-playlist-item:after,
.playlist-menu-item:hover {
    background-color: #eee;
}
.playlist-menu-item.current-playlist-item .the-sort-handle,
.playlist-menu-item:hover .the-sort-handle {
    transform: scale(1.2);
}
.playlist-menu-item.current-playlist-item .the-sort-handle {
    opacity: 0;
}
.playlist-menu-item .the-sort-handle {
    padding: 5px;
    transform: scale(1);
    opacity: 1;
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    -moz-transition-property: opacity, transform;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-property: opacity, transform;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-property: opacity, transform;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: ease-out;
    -ms-transition-property: opacity, transform;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-out;
}
.playlist-menu-item .pi-thumb-con {
    width: 50px;
    flex: 0 0 auto;
    margin-right: 10px;
}
.playlist-menu-item .pi-thumb-con .pi-thumb {
    width: 100%;
    padding-top: 100%;
}
.playlist-menu-item + .playlist-menu-item {
    margin-top: 5px;
}
.playlist-menu-item .pi-meta-con {
    width: auto;
    flex: 100;
    min-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
.playlist-menu-item .pi-the-artist {
    font-size: 11px;
    opacity: 0.7;
    margin-bottom: 5px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.playlist-menu-item .pi-the-name {
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}
.play-button-simple-svg {
    position: absolute;
    top: 0;
    left: 0;
}
.icon-svg > svg {
    width: 100%;
    height: 100%;
}
.icon-svg > svg path {
    fill: inherit;
}
.audioplayer.do-not-center-controls {
    position: relative;
}
.audioplayer.do-not-center-controls .custom-pause-btn {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
}
.divimage {
    background-size: cover;
    background-position: center center;
}
/* Varsayılan Stil */
.dropdown-menu .dropdown-item {
    padding: 8px 15px; /* Varsayılan padding */
    font-size: 14px; /* Varsayılan yazı boyutu */
    display: flex; /* İkon ve metni hizalamak için */
    align-items: center;
}

/* İkon ve Metin Arası Boşluk */
.dropdown-menu .icons {
    margin-right: 10px; /* İkonlar ile metin arasındaki boşluk */
}

/* Mobil Stil */
@media (max-width: 768px) {
    .dropdown-menu .dropdown-item {
        padding: 15px 20px; /* Mobilde daha büyük dokunma alanı */
        font-size: 16px; /* Mobilde yazıyı büyütme */
    }

    /* Daha fazla boşluk ve estetik */
    .dropdown-item {
        border-radius: 5px;
        margin-bottom: 5px; /* Her bir bağlantı arasında boşluk */
    }
}.btn {
    position: relative;
}

.btn::before {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
}
a:hover {
    background-color: #0056b3;
    color: #ffffff;
}
a:hover {
    background-color: #0056b3;
    color: #ffffff;
}
