@import url('swiper-bundle.min.css');
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #ADB0B9;
    --gray-dark: #9B9B9B;
    --primary: #252525;
    --secondary: #ADB0B9;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #252525;
    --dark: #9B9B9B;
    --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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #252525;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: black;
    text-decoration: underline;
}

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

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #ADB0B9;
    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: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #333b55;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

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

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

a>code {
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

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

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

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

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

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

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

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

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

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

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

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

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

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

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

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #252525;
}

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

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

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

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

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

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

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
    border: 0;
}

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #8e8e8e;
}

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

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #d4d6db;
}

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

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e;
}

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda;
}

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

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e;
}

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

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #ed969e;
}

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

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #8e8e8e;
}

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #cbcbcb;
}

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

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

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #9B9B9B;
    border-color: #aeaeae;
}

.table .thead-light th {
    color: #333;
    background-color: #101127;
    border-color: #333b55;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #161616;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

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

.form-control:focus {
    color: #333;
    background-color: #fff;
    border-color: #656565;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.25);
}

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

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

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

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

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

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

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

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

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

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

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

.form-row {
    display: flex;
    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: #ADB0B9;
}

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

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

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

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

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

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%239B9B9B' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

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

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

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

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%239B9B9B' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545;
}

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

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #252525;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    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 (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #252525;
    text-decoration: none;
}

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

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

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #121212;
    border-color: #0c0c0c;
}

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

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

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.nice-select.open:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0c0c0c;
    border-color: #050505;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.nice-select.open:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 70, 70, 0.5);
}

.btn-secondary {
    color: #757575;
    background-color: #ADB0B9;
    border-color: #ADB0B9;
}

.btn-secondary:hover {
    color: #757575;
    background-color: #989ca7;
    border-color: #9195a2;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(165, 167, 175, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #757575;
    background-color: #ADB0B9;
    border-color: #ADB0B9;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary.nice-select.open:not(:disabled):not(.disabled),
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #9195a2;
    border-color: #8b8f9c;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary.nice-select.open:not(:disabled):not(.disabled):focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(165, 167, 175, 0.5);
}

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

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

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

.btn-success:not(:disabled):not(.disabled):active,
.btn-success.nice-select.open:not(:disabled):not(.disabled),
.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.nice-select.open:not(:disabled):not(.disabled):focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

.btn-info:not(:disabled):not(.disabled):active,
.btn-info.nice-select.open:not(:disabled):not(.disabled),
.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.nice-select.open:not(:disabled):not(.disabled):focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

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

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(234, 182, 24, 0.5);
}

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

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning.nice-select.open:not(:disabled):not(.disabled),
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #757575;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning.nice-select.open:not(:disabled):not(.disabled):focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(234, 182, 24, 0.5);
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger.nice-select.open:not(:disabled):not(.disabled),
.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.nice-select.open:not(:disabled):not(.disabled):focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #fff;
    background-color: #252525;
    border-color: #252525;
}

.btn-light:hover {
    color: #fff;
    background-color: #121212;
    border-color: #0c0c0c;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 70, 70, 0.5);
}

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

.btn-light:not(:disabled):not(.disabled):active,
.btn-light.nice-select.open:not(:disabled):not(.disabled),
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: #0c0c0c;
    border-color: #050505;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light.nice-select.open:not(:disabled):not(.disabled):focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 70, 70, 0.5);
}

.btn-dark {
    color: #757575;
    background-color: #9B9B9B;
    border-color: #9B9B9B;
}

.btn-dark:hover {
    color: #fff;
    background-color: #888888;
    border-color: #828282;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(149, 149, 149, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #757575;
    background-color: #9B9B9B;
    border-color: #9B9B9B;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark.nice-select.open:not(:disabled):not(.disabled),
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #828282;
    border-color: #7b7b7b;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark.nice-select.open:not(:disabled):not(.disabled):focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(149, 149, 149, 0.5);
}

.btn-outline-primary {
    color: #252525;
    border-color: #252525;
}

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

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

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

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary.nice-select.open:not(:disabled):not(.disabled):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(37, 37, 37, 0.5);
}

.btn-outline-secondary {
    color: #ADB0B9;
    border-color: #ADB0B9;
}

.btn-outline-secondary:hover {
    color: #757575;
    background-color: #ADB0B9;
    border-color: #ADB0B9;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(173, 176, 185, 0.5);
}

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

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary.nice-select.open:not(:disabled):not(.disabled),
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #757575;
    background-color: #ADB0B9;
    border-color: #ADB0B9;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary.nice-select.open:not(:disabled):not(.disabled):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(173, 176, 185, 0.5);
}

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

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

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

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

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success.nice-select.open:not(:disabled):not(.disabled),
.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.nice-select.open:not(:disabled):not(.disabled):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 {
    color: #17a2b8;
    border-color: #17a2b8;
}

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

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

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

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info.nice-select.open:not(:disabled):not(.disabled),
.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.nice-select.open:not(:disabled):not(.disabled):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 {
    color: #ffc107;
    border-color: #ffc107;
}

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

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

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

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning.nice-select.open:not(:disabled):not(.disabled),
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #757575;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning.nice-select.open:not(:disabled):not(.disabled):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 {
    color: #dc3545;
    border-color: #dc3545;
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger.nice-select.open:not(:disabled):not(.disabled),
.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.nice-select.open:not(:disabled):not(.disabled):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 {
    color: #252525;
    border-color: #252525;
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #252525;
    border-color: #252525;
}

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

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

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light.nice-select.open:not(:disabled):not(.disabled),
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #252525;
    border-color: #252525;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light.nice-select.open:not(:disabled):not(.disabled):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(37, 37, 37, 0.5);
}

.btn-outline-dark {
    color: #9B9B9B;
    border-color: #9B9B9B;
}

.btn-outline-dark:hover {
    color: #757575;
    background-color: #9B9B9B;
    border-color: #9B9B9B;
}

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

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

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark.nice-select.open:not(:disabled):not(.disabled),
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #757575;
    background-color: #9B9B9B;
    border-color: #9B9B9B;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark.nice-select.open:not(:disabled):not(.disabled):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(155, 155, 155, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #252525;
    text-decoration: none;
}

.btn-link:hover {
    color: black;
    text-decoration: underline;
}

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

.btn-link:disabled,
.btn-link.disabled {
    color: #ADB0B9;
    pointer-events: none;
}

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

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

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

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

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

.fade {
    transition: opacity 0.15s linear;
}

@media (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 ease;
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    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: #252525;
    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-left {
    right: auto;
    left: 0;
}

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

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

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

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

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

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

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

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-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;
    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;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

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

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

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

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

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

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

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

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

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

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

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

.dropdown-item:hover,
.dropdown-item:focus {
    color: #686868;
    text-decoration: none;
    background-color: #252525;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item.nice-select.open {
    color: #fff;
    text-decoration: none;
    background-color: #252525;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #ADB0B9;
    pointer-events: none;
    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: #ADB0B9;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #757575;
}

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

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

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

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.nice-select.open,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.nice-select.open,
.btn-group-vertical>.btn.active {
    z-index: 1;
}

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

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

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

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

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

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

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

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

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

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

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

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

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
}

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

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

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

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

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

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

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

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

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

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

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

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

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

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

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

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

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

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: center;
    white-space: nowrap;
    background-color: #101127;
    border: 1px solid #161616;
    border-radius: 0.25rem;
}

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

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px);
}

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

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

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

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem;
}

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

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

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

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

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

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

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #656565;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before,
.custom-control-input.nice-select.open:not(:disabled)~.custom-control-label::before {
    color: #fff;
    background-color: #7e7e7e;
    border-color: #7e7e7e;
}

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

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

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #444 solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #444;
    border-radius: 0.5rem;
    transition: transform 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 (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(37, 37, 37, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%239B9B9B' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #161616;
    border-radius: 0.25rem;
    appearance: none;
}

.custom-select:focus {
    border-color: #656565;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.25);
}

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

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

.custom-select:disabled {
    color: #ADB0B9;
    background-color: #101127;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

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

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

.custom-file-input:focus~.custom-file-label {
    border-color: #656565;
    box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.25);
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #101127;
}

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

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: 1px solid #161616;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #333;
    content: "Browse";
    background-color: #101127;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(37, 37, 37, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(37, 37, 37, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(37, 37, 37, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #252525;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active,
.custom-range.nice-select.open::-webkit-slider-thumb {
    background-color: #7e7e7e;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #333b55;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #252525;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active,
.custom-range.nice-select.open::-moz-range-thumb {
    background-color: #7e7e7e;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #333b55;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #252525;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active,
.custom-range.nice-select.open::-ms-thumb {
    background-color: #7e7e7e;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #333b55;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #333b55;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #444;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #444;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #444;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

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

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

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

.nav-link.disabled {
    color: #ADB0B9;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #333b55;
}

.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:hover,
.nav-tabs .nav-link:focus {
    border-color: #101127 #101127 #333b55;
}

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

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

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

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

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

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

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

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

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

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

.navbar-nav {
    display: flex;
    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 {
    flex-basis: 100%;
    flex-grow: 1;
    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:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

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

@media (max-width:575.98px) {

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

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

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

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

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

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

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

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

@media (max-width:767.98px) {

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

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

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

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

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

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

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

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

@media (max-width:991.98px) {

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

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

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

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

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

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

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

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

@media (max-width:1199.98px) {

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

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

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

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

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

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

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

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

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

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

.navbar-expand .navbar-nav {
    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 {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

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

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

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

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

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

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

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

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

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

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

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

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

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

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

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

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

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

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

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

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

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

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

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

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

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

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card .card-header {
    margin-bottom: -1px;
}

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

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

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

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

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

.breadcrumb-item.active {
    color: #ADB0B9;
}

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

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

.page-link:hover {
    z-index: 2;
    color: black;
    text-decoration: none;
    background-color: #101127;
    border-color: #333b55;
}

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

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

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

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

.page-item.disabled .page-link {
    color: #ADB0B9;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #333b55;
}

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

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

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

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

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

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

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    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 (prefers-reduced-motion:reduce) {
    .badge {
        transition: none;
    }
}

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

.badge:empty {
    display: none;
}

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

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

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

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #0c0c0c;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.5);
}

.badge-secondary {
    color: #757575;
    background-color: #ADB0B9;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #757575;
    background-color: #9195a2;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(173, 176, 185, 0.5);
}

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

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

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

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

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

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

.badge-warning {
    color: #757575;
    background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #757575;
    background-color: #d39e00;
}

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

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

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #fff;
    background-color: #252525;
}

a.badge-light:hover,
a.badge-light:focus {
    color: #fff;
    background-color: #0c0c0c;
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(37, 37, 37, 0.5);
}

.badge-dark {
    color: #757575;
    background-color: #9B9B9B;
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #757575;
    background-color: #828282;
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(155, 155, 155, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #101127;
    border-radius: 0.3rem;
}

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

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

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

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

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

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #131313;
    background-color: lightgray;
    border-color: #c2c2c2;
}

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

.alert-primary .alert-link {
    color: black;
}

.alert-secondary {
    color: #5a5c60;
    background-color: #efeff1;
    border-color: #e8e9eb;
}

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

.alert-secondary .alert-link {
    color: #414346;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

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

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

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

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #131313;
    background-color: lightgray;
    border-color: #c2c2c2;
}

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

.alert-light .alert-link {
    color: black;
}

.alert-dark {
    color: #515151;
    background-color: #ebebeb;
    border-color: #e3e3e3;
}

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

.alert-dark .alert-link {
    color: #383838;
}

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

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #101127;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #252525;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

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

.media-body {
    flex: 1;
}

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

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

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #333;
    text-decoration: none;
    background-color: #252525;
}

.list-group-item-action:active,
.list-group-item-action.nice-select.open {
    color: #252525;
    background-color: #101127;
}

.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.disabled,
.list-group-item:disabled {
    color: #ADB0B9;
    pointer-events: none;
    background-color: #fff;
}

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

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}

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

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

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

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

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

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

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

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

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

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

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

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

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

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

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

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

.list-group-item-primary {
    color: #131313;
    background-color: #c2c2c2;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #131313;
    background-color: #b5b5b5;
}

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

.list-group-item-secondary {
    color: #5a5c60;
    background-color: #e8e9eb;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #5a5c60;
    background-color: #dadcdf;
}

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

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

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

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

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

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

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

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

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    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-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}

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

.list-group-item-light {
    color: #131313;
    background-color: #c2c2c2;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #131313;
    background-color: #b5b5b5;
}

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

.list-group-item-dark {
    color: #515151;
    background-color: #e3e3e3;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #515151;
    background-color: #d6d6d6;
}

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

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

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

a.close.disabled {
    pointer-events: none;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #ADB0B9;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

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

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

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

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

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    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;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #333b55;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

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

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

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

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #333b55;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

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

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

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

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

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

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

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 970px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

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

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    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: #252525;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%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,%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: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #252525 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0c0c0c !important;
}

.bg-secondary {
    background-color: #ADB0B9 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #9195a2 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #252525 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #0c0c0c !important;
}

.bg-dark {
    background-color: #9B9B9B !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #828282 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #333b55 !important;
}

.border-top {
    border-top: 1px solid #333b55 !important;
}

.border-right {
    border-right: 1px solid #333b55 !important;
}

.border-bottom {
    border-bottom: 1px solid #333b55 !important;
}

.border-left {
    border-left: 1px solid #333b55 !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: #252525 !important;
}

.border-secondary {
    border-color: #ADB0B9 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #252525 !important;
}

.border-dark {
    border-color: #9B9B9B !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

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

.sr-only-focusable:active,
.sr-only-focusable.nice-select.open,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

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

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.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-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #252525 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: black !important;
}

.text-secondary {
    color: #ADB0B9 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #848896 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #252525 !important;
}

a.text-light:hover,
a.text-light:focus {
    color: black !important;
}

.text-dark {
    color: #9B9B9B !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #757575 !important;
}

.text-body {
    color: #252525 !important;
}

.text-muted {
    color: #ADB0B9 !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;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {

    *,
    *::before,
    *::after {
        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;
    }

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

    thead {
        display: table-header-group;
    }

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

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

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

    @page {
        size: a3;
    }

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

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

    .navbar {
        display: none;
    }

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

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

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

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

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #333b55;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #333b55;
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../font/fontawesome-webfont.eot");
    src: url("../font/fontawesome-webfont.eot") format("embedded-opentype"), url("../font/fontawesome-webfont.woff2") format("woff2"), url("../font/fontawesome-webfont.woff") format("woff"), url("../font/fontawesome-webfont.ttf") format("truetype"), url("../font/fontawesome-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.8571428571em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

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

.sr-only-focusable:active,
.sr-only-focusable.nice-select.open,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

a,
a:hover,
a:focus,
input:focus {
    text-decoration: none;
    outline: none;
}

a:active,
a.nice-select.open,
a:focus,
button:focus,
.btn:focus,
input:focus,
textarea:focus,
select:focus,
.form-control,
.form-control:focus {
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.global-list,
.tr-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget {
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 25px;
    border-radius: 4px;
}

.widget select {
    width: 100%;
    padding: 15px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget_search form {
    position: relative;
}

.widget_search .form-control {
    margin-bottom: 0;
    height: 50px;
    padding-right: 35px;
}

.widget_search .btn {
    position: absolute;
    font-size: 14px;
    top: 15px;
    right: 20px;
    padding: 0;
    border: 0;
    color: #5a6a72;
    cursor: pointer;
    background-color: transparent;
}

.widget_title {
    margin-bottom: 15px;
    position: relative;
}

.widget-area .widget>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
}

.widget ul li {
    width: 100%;
    padding: 5px 0;
}

.widget ul li ul.sub-menu {
    margin-top: 5px;
}

.widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget ul li p {
    margin-bottom: 0;
}

.widget.widget_categories li {
    float: right;
    width: 100%;
    text-align: right;
}

.widget.widget_categories li a {
    float: left;
    text-align: left !important;
}

.widget .children {
    margin-left: 0px;
    padding-left: 20px;
    list-style: none;
}

.widget .children li {
    position: relative;
}

.widget .children li:last-child {
    padding-bottom: 0;
}

.widget.widget_recent_entries span {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.tagcloud a {
    display: inline-block;
}

.widget-area select {
    width: 100%;
    padding: 10px 15px;
}

.widget.widget_media_image {
    padding: 0;
    border-radius: 4px;
}

.widget_media_image img {
    width: 100%;
}

.widget .entry-thumbnail {
    width: 65px;
    height: 65px;
    border-radius: 0;
    margin-right: 15px;
}

.widget.widget_recent_entries {
    line-height: 20px;
}

.widget.widget_recent_entries>ul {
    overflow: visible;
}

.widget.widget_recent_entries li {
    position: relative;
    padding: 10px 0;
}

.widget.widget_recent_entries li:first-child {
    padding-top: 0px;
}

.widget.widget_recent_entries li:last-child {
    padding-bottom: 0;
}

.widget.widget_recent_entries li:last-child:after {
    display: none;
}

.widget .entry-thumbnail img {
    width: 100%;
}

caption {
    caption-side: top;
}

.comments-area {
    padding: 30px;
}

.comments-area .media {
    display: block;
}

.comments-area h1 {
    font-size: 24px;
    color: #292929;
    font-weight: 600;
    margin-bottom: 30px;
}

.comment-list li {
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
}

.comment-list>li:first-child {
    margin-top: 0;
}

.comment-list>li:last-child {
    margin-bottom: 15px;
}

.commenter-avatar {
    float: left;
    margin-right: 25px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #f7f5f6;
}

.commenter-avatar img {
    width: 100%;
    height: 100%;
}

.comment-box {
    overflow: hidden;
}

.comment-box .comment-meta {
    overflow: hidden;
    margin-bottom: 5px;
}

.comment-list .children {
    margin-left: 45px;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

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

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

fieldset {
    border: 1px solid #ddd;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    line-height: 1.42857143;
    vertical-align: top;
}

table td,
table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef;
    background-color: #fff;
}

table>thead>tr>td,
table>thead>tr>th {
    vertical-align: bottom;
    border-top: 0;
    font-weight: bold;
}

table thead th {
    border-top: 0;
}

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

table table {
    background-color: #fff;
}

@media (max-width:479px) {

    table td,
    table th {
        overflow: hidden;
    }
}

dfn,
cite,
em,
i {
    font-style: italic;
}

address {
    margin: 0 0 1.5em;
}

pre {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #ddd;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

ul,
ol {
    margin-left: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

figure {
    margin: 1em 0;
}

textarea {
    width: 100%;
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width:37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.widget select {
    max-width: 100%;
    width: 100%;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    width: 100%;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.entry-content iframe {
    width: 100%;
}

.post-password-form input[type='password'] {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.0;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.post-password-form input[type='submit'] {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #326bf3;
    color: #fff;
    margin-top: -5px;
    margin-left: 10px;
}

.comments-area .nav-links {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.comments-area .nav-previous a,
.comments-area .nav-next a {
    position: relative;
}

.comments-area .nav-previous a {
    padding-left: 15px;
}

.comments-area .nav-next a {
    padding-right: 15px;
}

.comments-area .nav-previous a:before,
.comments-area .nav-next a:after {
    position: absolute;
    top: 0;
    font-family: "fontawesome";
}

.comments-area .nav-previous a:before {
    content: "\f100";
    left: 0;
    top: -2px;
}

.comments-area .nav-next a:after {
    right: 0;
    content: "\f101";
    top: -2px;
}

.widget.widget_nav_menu ul {
    list-style: none;
    padding: 0;
}

.widget.widget_nav_menu .sub-menu {
    padding-left: 15px;
}

.widget.widget_nav_menu #menu-testing-menu {
    padding-left: 0;
}

.comment-list .comment-content li {
    margin: 10px 0 !important;
}

.children .commenter-avatar {
    width: 50px;
    height: 50px;
}

.comment-list .children {
    margin-left: 15px;
    padding-left: 15px;
    list-style: none;
}

.comment-respond textarea.form-control {
    resize: none;
    height: 100px;
    padding: 15px 20px;
}

.comment-respond {
    width: 100%;
    margin: 30px 0px;
}

.tr-comments textarea.form-control {
    height: 100px;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 30px;
    resize: none;
}

.tr-footer .footer-widget {
    padding: 0;
}

.tr-footer .footer-widget ul {
    list-style: none;
    padding-left: 0;
}

.tr-footer .footer-widget select {
    width: 100%;
    padding: 10px 15px;
}

.tr-footer .footer-widget ul.children,
.tr-footer .footer-widget ul.sub-menu {
    padding-left: 15px;
}

.tr-footer .widget_title {
    font-size: 18px;
    margin: 30px 0;
    font-weight: 700;
    padding-bottom: 0;
}

.tr-footer .widget_title:after {
    display: none;
}

.tr-footer .menu-testing-menu-container>ul>li,
.tr-footer .widget>ul>li {
    padding-top: 0;
}

.tr-footer .widget ul {
    padding-left: 0;
    list-style: none;
}

.widget .star-rating {
    display: block;
}

.widget_search label {
    margin-bottom: 0;
    width: 100%;
}

.widget_search .search-field {
    height: 55px;
    padding: 5px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    width: 100%;
    padding-right: 40px;
    margin-bottom: 0;
}

.widget_search .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0;
}

.entry-summary img {
    margin-bottom: 15px;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    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-inline-holder .mfp-content,
.mfp-ajax-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-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -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-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

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;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active,
.mfp-close.nice-select.open {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-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-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active,
.mfp-arrow.nice-select.open {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium 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-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    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-image-holder .mfp-content {
    max-width: 100%;
}

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

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active,
.ui-button.nice-select.open {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828;
    color: #fff;
    font-weight: bold;
}

.ui-widget-header a {
    color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: #f6f6f6;
    font-weight: bold;
    color: #1c94c4;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #fbcb09;
    background: #fdf5ce;
    font-weight: bold;
    color: #c77405;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #c77405;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: #fff;
    font-weight: bold;
    color: #eb8f00;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url(https://angfuzsoft.com/html/erfassen/demo/assets/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url(https://angfuzsoft.com/html/erfassen/demo/assets/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #fff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #fff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #fff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(https://angfuzsoft.com/html/erfassen/demo/assets/css/images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(https://angfuzsoft.com/html/erfassen/demo/assets/css/images/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(https://angfuzsoft.com/html/erfassen/demo/assets/css/images/ui-icons_ef8c08_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(https://angfuzsoft.com/html/erfassen/demo/assets/css/images/ui-icons_ef8c08_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(https://angfuzsoft.com/html/erfassen/demo/assets/css/images/ui-icons_ef8c08_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(https://angfuzsoft.com/html/erfassen/demo/assets/css/images/ui-icons_228ef1_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(https://angfuzsoft.com/html/erfassen/demo/assets/css/images/ui-icons_ffd27a_256x240.png);
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #666 url(https://angfuzsoft.com/html/erfassen/demo/assets/css/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000 url(https://angfuzsoft.com/html/erfassen/demo/assets/css/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20);
    border-radius: 5px;
}

@-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-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);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    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);
        -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-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);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    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);
        -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;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -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);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -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);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -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);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes rubberBand {
    0% {
        -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);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-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);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-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);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-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(0deg);
        transform: rotate(0deg);
    }
}

@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(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -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);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes tada {
    0% {
        -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);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    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);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    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);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    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: translateZ(0);
        transform: translateZ(0);
    }

    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);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-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);
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-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: translateZ(0);
        transform: translateZ(0);
    }
}

@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: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-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: translateZ(0);
        transform: translateZ(0);
    }
}

@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: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-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: translateZ(0);
        transform: translateZ(0);
    }
}

@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: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-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);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-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);
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-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);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-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);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-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);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-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);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-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);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-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);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-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);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-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);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-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);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-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);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-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);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-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);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -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);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    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);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    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);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    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);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    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);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-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;
    }
}

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-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;
    }
}

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-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);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@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);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-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;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        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);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    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% {
        -webkit-transform-origin: top left;
        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);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    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;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

@-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: translateZ(0);
        transform: translateZ(0);
    }
}

@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: translateZ(0);
        transform: translateZ(0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-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);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-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);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        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);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        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);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        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);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    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);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        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;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        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;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        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);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-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);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-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);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-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);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-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);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-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);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-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);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-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);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-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);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

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

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (prefers-reduced-motion:reduce),
(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 0.25rem;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: calc(1.5em + 0.75rem + 2px)-2;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-calc(1.5em + 0.75rem + 2px)/2);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: calc(1.5em + 0.75rem + 2px)-2;
    list-style: none;
    min-height: calc(1.5em + 0.75rem + 2px)-2;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.tl-header .tl-topbar {
    color: #fff;
    overflow: hidden;
    background-color: #252628;
}

.tl-header .tl-topbar .left-content {
    position: relative;
    padding: 15px 0;
}

.tl-header .tl-topbar .left-content:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 1900px;
    background-color: #f35202;
}

.tl-header .tl-topbar .left-content:after {
    position: absolute;
    content: "";
    right: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #f35202;
    border-right: 25px solid transparent;
}

.tl-header .tl-topbar .right-content {
    padding: 15px 0;
}

.tl-header .tl-topbar ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 999;
    padding-right: 30px;
}

.tl-header .tl-topbar ul li {
    margin-right: 30px;
}

.tl-header .tl-topbar ul li:last-child {
    margin-right: 0;
}

.tl-header .tl-topbar ul li span.icon {
    margin-right: 10px;
}

.tl-header .tl-topbar ul li a:hover {
    color: #fff;
}

.tl-header .tl-topbar a {
    color: #fff;
}

.tl-header .tl-topbar a:hover {
    color: #f35202;
}

.tl-header .header-middle {
    padding: 25px 0;
}

.tl-header .header-middle .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.tl-header .header-middle .contacts ul {
    display: flex;
    flex-wrap: wrap;
}

.tl-header .header-middle .contacts ul li {
    margin-right: 60px;
}

.tl-header .header-middle .contacts ul li .info-box {
    display: flex;
}

.tl-header .header-middle .contacts ul li .info-box span {
    color: #7a7a7a;
    display: block;
}

.tl-header .header-middle .contacts ul li .info-box strong {
    color: #000;
    font-weight: 600;
}

.tl-header .header-middle .contacts ul li .info-box .icon {
    font-size: 40px;
    color: #f35202;
    margin-right: 20px;
}

.tl-header .header-middle .contacts ul li:last-child {
    margin-right: 0;
}

.tl-header .tl-menu {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid rgba(252, 252, 252, 0.1);
}

.tl-header .tl-menu .navbar-brand {
    display: none;
}

.tl-header .tl-menu .navbar-nav li {
    margin-right: 20px;
    font-size: 18px;
    font-weight: 500;
}

.tl-header .tl-menu .navbar-nav li a {
    display: block;
    padding: 30px 0;
    position: relative;
}

.tl-header .tl-menu .navbar-nav li a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.tl-header .tl-menu .navbar-nav li a:hover:after {
    background-color: #f35202;
}

.tl-header .tl-menu .navbar-nav li:last-child {
    margin-right: 0;
}

.tl-header .tl-menu .navbar-nav li.active>a {
    color: #f35202;
}

.tl-header .tl-menu .navbar-nav li.active>a:after {
    background-color: #f35202;
}

.tl-header .tl-menu .navbar-nav li.tl-dropdown.active .icon {
    color: #f35202;
}

.tl-header .tl-menu .right-content {
    display: flex;
}

.tl-header .tl-menu .tl-dropdown .tl-dropdown-menu li {
    margin-right: 0;
}

.tl-header .tl-menu .tl-dropdown .tl-dropdown-menu li a {
    padding: 10px 15px;
}

.tl-header .tl-menu .tl-dropdown:hover .icon {
    color: #f35202;
}

.tl-header .tl-menu .icon {
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    margin-top: -9px;
    color: #fff;
}

.tl-header .tl-menu .btn.btn-transparent {
    color: #f35202;
    border-color: #f35202;
}

.tl-header .tl-menu.menu-absolute {
    position: absolute;
    left: 0;
    z-index: 999999;
    width: 100%;
    border-top: 0;
}

.tl-header .tl-menu.menu-absolute .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}

.tl-header .tl-menu.menu-absolute .navbar-nav>li>a:hover {
    color: #f35202;
}

.tl-header .tl-menu.menu-absolute .navbar-nav>li.active>a {
    color: #f35202;
}

.tl-header .tl-menu.menu-absolute .tl-search .search-icon {
    color: #fff;
}

.tl-header .tl-menu.menu-absolute .tl-search .search-icon:hover {
    color: #f35202;
}

.tl-header .tl-menu.menu-absolute .btn.btn-transparent {
    color: #fff;
    border-color: #fff;
}

.tl-header .tl-menu.fixed-top {
    position: fixed;
    background-color: #2f353e;
}

.tl-header .tl-search {
    margin-right: 35px;
    align-self: center;
}

.tl-header .tl-search form {
    position: relative;
    width: 700px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -350px;
}

.tl-header .tl-search form input {
    margin: 0;
    display: block;
    border: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    height: 80px;
    font-size: 26px;
    padding-right: 35px;
    font-weight: 300;
}

.tl-header .tl-search form input:focus {
    border-color: #e9e9e9;
    background-color: transparent;
}

.tl-header .tl-search .search-icon {
    font-size: 24px;
    cursor: pointer;
}

.tl-header .tl-search button {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0;
    background: none;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background-color: transparent;
}

.tl-header .tl-search .open-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 999999999999;
    background-color: rgba(0, 0, 0, 0.7);
}

.tl-header .tl-search .close-search {
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    line-height: 33px;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
}

.tl-header .tl-search .search-icon:hover,
.tl-header .close-search:hover,
.tl-header .tl-search button:hover {
    color: #f35202;
}

.tl-header .tl-search input::-webkit-input-placeholder {
    color: #fff;
}

.tl-header .tl-search input::-moz-placeholder {
    color: #fff;
}

.tl-header .tl-search input:-ms-input-placeholder {
    color: #fff;
}

.tl-header .tl-search input:-moz-placeholder {
    color: #fff;
}

.tl-header.header-style-1 .tl-topbar {
    background-color: #f35202;
}

.tl-header.header-style-1 .tl-topbar a:hover {
    color: #fff;
}

.tl-header.header-style-1 .tl-menu {
    border-bottom: 0;
}

.tl-header.header-style-1 .tl-menu.fixed-top {
    background-color: transparent;
}

.tl-header.header-style-1 .tl-menu.fixed-top .navbar {
    -webkit-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
}

.tl-header.header-style-1 .tl-menu .navbar-brand {
    display: inline-block;
}

.tl-header.header-style-1 .tl-menu .navbar {
    max-width: 1500px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
}

.tl-header.header-style-1 .tl-menu .navbar .navbar-nav {
    margin-right: 30px;
}

.tl-header.header-style-1 .tl-menu .navbar .navbar-nav>li>a {
    color: #252525;
}

.tl-header.header-style-1 .tl-menu .navbar .navbar-nav>li>a:after {
    display: none;
}

.tl-header.header-style-1 .tl-menu .navbar .navbar-nav>li>a:hover {
    color: #f35202;
}

.tl-header.header-style-1 .tl-menu .navbar .navbar-nav>li.active>a {
    color: #f35202;
}

.tl-header.header-style-1 .tl-menu .btn.btn-transparent {
    background-color: #f35202;
    border-color: #f35202;
    border-radius: 30px;
    font-size: 20px;
    padding: 10px 25px;
}

.tl-header.header-style-1 .tl-menu .btn.btn-transparent:hover {
    color: #f35202;
    background-color: transparent;
}

.tl-header.header-style-1 .tl-menu .icon {
    color: #252525;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler .navbar-toggler-icon {
    width: 40px;
    height: 40px;
    line-height: 30px;
    padding: 6px 8px;
    color: #f35202;
    border-radius: 4px;
    border: 1px solid #f35202;
}

.lt-banner {
    z-index: 99999;
    position: relative;
}

.lt-banner .banner-content {
    padding: 330px 0 200px;
    position: relative;
}

.lt-banner .banner-content .carousel-item{
    position: relative;
}
.lt-banner .banner-content .carousel-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    background-color: rgba(1, 1, 1, 0.5);
}
.lt-banner .banner-content .carousel-item .banner_container {
    z-index: 1;
    position: relative;
}
.lt-banner .banner-content .banner-text {
    color: #fff;
    font-size: 18px;
}

.lt-banner .banner-content .banner-text h1 {
    font-size: 48px;
    font-weight: 500;
    animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
}

.lt-banner .banner-content .banner-text p {
    animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
}

.lt-banner .banner-content .box-content {
    padding: 60px;
    width: 470px;
    float: right;
    background-color: #fff;
    animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
}

.lt-banner .banner-content .box-content span {
    display: block;
}

.lt-banner .banner-content .box-content h2 {
    font-size: 40px;
    color: #f35202;
    margin-bottom: 20px;
    font-weight: 500;
}

.lt-banner .banner-content .box-content .btn.btn-primary {
    width: 100%;
    margin-top: 25px;
}

.lt-banner .home-slider {
    position: relative;
    z-index: 9999;
    overflow: hidden;
}

.lt-banner .home-slider .carousel-indicators {
    right: initial;
    margin-left: 0;
    justify-content: left;
    display: block;
    margin-right: 0;
    margin-top: 45px;
    top: 50%;
    bottom: initial;
    left: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lt-banner .home-slider .carousel-indicators li {
    text-indent: initial;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    opacity: 1;
    color: #fff;
    background-color: transparent;
}

.lt-banner .home-slider .carousel-indicators li.active {
    border-color: #fff;
}

.lt-banner .home-slider .carousel-control-next,
.lt-banner .home-slider .carousel-control-prev {
    font-size: 50px;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -60px;
    opacity: 1;
    border-radius: 4px;
    font-weight: 300;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 1;
}

.lt-banner .home-slider .carousel-control-next:hover,
.lt-banner .home-slider .carousel-control-prev:hover {
    background-color: #f35202;
    border-color: #f35202;
}

.lt-banner .home-slider .carousel-control-next {
    right: -120px;
}

.lt-banner .home-slider .carousel-control-prev {
    left: -120px;
}

.lt-banner .home-slider:hover .carousel-control-next {
    right: 0;
}

.lt-banner .home-slider:hover .carousel-control-prev {
    left: 0;
}

.search-area .search-area-inner {
    margin-top: -100px;
    position: relative;
    z-index: 99999;
    border-radius: 4px;
    padding: 60px;
    background-color: #fff;
}

.search-area .search-area-inner h2 {
    font-size: 24px;
}

.search-area .search-area-inner .form-group {
    margin-bottom: 0;
    margin-top: 30px;
}

.search-area .search-area-inner .form-group label {
    color: #000;
}

.search-area .search-area-inner .form-group .form-control {
    margin-bottom: 0;
    height: 55px;
    border-radius: 4px;
    color: #7a7a7a;
    width: 100%;
    line-height: 40px;
    border: 1px solid #e9e9e9;
}

.search-area .search-area-inner .form-group .form-control::-webkit-input-placeholder {
    color: #7a7a7a;
}

.search-area .search-area-inner .form-group .form-control::-moz-placeholder {
    color: #7a7a7a;
}

.search-area .search-area-inner .form-group .form-control:-ms-input-placeholder {
    color: #7a7a7a;
}

.search-area .search-area-inner .form-group .form-control:-moz-placeholder {
    color: #7a7a7a;
}

.search-area .search-area-inner .btn.btn-primary {
    width: 100%;
    display: block;
}

.search-area .search-area-inner .collapsed-btn {
    border: 0;
    padding: 0;
    margin: 30px 0 0;
    background-color: transparent;
}

.search-area .search-area-inner .collapsed-btn:hover {
    color: #f35202;
}

.search-area .search-area-inner .collapsed-btn span {
    font-weight: bold;
    color: #f35202;
}

.search-area .slider-range {
    margin-top: 30px;
    padding: 0 10px;
}

.search-area .slider-range .area_slider_amount input,
.search-area .slider-range .price_slider_amount input {
    border: 0;
    color: #7a7a7a;
    margin-bottom: 15px;
}

.search-area .slider-range .area_slider_amount input::-webkit-input-placeholder,
.search-area .slider-range .price_slider_amount input::-webkit-input-placeholder {
    color: #7a7a7a;
}

.search-area .slider-range .area_slider_amount input::-moz-placeholder,
.search-area .slider-range .price_slider_amount input::-moz-placeholder {
    color: #7a7a7a;
}

.search-area .slider-range .area_slider_amount input:-ms-input-placeholder,
.search-area .slider-range .price_slider_amount input:-ms-input-placeholder {
    color: #7a7a7a;
}

.search-area .slider-range .area_slider_amount input:-moz-placeholder,
.search-area .slider-range .price_slider_amount input:-moz-placeholder {
    color: #7a7a7a;
}

.search-area .slider-range .ui-widget-content {
    height: 10px;
    background-color: #e3e7e9;
    border: 0;
    border-radius: 0;
}

.search-area .slider-range .ui-widget-header {
    height: 10px;
    background-color: #f35202;
}

.search-area .slider-range .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 0;
    transition: initial;
    background-color: #fff;
    border: 1px solid #f35202;
}

.search-area .slider-range .ui-slider .ui-slider-handle:before {
    position: absolute;
    content: "\f04c";
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -3px;
    font-size: 7px;
    font-family: "fontawesome";
    color: #f35202;
}

.search-area .check-box-form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
}

.search-area .check-box-form .check-box {
    padding-left: 15px;
    padding-right: 15px;
    width: 20%;
}

.search-area .check-box-form label {
    position: relative;
    padding-left: 35px;
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
}

.search-area .check-box-form label:before {
    position: absolute;
    font-size: 24px;
    content: "\f096";
    font-family: 'FontAwesome';
    left: 0;
    top: -5px;
    color: #f35202;
}

.search-area .check-box-form input[type="radio"] {
    width: 0;
    height: 0;
    display: none;
}

.search-area .check-box-form input[type="radio"]:checked+label:before {
    content: "\f046";
}

.calculator-widget form .form-group {
    display: flex;
    justify-content: space-between;
}

.calculator-widget form .form-group label {
    margin-right: 20px;
}

.calculator-widget form .form-group .form-control {
    min-width: 135px;
    max-width: 135px;
}

.calculator-widget form .form-group input[type="submit"] {
    width: 140px;
    text-align: center;
    padding: 15px 0;
    max-height: 55px;
    margin-right: 10px;
}

.calculator-widget form .form-group input[type="reset"] {
    color: #f35202;
    text-transform: uppercase;
    font-weight: 600;
}

.featured-content .featured-text h2 {
    font-size: 30px;
    margin-bottom: 25px;
}

.featured-content .featured-text .meta {
    padding: 25px 30px;
    margin: 30px 0;
    background-color: #f2f2f2;
}

.featured-content .featured-text .meta ul {
    display: flex;
    flex-wrap: wrap;
}

.featured-content .featured-text .meta ul li {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #cccccc;
}

.featured-content .featured-text .meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.featured-content .featured-text .meta ul li span {
    margin-right: 10px;
}

.featured-content .featured-slider {
    margin-bottom: 30px;
}

.featured-content .featured-slider .property {
    margin-bottom: 0;
}

.featured-content .featured-slider .property:hover {
    box-shadow: none;
}

.featured-content .featured-slider .property:hover .overlay {
    background-color: transparent;
}

.featured-content .featured-slider .property .overlay .map-location {
    padding-right: 150px;
}

.featured-content .featured-slider .property .overlay .map-location span {
    font-size: 24px;
}

.featured-content .featured-slider .property .overlay .map-location .map-icon {
    font-size: 36px;
}

.featured-content .featured-slider .property:hover .thumb:before {
    opacity: 1;
}

.featured-content .featured-slider .slick-arrow {
    top: initial;
    margin-top: 0;
    bottom: 35px;
    color: #fff;
    border-color: #fff;
    font-weight: bold;
}

.featured-content .featured-slider .slick-arrow.fa-angle-right {
    right: 30px;
}

.featured-content .featured-slider .slick-arrow.fa-angle-left {
    left: initial;
    right: 90px;
}

.featured-content .featured-slider .slick-arrow:hover {
    border-color: #f35202;
}

.property {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
}

.property .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.property .thumb img {
    width: 100%;
}


.property .thumb .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    color: #fff;
}

.property .thumb .overlay .property-status {
    text-align: right;
    opacity: 0;
}

.property .thumb .overlay .property-status a {
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 4px;
    display: inline-block;
    line-height: 16px;
    margin-left: 5px;
    background-color: #f35202;
}

.property .thumb .overlay .property-status a:hover {
    color: #f35202;
    background-color: #fff;
}

.property .thumb .overlay span {
    margin-bottom: 0;
    font-size: 16px;
}

.property .thumb .overlay .heart-iocn {
    opacity: 0;
}

.property .thumb .overlay .heart-iocn a {
    color: #fff;
}

.property .thumb .overlay .heart-iocn a:hover {
    color: #f35202;
}

.property .thumb .overlay .map-location {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    width: 100%;
}

.property .thumb .overlay .map-icon {
    font-size: 20px;
    color: #f35202;
    margin-right: 5px;
    line-height: 20px;
}

.property .thumb .overlay .icons {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -20px;
    text-align: center;
}

.property .thumb .overlay .icons ul li {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.property .thumb .overlay .icons ul li a {
    font-size: 14px;
    color: #f35202;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    -webkit-box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.175);
    -ms-box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.175);
    -o-box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.175);
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.175);
}

.property .thumb .overlay .icons ul li a:hover {
    color: #fff;
    background-color: #f35202;
}

.property .thumb .overlay .icons ul li:first-child {
    left: 50%;
    transform: translateX(50%);
}

.property .thumb .overlay .icons ul li:nth-child(2) {
    right: 50%;
}

.property:hover {
    -webkit-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
}

.property:hover .thumb:before {
    opacity: 0;
}

.property:hover .thumb .overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.property:hover .thumb .overlay .icons li {
    opacity: 1;
}

.property:hover .thumb .overlay .icons ul li:first-child {
    margin-left: -45px;
}

.property:hover .thumb .overlay .icons ul li:nth-child(2) {
    margin-right: -45px;
}

.property:hover .thumb .overlay .property-status {
    opacity: 1;
}

.property:hover .property-info {
    border-color: transparent;
}

.property:hover .property-info h2 a {
    color: #f35202;
}

.property:hover .thumb .overlay .heart-iocn {
    opacity: 1;
}

.property{
    border: 1px solid #ececec;
}

.property .property-info h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}

.property .property-info .info-top {
    padding: 10px 15px;
}

.property .property-info .info-top .meta {
    margin-top: 20px;
}

.property .property-info .info-top .meta ul {
    display: flex;
    flex-wrap: wrap;
}

.property .property-info .info-top .meta ul li {
    font-size: 14px;
    margin-right: 15px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.property .property-info .info-top .meta ul li:last-child {
    margin-right: 0;
}

.property .property-info .info-top .meta ul li span {
    margin-right: 5px;
}

.property .property-footer {
    border-top: 1px solid #ececec;
    padding: 20px;
}
.property .property-footer p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.property .property-footer .author {
    margin-right: 15px;
}

.property .property-footer .author .author-thumb {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
}

.property .property-footer .author span {
    font-size: 14px;
}

.property .property-footer .price h3 {
    font-size: 24px;
    margin-bottom: 0;
    color: #f35202;
}

.property-slider {
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

.property-slider .property {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden;
}

.property-slider .property .meta img {
    display: inline-block;
}

.property-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.house-amenities .amenities-content {
    position: relative;
}

.house-amenities .amenities-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.house-amenities .amenities-content ul li {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.house-amenities .amenities-content ul li .amenities {
    text-align: center;
    padding: 55px 20px;
    border-radius: 3px;
    background-color: #fff;
}

.house-amenities .amenities-content ul li .amenities .amenities-icon {
    display: inline-block;
}

.house-amenities .amenities-content ul li.active {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.house-amenities .amenities-content ul li.active .amenities {
    text-align: left;
    padding: 35px 0;
    display: flex;
}

.house-amenities .amenities-content ul li.active .amenities span.amenities-icon {
    background-color: #f35202;
    padding: 30px 26px;
    align-self: center;
    margin-right: 30px;
    border-radius: 0 3px 3px 0;
}

.house-amenities .amenities-content ul li.active .amenities .amenities-info h2 {
    font-size: 24px;
    margin: 0 0 11px;
}

.house-amenities .amenities-content ul li.active .amenities .amenities-info p {
    margin: 0;
}

.hot-flat-of-week {
    overflow: hidden;
}

.hot-flat-of-week .section-header {
    margin-bottom: 55px;
}

.hot-flat-of-week .section-header .hot-title h1 {
    font-size: 30px;
    margin-bottom: 0;
}

.hot-flat-of-week .section-header .view-all a {
    color: #f35202;
    text-transform: uppercase;
    font-weight: 600;
}

.hot-flat-of-week .hot-flat-slider {
    margin-bottom: 30px;
}

.hot-flat-of-week .hot-flat-slider .slick-dots {
    position: absolute;
    top: -116px;
    right: 100px;
    background-color: #f35202;
    padding: 10px 5px;
    border-radius: 4px;
}

.hot-flat-of-week .hot-flat-slider .slick-dots>li {
    width: 7px;
    height: 7px;
    margin: 0 3px;
}

.hot-flat-of-week .hot-flat-slider .slick-dots>li button {
    background-color: #74c3f5;
    width: 7px;
    height: 7px;
}

.hot-flat-of-week .hot-flat-slider .slick-dots>li button:hover {
    background-color: #fff;
}

.hot-flat-of-week .hot-flat-slider .slick-dots li.slick-active button {
    background-color: #fff;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    margin: 1px;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info h2 {
    font-size: 24px;
    margin: 0 0 20px;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info span {
    color: #7a7a7a;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info span .icon {
    color: #f35202;
    font-size: 20px;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info .map-location {
    color: #7a7a7a;
    margin-bottom: 20px;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info .map-location .map-icon {
    font-size: 20px;
    color: #f35202;
    margin-right: 5px;
    line-height: 20px;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info .meta {
    padding: 25px;
    margin: 30px 0;
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info .meta ul {
    display: flex;
    flex-wrap: wrap;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info .meta ul li {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #cccccc;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info .meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info .meta ul li span {
    margin-right: 10px;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info .meta ul li span img {
    display: inline-block;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info h3 {
    font-size: 30px;
    color: #f35202;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info h3 small {
    font-size: 18px;
    font-weight: 300;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat {
    position: relative;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat .hot-flat-thumb {
    position: relative;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat .hot-flat-thumb img {
    width: 100%;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat .hot-flat-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat .hot-flat-meta {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat .hot-flat-meta .hot-flat-author .hot-flat-author-image {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 13px;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat .hot-flat-meta .hot-flat-author .hot-flat-author-image img {
    display: inline-block;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat .hot-flat-meta .hot-flat-author .author-name {
    color: #fff;
    font-size: 14px;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat .hot-flat-meta .hot-flat-icons .icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-left: 12px;
    color: #f35202;
}

.hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat .hot-flat-meta .hot-flat-icons .icon:hover {
    background-color: #f35202;
    color: #fff;
}

.feature-content .feature {
    background-color: #fff;
    padding: 60px 15px 35px;
    border-radius: 0 0 5px 5px;
    margin: 0 0 30px;
    -webkit-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.04);
}

.feature-content .feature:hover {
    box-shadow: none;
}

.feature-content .feature:hover .feature-icon {
    background-color: #f35202;
    color: #fff;
}

.feature-content .feature .feature-icon {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #cfecff;
    display: inline-block;
    font-size: 48px;
    line-height: 100px;
    color: #f35202;
}

.feature-content .feature h2 {
    color: #000;
    font-size: 24px;
    margin: 35px 0 20px;
}

.feature-content .feature.style-one {
    background-color: transparent;
    padding: 0 15px 0;
}

.feature-content .feature.style-one h2 {
    color: #fff;
}

.feature-content .feature.style-one p {
    color: #fff;
}

.feature-content .feature.style-one .feature-icon {
    border: 1px solid #f35202;
    background-color: transparent;
    color: #fff;
}

.feature-content .feature.style-one:hover .feature-icon {
    background-color: #f35202;
}

.city-content {
    position: relative;
    z-index: 1;
}

.city-content:before {
    background-color: rgba(1, 1, 1, 0.75);
}

.city-content .city {
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.2);
}

.city-content .city .city-thumb {
    border-radius: 4px;
    overflow: hidden;
}

.city-content .city .city-thumb img {
    width: 100%;
}

.city-content .city .text {
    padding: 20px;
}

.city-content .city .text h2 {
    font-size: 24px;
    color: #fff;
    margin-top: 5px;
}

.city-content .city:hover {
    background-color: #fff;
}

.city-content .city:hover .text {
    color: #252525;
}

.city-content .city:hover .text h2 {
    color: #000;
}

.city-content .button {
    position: relative;
    z-index: 1;
    margin: 30px 0;
}

.lt-team .lt-member {
    margin-bottom: 30px;
}

.lt-team .lt-member .member-thumb {
    position: relative;
    margin: 0 0 23px;
}

.lt-team .lt-member .member-thumb img {
    width: 100%;
}

.lt-team .lt-member .member-thumb span {
    background-color: #f35202;
    position: absolute;
    bottom: 0;
    left: 50%;
    min-width: 150px;
    padding: 8px 35px 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 20px 20px 0 0;
}

.lt-team .lt-member .member-thumb::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    transition: all 500ms ease;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

.lt-team .lt-member .member-thumb:hover::before {
    opacity: 1;
}

.lt-team .lt-member .member-info h2 {
    color: #000;
    font-size: 24px;
}

.lt-team .lt-member .member-info span {
    color: #7a7a7a;
    font-size: 16px;
}

.lt-team .lt-member .member-info .paragraph {
    margin-top: 10px;
}

.lt-team .lt-member .member-info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 0;
}

.lt-team .lt-member .member-info ul li {
    margin: 0 5px;
}

.lt-team .lt-member .member-info ul li a {
    color: #f35202;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #e3f4ff;
    display: block;
    border-radius: 5px;
}

.lt-team .lt-member .member-info ul li a:hover {
    color: #fff;
    background-color: #f35202;
}

.lt-testimonial .testimonial-content {
    background-color: #fff;
    border-radius: 4px;
    max-width: 770px;
    display: inline-block;
    padding: 60px 100px 50px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
}

.lt-testimonial .testimonial-content .testimonial-slider .testimonial .quote-icon {
    display: inline-block;
}

.lt-testimonial .testimonial-content .testimonial-slider .testimonial h2 {
    font-size: 24px;
    margin: 25px 0 5px;
}

.lt-testimonial .testimonial-content .testimonial-slider .testimonial .client-role {
    font-size: 16px;
    color: #f35202;
    display: block;
    margin: 0 0 25px;
}

.lt-testimonial .testimonial-content .testimonial-nav-slider {
    width: 222px;
    min-height: 125px;
    margin-top: 10px;
    display: inline-block;
}

.lt-testimonial .testimonial-content .testimonial-nav-slider .testimonial-author {
    margin-top: 20px;
    margin-bottom: 20px;
}

.lt-testimonial .testimonial-content .testimonial-nav-slider .testimonial-author .author-image {
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.lt-testimonial .testimonial-content .testimonial-nav-slider .testimonial-author .author-image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.lt-testimonial .testimonial-content .testimonial-nav-slider .testimonial-author .author-image img {
    display: inline-block;
}

.lt-testimonial .testimonial-content .testimonial-nav-slider .slick-arrow {
    width: 25px;
    height: 25px;
    font-size: 24px;
    line-height: 24px;
    margin-top: -20px;
    border: 0;
    color: #fff;
    opacity: 1;
    font-weight: bold;
    background-color: transparent;
}

.lt-testimonial .testimonial-content .testimonial-nav-slider .slick-arrow.fa-angle-left {
    left: 20px;
}

.lt-testimonial .testimonial-content .testimonial-nav-slider .slick-arrow.fa-angle-right {
    right: 20px;
}

.lt-testimonial .testimonial-content .testimonial-nav-slider .slick-slide.slick-current+.slick-active .author-image {
    border: 5px solid #fff;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 9999;
}

.lt-testimonial .testimonial-content .testimonial-nav-slider .slick-slide.slick-current+.slick-active .author-image:before {
    opacity: 0;
}

.fun-fact-content .fun-fact {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 50px 15px;
    margin: 0 0 30px;
    color: #fff;
}

.fun-fact-content .fun-fact .icon {
    margin-bottom: 10px;
}

.fun-fact-content span {
    display: block;
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
}

.fun-fact-content span span.counter {
    display: inline-block;
}

.lt-blog {
    overflow: hidden;
}

.lt-blog .tl-post {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 2px -3px rgba(0, 0, 0, 0.05);
}

.lt-blog .tl-post .entry-header .entry-thumbnail {
    border-radius: 4px;
    overflow: hidden;
}

.lt-blog .tl-post .entry-header .entry-thumbnail img {
    width: 100%;
}

.lt-blog .tl-post .entry-content,
.lt-blog .tl-post .article-content {
    position: relative;
    margin-top: 0;
    padding: 15px;
    background-color: #fff;
}
.lt-blog .tl-post .article-content img{
    display: block;
    margin:0 auto;
    border-radius: 4px;
}
.lt-blog .tl-post .article-content p,
.lt-blog .tl-post .article-content p span{
    margin: 0;
    display: block;
    text-wrap:wrap!important;
}
.lt-blog .tl-post .entry-content .author {
    border-radius: 100%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    position: absolute;
    top: -30px;
    right: 30px;
    z-index: 999;
}

.lt-blog .tl-post .entry-content .entry-title {
    font-size: 22px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.lt-blog .tl-post .entry-content p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lt-blog .tl-post .entry-content a.read-more {
    color: #f35202;
    font-weight: 600;
    text-transform: uppercase;
}

.lt-blog .tl-post .entry-content a.read-more span {
    opacity: 0;
}

.lt-blog .tl-post .entry-content a.read-more:hover span {
    opacity: 1;
    margin-left: 5px;
}

.lt-blog .tl-post .entry-meta {
    margin-bottom: 10px;
}

.lt-blog .tl-post .entry-meta ul {
    display: flex;
}

.lt-blog .tl-post .entry-meta ul li {
    color: #7a7a7a;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px;
    padding-right: 5px;
    line-height: 16px;
    margin-top: 3px;
    margin-bottom: 3px;
    border-right: 1px solid #ddd;
}

.lt-blog .tl-post .entry-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.lt-blog .tl-post .entry-meta ul li span {
    color: #f35202;
}

.lt-blog .tl-post:hover {
    -webkit-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.17);
    box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.17);
}

.lt-blog .tl-post.style-1 .entry-meta li {
    border-right: 0;
}

.lt-blog .tl-post.style-1 .entry-meta li a {
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    display: block;
    background-color: #f35202;
}

.lt-blog .tl-post.style-1 .entry-meta li a span {
    color: #fff;
}

.lt-blog .blog-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.lt-blog .blog-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.tl-brand .brand-slider .brand {
    margin: 15px 0;
}

.tl-brand .brand-slider .brand img {
    display: inline-block;
}

.lt-banner.banner-style-1 .banner-content {
    padding: 0;
}

.lt-banner.banner-style-1 .banner-text {
    max-width: 750px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 350px 0 295px;
}

.lt-banner.banner-style-1 .banner-text h1 {
    font-size: 36px;
    font-weight: normal;
}

.lt-banner.banner-style-1 .banner-text h2 {
    font-size: 60px;
    margin-bottom: 35px;
}

.lt-banner.banner-style-1 form {
    margin-top: 30px;
    max-width: 770px;
    display: inline-block;
}

.lt-banner.banner-style-1 form .form-content {
    display: flex;
    border-radius: 30px;
    background-color: #fff;
}

.lt-banner.banner-style-1 form .form-content .search-content {
    width: 285px;
    position: relative;
    overflow: hidden;
    border-radius: 30px 0px 0px 30px;
}

.lt-banner.banner-style-1 form .form-content .search-content button {
    position: absolute;
    top: 17px;
    right: 20px;
    border: 0;
    color: #f35202;
    background-color: transparent;
}

.lt-banner.banner-style-1 form .form-content .search-content .form-control {
    padding: 6px 40px;
}

.lt-banner.banner-style-1 form .form-content .form-group {
    width: 170px;
    margin-bottom: 0;
    border-left: 1px solid #e5e5e5;
}

.lt-banner.banner-style-1 form .form-content .form-control {
    height: 60px;
    margin-bottom: 0;
    border: 0;
    line-height: 50px;
    width: 100%;
}

.lt-banner.banner-style-1 form .form-content .btn.btn-primary {
    padding: 17px 40px;
    border-radius: 30px;
}

.lt-banner .mouse-inner-area {
    position: absolute;
    width: 100%;
    bottom: -25px;
    z-index: 9999;
    background-image: url(../image/shap1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.lt-banner .mouse-inner-area .mouse-inner {
    margin-bottom: -55px;
}

.lt-banner .mouse-inner-area .mouse-inner .thumb {
    position: relative;
}

.lt-banner .mouse-icon {
    position: absolute;
    height: 70px;
    width: 40px;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    border: 3px solid #f35202;
    border-radius: 30px;
    cursor: pointer;
    display: block;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ie-transform: translateX(-50%);
    z-index: 15;
}

.lt-banner .mouse-icon .wheel {
    position: relative;
    width: 4px;
    height: 20px;
    top: 5px;
    display: block;
    border-radius: 10px;
    background-color: #f35202;
    margin-left: auto;
    margin-right: auto;
}

.lt-banner .mouse-icon .fa-angle-down {
    font-size: 24px;
    margin-left: 1px;
    margin-top: 10px;
    color: #f35202;
}

.lt-banner .mouse-icon .wheel,
.lt-banner .mouse-icon .fa-angle-down {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }

    30% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }

    30% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}

.about-content {
    position: relative;
}

.about-content .section-title h1 {
    margin-bottom: 30px;
}

.about-content .about-thumb {
    position: absolute;
    bottom: 100px;
    right: 100px;
    opacity: .4;
}

.about-content.bg-image {
    background-size: contain;
    background-position: bottom right;
}

.about-content .about-thumb-content {
    max-width: 520px;
    display: flex;
    position: relative;
}

.about-content .about-thumb-content .thumb.thumb-2 {
    margin-top: 80px;
    margin-left: -115px;
    border-radius: 4px;
    border-top: 15px solid #fff;
    position: relative;
}

.about-content .about-thumb-content .thumb.thumb-2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    z-index: 99;
    background-color: #fff;
}
.about-content .about-thumb-content .thumb img,
.about-content .about-thumb-content .thumb.thumb-2 img{
    display: block;
    border-radius: 4px;
}
.about-content .about-thumb-content .lt-video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.about-content .about-thumb-content .lt-video a {
    display: block;
    border-radius: 0;
    text-align: left;
    border: 0;
    display: block;
    padding: 30px 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    background: linear-gradient(to right, #f35202, rgba(23, 155, 238, 0));
}

.about-content .about-thumb-content .lt-video a .icon {
    padding: 0 20px;
    margin-right: 100px;
}

.about-content .lt-about .btn.btn-primary {
    margin-top: 30px;
}

.property.style-1 .thumb:before {
    display: none;
}

.property.style-1 .overlay .property-status {
    position: absolute;
    top: 20px;
    right: -12px;
}

.property.style-1 .overlay .property-status a {
    padding: 8px 20px;
    border-radius: 30px;
}

.property.style-1 .property-info .map-location {
    color: #7a7a7a;
}

.property.style-1 .property-info .map-location .map-icon {
    font-size: 20px;
    margin-right: 5px;
    color: #f35202;
}

.property.style-1 .property-footer .icons ul {
    display: flex;
}

.property.style-1 .property-footer .icons ul li {
    margin-right: 10px;
}

.property.style-1 .property-footer .icons ul li:last-child {
    margin-right: 0;
}

.property.style-1 .property-footer .icons ul li a {
    font-size: 14px;
    color: #f35202;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #e7f5fd;
    text-align: center;
    display: inline-block;
}

.property.style-1 .property-footer .icons ul li a:hover {
    color: #fff;
    background-color: #f35202;
}

.project-content {
    padding: 0 30px;
}

.project-content>ul {
    display: flex;
    flex-wrap: wrap;
}

.project-content>ul>li {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

.project-slider {
    margin-left: -15px;
    margin-right: -15px;
}

.project-slider .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
}

.project {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #ececec;
}

.project .thumb {
    position: relative;
    overflow: hidden;
}

.project .thumb img {
    width: 100%;
}

.project .thumb .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    color: #fff;
}

.project .thumb .overlay .icons {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -20px;
    text-align: center;
}

.project .thumb .overlay .icons ul li {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.project .thumb .overlay .icons ul li a {
    font-size: 14px;
    color: #f35202;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    -webkit-box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.175);
    -ms-box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.175);
    -o-box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.175);
    box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.175);
}

.project .thumb .overlay .icons ul li a:hover {
    color: #fff;
    background-color: #f35202;
}

.project .thumb .overlay .icons ul li:first-child {
    left: 50%;
}

.project .thumb .overlay .icons ul li:nth-child(2) {
    right: 50%;
    margin-left: -45px;
}

.project:hover {
    -webkit-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
}

.project:hover .thumb .overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.project:hover .thumb .overlay .icons li {
    opacity: 1;
}

.project:hover .thumb .overlay .icons ul li:first-child {
    margin-left: -45px;
}

.project:hover .thumb .overlay .icons ul li:nth-child(2) {
    margin-right: -45px;
}

.project:hover .project-info {
    border-color: transparent;
}

.project:hover .project-info h2 a {
    color: #f35202;
}

.project .project-info {
    padding: 20px;
}

.project .project-info h2 {
    font-size: 24px;
    color: #000;
}

.project .project-info .meta {
    margin-bottom: 15px;
}

.project .project-info .meta ul {
    display: flex;
}

.project .project-info .meta ul li {
    margin-right: 5px;
}

.project .project-info .meta ul li:last-child {
    margin-right: 0;
}

.project .project-info .meta ul li a {
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 5px 15px 5px 30px;
    border-radius: 20px;
    position: relative;
}

.project .project-info .meta ul li a:before {
    position: absolute;
    content: "";
    left: 15px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 1000%;
    background-color: #f35202;
}

.lt-testimonial .testimonial-content.testimonial-style-1 {
    display: block;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
}

.faq-accordion .card {
    margin-bottom: 15px;
    border: 1px solid #e4e4e4;
}

.faq-accordion .card .card-header {
    padding: 0;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #fff;
    border-bottom: 0;
}

.faq-accordion .card .card-header .btn.btn-link {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #000;
    text-align: left;
    padding: 20px 0;
    border-radius: 0;
    position: relative;
    padding-right: 35px;
    font-family: 'Roboto Slab', serif;
    border-bottom: 1px solid #e4e4e4;
}

.faq-accordion .card .card-header .btn.btn-link:hover,
.faq-accordion .card .card-header .btn.btn-link:focus {
    text-decoration: none;
}

.faq-accordion .card .card-header .btn.btn-link:before {
    position: absolute;
    content: "\f068";
    right: 0;
    top: 22px;
    color: #f35202;
    font-family: "fontawesome";
}

.faq-accordion .card .card-header .btn.btn-link.collapsed {
    border-bottom-color: transparent;
}

.faq-accordion .card .card-header .btn.btn-link.collapsed:before {
    content: "\f067";
}

.faq-accordion .card .card-body {
    line-height: 28px;
    padding: 20px 30px;
}

.faq-accordion .card .card-body p {
    margin-bottom: 0;
}

.cta-content {
    position: relative;
    font-size: 18px;
    color: #fff;
}

.cta-content h1 {
    font-size: 40px;
    margin: 20px 0 35px;
}

.cta-content .buttons a.btn {
    border-radius: 5px;
    margin: 5px 0;
}

.cta-content .buttons a.btn.btn-transparent {
    margin-right: 10px;
}

.lt-get-a-quote .quote-info {
    position: relative;
    display: flex;
}

.lt-get-a-quote .quote-info .thumb {
    max-width: 420px;
}

.lt-get-a-quote .quote-info .quote-text {
    padding: 125px 50px;
    background-color: #f35202;
    color: #fff;
    align-self: center;
    margin-left: -175px;
    max-width: 270px;
    min-width: 270px;
}

.lt-get-a-quote .quote-info .quote-text h2 {
    font-size: 24px;
    line-height: 35px;
}

.lt-get-a-quote .quote-form {
    font-size: 18px;
}

.lt-get-a-quote .quote-form h1 {
    font-size: 38px;
    margin: 0 0 20px;
}

.lt-get-a-quote .quote-form .border {
    width: 100px;
    display: block;
    border: none !important;
    border-top: 2px solid #f35202 !important;
    margin: 25px 0 50px;
}

.lt-get-a-quote .quote-form form .form-group .form-control {
    margin: 0 0 20px;
}

.lt-get-a-quote .quote-form form .form-group .form-control:focus {
    border-color: #f35202;
}

.lt-get-a-quote .quote-form form .form-group textarea {
    height: 150px;
}

.lt-get-a-quote .quote-form form .form-group .btn {
    border-radius: 50px;
    min-width: 160px;
    font-weight: 600;
    margin-top: 30px;
}

.city.style-one {
    position: relative;
    padding: 0;
    border-radius: 4px;
}

.city.style-one .city-thumb {
    border-radius: 0;
}

.city.style-one .text {
    position: absolute;
    background-color: #f35202;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 10px 15px;
    transition: all 700ms ease;
    min-width: 240px;
}

.city.style-one .text h2 {
    color: #fff !important;
}

.city.style-one .text span {
    color: #fff !important;
}

.city.style-one .city-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 700ms ease;
}

.city.style-one .city-overlay .city-overlay-inner {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 65px 60px;
}

.city.style-one .city-overlay .city-overlay-inner ul li {
    color: #252525;
    font-size: 14px;
    background-color: #f35202;
    display: inline-block;
    padding: 5px 15px 5px 35px;
    border-radius: 50px;
}

.city.style-one .city-overlay .city-overlay-inner h3 {
    margin: 0;
    font-size: 24px;
}

.city.style-one .city-overlay .city-overlay-inner h3 a {
    color: #fff;
}

.city.style-one .city-overlay .city-overlay-inner h3 a:hover {
    color: #f35202;
}

.city.style-one .city-overlay .city-overlay-inner .meta li {
    margin-right: 5px;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}

.city.style-one .city-overlay .city-overlay-inner .meta li:last-child {
    margin-right: 0;
}

.city.style-one .city-overlay .city-overlay-inner .meta li a {
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 5px 15px 5px 30px;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
}

.city.style-one .city-overlay .city-overlay-inner .meta li a:before {
    position: absolute;
    content: "";
    left: 15px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 1000%;
    background-color: #f35202;
}

.city.style-one:hover .text {
    top: -100%;
    opacity: 0;
    visibility: hidden;
}

.city.style-one:hover .city-overlay {
    bottom: 0;
}

.lt-team .lt-member.style-one .member-thumb {
    position: relative;
    margin: 0;
}

.lt-team .lt-member.style-one .member-thumb .team-social ul {
    width: 50px;
    position: absolute;
    bottom: -15px;
    right: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 0 0;
    border-radius: 50px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
}

.lt-team .lt-member.style-one .member-thumb .team-social ul li {
    margin: 0 0 10px;
}

.lt-team .lt-member.style-one .member-thumb .team-social ul li a {
    color: #fff;
    font-size: 16px;
}

.lt-team .lt-member.style-one .member-thumb .team-social .share-icon {
    position: absolute;
    bottom: -25px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 0;
    line-height: 42px;
    left: unset;
    border: 4px solid #fff;
    cursor: pointer;
    color: #fff;
    background-color: #f35202;
}

.lt-team .lt-member.style-one .member-thumb .team-social:hover ul {
    height: 215px;
    visibility: visible;
    opacity: 1;
}

.lt-team .lt-member.style-one .member-info {
    border: 1px solid #ececec;
    border-top: none;
    padding: 25px 0;
}

.lt-team .lt-member.style-one .member-info h2 {
    margin: 0 0 5px;
}

.lt-team .lt-member.style-one .member-info span {
    color: #f35202;
}

.lt-team .lt-member.style-one:hover {
    -webkit-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
}

.lt-team .lt-member.style-one:hover .member-info {
    border-color: #fff;
}

.team-slider {
    margin-right: -15px;
    margin-left: -15px;
}

.team-slider .slick-slide {
    padding: 0 15px;
}

.breadcrumb-content {
    color: #fff;
    padding-top: 190px;
    padding-bottom: 100px;
    background-color: #2f353e;
}

.breadcrumb-content .title h1 {
    color: #fff;
    font-size: 36px;
}

.breadcrumb-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}

.breadcrumb-content .breadcrumb li.active,
.breadcrumb-content .breadcrumb li:before {
    color: #fff;
}

.breadcrumb-content .breadcrumb li a {
    color: #fff;
}

.breadcrumb-content .breadcrumb li a:hover {
    color: #f35202;
}

html,
body {
    font-weight: 400;
    color: #252525;
    font-size: 16px;
    background-color: #fff;
    /*font-family: 'Roboto Slab', serif;*/
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    /*font-family: 'Roboto Slab', serif;*/
}

a {
    color: #252525;
}

a,
a:hover,
a:focus,
input:focus {
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus {
    color: #f35202;
}

a:active,
a.nice-select.open,
a:focus,
button,
button:focus,
.btn:focus,
input:focus,
textarea:focus,
select:focus,
.form-control,
.form-control:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.focus.nice-select.open,
.btn:active:focus,
.btn.nice-select.open:focus,
.btn:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;
}
.btn.btn-default {
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-color: #f35202;
    color: #f35202;
}
.btn.btn-default:hover,
.btn.btn-primary {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-color: #f35202;
    background-color: #f35202;
}

.btn.btn-primary.radius {
    border-radius: 30px;
}
.btn.btn-primary:hover {
    color: #f35202;
    background-color: #fff;
}

.btn.btn-transparent {
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.btn.btn-transparent.radius {
    border-radius: 30px;
}

.btn.btn-transparent:hover {
    color: #fff;
    border-color: #f35202;
    background-color: #f35202;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form-control {
    height: 45px;
    padding: 6px 20px;
    border-radius: 0;
    margin-bottom: 30px;
    width: 100%;
    line-height: 32px;
    border: 1px solid #e9e9e9;
}

.form-control.nice-select {
    line-height: 40px;
}

textarea.form-control {
    resize: none;
    height: 200px;
    padding: 10px 20px;
}

.section-padding {
    padding: 70px 0 70px;
}

.title-center {
    text-align: center;
    margin-bottom: 10px;
}

.title-center .paragraph {
    max-width: 600px;
    display: inline-block;
}
.title-center .paragraph h3{
    font-size: 15px;
}
.section-title {
    font-size: 18px;
}

.section-title>span {
    font-size: 20px;
    color: #7b7b7b;
    display: block;
    margin-bottom: 10px;
}

.section-title h1 {
    font-size: 35px;
    color: #000;
}

.section-title h1 span {
    color: #f35202;
}

.bg-color {
    background-color: #f1f1f1;
}

.bg-white {
    background-color: #fff;
}

.sub-section {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.section-before {
    position: relative;
}

.section-before:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, 0.5);
}

.section-before .section-title {
    position: relative;
    z-index: 1;
}

.section-before .section-title {
    color: #fff;
}

.section-before .section-title h1 {
    color: #fff;
}

.tl-dropdown {
    position: relative;
}

.tl-dropdown .tl-dropdown-menu {
    position: absolute;
    top: 100%;
    min-width: 225px;
    left: 0;
    border-radius: 0;
    list-style: none;
    opacity: 0;
    z-index: 9999999;
    padding: 0;
    visibility: hidden;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.tl-dropdown .tl-dropdown-menu .tl-dropdown-menu {
    left: 100%;
    top: 15px;
}

.tl-dropdown .tl-dropdown-menu li a {
    padding: 10px 20px;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
}

.tl-dropdown:hover>.tl-dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.mfp-wrap,
.mfp-bg {
    z-index: 99999999;
}

.mfp-iframe-holder .mfp-content {
    border-radius: 5px;
    border: 10px solid #fff;
}

.mfp-iframe-holder .mfp-close {
    top: -45px;
    right: -20px;
}

.mfp-figure {
    background-color: #fff;
}

img.mfp-img {
    padding: 12px;
}

.mfp-image-holder .mfp-close {
    top: -35px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

.mfp-counter {
    right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #f35202;
    margin-top: -22px;
    border: 1px solid #dddddd;
    z-index: 1;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
}

.slick-arrow:hover {
    color: #fff;
    border-color: #f35202;
    background-color: #f35202;
}

.slick-arrow.fa-angle-left {
    left: -60px;
}

.slick-arrow.fa-angle-right {
    right: -60px;
}

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.slick-dots li {
    margin: 3px 5px;
    width: 10px;
    height: 10px;
    line-height: 0;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border: 0;
    padding: 0;
    border-radius: 100%;
    background-color: #000;
    text-indent: 99999999999px;
}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
    background-color: #f35202;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.arrow-style-1 .slick-arrow {
    border-radius: 100%;
    border-color: #f35202;
}

.nice-select .list {
    width: 100%;
}

.nice-select .list li {
    line-height: 28px;
    padding: 5px 20px;
    color: #252525;
    border-top: 1px solid #e2e2e2;
}

.nice-select .list li.selected.focus,
.nice-select .list li:focus,
.nice-select .list li:hover {
    background-color: #f35202;
}

.nice-select .list li:first-child {
    border-top: 0;
}

.nice-select:after {
    width: 8px;
    height: 8px;
    right: 24px;
    margin-top: -6px;
    border-bottom: 1px solid #7b7b7b;
    border-right: 1px solid #7b7b7b;
}

#scrollUp {
    display: inline-block;
    background-color: #f35202;
    border: 1px solid #f35202;
    width: 40px;
    height: 70px;
    text-align: center;
    border-radius: 50px;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 99999999999999999;
    position: fixed;
    line-height: 70px;
}

#scrollUp:after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
}

#scrollUp:hover {
    cursor: pointer;
    background-color: #fff;
}

#scrollUp:hover:after {
    color: #f35202;
}

#scrollUp.show {
    opacity: 1;
    visibility: visible;
}

a,
button,
.navbar-nav li a:after,
a.read-more span,
.slick-arrow,
.slick-dots li button,
.tl-post,
.city,
.city .text,
.city .text h2,
.overlay,
.property .thumb:before,
.heart-iocn,
.property-status,
.property-info,
.property,
.carousel-control-next,
.carousel-control-prev,
.testimonial-author .author-image,
.property-tabs li,
.widget_categories ul li a:before,
.feature .feature-icon,
.lt-member,
.project,
.tl-dropdown-menu,
.search-form,
.search-icon,
.close-search {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.tl-footer {
    color: #fff;
    background-color: #101b4c;
}
.footer-content{
    padding-top: 50px;

}
.tl-footer a {
    color: #fff;
}

.tl-footer h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 20px;
}

.tl-footer .footer-top .newsletter {
    display: flex;
    width: 100%;
    border: 1px solid rgba(253, 253, 253, 0.1);
    border-radius: 0 0 50px 50px;
    padding: 30px 65px;
    margin: 0 0 55px;
}

.tl-footer .footer-top .newsletter .form-group {
    display: flex;
    margin-bottom: 0;
}

.tl-footer .footer-top .newsletter .form-group .form-control {
    color: #fff;
    font-size: 14px;
    background-color: transparent;
    height: 60px;
    width: 370px;
    margin-bottom: 0;
    border: 1px solid rgba(253, 253, 253, 0.2);
    border-right-color: #f35202;
}

.tl-footer .footer-top .newsletter .form-group .form-control:focus {
    border-color: #f35202;
}

.tl-footer .footer-top .newsletter .btn.btn-primary {
    border-radius: 0;
}

.tl-footer .footer-top .newsletter h3 {
    margin-top: 0;
    margin-bottom: 0;
    align-self: center;
}

.tl-footer .footer-middle .footer-widget {
    line-height: 28px;
}

.tl-footer .footer-middle .footer-widget .footer-logo {
    margin: 0 0 30px;
}

.tl-footer .footer-middle .footer-widget .phone-number {
    margin-top: 10px;
    display: inline-block;
}

.tl-footer .footer-middle .footer-widget .phone-number a {
    background-color: #f35202;
    padding: 10px 25px;
    color: #f3f3f3;
    font-size: 20px;
    border-radius: 4px;
    display: block;
    font-family: 'Roboto Slab', serif;
}

.tl-footer .footer-middle .footer-widget .tl-post {
    display: flex;
    margin-bottom: 15px;
}

.tl-footer .footer-middle .footer-widget .tl-post:last-child {
    margin-bottom: 0;
}

.tl-footer .footer-middle .footer-widget .tl-post .entry-header .entry-thumbnail {
    min-width: 100px;
    max-width: 100px;
    margin-right: 10px;
}
.tl-footer .footer-middle .footer-widget .tl-post .entry-header .entry-thumbnail img{
    display: block;
    border-radius: 4px;
}
.tl-footer .footer-middle .footer-widget .tl-post .entry-content {
    margin-top: 0;
}

.tl-footer .footer-middle .footer-widget .tl-post .entry-content h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 5px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.tl-footer .footer-middle .footer-widget .tl-post .entry-content h2 a {
    color: #fff;
}

.tl-footer .footer-middle .footer-widget .tl-post .entry-content h2 a:hover {
    color: #f35202;
}

.tl-footer .footer-middle .footer-widget .tl-post .entry-content .entry-meta ul li {
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.tl-footer .footer-middle .footer-widget .tl-post .entry-content .entry-meta ul li a {
    color: #f35202;
}

.tl-footer .footer-middle .footer-widget ul li a {
    position: relative;
    padding-left: 15px;
}

.tl-footer .footer-middle .footer-widget ul li a:before {
    position: absolute;
    content: "\f105";
    left: 0;
    top: 50%;
    font-family: "fontawesome";
    line-height: 0;
    margin-top: -1px;
    color: #f35202;
}

.tl-footer .footer-middle .footer-widget ul li a:hover {
    color: #f35202;
}

.tl-footer .footer-bottom {
    border-top: 1px solid rgba(23, 155, 238, 0.15);
    margin: 40px 0 0;
    font-size: 14px;
    padding: 20px 0 20px;
    color: #fff;
}
.tl-footer .footer-bottom p{
    margin-bottom: 10px;
}
.tl-footer .footer-bottom a:hover {
    color: #f35202;
}

.tl-footer .footer-bottom .right-content ul li {
    margin-right: 15px;
}

.tl-footer .footer-bottom .right-content ul li a:hover {
    color: #f35202;
}

.tl-footer .footer-bottom .right-content ul li:last-child {
    margin-right: 0;
}
.tel{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
.tel a,
.tel img{
    display: block;
    width: 100%;
}
@media (max-width:768px) {
    .tel{
        display: block;
    }
    .tl-footer{
        background-color: #fff;
        min-height: 50px;
    }
    .tl-footer .footer-content{
        display: none;
    }
}
.property-content {
    z-index: 99999;
    position: relative;
}

.property-content .property-carousel {
    padding: 210px 0 270px;
    position: relative;
}

.property-content .property-carousel:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, 0.5);
}

.property-content .property-carousel .property-text {
    color: #fff;
    font-size: 18px;
}

.property-content .property-carousel .property-text h1 {
    font-size: 48px;
    font-weight: 500;
    animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
}

.property-content .property-carousel .property-text p {
    animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
}

.property-content .property-carousel .property-text .btn.btn-transparent {
    margin-top: 20px;
}

.property-content .property-carousel .box-content {
    padding: 60px;
    width: 470px;
    float: right;
    background-color: #fff;
    animation-delay: 0.85s;
    -webkit-animation-delay: 0.85s;
}

.property-content .property-carousel .box-content span {
    display: block;
}

.property-content .property-carousel .box-content h2 {
    font-size: 40px;
    color: #f35202;
    margin-bottom: 20px;
    font-weight: 500;
}

.property-content .property-carousel .box-content .btn.btn-primary {
    width: 100%;
    margin-top: 25px;
}

.property-content .property-carousel {
    position: relative;
    z-index: 9999;
    overflow: hidden;
}

.property-content .property-carousel .carousel-indicators {
    right: initial;
    margin-left: 0;
    justify-content: left;
    display: block;
    margin-right: 0;
    top: 50%;
    bottom: initial;
    left: 60px;
    margin-top: -35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.property-content .property-carousel .carousel-indicators li {
    text-indent: initial;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    opacity: 1;
    color: #fff;
    background-color: transparent;
}

.property-content .property-carousel .carousel-indicators li.active {
    border-color: #fff;
}

.property-content .property-carousel .carousel-control-next,
.property-content .property-carousel .carousel-control-prev {
    font-size: 60px;
    width: 75px;
    height: 120px;
    top: 50%;
    margin-top: -60px;
    opacity: 1;
    font-weight: 300;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 1;
}

.property-content .property-carousel .carousel-control-next:hover,
.property-content .property-carousel .carousel-control-prev:hover {
    background-color: #f35202;
    border-color: #f35202;
}

.property-content .property-carousel .carousel-control-next {
    right: -120px;
}

.property-content .property-carousel .carousel-control-prev {
    left: -120px;
}

.property-content .property-carousel:hover .carousel-control-next {
    right: 0;
}

.property-content .property-carousel:hover .carousel-control-prev {
    left: 0;
}

.property-content .lt-breadcrumb {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.property-content .lt-breadcrumb .breadcrumb-content {
    padding: 50px 0;
    background-color: rgba(23, 155, 238, 0.7);
}

.lt-filter-form.grid-view-tab .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

.lt-filter-form.grid-view-tab .lt-sidebar {
    display: none;
}

.lt-filter-form.list-view-tab .col-md-4,
.lt-filter-form.list-view-tab .col-md-6,
.lt-filter-form.list-view-tab .col {
    flex: 0 0 100%;
    max-width: 100%;
}

.lt-filter-form.list-view-tab .col-md-4.lt-sidebar,
.lt-filter-form.list-view-tab .col-md-6.lt-sidebar,
.lt-filter-form.list-view-tab .col.lt-sidebar {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.lt-filter-form.list-view-tab .property {
    display: flex;
}

.lt-filter-form.list-view-tab .property .thumb {
    max-width: 330px;
    min-width: 330px;
}

.lt-filter-form.list-view-tab .property .property-info {
    border: 0;
    width: 100%;
    align-self: center;
}

.lt-filter-form.list-view-tab .widget .property .thumb {
    max-width: 100%;
    min-width: 100%;
}

.lt-filter-form.list-view-tab .widget .slick-arrow {
    opacity: 1;
    background-color: transparent;
}

.lt-filter-form .lt-filter-form-content {
    margin-bottom: 30px;
}

.lt-filter-form .lt-filter-form {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-bottom: 0;
    padding-top: 30px;
}

.lt-filter-form .lt-filter-form form {
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.lt-filter-form .lt-filter-form form .form-content {
    display: flex;
    border-radius: 30px;
    border: 1px solid #eaeaea;
    background-color: #fff;
}

.lt-filter-form .lt-filter-form form .form-content .search-content {
    min-width: 285px;
    position: relative;
    overflow: hidden;
    border-radius: 30px 0px 0px 30px;
}

.lt-filter-form .lt-filter-form form .form-content .search-content button {
    position: absolute;
    top: 17px;
    right: 20px;
    border: 0;
    color: #f35202;
    background-color: transparent;
}

.lt-filter-form .lt-filter-form form .form-content .search-content .form-control {
    padding: 6px 40px;
}

.lt-filter-form .lt-filter-form form .form-content .form-group {
    width: 100%;
    margin-bottom: 0;
    border-left: 1px solid #e5e5e5;
}

.lt-filter-form .lt-filter-form form .form-content .form-control {
    height: 60px;
    margin-bottom: 0;
    border: 0;
    line-height: 50px;
}

.lt-filter-form .lt-filter-form form .form-content .btn.btn-primary {
    padding: 17px 40px;
    border-radius: 30px;
}

.lt-filter-form .lt-filter-form form .iocn {
    height: 60px;
    line-height: 60px;
    min-width: 70px;
    max-width: 70px;
    text-align: center;
    color: #f35202;
    border-left: 1px solid #e5e5e5;
}

.lt-filter-form .lt-filter-form+.lt-filter {
    border-top: 0;
}

.lt-filter-form .lt-filter {
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 30px;
}

.lt-filter-form .lt-filter .property-tabs li {
    cursor: pointer;
    padding: 5px;
    margin-right: 10px;
}

.lt-filter-form .lt-filter .property-tabs li:hover,
.lt-filter-form .lt-filter .property-tabs li.active {
    color: #f35202;
}

.lt-filter-form .lt-filter .short-by .form-control {
    margin-bottom: 0;
}

.lt-filter-form .lt-filter h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.lt-filter-form .lt-filter .short-by {
    margin-left: 15px;
}

.lt-filter-form .lt-filter .short-by .form-control {
    min-width: 180px;
    height: 55px;
    font-size: 16px;
    padding: 6px 30px;
    border-radius: 4px;
    background-color: #f8f8f8;
}

.lt-filter-form.small-filter.list-view-tab .property {
    border: 1px solid #ececec;
}

.lt-filter-form.small-filter.list-view-tab .property .thumb {
    min-width: 230px;
    max-width: 230px;
}

.lt-filter-form.small-filter.list-view-tab .property .thumb .overlay .map-location {
    padding: 20px;
}

.lt-filter-form.small-filter.list-view-tab .property:hover {
    border-color: #fff;
}

.lt-filter-form.small-filter.list-view-tab .property .property-footer {
    padding: 15px 20px;
}

.widget {
    background-color: #fff;
}

.widget ul>li:first-child {
    padding-top: 0;
}

.widget .widget_title {
    font-size: 24px;
    color: #000;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}

.widget .featured-slider .property {
    margin-bottom: 0;
}

.widget .featured-slider .slick-arrow {
    width: initial;
    height: initial;
    line-height: initial;
    border: 0;
    color: #fff;
    font-size: 24px;
    margin-top: -15px;
    opacity: 1;
    background-color: transparent;
}

.widget .featured-slider .slick-arrow:hover {
    color: #f35202;
    background-color: transparent;
}

.widget .featured-slider .slick-arrow.fa-angle-left {
    left: 25px;
}

.widget .featured-slider .slick-arrow.fa-angle-right {
    right: 25px;
}

.widget .featured-slider .slick-track {
    margin-bottom: 0 !important;
}

.widget .property .thumb:before {
    display: none;
}

.widget .property .overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.widget .property .overlay .property-status {
    text-align: left;
}

.widget .property .overlay .property-status a {
    margin-left: 0;
    margin-right: 5px;
}

.widget .property .overlay .lt-price {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    width: 100%;
    font-size: 24px;
}

.widget .property .overlay .lt-price span {
    font-size: 24px;
    color: #fff;
    text-align: left;
}

.widget.widget_property .entry-thumbnail {
    min-width: 100px;
    max-width: 100px;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.widget.widget_property .map-location {
    color: #7a7a7a;
    font-size: 14px;
    margin-top: 5px;
}

.widget.widget_property .map-location .map-icon {
    margin-right: 5px;
    color: #f35202;
}

.widget.widget_property .price {
    font-weight: 600;
    display: block;
    margin-top: 5px;
    color: #f35202;
}

.widget.widget_property ul li {
    margin-bottom: 10px;
    overflow: hidden;
}

.widget.widget_property ul li:last-child {
    margin-bottom: 0;
}

.widget.widget_categories ul li a {
    position: relative;
    padding-left: 35px;
}

.widget.widget_categories ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    background-color: #252525;
}

.widget.widget_categories ul li a:hover:before {
    background-color: #f35202;
}

.widget.widget_recent_entries .entry-thumbnail {
    min-width: 100px;
    max-width: 100px;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.widget.widget_recent_entries ul li a {
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
}

.widget.widget_recent_entries ul li .post-date {
    font-size: 14px;
    color: #7a7a7a;
    display: block;
    margin-top: 10px;
}

.widget.widget_recent_comments ul li {
    position: relative;
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}

.widget.widget_recent_comments ul li:last-child {
    border-bottom: 0;
}

.widget.widget_recent_comments ul li:first-child {
    padding-top: 0;
}

.widget.widget_recent_comments ul li:first-child:before {
    top: 0;
}

.widget.widget_recent_comments ul li:before {
    position: absolute;
    content: "\f086";
    left: 0;
    top: 20px;
    font-size: 24px;
    line-height: 26px;
    color: #f35202;
    font-family: "fontawesome";
}

.widget.widget_recent_comments ul li span {
    display: block;
    color: #7a7a7a;
    margin-bottom: 5px;
}

.widget.widget_recent_comments ul li a {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
}

.calendar_wrap caption {
    padding: 0;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}

.calendar_wrap table {
    margin-bottom: 0;
}

.calendar_wrap table>thead {
    text-align: center;
    border: 1px solid #ddd;
}

.calendar_wrap table>thead>tr>td,
.calendar_wrap table>thead>tr>th {
    font-size: 18px;
    line-height: 16px;
    color: #000;
    border-right: 1px solid #ddd;
    background-color: #f6f6f6;
}

.calendar_wrap table>tbody>tr>td,
.calendar_wrap table>tbody>tr>th {
    font-weight: 300;
    color: #7a7a7a;
    border: 0;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
}

.calendar_wrap #today {
    color: #fff;
    background-color: #f35202;
}

.calendar_wrap .month {
    font-weight: 300;
    font-size: 18px;
}

.calendar_wrap .month a {
    color: #f35202;
}

.tagcloud {
    margin: -5px -5px 0;
}

.tagcloud a {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #e2e2e2;
    margin: 5px;
    border-radius: 4px;
}

.tagcloud a:hover {
    color: #fff;
    background-color: #f35202;
}

.widget_search .search-field {
    border-radius: 4px;
}

.widget_search .search-field:focus {
    border-color: #f35202;
}

.widget_search .search-form {
    position: relative;
}

.widget_search .search-form:after {
    position: absolute;
    top: 15px;
    right: 20px;
    content: "\f002";
    font-family: "fontawesome";
}

.widget_search .search-form .search-submit {
    background-color: transparent;
    z-index: 999;
}

.lt-pagination {
    margin-top: 30px;
}
.lt-pagination .pagination{
    justify-content: center;
}
.lt-pagination .pagination>li {
    align-self: center;
}
.media-body_news a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.media-body_news p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
}
.lt-pagination .pagination>li>span,
.lt-pagination .pagination>li>a {
    border: none;
    font-size: 18px;
    margin: 1px;
    padding: 0;
    display: block;
    margin: 0 4px;
}

.lt-pagination .pagination li a,
.lt-pagination .pagination li span{
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    line-height: 50px;
    color: #f35202;
    width: 50px;
    height: 50px;
    text-align: center;
}

.lt-pagination .pagination li a:hover,
.lt-pagination .pagination li span:hover {
    color: #fff;
    background-color: #f35202;
    border-color: #f35202;
}

.lt-pagination .pagination>li:first-child a {
    margin-left: 0;
}

.lt-pagination .pagination>li:last-child a {
    margin-right: 0;
}

.lt-pagination .pagination>li>span.current {
    color: #fff;
    background-color: #f35202;
}

.lt-filter-form.grid-view-tab .lt-member {
    text-align: center;
}

.lt-filter-form.grid-view-tab .lt-member .paragraph {
    display: none;
}

.lt-filter-form.list-view-tab .lt-member {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ececec;
}

.lt-filter-form.list-view-tab .lt-member .member-thumb {
    margin-bottom: 0;
    min-width: 325px;
    max-width: 325px;
}

.lt-filter-form.list-view-tab .lt-member .member-info {
    align-self: center;
    padding: 15px;
    margin-left: 15px;
}

.lt-filter-form.list-view-tab .lt-member .member-info .paragraph {
    display: block;
}

.lt-filter-form.list-view-tab .lt-member .member-info ul {
    justify-content: left;
}

.lt-filter-form.list-view-tab .lt-member .member-info ul li {
    text-align: center;
}

.blog-details .tl-post {
    line-height: 28px;
}

.blog-details .tl-post .entry-title {
    font-size: 34px;
    margin-bottom: 15px;
}

.blog-details .tl-post .entry-meta {
    margin-bottom: 20px;
}

.blog-details .tl-post:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-details .tl-post h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.blog-details .tl-post .short-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.blog-details .tl-post .short-list li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background-color: #252525;
}

.blog-details .tl-post .short-list li:last-child {
    margin-bottom: 0;
}

.blog-details .tl-post .entry-footer {
    display: flex;
    padding: 20px 30px;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
}

.blog-details .tl-post .entry-footer .lt-social ul {
    display: flex;
}

.blog-details .tl-post .entry-footer .lt-social ul li {
    margin-right: 15px;
}

.blog-details .tl-post .entry-footer .lt-social ul li a {
    color: #7a7a7a;
    padding: 5px;
}

.blog-details .tl-post .entry-footer .lt-social ul li a:hover {
    color: #f35202;
}

.blog-details .tl-post .entry-footer .lt-social ul li:last-child {
    margin-right: 0;
}

.blog-details .tl-post .entry-footer .tagcloud {
    margin-top: 0;
}

.blog-details .tl-post .entry-footer .tagcloud a {
    padding: 5px 20px;
}

.blog-details blockquote {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 40px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.blog-details blockquote:before {
    position: absolute;
    content: "\f10d";
    left: 0;
    top: 50px;
    color: #f35202;
    font-size: 30px;
    line-height: 0;
    font-family: "fontawesome";
}

.lt-previuos-next {
    margin-bottom: 30px;
}

.lt-previuos-next ul {
    display: flex;
    justify-content: space-between;
}

.lt-previuos-next ul li a {
    font-weight: 600;
    padding: 30px;
    display: block;
    border-radius: 4px;
    background-color: #fff;
    color: #f35202;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: background-image;
    -webkit-transition-timing-function: ease-out;
    background-image: url(../image/white.jpg);
}

.lt-previuos-next ul li a span {
    color: #252525;
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
    font-family: 'Roboto Slab', serif;
}

.lt-previuos-next ul li a:hover {
    background-image: url(../image/previuos-next.jpg);
}

.lt-previuos-next ul li a:hover span {
    color: #fff;
}

.lt-previuos-next ul li.previuos {
    margin-right: 15px;
}

.lt-previuos-next ul li.next {
    margin-left: 15px;
}

.lt-comments-area .comment-list>li:first-child {
    border-top: 0;
    padding-top: 0;
}

.lt-comments-area .comment-list li {
    padding-top: 20px;
    border-top: 1px solid #e2e2e2;
}

.lt-comments-area .lt-title {
    font-size: 36px;
    margin-bottom: 25px;
}

.lt-comments-area .media {
    display: block;
}

.lt-comments-area .commenter-avatar {
    width: 90px;
    height: 90px;
}

.lt-comments-area .children .commenter-avatar {
    width: 70px;
    height: 70px;
}

.lt-comments-area .comment-box {
    overflow: hidden;
    line-height: 28px;
}

.lt-comments-area .comment-box .comment-meta {
    overflow: hidden;
    margin-bottom: 10px;
}

.lt-comments-area .comment-box .comment-meta .lt-reply {
    float: right;
}

.lt-comments-area .comment-box .comment-meta .lt-reply i {
    color: #f35202;
}

.lt-comments-area .comment-box .comment-meta .url {
    font-size: 20px;
}

.property-details .property {
    border: 0;
    box-shadow: none;
    background-color: transparent;
}

.property-details .property .thumb:before {
    display: none;
}

.property-details .property .property-info {
    border: 0;
}

.property-details .property .property-info .info-top {
    margin-top: 25px;
    padding: 25px 0;
    border-top: 1px solid #e2e2e2;
}

.property-details .property .property-info .info-top .print-heart {
    display: flex;
}

.property-details .property .property-info .info-top .print-heart .print {
    border-right: 1px solid #e2e2e2;
    margin-right: 10px;
    padding-right: 10px;
}

.property-details .property .property-info .info-top .print-heart span {
    margin-left: 5px;
}

.property-details .property .property-info .info-top .print-heart i {
    color: #f35202;
}

.property-details .property .property-info .info-top .meta {
    margin-top: 0;
}

.property-details .property .property-info .info-top .meta ul li {
    padding-right: 15px;
    border-right: 1px solid #e2e2e2;
}

.property-details .property .property-info .info-top .meta ul li span {
    margin-right: 10px;
}

.property-details .property .property-info .info-top .meta ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.property-details .property .property-info h2 {
    font-size: 36px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.property-details .property .property-status a {
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 4px;
    display: inline-block;
    line-height: 16px;
    margin-right: 10px;
    background-color: #f35202;
}

.property-details .property .property-status a:hover {
    color: #f35202;
    background-color: #fff;
}

.property-details .property .lt-rating li {
    font-size: 14px;
    margin-right: 3px;
    color: #eaaf21;
}

.property-details .property .lt-rating li:last-child {
    margin-right: 0;
}

.property-details .property .map-location .map-icon {
    margin-right: 5px;
    color: #f35202;
}

.property-details .property .lt-price {
    text-align: right;
}

.property-details .property .lt-price span {
    color: #7a7a7a;
}

.property-details .property .lt-price h3 {
    font-size: 36px;
    color: #f35202;
}

.property-details .property-details-slider .slick-arrow {
    font-size: 40px;
    width: initial;
    height: initial;
    line-height: initial;
    border: 0;
    color: #fff;
    margin-top: -20px;
    opacity: 1;
    background-color: transparent;
}

.property-details .property-details-slider .slick-arrow:hover {
    color: #f35202;
    background-color: transparent;
}

.property-details .property-details-slider .slick-arrow.fa-angle-right {
    right: 50px;
}

.property-details .property-details-slider .slick-arrow.fa-angle-left {
    left: 50px;
}

.property-details .details-slider-nav {
    margin-top: 15px;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 30px;
}

.property-details .details-slider-nav .slick-slide {
    padding-left: 7px;
    padding-right: 7px;
}

.property-details .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.property-details .title h2 {
    font-size: 24px;
}

.property-details .title .viewing {
    font-size: 14px;
    color: #f35202;
}

.property-details .features-list {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e2e2e2;
}

.property-details .features-list ul li {
    display: flex;
    color: #7a7a7a;
    margin-bottom: 15px;
    padding-bottom: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
}

.property-details .features-list ul li span.icon {
    min-width: 20px;
    display: inline-block;
    margin-right: 10px;
    color: #f35202;
}

.property-details .features-list ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.property-details .amenities ul {
    display: flex;
    flex-wrap: wrap;
}

.property-details .amenities ul li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.property-details .amenities ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f05d";
    color: #f35202;
    font-family: "fontawesome";
}

.property-details .amenities .floor-plans {
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid #e2e2e2;
}

.property-details .amenities .floor-plans .title {
    margin-bottom: 0;
}

.property-details .amenities .floor-plans .card {
    border: 1px solid #e2e2e2;
    background-color: #f4f4f4;
    border-radius: 4px;
    margin-top: 20px;
}

.property-details .amenities .floor-plans .card .card-header {
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.property-details .amenities .floor-plans .card .card-header button {
    display: block;
    width: 100%;
    border: 0;
    padding: 20px 30px;
    padding-right: 60px;
    border-radius: 0;
    text-align: right;
    position: relative;
    background-color: transparent;
}

.property-details .amenities .floor-plans .card .card-header button:hover {
    text-decoration: none;
}

.property-details .amenities .floor-plans .card .card-header button span {
    float: left;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.property-details .amenities .floor-plans .card .card-header button span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background-color: #f35202;
    border-radius: 100%;
}

.property-details .amenities .floor-plans .card .card-header button:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -12px;
    content: "\f106";
    font-weight: bold;
    color: #f35202;
    font-family: "fontawesome";
}

.property-details .amenities .floor-plans .card .card-header button.collapsed span:before {
    background-color: #c2c2c2;
}

.property-details .amenities .floor-plans .card .card-header button.collapsed:after {
    content: "\f107";
}

.property-details .amenities .floor-plans .card .card-body {
    padding: 0 30px 15px;
}

.property-details .amenities .floor-plans .card .card-body .thumb {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
}

.property-details .attachments .lt-download a {
    color: #f35202;
}

.property-details .attachments .lt-download a i {
    margin-right: 10px;
    font-size: 24px;
    float: left;
}

.property-details .attachments .lt-download a span {
    text-decoration: underline;
    align-self: center;
}

.property-details .attachments .lt-download a:hover span {
    text-decoration: none;
}

.property-details .lt-video {
    position: relative;
}

.property-details .lt-video:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    border-radius: 4px;
    background: linear-gradient(#000, rgba(0, 0, 0, 0));
}

.property-details .lt-video .author-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    padding: 30px;
    z-index: 999;
}

.property-details .lt-video .author-content .author {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
}

.property-details .lt-video .author-content .text {
    font-size: 14px;
    color: #fff;
}

.property-details .lt-video .author-content .text h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
}

.property-details .lt-video .author-content .text p {
    margin-bottom: 0;
}

.property-details .lt-video .author-content .text span {
    color: #f35202;
}

.property-details .lt-video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -27px;
    font-size: 36px;
    color: #fff;
    z-index: 999;
}

.property-details .lt-nearby .title {
    margin-bottom: 0;
}

.property-details .lt-nearby .title h2 {
    margin-bottom: 0;
}

.property-details .lt-nearby .nearby-content h3 {
    font-size: 18px;
    padding-top: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Oxanium', cursive;
    border-top: 1px solid #e2e2e2;
}

.property-details .lt-nearby .nearby-content .nearby {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.property-details .lt-nearby .nearby-content .nearby .left-content {
    display: flex;
}

.property-details .lt-nearby .nearby-content .nearby .left-content .thumb {
    min-width: 110px;
    max-width: 110px;
    margin-right: 20px;
}

.property-details .lt-nearby .nearby-content .nearby .left-content .thumb img {
    border-radius: 4px;
}

.property-details .lt-nearby .nearby-content .nearby .left-content .text p {
    margin-bottom: 5px;
}

.property-details .lt-nearby .nearby-content .nearby .left-content .text .map-location {
    color: #7a7a7a;
    font-size: 14px;
}

.property-details .lt-nearby .nearby-content .nearby .reviews {
    font-size: 14px;
    text-align: right;
    text-transform: uppercase;
}

.property-details .lt-nearby .nearby-content .nearby .reviews ul {
    justify-content: flex-end;
}

.property-details .lt-nearby .nearby-content .nearby .reviews ul li {
    color: #eaaf21;
    margin-right: 3px;
}

.property-details .lt-nearby .nearby-content .nearby .reviews ul li:last-child {
    margin-right: 0;
}

.sub-section .lt-map iframe {
    height: 350px;
    border-radius: 4px;
}

.sub-section .lt-map .map-address {
    padding: 50px 30px 30px;
}

.sub-section .lt-map .map-address .map-icon {
    font-size: 75px;
    top: -40px;
}

.sub-section .lt-map .map-address span {
    font-size: 18px;
}

.lt-agent-details .agent-image {
    margin-bottom: 30px;
}

.lt-agent-details .agent-info {
    padding-left: 30px;
}

.lt-agent-details .agent-info h3 {
    color: #000;
    font-size: 24px;
    margin: 0 0 5px;
}

.lt-agent-details .agent-info span.agent-role {
    color: #7a7a7a;
    font-size: 16px;
    display: block;
    margin: 0 0 20px;
}

.lt-agent-details .agent-info ul li {
    margin: 0 0 15px;
}

.lt-agent-details .agent-info ul li span {
    font-size: 16px;
    color: #f35202;
    width: 20px;
    margin-right: 10px;
    align-self: center;
}

.lt-agent-details .agent-info h4 {
    font-family: 'Oxanium', cursive;
    font-weight: 400 !important;
    color: #000;
    font-size: 18px !important;
    margin: 30px 0 20px;
}

.lt-agent-details .widget-area .widget.social-widget {
    padding: 0;
    margin: 0 -5px 30px;
    background-color: transparent;
}

.lt-agent-details .widget-area .widget.social-widget ul {
    display: flex;
    padding: 0;
}

.lt-agent-details .widget-area .widget.social-widget ul li {
    padding: 0 5px;
}

.lt-agent-details .widget-area .widget.social-widget ul li a {
    font-size: 24px;
    color: #fff;
    background-color: #4064ac;
    display: block;
    padding: 22px 0;
    text-align: center;
    border-radius: 4px;
}

.lt-agent-details .widget-area .widget.social-widget ul li .twitter {
    background-color: #00acee;
}

.lt-agent-details .widget-area .widget.social-widget ul li .google-plus {
    background-color: #db4a39;
}

.lt-agent-details .widget-area .widget.social-widget ul li .skype {
    background-color: #00aff0;
}

.lt-agent-details .widget-area .widget.contact-widget .form-group .form-control {
    background-color: #f8f8f8;
}

.rating-review {
    padding: 30px;
    border-radius: 5px;
}

.rating-review .rating-review-inner {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
}

.rating-review .rating {
    width: 50%;
    padding-right: 30px;
}

.rating-review .rating ol {
    padding-left: 15px;
}

.rating-review .rating ol li {
    margin-bottom: 10px;
    padding-right: 45px;
    position: relative;
    min-height: 17px;
}

.rating-review .rating ol li .progress {
    height: 5px;
    border-radius: 0;
    background-color: #eaeaea;
}

.rating-review .rating ol li .progress .progress-bar {
    background-color: #f35202;
}

.rating-review .rating ol li span {
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 14px;
    color: #7a7a7a;
    min-width: 30px;
    text-align: left;
}

.rating-review .review {
    width: 50%;
    border-left: 1px solid #f5f5f5;
    padding-left: 30px;
    padding-bottom: 30px;
}

.rating-review .review .rating-number {
    margin-right: 20px;
}

.rating-review .review .rating-number span {
    color: #f35202;
    font-size: 20px;
    font-weight: 500;
}

.rating-review .review .rating-star ul {
    display: flex;
    margin-right: 15px;
}

.rating-review .review .rating-star ul li {
    margin-right: 1px;
    color: #eaaf21;
    font-size: 14px;
}

.rating-review .review .rating-star ul li:last-child {
    margin-right: 0;
}

.rating-review .review .rating-star span {
    display: block;
    font-size: 12px;
}

.rating-review .review .rating-star span.title {
    font-size: 16px;
    margin-bottom: 5px;
}

.rating-review .review .rating-parcent {
    margin-top: 20px;
}

.rating-review .review .rating-parcent ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.rating-review .review .rating-parcent ul li {
    text-transform: uppercase;
    font-size: 14px;
    color: #7a7a7a;
}

.rating-review .review .rating-parcent ul li span {
    display: block;
}

.rating-review .lt-comments-area {
    margin-top: 30px;
}

.rating-review .lt-comments-area h3 {
    font-size: 18px;
    margin-bottom: 30px;
}

.rating-review .lt-comments-area .comment-meta {
    display: flex;
    justify-content: space-between;
}

.rating-review .lt-comments-area .comment-meta .rating-star {
    margin-right: 15px;
}

.rating-review .lt-comments-area .comment-meta .rating-star ul {
    display: flex;
}

.rating-review .lt-comments-area .comment-meta .rating-star ul li {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    color: #eaaf21;
    margin-right: 1px;
    font-size: 14px;
}

.rating-review .lt-comments-area .comment-meta .rating-star ul li:last-child {
    margin-right: 0;
}

.lt-form .form-group {
    position: relative;
}

.lt-form .form-group .input-addon {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 15px;
    color: #f35202;
}

.lt-form .form-group .form-control {
    background-color: #fff;
    height: 55px;
    border-radius: 4px;
    margin-bottom: 15px;
    color: #717171;
}

.lt-form .form-group .form-control:focus {
    border-color: #f35202;
}

.lt-form .form-group textarea.form-control {
    height: 180px;
    margin-bottom: 20px;
}

.lt-form .form-group input[type="submit"] {
    color: #fff;
    background-color: #f35202;
}

.lt-form input[type="checkbox"]+label {
    position: relative;
    padding-left: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    cursor: pointer;
}

.lt-form input[type="checkbox"]+label:before {
    position: absolute;
    color: #e2e2e2;
    font-size: 20px;
    content: "\f096";
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
}

.lt-form input[type="checkbox"] {
    width: 0;
    height: 0;
    display: none;
}

.lt-form input[type="checkbox"]:checked+label:before {
    content: "\f046";
    color: #f35202;
}

.lt-contact h3 {
    font-size: 24px;
    margin: 25px 0;
}

.lt-contact .contact-info {
    border: 2px solid #fff;
    text-align: center;
    padding: 35px 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.lt-contact .contact-info .icon {
    color: #f35202;
    font-size: 40px;
    margin: 0 0 15px;
}

.lt-contact .contact-info span {
    display: block;
    font-size: 18px;
    font-weight: 300;
}

.lt-contact .contact-info:hover {
    border-color: #f35202;
}

.lt-contact .get-in-touch form {
    margin: 0 -10px;
}

.lt-contact .get-in-touch form .form-group {
    margin: 0 0 20px;
    padding: 0 10px;
}

.lt-contact .get-in-touch form .form-group .form-control {
    background-color: #fff;
    margin: 0;
}

.lt-contact .get-in-touch form .form-group .input-addon {
    right: 30px;
}

.lt-contact .get-in-touch form .form-group textarea.form-control {
    height: 150px;
    margin-bottom: 30px;
}

.lt-contact .branch-officers .branch-officer-slider .branch-officer {
    padding: 55px 30px 50px;
}

.lt-contact .branch-officers .branch-officer-slider .branch-officer .thumb {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
}

.lt-contact .branch-officers .branch-officer-slider .branch-officer h3 {
    margin: 15px 0 5px;
}

.lt-contact .branch-officers .branch-officer-slider .branch-officer img {
    margin: 0 auto;
}

.lt-contact .branch-officers .branch-officer-slider .branch-officer span {
    display: block;
}

.lt-contact .branch-officers .branch-officer-slider .branch-officer .officer-role {
    color: #7a7a7a;
    margin: 0 0 15px;
}

.lt-contact .branch-officers .branch-officer-slider .branch-officer .officer-email {
    margin: 0 0 5px;
}

.lt-contact .branch-officers .branch-officer-slider .branch-officer .office-location {
    margin-top: 12px;
}

.lt-contact .branch-officers .branch-officer-slider .branch-officer .office-location i {
    color: #f35202;
    margin-right: 10px;
}

.lt-contact .branch-officers .branch-officer-slider .branch-officer .office-location a {
    color: #f35202;
    font-size: 14px;
    text-decoration: underline;
}

.lt-contact .branch-officers .branch-officer-slider .branch-officer .office-location a:hover {
    text-decoration: none;
}

.lt-contact .branch-officers .branch-officer-slider .slick-arrow {
    border: none;
    top: -55px;
    width: unset;
    height: unset;
    line-height: unset;
    padding: 0;
    margin: 0;
}

.lt-contact .branch-officers .branch-officer-slider .slick-arrow:hover {
    background-color: transparent;
    color: #cacaca;
}

.lt-contact .branch-officers .branch-officer-slider .slick-arrow.fa-angle-left {
    right: 20px;
    left: unset;
}

.lt-contact .branch-officers .branch-officer-slider .slick-arrow.fa-angle-right {
    right: 0;
}

.lt-account .account-content.bg-white {
    max-width: 490px;
    margin: 0 auto;
    padding: 55px 30px 25px;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
}

.lt-account .account-content.bg-white h2 {
    font-size: 24px;
    text-align: center;
    font-family: 'Oxanium', cursive;
    font-weight: 400;
    margin: 0 0 40px;
}

.lt-account .account-content.bg-white .form-control {
    margin-bottom: 20px;
}

.lt-account .account-content.bg-white input.btn {
    width: 100%;
    font-weight: 600;
}

.lt-account .account-content.bg-white label {
    color: #7a7a7a;
}

.lt-account .account-content.bg-white label a {
    color: #252525;
}

.lt-account .account-content.bg-white .social-connect a {
    color: #fff;
    display: block;
    margin-top: 10px;
    height: 45px;
    background-color: #3c5a99;
    line-height: 45px;
    font-size: 14px;
    border-radius: 4px;
}

.lt-account .account-content.bg-white .social-connect a i {
    font-size: 16px;
    width: 45px;
    text-align: center;
    border-right: 2px solid #304f8f;
    height: 45px;
    line-height: 45px;
    margin-right: 15px;
}

.lt-account .account-content.bg-white .social-connect a.google-plus {
    background-color: #d34836;
}

.lt-account .account-content.bg-white .social-connect a.google-plus i {
    border-right-color: #c5402f;
}

.lt-account .account-content.bg-white .account-link {
    padding-top: 15px;
}

.lt-account .account-content.bg-white .account-link span {
    color: #7a7a7a;
    font-size: 16px;
}

.lt-account .account-content.bg-white .account-link span a {
    color: #7a7a7a;
}

.lt-account .account-content.bg-white .account-link span a:hover {
    text-decoration: underline;
    color: #f35202;
}

.lt-account .account-content.bg-white .account-link .color {
    color: #f35202;
}

.lt-property-submit .property-submit .title {
    background-color: #f35202;
    padding: 20px 30px;
}

.lt-property-submit .property-submit .title h2 {
    font-size: 24px;
    color: #fff;
}

.lt-property-submit .property-submit .property-features {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin: 15px 0 0;
}

.lt-property-submit .property-submit h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.lt-property-submit .property-submit .form-control {
    margin-bottom: 20px;
}

.lt-property-submit .property-submit .input-addon span {
    color: #b2b2b2;
}

.lt-property-submit .property-submit a.btn.btn-primary {
    padding: 0;
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 30px;
}

.lt-property-submit .property-submit a.btn.btn-primary:hover {
    color: #f35202;
    background-color: transparent;
}

.lt-property-submit .property-submit a.form-control {
    color: #f35202;
    text-align: center;
    line-height: 55px;
    padding: 0 35px;
    display: inline-block;
    width: auto;
}

.lt-property-submit .property-submit a.form-control:hover {
    background-color: #f35202;
    color: #fff;
    border-color: #f35202;
}

.lt-property-submit .property-submit input[type="checkbox"] {
    color: #7a7a7a;
}

.lt-property-submit .property-submit input[type="checkbox"]+label:before {
    font-size: 25px;
    top: -4px;
}

.lt-property-submit .property-submit input[type="checkbox"]+label {
    margin: 0;
    padding-left: 35px;
    color: #7a7a7a;
}

.lt-property-submit .property-submit .add-photo {
    display: inline-block;
}

.lt-property-submit .property-submit .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.lt-property-submit .property-submit .inputfile+label {
    color: #f35202;
    max-width: 120px;
    height: 120px;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    border: 1px dashed;
    text-align: center;
    width: 120px;
    padding: 25px 20px 20px;
    border-radius: 4px;
    margin: 0;
}

.lt-property-submit .property-submit .inputfile+label span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 14px 0 0;
}

.lt-property-submit .property-submit .inputfile+label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3394c;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.lt-property-submit .property-submit .inputfile+label i {
    font-size: 36px;
    height: 1em;
    vertical-align: middle;
    width: 100%;
    fill: #f1e5e6;
}

.lt-property-submit .property-submit .map {
    margin-top: 10px;
}

.lt-property-submit .property-submit .map iframe {
    border: 0;
    height: 400px;
    width: 100%;
}

.lt-property-submit .property-submit .property-thumbs {
    display: flex;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 30px 0;
    margin: 30px 0;
}

.lt-property-submit .property-submit .property-thumbs .property-thumb {
    margin-right: 20px;
}

.lt-property-submit .property-submit input[type="reset"].btn-transparent {
    color: #252525;
    border: 1px solid #e9e9e9;
}

.lt-property-submit .property-submit input[type="submit"],
.lt-property-submit .property-submit input[type="reset"] {
    font-weight: 500;
    margin-right: 15px;
}

.lt-map {
    position: relative;
}

.lt-map iframe {
    height: 650px;
    border: 0;
}

.lt-map .map-address {
    max-width: 370px;
    position: absolute;
    top: 50%;
    padding: 50px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.lt-map .map-address span {
    font-size: 24px;
    font-weight: 500;
}

.lt-map .map-address .map-icon {
    font-size: 100px;
    color: #f35202;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}

.db-header {
    min-height: 87px;
    background-color: #0e1726;
    position: relative;
    z-index: 999999999999999999;
}

.db-header .tl-menu {
    background-color: #0e1726;
}

.db-header .tl-menu .navbar-brand {
    margin-right: 140px;
    display: inline-block;
}

.db-header .tl-menu .navbar-brand .logo-sm {
    display: none;
}

.db-header .tl-user-option {
    display: flex;
}

.db-header .tl-user-option ul li {
    margin-right: 30px;
}

.db-header .tl-user-option ul li a {
    color: #fff;
    position: relative;
}

.db-header .tl-user-option ul li a span {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 12px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    background-color: #f35202;
}

.db-header .tl-user-option .tl-user .author {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.db-header .tl-user-option .tl-user .author img {
    border-radius: 100%;
}

.db-header .tl-search {
    display: none;
}

.db-header .tl-search-form {
    position: relative;
    width: 380px;
    margin-right: 50px;
}

.db-header .tl-search-form .form-control {
    background-color: #212837;
    border-color: #212837;
    margin-bottom: 0;
    padding-left: 60px;
    color: #fff;
}

.db-header .tl-search-form button {
    position: absolute;
    top: 4px;
    left: 15px;
    color: #fff;
}

.db-header .dropdown-toggle::after {
    display: none;
}

.db-header .dropdown-menu {
    left: initial;
    right: 0;
    margin-top: 8px;
    border: 1px solid #f1f1f1;
}

.db-header .dropdown-menu .dropdown-item {
    color: #252525;
}

.db-header .dropdown-menu .dropdown-item:hover {
    color: #f35202;
    background-color: transparent;
}

.db-header .dropdown-menu .text-danger {
    color: #f35202 !important;
}

.db-header .dropdown-menu:before {
    content: '';
    left: auto;
    right: 15px;
    position: absolute;
    top: -10px;
    left: 25px;
    border-bottom: 10px solid rgba(72, 94, 144, 0.16);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.db-header .dropdown-menu:after {
    content: '';
    position: absolute;
    top: -8.5px;
    left: 26px;
    left: auto;
    right: 15px;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.db-header .dropdown-menu .dropdown-divider {
    border-top-color: #f1f1f1;
}

.db-header .tl-toggler {
    cursor: pointer;
    color: #fff;
    display: none;
    position: fixed;
    left: 80px;
    top: 30px;
    z-index: 999999999;
    font-size: 24px;
}

.side-menu {
    width: 300px;
    background-color: #fff;
    padding: 95px 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    min-height: 100%;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    -webkit-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 15px 2px rgba(0, 0, 0, 0.07);
}

.side-menu ul li {
    margin: 0 0 17px;
    border-left: 3px solid transparent;
    padding-left: 27px;
}

.side-menu ul li span {
    font-size: 18px;
    font-family: 'Oxanium', cursive;
    padding-right: 30px;
}

.side-menu ul li span.heading {
    padding-top: 20px;
    font-size: 14px;
    color: #252525;
    text-transform: uppercase;
    border-top: 1px solid #f9f9f9;
    display: block;
}

.side-menu ul li span.heading.nb {
    border: none;
}

.side-menu ul li a {
    display: block;
}

.side-menu ul li:hover {
    border-left-color: #f35202;
}

.side-menu ul li.active {
    border-color: #f35202;
}

.side-menu ul li.active>a {
    color: #f35202;
}

.tl-dashboard {
    background-color: #f0f2f5;
}

.tl-dashboard .main {
    margin-left: 300px;
    padding: 30px;
}

.tl-dashboard .main h1.db-title {
    font-size: 24px;
    margin: 0 0 24px;
}

.tl-dashboard .main h2 {
    font-size: 20px;
    margin: 0 0 20px;
}

.tl-dashboard .main .form-group .form-control {
    height: 50px;
}

.tl-dashboard .main .form-group label {
    color: #7a7a7a;
}

.tl-dashboard .main .btn-white {
    width: auto;
}

.tl-dashboard .main input.btn {
    height: 50px;
    padding: 0 32px;
    text-transform: unset;
}

.tl-dashboard .main a.btn-close {
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    opacity: 1;
    display: block;
    float: none;
}

.tl-dashboard .main .main-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.tl-dashboard .main .main-header h1 {
    margin: 0;
}

.tl-dashboard .main .main-title {
    min-width: 200px;
}

.tl-dashboard .main .single-message {
    display: block;
    overflow: hidden;
    margin: 0 0 5px;
}

.tl-dashboard .main .single-message .profile-picture {
    float: left;
    width: 65px;
}

.tl-dashboard .main .single-message .user-massage {
    float: left;
    width: calc(100% - 65px);
}

.tl-dashboard .main .single-message .user-massage .user-name {
    margin: 0 0 3px;
    display: block;
}

.tl-dashboard .main .single-message .user-massage p {
    margin: 0;
}

.tl-dashboard .main .single-message .user-massage p span {
    background-color: #f35202;
    padding: 7px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin: 0 0 5px;
    display: inline-block;
}

.tl-dashboard .main .self-message .user-massage {
    float: right;
}

.tl-dashboard .main .self-message .user-massage p span {
    background-color: #f1f1f4;
    color: #252525;
}

.tl-dashboard .main .send-message {
    margin-top: 20px;
}

.tl-dashboard .main .send-message form {
    position: relative;
}

.tl-dashboard .main .send-message form .form-group .form-control {
    height: 50px;
    padding: 5px 20px;
    border-radius: 4px;
    width: 100%;
    padding-right: 40px;
    margin-bottom: 0;
    padding-left: 30px;
}

.tl-dashboard .main .send-message form .form-group input[type="submit"] {
    position: absolute;
    right: 28px;
    top: 20px;
    border: 0;
    color: #fff;
    border-radius: 0;
    background-color: transparent;
    z-index: 999;
    text-indent: -99999px;
    height: 0;
    padding: 8px;
}

.tl-dashboard .main .send-message form:before {
    position: absolute;
    top: 50%;
    right: 30px;
    content: "\f1d8";
    font-family: "fontawesome";
    font-size: 16px;
    color: #f35202;
    z-index: 99;
    transform: translate(0%, -50%);
}

.tl-dashboard .main .db-action {
    padding: 15px 0 0;
}

.tl-dashboard .main .db-action a {
    width: 40px;
    height: 40px;
    border: 1px solid #e9e9e9;
    padding: 0;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 6px;
    border-radius: 4px;
    vertical-align: baseline;
}

.tl-dashboard .main .db-action a:hover {
    background-color: #f35202;
    color: #fff;
    border-color: #f35202;
}

.tl-dashboard .main .statistics-header .nice-select {
    padding: 8px 40px 20px 10px;
    border: 0;
}

.tl-dashboard .main .statistics-header .nice-select ul.list {
    display: block;
}

.tl-dashboard .main .statistics-header .nice-select ul.list li {
    display: block;
}

.tl-dashboard .main .statistics-header .nice-select ul.list li.selected.focus,
.tl-dashboard .main .statistics-header .nice-select ul.list .list li:focus {
    font-weight: 400;
}

.tl-dashboard .main .view-statistics {
    background-color: #fff;
}

.tl-dashboard .main .view-statistics canvas {
    height: 360px !important;
}

.tl-dashboard .main .view-statistics .statistics-content canvas {
    display: none;
}

.tl-dashboard .main .search-box {
    width: 90%;
}

.tl-dashboard .main .search-box form {
    position: relative;
}

.tl-dashboard .main .search-box form .search-field {
    height: 55px;
    padding: 5px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    width: 100%;
    padding-right: 40px;
    margin-bottom: 0;
    padding-left: 60px;
}

.tl-dashboard .main .search-box form .search-field:focus {
    border-color: #f35202;
}

.tl-dashboard .main .search-box form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0;
    background-color: transparent;
    z-index: 999;
}

.tl-dashboard .main .search-box form:before {
    position: absolute;
    top: 15px;
    left: 30px;
    content: "\f002";
    font-family: "fontawesome";
    font-size: 16px;
    color: #7a7a7a;
}

.tl-dashboard .main .short {
    min-width: 200px;
    margin-left: 30px;
}

.tl-dashboard .main .short span {
    color: #7a7a7a;
}

.tl-dashboard .main .short select {
    border: 0;
    font-weight: 600;
    background-color: transparent;
}

.tl-dashboard .main .short .nice-select {
    background-color: transparent;
    border: 0;
    height: inherit;
    padding: 0 20px 0 15px;
}

.tl-dashboard .main .short .nice-select ul li {
    padding-left: 15px;
    padding-right: 15px;
}

.tl-dashboard .main .short .nice-select .current {
    font-weight: bold;
}

.tl-dashboard .main .short .nice-select:after {
    right: 0;
}

.tl-dashboard .main .lt-pagination {
    margin-top: 45px;
    display: inline-block;
}

.tl-dashboard .main .db-box {
    background-color: #ffffff;
    padding: 50px 30px;
    display: flex;
    align-content: space-between;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.tl-dashboard .main .db-box .db-box-icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background-color: #f35202;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-right: 5px;
}

.tl-dashboard .main .db-box .db-box-inner span {
    color: #252525;
    display: block;
}

.tl-dashboard .main .db-box .db-box-inner .tl-border {
    padding-bottom: 0;
}

.tl-dashboard .main .db-box .db-box-inner h3 {
    font-size: 36px;
    color: #f35202;
    font-weight: 500;
    margin-top: 0;
}

.tl-dashboard .main .db-box:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 43%;
    height: 3px;
    background-color: #f35202;
}

.tl-dashboard .main .db-box .rating {
    position: absolute;
    left: 43%;
    bottom: 15px;
    font-size: 14px;
    padding: 2px 8px;
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-left: -28px;
}

.tl-dashboard .main .db-box .rating:after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 50%;
    margin-left: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f5f5f5;
}

.tl-dashboard .main .db-box .rating:before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 50%;
    margin-left: -3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #e2e2e2;
}

.tl-dashboard .main .db-box.box-2 .rating {
    left: 25%;
}

.tl-dashboard .main .db-box.box-2:after {
    width: 25%;
}

.tl-dashboard .main .db-box.box-3 .rating {
    left: 30%;
}

.tl-dashboard .main .db-box.box-3:after {
    width: 30%;
}

.tl-dashboard .main .db-box.box-4 .rating {
    left: 90%;
}

.tl-dashboard .main .db-box.box-4:after {
    width: 90%;
}

.tl-dashboard .main .live-chat .live-chat-body>p {
    color: #252525;
    font-size: 14px;
    margin: 0 0 5px;
}

.tl-dashboard .main .live-chat .live-chat-footer .send-message form:before {
    margin-top: 10px;
}

.tl-dashboard .main .live-chat .live-chat-footer .send-message .form-control {
    border-radius: 0;
    border: 1px solid #fff;
    border-top-color: #e9e9e9;
    height: 30px;
    padding-top: 20px;
    padding-bottom: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
}

.tl-dashboard .main .live-chat .live-chat-footer .send-message .form-control:focus {
    border-color: #f35202;
}

.tl-dashboard .main .monthly-price-change {
    background-color: #fff;
}

.tl-dashboard .main .monthly-price-change .monthly-price-header {
    padding: 19px 30px 21px 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    align-items: center;
}

.tl-dashboard .main .monthly-price-change .monthly-price-header h3 {
    font-size: 20px;
    margin: 0;
}

.tl-dashboard .main .monthly-price-change canvas {
    height: 380px !important;
}

.tl-dashboard .main .price-boxes {
    background-color: #14192d;
    margin-bottom: 30px;
}

.tl-dashboard .main .price-boxes ul {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}

.tl-dashboard .main .price-boxes ul li {
    font-size: 30px;
    color: #f7fbfe;
    width: 25%;
    padding: 0px 80px;
    border-right: 1px solid #202538;
}

.tl-dashboard .main .price-boxes ul li small {
    font-size: 17px;
    display: block;
}

.tl-dashboard .main .add-agent .add-photo {
    display: inline-block;
    margin-bottom: 7px;
}

.tl-dashboard .main .social-accounts .btn-white {
    display: block;
    margin-bottom: 20px;
}

.tl-dashboard .main .edit-profile input[type="submit"] {
    margin-right: 20px;
}

.tl-dashboard .main .edit-profile .edit-profile-picture .profile-picture {
    background-color: #f0f2f5;
    padding: 60px;
    margin-bottom: 30px;
}

.tl-dashboard .main .edit-profile .edit-profile-picture .profile-picture img {
    border-radius: 50%;
    max-width: 170px;
    max-height: 170px;
    min-width: 170px;
    min-height: 170px;
}

.tl-dashboard .main .edit-profile .personal-information textarea {
    height: 217px;
}

.tl-dashboard .main .edit-profile .location-map {
    position: relative;
    padding: 35px 0 0;
}

.tl-dashboard .main .edit-profile .location-map .map {
    margin: 14px 0 23px;
}

.tl-dashboard .main .edit-profile .location-map .map iframe {
    border: 0;
    width: 100%;
    height: 400px;
}

.tl-dashboard .main .edit-profile .location-map::before {
    content: "";
    height: 1px;
    background-color: #e9e9e9;
    display: block;
    position: absolute;
    left: -30px;
    right: -30px;
    top: 10px;
}

.tl-dashboard .main .packages table.table {
    margin: 0;
}

.tl-dashboard .main .packages table.table tr {
    border-color: #e9e9e9;
}

.tl-dashboard .main .packages table.table tr th,
.tl-dashboard .main .packages table.table tr td {
    padding: 30px;
}

.tl-dashboard .main .packages table.table tr th:first-child,
.tl-dashboard .main .packages table.table tr td:first-child {
    padding-left: 0;
}

.tl-dashboard .main .packages table.table tr th {
    border-top: 0;
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 400;
    border-color: #e9e9e9;
    border-bottom-width: 1px;
    padding-top: 0;
}

.tl-dashboard .main .packages table.table tr td {
    font-size: 16px;
    color: #7a7a7a;
    border-color: #e9e9e9;
    vertical-align: middle;
}

.tl-dashboard .main .packages table.table tr td strong {
    color: #252525;
    font-size: 20px;
}

.tl-dashboard .main .packages table.table tr td ul.rating {
    margin: 8px 0 0;
}

.tl-dashboard .main .packages table.table tr td ul.rating li {
    color: #eaaf21;
    font-size: 14px;
    padding: 0 1px;
}

.tl-dashboard .main .packages table.table tr:last-child td {
    padding-bottom: 0;
}

.tl-dashboard .main .my-reviews .comment-list li.media {
    border-bottom: 1px solid #e9e9e9;
    padding: 5px 0 26px;
}

.tl-dashboard .main .my-reviews .comment-list li.media .commenter-avatar {
    width: 92px;
    height: 92px;
    margin-right: 30px;
}

.tl-dashboard .main .my-reviews .comment-list li.media .commenter-avatar a {
    display: block;
}

.tl-dashboard .main .my-reviews .comment-list li.media .comment-box .comment-meta .title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.tl-dashboard .main .my-reviews .comment-list li.media .comment-box .comment-meta .lt-reply {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 30px;
}

.tl-dashboard .main .my-reviews .comment-list li.media .comment-box .comment-meta .lt-reply i {
    color: #f35202;
    margin-right: 5px;
}

.tl-dashboard .main .my-reviews .comment-list li.media .comment-box .comment-content p {
    margin: 0 0 11px;
}

.tl-dashboard .main .my-reviews .comment-list li.media .comment-box .lt-date {
    color: #7a7a7a;
    font-size: 14px;
}

.tl-dashboard .main .my-reviews .comment-list li.media:last-child {
    border-bottom: 0;
}

.tl-dashboard .main .my-reviews .comment-meta {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}

.tl-dashboard .main .my-reviews .comment-meta .rating-star ul {
    display: flex;
}

.tl-dashboard .main .my-reviews .comment-meta .rating-star ul li {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    color: #eaaf21;
    margin-right: 1px;
    font-size: 14px;
}

.tl-dashboard .main .my-reviews .comment-meta .rating-star ul li:last-child {
    margin-right: 0;
}

.tl-dashboard .main .properties {
    padding: 0 0 1px;
}

.tl-dashboard .main .properties.properties-table {
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.tl-dashboard .main .properties .table {
    padding-bottom: 18px;
}

.tl-dashboard .main .properties .table tr th {
    border-width: 1px;
    border-top: 0;
    border-color: #e9e9e9;
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 400;
    padding: 30px;
}

.tl-dashboard .main .properties .table tr td {
    vertical-align: middle;
    border: 0;
    padding-left: 30px;
}

.tl-dashboard .main .properties .table tr td span {
    color: #7a7a7a;
}

.tl-dashboard .main .properties .table tr td:first-child {
    padding-left: 30px;
    padding-top: 18px;
}

.tl-dashboard .main .properties .table tr td.property-title h2 {
    font-family: 'Oxanium', cursive;
    margin: 0;
}

.tl-dashboard .main .properties .table tr td.property-title span.address {
    font-size: 14px;
}

.tl-dashboard .main .properties .table tr td.property-title span.address span.map-icon {
    color: #f35202;
}

.tl-dashboard .main .properties .table tr td.property-title span.price {
    color: #f35202;
    font-size: 24px;
    display: block;
    font-family: 'Oxanium', cursive;
    font-weight: 600;
}

.tl-dashboard .main .properties .table tr td.property-status span {
    display: block;
}

.tl-dashboard .main .properties .table tr td.property-status span span.black {
    display: inline-block;
    color: #252525;
}

.tl-dashboard .main .properties .table tr td.property-rating ul li {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    color: #eaaf21;
    margin-right: 1px;
    font-size: 14px;
}

.tl-dashboard .main .properties .table tr td.property-option a {
    width: 50px;
    height: 50px;
    border: 1px solid #f35202;
    background-color: #f35202;
    color: #fff;
    padding: 0;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 6px;
    border-radius: 4px;
    vertical-align: baseline;
}

.tl-dashboard .main .properties .table tr td.property-option a:hover {
    background-color: #f0f2f5;
    color: #252525;
    border: 1px solid #e9e9e9;
}

.tl-dashboard .main .properties .table tr td.property-option a.edit {
    background-color: #f0f2f5;
    color: #252525;
    border: 1px solid #e9e9e9;
}

.tl-dashboard .main .properties .table tr td.property-option a.edit:hover {
    border: 1px solid #f35202;
    background-color: #f35202;
    color: #fff;
}

.tl-dashboard .main .properties .table tr:first-child td {
    padding-top: 30px;
}

.tl-dashboard .main .all-agent {
    padding: 0;
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.tl-dashboard .main .all-agent table .agent-image .thumb {
    height: 110px;
    width: 110px;
    min-width: 110px;
    border-radius: 4px;
}

.tl-dashboard .main .all-agent table tr {
    padding: 30px;
}

.tl-dashboard .main .all-agent table tr th,
.tl-dashboard .main .all-agent table tr td {
    border-color: #e9e9e9;
    color: #7a7a7a;
    padding: 30px;
}

.tl-dashboard .main .all-agent table tr th {
    font-weight: 400;
    border-bottom-width: 1px;
}

.tl-dashboard .main .all-agent table tr td {
    vertical-align: middle;
}

.tl-dashboard .main .all-agent table tr td.agent-name h2 {
    color: #252525;
    margin: 0;
}

.tl-dashboard .main .all-agent table tr td.agent-name .agent-role {
    color: #7a7a7a;
    font-size: 14px;
    margin: 8px 0 13px;
    display: block;
}

.tl-dashboard .main .all-agent table tr td.agent-name ul li {
    color: #eaaf21;
    font-size: 14px;
    margin: 0 1px;
}

.tl-dashboard .main .all-agent table tr td.agent-status a {
    display: block;
    color: #7a7a7a;
    margin: 0 0 10px;
    color: #7a7a7a;
}

.tl-dashboard .main .all-agent table tr td.agent-status a i {
    margin-right: 5px;
    color: #f35202;
}

.tl-dashboard .main .all-agent table tr td.agent-status a:hover {
    color: #f35202;
}

.tl-dashboard .main .messages {
    padding: 0;
    margin: 0;
}

.tl-dashboard .main .messages .user-name {
    font-weight: 600;
}

.tl-dashboard .main .messages .messages-sidebar {
    border-right: 1px solid #e9e9e9;
}

.tl-dashboard .main .messages .messages-sidebar .messages-sidebar-header {
    padding: 24px 30px;
    border: 1px solid #e9e9e9;
    border-right: 0;
    min-height: 100px;
    align-items: center;
}

.tl-dashboard .main .messages .messages-sidebar .messages-sidebar-header .profile-picture {
    margin-right: 20px;
}

.tl-dashboard .main .messages .messages-sidebar .messages-sidebar-header .search-box form .search-field {
    height: 50px;
    padding-left: 20px;
}

.tl-dashboard .main .messages .messages-sidebar .messages-sidebar-header .search-box form .search-submit {
    padding: 0;
    height: 16px;
    width: 16px;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    text-indent: -9999px;
    z-index: 9999;
}

.tl-dashboard .main .messages .messages-sidebar .messages-sidebar-header .search-box form:before {
    right: 30px;
    left: unset;
    top: 50%;
    transform: translate(0, -50%);
}

.tl-dashboard .main .messages .messages-sidebar .messages-sidebar-body {
    padding: 30px;
}

.tl-dashboard .main .messages .messages-sidebar .messages-sidebar-body .nav .nav-link {
    user-select: none;
    display: flex;
    position: relative;
    border-radius: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 30px 0;
    align-items: center;
    justify-content: space-between;
}

.tl-dashboard .main .messages .messages-sidebar .messages-sidebar-body .nav .nav-link.active {
    background-color: transparent;
}

.tl-dashboard .main .messages .messages-sidebar .messages-sidebar-body .nav .nav-link.active:before {
    content: "";
    width: 2px;
    height: 50px;
    background-color: #f35202;
    position: absolute;
    left: -30px;
}

.tl-dashboard .main .messages .messages-sidebar .messages-sidebar-body .nav .nav-link:last-child {
    border: 0;
}

.tl-dashboard .main .messages .messages-sidebar .messages-sidebar-body .nav .nav-link .profile-picture {
    margin-right: 20px;
}

.tl-dashboard .main .messages .messages-sidebar .messages-sidebar-body .nav .nav-link .message-highlight .user-name {
    display: block;
    font-weight: 600;
    color: #252525;
    font-size: 16px;
    line-height: 18px;
}

.tl-dashboard .main .messages .messages-sidebar .messages-sidebar-body .nav .nav-link .message-highlight .last-m {
    color: #7a7a7a;
    font-size: 14px;
}

.tl-dashboard .main .messages .messages-sidebar .messages-sidebar-body .nav .nav-link .m-time {
    color: #7a7a7a;
    font-size: 12px;
}

.tl-dashboard .main .messages .messages-content .messages-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e9e9e9;
    border-left: 0;
    padding: 10px;
    min-height: 100px;
}

.tl-dashboard .main .messages .messages-content .messages-content-header .profile-info {
    display: flex;
    padding-left: 20px;
}

.tl-dashboard .main .messages .messages-content .messages-content-header .profile-info .profile-picture {
    margin-right: 15px;
    position: relative;
}

.tl-dashboard .main .messages .messages-content .messages-content-header .profile-info .profile-picture:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #09be11;
    border: 2px solid #fff;
    z-index: 99;
    position: absolute;
    bottom: 2px;
    right: 2px;
    border-radius: 50px;
}

.tl-dashboard .main .messages .messages-content .messages-content-header .profile-info .user-name {
    display: block;
}

.tl-dashboard .main .messages .messages-content .messages-content-header .profile-info .user-availability {
    font-size: 14px;
    color: #7a7a7a;
}

.tl-dashboard .main .messages .messages-content .messages-content-header .user-options ul {
    margin-right: 4px;
}

.tl-dashboard .main .messages .messages-content .messages-content-header .user-options ul li {
    margin: 0 15px;
    color: #63666c;
    font-size: 16px;
}

.tl-dashboard .main .messages .messages-content .messages-content-body {
    position: relative;
}

.tl-dashboard .main .messages .messages-content .messages-content-body .tab-pane {
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.tl-dashboard .main .messages .messages-content .messages-content-body .tab-pane.active {
    z-index: 1;
}

.tl-dashboard .main .copy-right {
    padding: 20px 0;
}

.btn-white {
    color: #252525;
    border: 1px solid #e9e9e9;
    height: 50px;
    width: 150px;
}

.btn-white:hover {
    border: 1px solid #f35202;
    background-color: #f35202;
    color: #fff;
}

.form-control {
    border-radius: 4px;
}

.form-control:focus {
    border-color: #f35202;
}

.add-photo {
    display: inline-block;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    color: #f35202;
    max-width: 120px;
    height: 120px;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    border: 1px dashed;
    text-align: center;
    width: 120px;
    padding: 27px 20px 20px;
    border-radius: 3px;
    margin: 0;
}

.inputfile+label span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 14px 0 0;
}

.inputfile+label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3394c;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile+label i {
    font-size: 36px;
    height: 1em;
    vertical-align: middle;
    width: 100%;
    fill: #f1e5e6;
}

.recent-listing ul li {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
}

.recent-listing ul li .thumb {
    margin-right: 15px;
    min-width: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
}

.recent-listing ul li .info h2 {
    margin-bottom: 10px;
    font-size: 16px;
}

.recent-listing ul li .map-location {
    color: #7a7a7a;
}

.recent-listing ul li .map-location .map-icon {
    color: #f35202;
    margin-right: 10px;
}

.recent-listing ul li .details {
    min-width: 70px;
}

.recent-listing ul li .details i {
    margin-left: 5px;
}

.recent-listing ul li:last-child {
    padding-bottom: 0;
    border: 0;
}

.recent-listing ul li:first-child {
    padding-top: 15px;
}

.ds-header {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
}

.ds-header .title h1 {
    font-size: 20px;
    margin-bottom: 0;
}

.project-table {
    margin-bottom: 0;
}

.project-table .member .thumb {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
}

.project-table .member .info span.title {
    display: block;
    font-weight: bold;
}

.project-table .team-list li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100%;
    background-color: #f35202;
}

.project-table .team-list li:nth-child(1) {
    background-color: #5e3fe5;
}

.project-table .team-list li:nth-child(2) {
    background-color: #f11c7b;
    margin-left: -15px;
}

.project-table .team-list li:nth-child(3) {
    background-color: #00dd7d;
    margin-left: -15px;
}

.project-table .team-list .add-item {
    margin-left: 15px;
}

.project-table .team-list .add-item a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 100%;
    border: 1px solid #e2e2e2;
}

.project-table .team-list .add-item a:hover {
    color: #fff;
    border-color: #f35202;
    background-color: #f35202;
}

.project-table .color span {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 100%;
    background-color: #00dd7d;
}

.project-table .color.color-1 span {
    background-color: #e1be1a;
}

.project-table .color.color-2 span {
    background-color: #15b711;
}

.project-table .color.color-3 span {
    background-color: #da3616;
}

.project-table .color.color-4 span {
    background-color: #e1be1a;
}

.project-table .form-group {
    margin-bottom: 0;
}

.project-table .form-group label {
    margin-bottom: 0;
}

.project-table th,
.project-table td {
    color: #252525;
    padding: 20px 10px;
    vertical-align: middle;
    border-top: 1px solid #f1f1f1;
    font-weight: normal;
}

.project-table thead th,
.project-table thead td {
    border: 0;
}

.project-table thead th span,
.project-table thead td span {
    color: #e2e2e2;
    margin-right: 10px;
    font-size: 20px;
}

.project-table input[type="checkbox"] {
    width: 0;
    height: 0;
    display: none;
}

.project-table input[type="checkbox"]+label {
    position: relative;
    padding-left: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    cursor: pointer;
}

.project-table input[type="checkbox"]+label:before {
    position: absolute;
    color: #e2e2e2;
    font-size: 20px;
    content: "\f096";
    font-family: 'FontAwesome';
    left: 0;
    top: -4px;
}

.project-table input[type="checkbox"]:checked+label:before {
    content: "\f0c8";
    color: #f35202;
}

.project-table .tl-checkbox {
    min-width: 150px;
}

.project-table .tl-member {
    min-width: 260px;
}

.project-table .tl-project {
    min-width: 130px;
}

.project-table-content {
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.top-author .thumb {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    display: inline-block;
    border: 1px dashed #f35202;
    position: relative;
    margin-bottom: 30px;
    margin-top: 25px;
}

.top-author .thumb:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-radius: 100%;
    background-color: #f35202;
}

.top-author .thumb img {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 100%;
}

.top-author .author-info span {
    color: #7a7a7a;
    display: block;
    font-size: 14px;
    margin-bottom: 25px;
}

.top-author .author-info .title {
    font-size: 20px;
    font-weight: 600;
    color: #f35202;
    margin-bottom: 0;
}

.top-author .author-social {
    margin-top: 30px;
}

.top-author .author-social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top-author .author-social ul li {
    margin-right: 10px;
}

.top-author .author-social ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    background-color: #f35202;
}

.top-author .author-social ul li a.facebook {
    background-color: #3b5998;
}

.top-author .author-social ul li a.twitter {
    background-color: #38a1f3;
}

.top-author .author-social ul li a.instagram {
    background-color: #f2289a;
}

.top-author .author-social ul li a.dribbble {
    background-color: #86c716;
}

.top-author .author-social ul li:last-child {
    margin-right: 0;
}

.properties-table {
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

@media (min-width:1200px) and (max-width:1500px) {
    .db-header .tl-search-form {
        width: 200px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .db-header .tl-menu .navbar-brand {
        margin-right: 30px;
    }

    .tl-dashboard .main .db-box .db-box-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        line-height: 40px;
        font-size: 18px;
        margin-right: 5px;
    }

    .tl-dashboard .property .property-footer .price h3 {
        font-size: 18px;
    }

    .tl-dashboard .property-content .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .side-menu {
        width: 250px;
    }

    .tl-dashboard .main {
        margin-left: 250px;
    }

    .tl-dashboard .main .db-box .db-box-inner h3 {
        font-size: 24px;
    }

    .tl-dashboard .main .db-box {
        padding: 50px 15px;
    }

    .rating-review .rating-review-inner {
        display: block;
    }

    .tl-dashboard .rating-review .rating,
    .tl-dashboard .rating-review .review {
        width: 100%;
    }

    .tl-dashboard .rating-review .rating {
        padding-right: 0;
        margin-top: 30px;
    }

    .tl-dashboard .rating-review .review {
        padding-left: 0;
        border-left: 0;
    }

    .tl-dashboard .bottom-content .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .slick-arrow {
        opacity: 0;
        background-color: #fff;
    }

    .slick-arrow.fa-angle-left {
        left: 15px;
    }

    .slick-arrow.fa-angle-right {
        right: 15px;
    }

    .property-slider:hover .slick-arrow {
        opacity: 1;
    }

    .lt-banner .home-slider .carousel-indicators {
        top: initial;
        bottom: 90px;
        display: flex;
        margin-top: 0;
    }

    .lt-banner .home-slider .carousel-indicators li {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .property-content .property-carousel .carousel-indicators {
        top: initial;
        bottom: 140px;
        display: flex;
        margin-top: 0;
    }

    .property-content .property-carousel .carousel-indicators li {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .tl-header .header-middle .contacts ul li {
        margin-right: 30px;
    }

    .lt-banner .home-slider .carousel-indicators {
        top: initial;
        bottom: 90px;
        display: flex;
        margin-top: 0;
    }

    .lt-banner .home-slider .carousel-indicators li {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .search-area .check-box-form .check-box {
        width: 25%;
    }

    .featured-content .featured-slider .property .overlay .map-location span {
        font-size: 20px;
    }

    .lt-team .lt-member .member-thumb span {
        padding-left: 30px;
        padding-right: 30px;
    }

    .slick-arrow {
        opacity: 0;
        background-color: #fff;
    }

    .slick-arrow.fa-angle-left {
        left: 15px;
    }

    .slick-arrow.fa-angle-right {
        right: 15px;
    }

    .property-slider:hover .slick-arrow {
        opacity: 1;
    }

    .feature-content .feature h2 {
        font-size: 22px;
    }

    .project .project-info h2 {
        font-size: 22px;
    }

    .tl-header.header-style-1 .tl-menu .btn.btn-transparent {
        padding: 12px 25px 10px;
        font-size: 12px;
    }

    .tl-header.header-style-1 .tl-menu .navbar .navbar-nav {
        margin-right: 20px;
    }

    .city.style-one .text {
        padding: 25px 30px;
    }

    .blog-slider:hover .slick-arrow,
    .team-slider:hover .slick-arrow {
        opacity: 1;
    }

    .property.style-1 .property-info h2 {
        font-size: 22px;
    }

    .lt-get-a-quote .quote-form h1 {
        font-size: 32px;
    }

    .property-content .property-carousel .carousel-indicators {
        top: initial;
        bottom: 140px;
        display: flex;
        margin-top: 0;
    }

    .property-content .property-carousel .carousel-indicators li {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .list-view-tab .property .property-info h2 {
        font-size: 20px;
    }

    .list-view-tab .property .property-info .info-top {
        padding: 15px;
    }

    .list-view-tab .property .property-info .info-top .meta {
        margin-top: 15px;
    }

    .list-view-tab .property .property-footer {
        padding: 15px;
    }

    .list-view-tab .property .property-footer .price h3 {
        font-size: 20px;
    }

    .calendar_wrap table>thead>tr>td,
    .calendar_wrap table>thead>tr>th {
        font-size: 14px;
    }

    .calendar_wrap table>tbody>tr>td,
    .calendar_wrap table>tbody>tr>th {
        padding: 5px 2px;
        font-size: 14px;
    }

    .blog-details .tl-post .entry-title {
        font-size: 26px;
    }

    .db-header .tl-search-form {
        display: none;
    }

    .db-header .tl-search {
        display: block;
        margin-left: 20px;
    }

    .db-header .tl-menu .navbar-brand {
        margin-right: 20px;
        margin-right: 20px;
    }

    .db-header .tl-user-option ul li {
        margin-right: 20px;
    }

    .tl-header .tl-menu .navbar-nav li {
        margin-right: 15px;
    }

    .db-header .tl-menu .navbar-brand .logo-lg {
        display: none;
    }

    .db-header .tl-menu .navbar-brand .logo-sm {
        display: block;
    }

    .db-header .tl-toggler {
        display: block;
    }

    .db-header .navbar-expand-lg .navbar-nav {
        margin-left: 50px;
    }

    .side-menu {
        width: 250px;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .side-menu-content.active .side-menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .tl-dashboard .main {
        margin-left: 0;
    }

    .tl-dashboard .main .db-box .db-box-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .tl-dashboard .property .property-footer .price h3 {
        font-size: 18px;
    }

    .tl-dashboard .property-content .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tl-dashboard .main .db-box {
        padding: 50px 15px;
    }

    .tl-dashboard .main .db-box .db-box-inner h3 {
        font-size: 24px;
    }

    .side-menu ul li span {
        margin-right: 15px;
    }

    .tl-dashboard .bottom-content .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tl-dashboard .main .db-box {
        display: block;
    }

    .tl-dashboard .main .db-box .db-box-icon {
        margin-right: 0;
        margin-bottom: 10px;
        display: inline-block;
    }

    .tl-dashboard .property-content .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width:991px) {
    .tl-header .header-middle .contacts ul li {
        margin-right: 30px;
    }

    .tl-header .header-middle {
        display: none;
    }

    .tl-header .tl-menu {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tl-header .tl-menu.menu-absolute {
        padding: 15px;
    }

    .tl-header .tl-menu.menu-absolute .navbar-collapse {
        margin-top: 5px;
        background-color: #fff;
    }

    .tl-header .tl-menu.menu-absolute .navbar-nav li {
        font-size: 16px;
    }

    .tl-header .tl-menu.menu-absolute .navbar-nav>li {
        margin-right: 0;
    }

    .tl-header .tl-menu.menu-absolute .navbar-nav>li>a {
        position: relative;
        color: #252525;
        font-size: 16px;
        padding: 10px 15px;
        border-top: 1px solid #f5f5f5;
    }

    .tl-header .tl-menu.menu-absolute .navbar-brand {
        display: block;
    }

    .tl-header .tl-menu .container {
        position: relative;
    }

    .tl-header .tl-menu .right-content {
        position: absolute;
        right: 65px;
        top: 10px;
    }

    .tl-header .tl-menu .right-content .lt-button {
        display: none;
    }

    .tl-header .tl-menu .tl-search {
        margin-right: 0;
    }

    .tl-header .tl-menu .icon {
        width: 45px;
        height: 45px;
        top: 0;
        color: #252525;
        margin-top: 0;
        line-height: 45px;
        text-align: center;
    }

    .tl-header .tl-menu .tl-dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        padding: 0;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        -webkit-transition: inherit !important;
        -moz-transition: inherit !important;
        -ms-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        margin-left: 0;
    }

    .lt-banner .banner-content {
        padding: 180px 0 150px;
    }

    .lt-banner .banner-content .banner-text h1 {
        font-size: 40px;
    }

    .lt-banner .banner-content .box-content {
        float: none;
        margin-top: 40px;
    }

    .lt-banner .banner-content .box-content h2 {
        font-size: 36px;
    }

    .lt-banner .home-slider .carousel-indicators {
        display: flex;
        margin-top: 0;
        max-width: 720px;
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-top: 70px;
        padding: 0 15px;
    }

    .lt-banner .home-slider .carousel-indicators li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .property-content .property-carousel {
        padding-bottom: 200px;
    }

    .property-content .property-carousel .carousel-indicators {
        display: flex;
        margin-top: 0;
        max-width: 720px;
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-top: 70px;
        padding: 0 15px;
    }

    .property-content .property-carousel .carousel-indicators li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .property-content .property-carousel .box-content {
        float: none;
        margin-top: 40px;
    }

    .search-area .check-box-form .check-box {
        width: 33.3333333333%;
    }

    .search-area .slider-range {
        padding-bottom: 5px;
    }

    .btn.btn-transparent,
    .btn.btn-primary {
        padding: 15px 30px;
        font-size: 14px;
    }

    .section-title {
        font-size: 16px;
    }

    .section-title h1 {
        font-size: 32px;
    }

    .featured-content .featured-text {
        margin-bottom: 30px;
    }

    .featured-content .featured-text h2 {
        font-size: 24px;
    }

    .property .property-info h2 {
        font-size: 20px;
    }

    .property .property-footer .price h3 {
        font-size: 20px;
    }

    .slick-arrow {
        opacity: 0;
        background-color: #fff;
    }

    .slick-arrow.fa-angle-left {
        left: 15px;
    }

    .slick-arrow.fa-angle-right {
        right: 15px;
    }

    .property-slider:hover .slick-arrow,
    .blog-slider:hover .slick-arrow {
        opacity: 1;
    }

    .house-amenities .amenities-content ul li {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .house-amenities .amenities-content ul li.active {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .house-amenities .amenities-content ul li.active .amenities {
        padding: 27px 0;
    }

    .hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat {
        margin-top: 30px;
    }

    .feature-content .feature h2 {
        font-size: 20px;
    }

    .lt-blog .tl-post .entry-content .entry-title {
        font-size: 20px;
    }

    .tl-footer .footer-top .newsletter {
        display: block;
    }

    .tl-footer .footer-top .newsletter h3 {
        margin-bottom: 15px;
    }

    .tl-footer .footer-top .newsletter .form-group .form-control {
        width: 100%;
    }

    .footer-widget {
        margin-bottom: 40px;
    }

    .tl-footer .footer-bottom {
        margin-top: 0;
    }

    .lt-testimonial .testimonial-content {
        display: block;
    }

    .lt-team .lt-member .member-info ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .featured-content .featured-text .meta {
        background-color: #fff;
    }

    .hot-flat-of-week .section-header .hot-title h1 {
        font-size: 24px;
    }

    .project .project-info h2 {
        font-size: 22px;
    }

    .blog-slider:hover .slick-arrow {
        opacity: 1;
    }

    .city.style-one .city-overlay .city-overlay-inner {
        padding: 30px;
    }

    .city.style-one .city-overlay .city-overlay-inner h3,
    .city-content .city .text h2 {
        font-size: 20px;
    }

    .city-content .city .text {
        font-size: 14px;
        padding: 30px;
    }

    .lt-get-a-quote .quote-info {
        margin-bottom: 30px;
    }

    .lt-get-a-quote .quote-form h1 {
        font-size: 30px;
    }

    .cta-content h1 {
        font-size: 32px;
    }

    .tl-header.header-style-1 .tl-menu {
        padding: 0;
    }

    .tl-header.header-style-1 .tl-menu .navbar-brand {
        padding: 15px 0;
    }

    .tl-header.header-style-1 .tl-menu .navbar-collapse {
        margin-top: 15px;
    }

    .tl-header.header-style-1 .tl-menu .navbar-nav {
        margin-right: 0;
    }

    .tl-header.header-style-1 .tl-menu .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .lt-banner.banner-style-1 form .form-content .btn.btn-primary {
        padding: 19px 40px;
    }

    .tl-header.header-style-1 .tl-menu .navbar {
        border-radius: 0;
    }

    .lt-filter-form .lt-filter-form form .form-content .search-content {
        min-width: 150px;
    }

    .lt-filter-form.list-view-tab .property {
        display: block;
    }

    .lt-filter-form.list-view-tab .property .thumb {
        max-width: 100%;
        min-width: 100%;
    }

    .lt-filter-form.grid-view-tab .col-lg-8 .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .lt-filter-form .lt-filter-form form .form-content .btn.btn-primary {
        padding: 19px 40px;
    }

    .property-content .property-carousel .property-text h1 {
        font-size: 40px;
    }

    .property-content .property-carousel .box-content h2 {
        font-size: 36px;
    }

    .breadcrumb-content .title h1 {
        font-size: 30px;
    }

    .property-details .property .property-info h2 {
        font-size: 28px;
    }

    .property-details .property .lt-price h3 {
        font-size: 24px;
    }

    .widget .widget_title,
    .property-details .title h2 {
        font-size: 22px;
    }

    .property-details .title {
        display: block;
    }

    .property-details .features-list ul li:last-child {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e2e2e2;
    }

    .property-details .amenities .floor-plans .card .card-header button {
        text-align: left;
    }

    .property-details .amenities .floor-plans .card .card-header button span {
        float: none;
        display: block;
    }

    .property-details .lt-nearby .nearby-content .nearby {
        display: block;
    }

    .property-details .lt-nearby .nearby-content .nearby .reviews {
        text-align: left;
        margin-top: 10px;
    }

    .property-details .lt-nearby .nearby-content .nearby .reviews ul {
        justify-content: flex-start;
    }

    .property-details .amenities ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .rating-review .rating-review-inner {
        display: block;
    }

    .rating-review .rating {
        padding-right: 0;
    }

    .rating-review .review {
        padding-left: 0;
        border-left: 0;
    }

    .rating-review .rating,
    .rating-review .review {
        width: 100%;
    }

    .rating-review .rating ol li {
        margin-bottom: 15px;
    }

    .rating-review .rating ol li span {
        line-height: 12px;
    }

    .breadcrumb-content {
        padding: 160px 0 70px;
    }

    .lt-filter-form.list-view-tab .lt-member {
        display: block;
    }

    .lt-filter-form.list-view-tab .lt-member .member-thumb {
        max-width: 100%;
        min-width: 100%;
    }

    .lt-filter-form.small-filter .property-tabs {
        display: none !important;
    }

    .lt-filter-form.small-filter.list-view-tab .property .thumb {
        min-width: 100%;
        max-width: 100%;
    }

    .rating-review .lt-comments-area .comment-meta {
        display: block;
    }

    .rating-review .lt-comments-area .comment-meta .float-right {
        margin-top: 10px;
        float: none !important;
    }

    .lt-agent-details .agent-info {
        padding-left: 0;
    }

    .lt-agent-details .widget-area .widget.social-widget ul li a {
        padding: 10px;
    }

    .calendar_wrap table>thead>tr>td,
    .calendar_wrap table>thead>tr>th {
        padding: 8px 4px;
        font-size: 14px;
    }

    .calendar_wrap table>tbody>tr>td,
    .calendar_wrap table>tbody>tr>th {
        padding: 5px 2px;
        font-size: 14px;
    }

    .blog-details .tl-post .entry-title {
        font-size: 24px;
    }

    .lt-contact .contact-info {
        padding: 30px 15px;
    }

    .lt-contact .contact-info span {
        font-size: 16px;
    }

    .db-header .tl-search-form {
        display: none;
    }

    .db-header .tl-search {
        display: block;
        margin-left: 20px;
    }

    .db-header .tl-menu .navbar-brand {
        margin-right: 20px;
        margin-right: 20px;
    }

    .db-header .tl-user-option ul li {
        margin-right: 20px;
    }

    .tl-header .tl-menu .navbar-nav li {
        margin-right: 15px;
    }

    .db-header .tl-menu .navbar-brand .logo-lg {
        display: none;
    }

    .db-header .tl-menu .navbar-brand .logo-sm {
        display: block;
    }

    .db-header .tl-toggler {
        display: block;
    }

    .side-menu {
        width: 250px;
        overflow-x: hidden;
        max-height: 570px;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .side-menu-content.active .side-menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .tl-dashboard .main {
        margin-left: 0;
    }

    .tl-dashboard .main .db-box .db-box-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .tl-dashboard .property .property-footer .price h3 {
        font-size: 18px;
    }

    .tl-dashboard .main .db-box {
        padding: 50px 15px;
    }

    .tl-dashboard .main .db-box .db-box-inner h3 {
        font-size: 24px;
    }

    .side-menu ul li span {
        margin-right: 15px;
    }

    .tl-dashboard .main .price-boxes ul li {
        padding: 0 15px;
        z-index: 24;
    }

    .db-header .tl-menu .tl-search {
        margin-right: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .blog-details .tl-post .entry-footer {
        display: block;
    }

    .blog-details .tl-post .entry-footer .tagcloud {
        margin-bottom: 10px;
    }

    .lt-previuos-next ul {
        display: block;
    }

    .lt-previuos-next ul li.previuos {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .lt-previuos-next ul li.next {
        margin-left: 0;
    }

    .lt-comments-area .comment-box .comment-meta .lt-reply {
        text-align: left;
    }

    .lt-comments-area .comment-box .comment-meta .url {
        display: block;
        margin-bottom: 5px;
        float: none;
    }

    .lt-comments-area .lt-title {
        font-size: 28px;
    }

    .calculator-widget form .form-group {
        display: block;
    }

    .calculator-widget form .form-group .form-control {
        max-width: 100%;
        min-width: 100%;
    }
}

@media (max-width:767px) {

    html,
    body {
        font-size: 14px;
    }

    .lt-banner .banner-content .banner-text {
        font-size: 16px;
    }

    .lt-banner .banner-content .banner-text h1 {
        font-size: 30px;
    }

    .lt-banner .banner-content .box-content h2 {
        font-size: 26px;
    }

    .search-area .search-area-inner .btn.btn-primary {
        margin-top: 30px;
    }

    .property .property-footer .price h3 {
        font-size: 18px;
    }

    .hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info h2 {
        font-size: 20px;
    }

    .hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info h3 {
        font-size: 20px;
    }

    .hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info h3 small {
        font-size: 14px;
    }

    .tl-footer h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .title-center {
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 14px;
    }

    .section-title h1 {
        font-size: 24px;
    }

    .city-content .city .text h2 {
        font-size: 20px;
    }

    .hot-flat-of-week .section-header .hot-title h1,
    .featured-content .featured-text h2,
    .search-area .search-area-inner h2,
    .lt-team .lt-member .member-info h2,
    .lt-testimonial .testimonial-content .testimonial-slider .testimonial h2,
    .featured-content .featured-slider .property .overlay .map-location span {
        font-size: 20px;
    }

    .tl-footer .footer-top .newsletter {
        padding: 30px 35px;
    }

    .lt-testimonial .testimonial-content .testimonial-slider .testimonial .client-role {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .lt-testimonial .testimonial-content .testimonial-slider .testimonial h2 {
        margin-top: 15px;
    }

    .search-area .search-area-inner .form-group,
    .search-area .slider-range {
        margin-top: 20px;
    }

    .search-area .check-box-form .check-box {
        width: 50%;
    }

    .tl-footer .footer-bottom {
        text-align: center;
    }

    .tl-footer .footer-bottom .d-flex {
        display: block !important;
    }

    .tl-footer .footer-bottom .right-content {
        margin-top: 15px;
    }

    .tl-footer .footer-bottom .right-content ul {
        display: flex !important;
        justify-content: center;
    }

    .lt-banner .home-slider .carousel-indicators {
        max-width: 540px;
    }

    .cta-content {
        font-size: 16px;
    }

    .cta-content h1 {
        font-size: 26px;
    }

    .lt-get-a-quote .quote-form {
        font-size: 14px;
    }

    .lt-get-a-quote .quote-form h1 {
        font-size: 24px;
    }

    .lt-get-a-quote .quote-info .quote-text {
        padding: 50px 30px;
    }

    .faq-accordion .card .card-header .btn.btn-link {
        font-size: 16px;
    }

    .lt-banner.banner-style-1 form {
        display: block;
    }

    .lt-banner.banner-style-1 form .form-content {
        display: block;
        background-color: transparent;
    }

    .lt-banner.banner-style-1 form .form-content .search-content,
    .lt-banner.banner-style-1 form .form-content .form-group {
        width: 100%;
        border-radius: 0;
    }

    .lt-banner.banner-style-1 form .form-content .form-control {
        margin-bottom: 15px;
        border-radius: 30px;
        padding: 6px 40px;
    }

    .lt-banner.banner-style-1 form .form-content .btn.btn-primary {
        padding: 17px 20px 15px;
        width: 100%;
    }

    .section-title>span {
        font-size: 16px;
    }

    .lt-banner.banner-style-1 .banner-text {
        padding: 200px 0;
    }

    .lt-filter-form.grid-view-tab .col-lg-8 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .property-tabs {
        display: none !important;
    }

    .lt-sidebar {
        margin-top: 30px;
    }

    .lt-filter-form .lt-filter-form form .form-content .search-content {
        min-width: 100%;
        border-radius: 0;
    }

    .lt-filter-form .lt-filter-form form .form-content {
        display: block;
        border-radius: 0;
        border: 0;
    }

    .lt-filter-form .lt-filter-form form .form-content .form-control {
        margin-bottom: 15px;
        border: 1px solid #e9e9e9;
    }

    .lt-filter-form .lt-filter-form form .form-content .form-group {
        border-left: 0;
    }

    .lt-filter-form .lt-filter-form form .form-content .btn.btn-primary {
        width: 100%;
        border-radius: 0;
    }

    .property-content .lt-breadcrumb .breadcrumb-content {
        padding: 25px 0;
    }

    .breadcrumb-content .title h1 {
        font-size: 26px;
    }

    .property-content .property-carousel .carousel-indicators {
        max-width: 540px;
    }

    .property-content .property-carousel .property-text h1 {
        font-size: 30px;
    }

    .property-content .property-carousel .box-content h2 {
        font-size: 26px;
    }

    .property-content .property-carousel {
        padding-top: 170px;
        padding-bottom: 160px;
    }

    .property-details .property .property-info h2 {
        font-size: 26px;
    }

    .property-details .property .lt-price h3 {
        font-size: 22px;
    }

    .property-details .property .property-info .info-top .d-flex {
        display: block !important;
    }

    .property-details .property .property-info .info-top .print-heart {
        margin-top: 15px;
    }

    .rating-review .rating-review-inner {
        display: block;
    }

    .widget .property .overlay .lt-price span {
        font-size: 18px;
    }

    .lt-filter-form.grid-view-tab .lt-sidebar {
        display: block;
    }

    .blog-details blockquote,
    .lt-previuos-next ul li a span {
        font-size: 16px;
    }

    .lt-comments-area .lt-title {
        font-size: 28px;
    }

    .lt-previuos-next ul li a {
        padding: 25px;
    }

    .lt-contact .contact-info {
        padding: 50px 15px;
    }

    .lt-map iframe {
        height: 450px;
    }

    .tl-header .tl-search form {
        width: 500px;
        margin-left: -250px;
    }

    .tl-dashboard .widget:last-child {
        margin-bottom: 30px;
    }

    .tl-dashboard .main .price-boxes ul li {
        width: 50%;
        padding: 15px;
        text-align: center;
        font-size: 24px;
    }

    .tl-dashboard .main .messages .messages-content .messages-content-header .user-options ul li {
        margin: 0 10px;
    }
}

@media (max-width:575px) {
    .section-padding {
        padding: 60px 0 45px;
    }

    .lt-banner .banner-content .box-content {
        width: 100%;
        padding: 30px;
    }

    .search-area .search-area-inner,
    .hot-flat-of-week .hot-flat-slider .hot-flat-content {
        padding: 30px;
    }

    .featured-content .featured-slider .property .overlay .map-location span {
        font-size: 16px;
    }

    .featured-content .featured-slider .property .overlay .map-location .map-icon {
        font-size: 20px;
    }

    .house-amenities .amenities-content ul li .amenities {
        padding: 45px 15px;
    }

    .house-amenities .amenities-content ul li.active .amenities .amenities-info h2 {
        font-size: 20px;
    }

    .hot-flat-of-week .hot-flat-slider .slick-dots {
        top: -110px;
    }

    .hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat .hot-flat-meta {
        display: block;
    }

    .lt-testimonial .testimonial-content {
        padding: 50px 30px 20px;
    }

    .feature-content .feature .feature-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
    }

    .feature-content .feature h2 {
        margin-top: 20px;
    }

    .featured-content .featured-text .meta {
        padding: 20px;
    }

    .featured-content .featured-text .meta ul li,
    .hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat-info .meta ul li {
        border-right: 0;
    }

    .featured-content .featured-slider .property .overlay .map-location {
        padding-right: 30px;
    }

    .lt-banner .home-slider .carousel-indicators {
        max-width: 100%;
    }

    .tl-header .tl-search .search-icon {
        font-size: 18px;
    }

    .project .project-info h2 {
        font-size: 20px;
    }

    .project-content {
        padding: 0;
    }

    .cta-content {
        padding: 25px 0;
    }

    .lt-banner.banner-style-1 .banner-text h2 {
        font-size: 36px;
    }

    .section-padding.about-content {
        padding-top: 100px;
    }

    .property-content .property-carousel .carousel-indicators {
        max-width: 100%;
    }

    .property-content .property-carousel .box-content {
        padding: 30px;
        width: 100%;
    }

    .property-details .property .property-info h2,
    .property-details .property .lt-price h3 {
        font-size: 20px;
    }

    .widget .widget_title,
    .property-details .title h2 {
        font-size: 20px;
    }

    .sub-section .lt-map .map-address {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .sub-section .lt-map .map-address span {
        font-size: 14px;
    }

    .sub-section .lt-map iframe {
        height: 250px;
    }

    .sub-section .lt-map .map-address .map-icon {
        font-size: 50px;
        top: -15px;
    }

    .lt-property-submit .property-submit .title {
        padding: 10px 20px;
    }

    .lt-property-submit .property-submit .title h2 {
        font-size: 20px;
    }

    .breadcrumb-content {
        padding-top: 125px;
        padding-bottom: 50px;
    }

    .lt-property-submit .property-submit .map iframe {
        height: 300px;
    }

    .lt-comments-area .commenter-avatar {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .lt-breadcrumb .breadcrumb-content .d-flex {
        display: block !important;
    }

    .breadcrumb-content .title {
        margin-bottom: 10px;
    }

    .lt-comments-area .children .commenter-avatar {
        width: 45px;
        height: 45px;
    }

    .lt-map iframe {
        height: 350px;
    }

    .lt-map .map-address span {
        font-size: 14px;
    }

    .lt-map .map-address .map-icon {
        font-size: 70px;
        top: -40px;
    }

    .lt-map .map-address {
        padding: 50px 20px 20px;
    }

    #scrollUp {
        width: 30px;
        height: 45px;
        line-height: 40px;
        right: 15px;
    }

    #scrollUp:after {
        font-size: 14px;
        line-height: 40px;
    }

    .tl-header .tl-search form {
        width: 400px;
        margin-left: -200px;
    }

    .tl-header .tl-search form input {
        font-size: 16px;
    }

    .tl-dashboard .main {
        padding: 30px 15px;
    }

    .tl-dashboard .main .edit-profile .location-map .map iframe {
        height: 300px;
    }

    .tl-dashboard .main .main-header {
        display: block;
    }

    .tl-dashboard .main .search-box {
        width: 100%;
        margin: 10px 0;
    }

    .tl-dashboard .main .short {
        margin-left: 0;
    }

    .tl-dashboard .main .view-statistics canvas,
    .tl-dashboard .main .monthly-price-change canvas {
        height: 250px !important;
    }

    .side-menu {
        overflow-x: hidden;
        max-height: 400px;
    }
}

@media (max-width:475px) {
    .hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat .hot-flat-meta .hot-flat-icons {
        margin-top: 10px;
    }

    .hot-flat-of-week .hot-flat-slider .hot-flat-content .hot-flat .hot-flat-meta .hot-flat-icons .icon:first-child {
        margin-left: 0;
    }

    .search-area .check-box-form .check-box {
        width: 100%;
    }

    .featured-text h2 {
        font-size: 20px;
    }

    .property .property-info h2,
    .featured-text h2 {
        font-size: 16px;
    }

    .house-amenities .amenities-content ul li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .house-amenities .amenities-content ul li.active {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tl-footer .footer-top .newsletter {
        padding: 30px 0 0;
        border: 0;
        border-radius: 0;
    }

    .tl-footer .footer-top .newsletter .form-group {
        display: block;
    }

    .tl-footer .footer-top .newsletter .form-group .form-control {
        border-right-color: rgba(253, 253, 253, 0.2);
    }

    .tl-footer .footer-top .newsletter .btn.btn-primary {
        margin-top: 15px;
        width: 100%;
    }

    .city-content .button {
        margin-top: 15px;
    }

    .tl-header .tl-topbar .left-content:before {
        left: -100px;
    }

    .tl-header .tl-topbar .right-content {
        position: relative;
        z-index: 99;
    }

    .tl-header .tl-topbar .right-content a:hover {
        color: #fff;
    }

    .tl-header .tl-topbar ul li {
        margin-right: 15px;
    }

    .tl-header .tl-menu .right-content {
        right: 55px;
        top: 8px;
    }

    .tl-header .tl-menu .navbar-brand {
        max-width: 150px;
    }

    .btn.btn-transparent,
    .btn.btn-primary {
        padding: 12px 25px;
    }

    .topbar-user {
        min-width: 100px;
    }

    .lt-get-a-quote .quote-form h1 {
        font-size: 20px;
    }

    .lt-get-a-quote .quote-info .quote-text h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .cta-content .buttons a.btn.btn-transparent {
        margin-right: 0;
    }

    .about-content .about-thumb-content {
        display: block;
    }

    .about-content .about-thumb-content .thumb img {
        width: 100%;
    }

    .about-content .about-thumb-content .thumb.thumb-2 {
        margin-left: 0;
        margin-top: 0;
    }

    .about-content .about-thumb-content .thumb.thumb-2:before {
        display: none;
    }

    .about-content .about-thumb-content .lt-video a .icon {
        margin-right: 0;
        padding: 0 15px 0 0;
    }

    .lt-banner.banner-style-1 .banner-text h2 {
        font-size: 30px;
    }

    .lt-filter-form .lt-filter {
        display: block !important;
    }

    .lt-filter-form .lt-filter .left-content {
        margin-bottom: 15px;
    }

    .lt-filter-form .lt-filter .short-by {
        margin-left: 0;
        width: 100%;
    }

    .breadcrumb-content .title h1 {
        font-size: 22px;
    }

    .property-details .lt-nearby .nearby-content .nearby .left-content {
        display: block;
    }

    .property-details .lt-nearby .nearby-content .nearby .left-content .thumb {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 15px;
    }

    .property-details .property .property-info .d-flex.justify-content-between {
        display: block !important;
    }

    .property-details .property .lt-price {
        text-align: left;
        margin-top: 15px;
    }

    .property-details .amenities ul li {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sub-section {
        padding: 20px;
    }

    .property-details .lt-video .author-content {
        display: none;
    }

    .lt-property-submit .property-submit .map iframe {
        height: 200px;
    }

    .widget.widget_recent_comments ul li a,
    .widget.widget_recent_entries ul li a {
        font-size: 14px;
    }

    .blog-details .tl-post .entry-title {
        font-size: 22px;
    }

    .blog-details .tl-post .entry-footer {
        display: block;
    }

    .blog-details .tl-post .entry-footer .tagcloud {
        margin-bottom: 15px;
    }

    .lt-previuos-next ul li a span {
        font-size: 14px;
    }

    .lt-comments-area .comment-box .comment-meta .lt-reply {
        float: none;
    }

    .lt-comments-area .comment-box .comment-meta .url {
        display: block;
        margin-bottom: 10px;
    }

    .lt-previuos-next ul {
        display: block;
    }

    .lt-previuos-next ul li.previuos {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .lt-previuos-next ul li.next {
        margin-left: 0;
    }

    .calculator-widget form .form-group .form-control {
        min-width: 100px;
        max-width: 100px;
    }

    .property-details .property .property-info .info-top .meta ul li,
    .property-details .property .property-info .info-top .print-heart .print {
        border-right: 0;
    }

    .tl-header .tl-search form {
        width: 300px;
        margin-left: -150px;
    }

    .db-header .tl-user-option ul li {
        margin-right: 15px;
    }

    .db-header .tl-menu .tl-search {
        margin-right: 15px;
    }

    .db-header .tl-user-option .tl-user .author {
        width: 30px;
        height: 30px;
    }

    .db-header .tl-toggler {
        left: 75px;
    }

    .db-header .tl-menu .right-content {
        top: 17px;
    }

    .tl-dashboard .main .edit-profile .edit-profile-picture .profile-picture {
        padding: 30px;
    }

    .tl-dashboard .main h1.db-title {
        font-size: 22px;
    }

    .tl-dashboard .main .my-reviews .comment-list li.media .commenter-avatar {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }

    .tl-dashboard .main .my-reviews .comment-meta {
        display: block;
    }

    .tl-dashboard .main .my-reviews .comment-meta .float-right {
        float: none !important;
        margin-top: 5px;
    }

    .tl-dashboard .main .view-statistics canvas,
    .tl-dashboard .main .monthly-price-change canvas {
        height: 150px !important;
    }
}

.navbar-collapse.collapse.in {
    display: block;
}
.footer_link{
    display: flex;
    flex-wrap: wrap;
}
.footer_link li{
    width: 50%;
}