@charset "UTF-8";
@font-face {
    font-display: swap;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
[role="button"],
a,
area,
button,
input:not([type="range"]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    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;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    -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: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.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: 5px;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96;
}
.blockquote-footer::before {
    content: "\2014 \00A0";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #868e96;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
}
a > code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}
.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: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}
.table tbody + tbody {
    border-top: 2px solid #e9ecef;
}
.table .table {
    background-color: #fff;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #e9ecef;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #e9ecef;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}
.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #dddfe2;
}
.table-hover .table-secondary:hover {
    background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #cfd2d6;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}
.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}
.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 > td,
.table-danger > th {
    background-color: #f5c6cb;
}
.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 > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
    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: #212529;
    border-color: #32383e;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm.table-bordered {
        border: 0;
    }
}
@media (max-width: 767px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md.table-bordered {
        border: 0;
    }
}
@media (max-width: 991px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg.table-bordered {
        border: 0;
    }
}
@media (max-width: 1199px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl.table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.form-control::placeholder {
    color: #868e96;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    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;
}
.col-form-legend {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    font-size: 1rem;
}
.form-control-plaintext {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
    color: #868e96;
}
.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}
.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}
.form-check-inline {
    display: inline-block;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-label {
    vertical-align: middle;
}
.valid-feedback {
    display: none;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: 0.2rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}
.form-check-input.is-valid + .form-check-label,
.was-validated .form-check-input:valid + .form-check-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-indicator,
.was-validated .custom-control-input:valid ~ .custom-control-indicator {
    background-color: rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid ~ .custom-control-description,
.was-validated .custom-control-input:valid ~ .custom-control-description {
    color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-control,
.was-validated .custom-file-input:valid ~ .custom-file-control {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-control::before,
.was-validated .custom-file-input:valid ~ .custom-file-control::before {
    border-color: inherit;
}
.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: 0.2rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid + .form-check-label,
.was-validated .form-check-input:invalid + .form-check-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-indicator,
.was-validated .custom-control-input:invalid ~ .custom-control-indicator {
    background-color: rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid ~ .custom-control-description,
.was-validated .custom-control-input:invalid ~ .custom-control-description {
    color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-control,
.was-validated .custom-file-input:invalid ~ .custom-file-control {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-control::before,
.was-validated .custom-file-input:invalid ~ .custom-file-control::before {
    border-color: inherit;
}
.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .form-inline .form-check-label {
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
    }
    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus,
.btn:hover {
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
    background-image: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96;
}
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 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(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #fff;
    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:not([disabled]):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    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:not([disabled]):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
    border-color: transparent;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #868e96;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.show {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
tr.collapse.show {
    display: table-row;
}
tbody.collapse.show {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96;
    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: #868e96;
    white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn + .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.btn + .dropdown-toggle-split::after {
    margin-left: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 3;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    white-space: nowrap;
}
.input-group-addon {
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:not(:last-child) {
    border-right: 0;
}
.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-control + .input-group-addon:not(:first-child) {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 3;
}
.input-group-btn:first-child > .btn + .btn {
    margin-left: 0;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: 0;
}
.input-group-btn:not(:first-child) > .btn-group:first-child,
.input-group-btn:not(:first-child) > .btn:first-child {
    margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
    z-index: 3;
}
.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #e9ecef;
}
.custom-control-input:disabled ~ .custom-control-description {
    color: #868e96;
}
.custom-control-indicator {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-indicator {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #007bff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-indicator {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-controls-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0;
}
.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple] {
    height: auto;
    background-image: none;
}
.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    opacity: 0;
}
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}
.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}
.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-control:lang(en):empty::after {
    content: "Choose file...";
}
.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {
    content: "Browse";
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #868e96;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd;
}
.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-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:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (max-width: 575px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 767px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 991px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 1199px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
    color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-group .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group .card:only-child .card-img-top {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group .card:only-child .card-img-bottom {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #868e96;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #868e96;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.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: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
}
.page-link:focus,
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
}
.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;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}
.badge-secondary {
    color: #fff;
    background-color: #868e96;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}
.badge-warning {
    color: #111;
    background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}
.badge-light {
    color: #111;
    background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    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 .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}
.alert-secondary hr {
    border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
    color: #2e3133;
}
.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: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #007bff;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
    text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #868e96;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
a.list-group-item-primary,
button.list-group-item-primary {
    color: #004085;
}
a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
    color: #004085;
    background-color: #9fcdff;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
    color: #464a4e;
    background-color: #dddfe2;
}
a.list-group-item-secondary,
button.list-group-item-secondary {
    color: #464a4e;
}
a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color: #cfd2d6;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #155724;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #0c5460;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #856404;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe8a1;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #721c24;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #721c24;
    background-color: #f1b0b7;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
a.list-group-item-light,
button.list-group-item-light {
    color: #818182;
}
a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
    color: #818182;
    background-color: #ececf6;
}
a.list-group-item-light.active,
button.list-group-item-light.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
a.list-group-item-dark,
button.list-group-item-dark {
    color: #1b1e21;
}
a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
}
.tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid;
}
.tooltip.bs-tooltip-auto[x-placement^="top"],
.tooltip.bs-tooltip-top {
    padding: 5px 0;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.bs-tooltip-top .arrow {
    bottom: 0;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^="right"],
.tooltip.bs-tooltip-right {
    padding: 0 5px;
}
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.bs-tooltip-right .arrow {
    left: 0;
}
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"],
.tooltip.bs-tooltip-bottom {
    padding: 5px 0;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.tooltip.bs-tooltip-bottom .arrow {
    top: 0;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bs-tooltip-auto[x-placement^="left"],
.tooltip.bs-tooltip-left {
    padding: 0 5px;
}
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.bs-tooltip-left .arrow {
    right: 0;
}
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow::before {
    content: "";
    border-width: 0.8rem;
}
.popover .arrow::after {
    content: "";
    border-width: 0.8rem;
}
.popover.bs-popover-auto[x-placement^="top"],
.popover.bs-popover-top {
    margin-bottom: 0.8rem;
}
.popover.bs-popover-auto[x-placement^="top"] .arrow,
.popover.bs-popover-top .arrow {
    bottom: 0;
}
.popover.bs-popover-auto[x-placement^="top"] .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-top .arrow::before {
    border-bottom-width: 0;
}
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::before {
    bottom: -0.8rem;
    margin-left: -0.8rem;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="top"] .arrow::after,
.popover.bs-popover-top .arrow::after {
    bottom: calc((0.8rem - 1px) * -1);
    margin-left: -0.8rem;
    border-top-color: #fff;
}
.popover.bs-popover-auto[x-placement^="right"],
.popover.bs-popover-right {
    margin-left: 0.8rem;
}
.popover.bs-popover-auto[x-placement^="right"] .arrow,
.popover.bs-popover-right .arrow {
    left: 0;
}
.popover.bs-popover-auto[x-placement^="right"] .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-right .arrow::before {
    margin-top: -0.8rem;
    border-left-width: 0;
}
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::before {
    left: -0.8rem;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="right"] .arrow::after,
.popover.bs-popover-right .arrow::after {
    left: calc((0.8rem - 1px) * -1);
    border-right-color: #fff;
}
.popover.bs-popover-auto[x-placement^="bottom"],
.popover.bs-popover-bottom {
    margin-top: 0.8rem;
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow,
.popover.bs-popover-bottom .arrow {
    top: 0;
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-bottom .arrow::before {
    margin-left: -0.8rem;
    border-top-width: 0;
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::before {
    top: -0.8rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.popover.bs-popover-bottom .arrow::after {
    top: calc((0.8rem - 1px) * -1);
    border-bottom-color: #fff;
}
.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.popover.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.popover.bs-popover-auto[x-placement^="left"],
.popover.bs-popover-left {
    margin-right: 0.8rem;
}
.popover.bs-popover-auto[x-placement^="left"] .arrow,
.popover.bs-popover-left .arrow {
    right: 0;
}
.popover.bs-popover-auto[x-placement^="left"] .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-left .arrow::before {
    margin-top: -0.8rem;
    border-right-width: 0;
}
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::before {
    right: -0.8rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.bs-popover-auto[x-placement^="left"] .arrow::after,
.popover.bs-popover-left .arrow::after {
    right: calc((0.8rem - 1px) * -1);
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #868e96 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #e9ecef !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #868e96 !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: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !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-circle {
    border-radius: 50% !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.d-print-block {
    display: none !important;
}
@media print {
    .d-print-block {
        display: block !important;
    }
}
.d-print-inline {
    display: none !important;
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
}
.d-print-inline-block {
    display: none !important;
}
@media print {
    .d-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
}
.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 embed,
.embed-responsive iframe,
.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.857143%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 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-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-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-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-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important;
}
.text-secondary {
    color: #868e96 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}
.text-muted {
    color: #868e96 !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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 {
    20%,
    53%,
    80%,
    from,
    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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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 {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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 {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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 {
    11.1%,
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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 bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    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: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    20%,
    40%,
    60%,
    80%,
    from,
    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: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInLeft {
    60%,
    75%,
    90%,
    from,
    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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    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);
    }
    from {
        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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInRight {
    60%,
    75%,
    90%,
    from,
    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);
    }
    from {
        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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    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);
    }
    from {
        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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    60%,
    75%,
    90%,
    from,
    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);
    }
    from {
        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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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: 0.75s;
    animation-duration: 0.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 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        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 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        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 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        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 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        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 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        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 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        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 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        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 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        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 {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -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 {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -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 {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
        -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);
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    from {
        -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);
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        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 {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 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 {
    from {
        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 {
    from {
        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 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        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 {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -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;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[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;
}
.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
    font-family: inherit;
    background-color: #fff;
}
.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.navigation-portrait {
    height: 48px;
}
.navigation-fixed-wrapper {
    width: 100%;
    left: 0;
    z-index: 19998;
    will-change: opacity;
}
.navigation-fixed-wrapper.fixed {
    position: fixed !important;
    -webkit-animation: fade 0.5s;
    animation: fade 0.5s;
}
@keyframes fade {
    from {
        opacity: 0.999;
    }
    to {
        opacity: 1;
    }
}
.navigation-fixed-wrapper .navigation {
    margin-right: auto;
    margin-left: auto;
}
.navigation-fixed-placeholder {
    width: 100%;
    display: none;
}
.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
    display: block;
}
.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: -9999px;
}
.align-to-right {
    float: right;
}
.nav-header {
    float: left;
}
.navigation-hidden .nav-header {
    display: none;
}
.nav-brand {
    line-height: 70px;
    padding: 0 15px;
    color: #70798b;
    font-size: 24px;
    text-decoration: none !important;
}
.nav-brand:focus,
.nav-brand:hover {
    color: #70798b;
}
.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}
.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}
.nav-logo:focus > img {
    outline: initial;
}
.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}
.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
}
.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #70798b;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}
.navigation-portrait .nav-toggle {
    display: block;
}
.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}
.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #70798b;
    font-size: 26px;
    cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}
.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}
.navigation-portrait .nav-menu {
    width: 100%;
}
.nav-menu.nav-menu-centered {
    text-align: center;
}
.nav-menu.nav-menu-centered > li {
    float: none;
}
.nav-menu > li {
    /*display: inline-block;*/
    float: left;
    text-align: left;
}
.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}
.nav-menu > li > a {
    height: 70px;
    padding: 26px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    color: #70798b;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}
.nav-menu > li.active > a,
.nav-menu > li.focus > a,
.nav-menu > li:hover > a {
    color: #967adc;
}
.nav-menu > li > a > [class*="ion-"],
.nav-menu > li > a > i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
}
.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}
.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}
.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}
.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}
.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron,
.nav-menu > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}
.no-scroll {
    touch-action: none;
    overflow-x: hidden;
}
.nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
}
.navigation-portrait .nav-search {
    height: 48px;
    padding-right: 10px;
}
.navigation-hidden .nav-search {
    display: none;
}
.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
}
.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}
.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #70798b;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}
.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav-search-button:hover .nav-search-icon {
    color: #967adc;
}
.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}
.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}
.navigation-portrait .nav-search-inner {
    height: 48px;
}
.nav-search-inner input[type="search"],
.nav-search-inner input[type="text"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #70798b;
    outline: 0;
    line-height: 70px;
    border: none;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation-portrait .nav-search-inner input[type="search"],
.navigation-portrait .nav-search-inner input[type="text"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}
.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #70798b;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}
.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}
.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    background-color: #967adc;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.nav-button:focus,
.nav-button:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.85;
}
.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}
.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #70798b;
    font-size: 14px;
}
.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
    margin-top: 15px;
}
.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}
.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}
.nav-dropdown .nav-dropdown {
    left: 100%;
}
.nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
}
.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}
.nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #70798b;
    background-color: #fdfdfd;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.nav-dropdown > li.focus > a,
.nav-dropdown > li:hover > a {
    color: #967adc;
}
.nav-dropdown.nav-dropdown-left {
    right: 0;
}
.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
}
.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 110px;
}
.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-dropdown > .focus > a .submenu-indicator-chevron,
.nav-dropdown > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}
.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
}
.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
}
.nav-dropdown-horizontal > li > a {
    position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
}
.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}
.megamenu-panel [class*="container"] {
    width: 100%;
}
.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}
.megamenu-panel-half {
    width: 50%;
}
.megamenu-panel-quarter {
    width: 25%;
}
.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}
.megamenu-panel-row {
    width: 100%;
}
.megamenu-panel-row:after,
.megamenu-panel-row:before {
    display: table;
    content: "";
    line-height: 0;
}
.megamenu-panel-row:after {
    clear: both;
}
.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}
.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}
.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}
.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
    margin-top: 0;
}
.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}
.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}
.megamenu-panel-row .col-3 {
    width: 22.75%;
}
.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}
.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}
.megamenu-panel-row .col-6 {
    width: 48.5%;
}
.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}
.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}
.megamenu-panel-row .col-9 {
    width: 74.25%;
}
.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}
.megamenu-panel-row .col-11 {
    width: 91.416666666667%;
}
.megamenu-panel-row .col-12 {
    width: 100%;
}
.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}
.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}
.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #70798b;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
}
.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    opacity: 0;
    font-size: 13px;
    color: #70798b;
    border: solid 1px #eff0f2;
    background-color: #fff;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.megamenu-tabs-pane.active {
    display: block;
    opacity: 1;
}
.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}
.megamenu-lists {
    width: 100%;
    display: table;
}
.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}
.megamenu-list:last-child {
    margin: 0;
    border: none;
}
.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}
.navigation-landscape .megamenu-list:last-child {
    border: none;
}
.megamenu-list > li > a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #70798b;
    text-decoration: none;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.megamenu-list > li > a:hover {
    color: #fff;
    background-color: #967adc;
}
.megamenu-list > li.megamenu-list-title > a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.8;
    color: #70798b;
}
.megamenu-list > li.megamenu-list-title > a:hover {
    opacity: 1;
    background-color: transparent;
}
.navigation-landscape .list-col-2 {
    width: 50%;
}
.navigation-landscape .list-col-3 {
    width: 33%;
}
.navigation-landscape .list-col-4 {
    width: 25%;
}
body {
    color: #8a8a8a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 24px;
    font-family: Arimo, sans-serif;
}
.body-color {
    background: #f0f1f4;
}
.footer-social li a,
/*.nav-menu li a,
.post-cat,
.post-list-item .nav-tabs li a,*/
.ts-cat-title span,
.ts-social-list li b,
.widgets.ts-social-list-item ul li a b,
h1,
h2,
h3,
h4 {
    font-family: "Noto Serif", sans-serif;
}
h1 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
}
h2 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
}
h3 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}
h4 {
    font-size: 16px;
    font-weight: 700;
}
p {
    margin-bottom: 1rem;
    font-size: 15px;
    color: #232323;
}
a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0 solid;
}
a {
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
a:hover {
    color: #d72924;
}
.btn {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    outline: 0;
    border: none;
    padding: 13px 37px;
    border-radius: 0;
    font-weight: 600;
}
.btn.btn-primary {
    background: #d72924;
}
.btn:hover {
    background: #222;
}
.btn:focus,
button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.section,
section {
    padding: 15px 0;
}
.section-bg {
    background: #f7f7f7;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.pt-0 {
    padding-top: 0;
}
.p-0 {
    padding: 0;
}
.pr-10 {
    padding-right: 10px;
}
.p-30 {
    padding: 30px 0;
}
.p-50 {
    padding: 50px 0;
}
.p-60 {
    padding: 60px 0;
}
.pt-110 {
    padding-top: 110px;
}
.p-10 {
    padding: 0 10px;
}
.plr-30 {
    padding: 0 30px;
}
.plr-1 {
    padding: 0 5px;
}
.plr-10 {
    padding: 0 10px;
}
.p-100 {
    padding: 100px 0;
}
.mt-15 {
    margin-top: 15px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mr--20 {
    margin-right: -20px;
}
.post-cat {
    background: #007dff;
}
.green-color {
    color: #d72924;
}
.blue-color {
    color: #007dff;
}
.blue-dark-color {
    color: #005689;
}
.bl-light-color {
    color: #007dff;
}
.pink-color {
    color: #ff5575;
}
.yellow-color {
    color: #ffaf31;
}
.purple-color {
    color: #6200ee !important;
}
.ts-green-bg {
    background: #4ab106;
}
.ts-blue-bg {
    background: #007dff;
}
.ts-blue-dark-bg {
    background: #005689;
}
.ts-blue-light-bg {
    background: #007dff;
}
.ts-pink-bg {
    background: #ff5575;
}
.ts-yellow-bg {
    background: #ffaf31;
}
.ts-orange-bg {
    background: #d72924;
}
.ts-grey-bg {
    background: #666867;
}
.ts-purple-bg {
    background: #6200ee;
}
.ts-white-bg {
    background: #fff;
}
.ts-blue-light-heighlight {
    background: #007dff;
}
.ts-facebook a i {
    background: #3b5999;
}
.ts-google-plus a i {
    background: #dd4b39;
}
.ts-twitter a i {
    background: #55acee;
}
.ts-pinterest a i {
    background: #bd081c;
}
.ts-linkedin a i {
    background: #007bb6;
}
.ts-youtube a i {
    background: #f33220;
}
.ts-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
}
.ts-title:before {
    position: absolute;
    left: -30px;
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
    background: #d72924;
}
.ts-title.white {
    color: #fff;
}
.post-title-small {
    font-size: 15px;
    font-weight: normal;
    color: #232323;
    margin-bottom: 5px;
    max-height: 54px;
    overflow: hidden;
}
.post-title-small a {
    color: #222;
}
.post-title {
    font-size: 15px;
    font-weight: 700;
    color: #232323;
    margin-bottom: 5px;
}
.post-subtitle {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 25px;
}
.author{
    font-weight: bold;
    line-height: 20px !important;
}
.fonte{
    font-weight: 500;
    line-height: 20px !important;
}
.post-title.lg {
    font-size: 36px;
    margin-bottom: 17px;
}
.post-title.ex-lg {
    font-weight: 700;
    font-size: 44px;
    color: #212121;
    margin-bottom: 15px;
}
.post-title.md {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.post-title.md-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.post-title.large {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 500;
}
.post-title a {
    color: #222;
}
.post-title a:hover {
    color: #d72924;
}
.border-top {
    border-top: 1px solid #e9e9e9;
}
.border-top.bar1 {
    border-color: #4d4d70;
}
#featured-slider .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
}
#featured-slider .owl-nav .owl-prev:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 15px;
    background: #406a91;
    content: "";
    margin: auto;
}
#featured-slider .owl-nav .owl-next,
#featured-slider .owl-nav .owl-prev {
    font-size: 14px;
    background: #666867;
    color: #fff;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
    margin: 0;
}
.post-meta-info {
    margin-bottom: 10px;
    padding-left: 0;
}
.post-meta-info li {
    font-size: 13px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.post-meta-info li i {
    margin-right: 6px;
    font-size: 15px;
}
.post-meta-info li a {
    color: #a9a9a9;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.post-meta-info li a:hover {
    color: #d72924;
}
.post-meta-info li a.post-cat {
    margin-left: 0;
    color: #fff;
}
.post-meta-info li.author img {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.post-meta-info li:last-child {
    margin-right: 0;
}
.post-meta-info li.active {
    color: #d72924;
}
blockquote {
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    color: #232323;
    line-height: 36px;
    padding: 0 0 0 75px;
    position: relative;
    margin: 50px 50px;
    z-index: 1;
}
blockquote:before {
    content: "\f10d";
    font-family: Fontawesome;
    position: absolute;
    left: 0;
    font-size: 96px;
    background: #f0f1f4;
    display: block;
    height: 125%;
    color: #fff;
    line-height: 102px;
    padding: 0 37px 0 0;
    font-style: normal;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
}
blockquote cite {
    font-weight: 700;
    float: right;
    position: relative;
    font-size: 16px;
}
blockquote cite:after {
    position: absolute;
    right: -50px;
    top: 0;
    width: 40px;
    height: 2px;
    background: #d72924;
    content: "";
    bottom: 0;
    margin: auto;
}
.owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
    margin: 0 0 0 20px;
    display: inline-block;
    position: relative;
}
.owl-nav .owl-next i,
.owl-nav .owl-prev i {
    font-size: 20px;
    line-height: 27px;
}
.owl-nav .owl-next:hover i,
.owl-nav .owl-prev:hover i {
    color: #d72924;
}
.owl-nav .owl-prev:before {
    position: absolute;
    right: -11px;
    top: 0;
    width: 1px;
    height: 15px;
    background: #ddd;
    content: "";
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
}
.owl-dots {
    position: absolute;
    right: 0;
    top: -49px;
    z-index: 1;
}
.owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d72924;
    display: inline-block;
    opacity: 1;
    margin: 0 3px;
    opacity: 0.5;
}
.owl-dots .owl-dot.active span {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: relative;
    top: 2px;
    opacity: 1;
}
#more-news-slider .owl-dots .owl-dot span {
    background: #fff;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999999;
    overflow: hidden;
    background-color: #d72924;
    -webkit-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}
#preloader.loaded {
    top: -200%;
}
#preloader.loaded .preloader-cancel-btn-wraper {
    bottom: 200%;
}
.preloader-cancel-btn-wraper {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 30px;
    -webkit-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}
.preloader-cancel-btn-wraper .preloader-cancel-btn {
    border-radius: 36px;
    font-size: 11px;
    padding: 13px 23px;
    background: #9a2521;
}
.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.double-bounce1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.ts-top-nav {
    padding-left: 26px;
}
.ts-top-nav li {
    display: inline-block;
    margin-right: 16px;
}
.ts-top-nav li a {
    font-size: 13px;
    color: #8a8a8a;
    line-height: 40px;
}
.ts-top-nav li a:hover {
    color: #d72924;
}
.ts-top-nav li:last-of-type {
    margin-right: 0;
}
.top-social li {
    display: inline-block;
    line-height: 41px;
}
.top-social li a {
    color: #8a8a8a;
    font-size: 20px;
    padding: 0 2px;
}
.top-social li.ts-date {
    padding: 0 14px;
    margin-left: 19px;
    background: #d72924;
    color: #fff;
    font-weight: 600;
}
.top-social li.ts-subscribe {
    padding: 0 30px;
    margin-left: 19px;
    background: #d72924;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.top-social li.ts-subscribe a {
    color: #fff;
}
.top-bar {
    background: #fff;
    padding: 0;
}
.top-bar .ts-temperature {
    display: inline-block;
    padding-right: 30px;
    position: relative;
}
.top-bar .ts-temperature:before {
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    height: 20px;
    content: "";
    background: #e9e9e9;
}
.top-bar .ts-temperature i {
    color: #ffaf31;
}
.top-bar .ts-temperature span b {
    font-weight: 400;
    position: relative;
    top: -4px;
}
.top-bar .ts-top-nav {
    display: inline-block;
}
.top-bar.v2 {
    background: #c2211c;
}
.top-bar.v2 .ts-breaking-news {
    margin-bottom: 0;
    background: 0 0;
    padding: 0;
}
.top-bar.v2 .ts-breaking-news .breaking-title {
    color: #fff;
}
.top-bar.v2 .ts-breaking-news p a {
    color: #fff;
}
.top-bar.v2 .top-social li a {
    color: #fff;
}
.top-bar.v3 .ts-date {
    display: inline-block;
    padding-right: 50px;
    font-weight: 500;
    font-size: 14px;
    color: #8a8a8a;
}
.top-bar.v3 .ts-temperature {
    border-right: none;
    padding-right: 0;
}
.top-bar .ts-date {
    font-size: 13px;
    font-weight: 500;
    color: #606060;
}
.top-bar .ts-date-item {
    background: #d72924;
    display: inline-block;
    line-height: 42px;
    padding: 0 14px;
    color: #fff;
}
.top-bar.top-bg {
    background: #f4f4f4;
}
.top-bar .top-nav li {
    display: inline-block;
}
.top-bar .top-nav li a {
    font-size: 13px;
    color: #606060;
    line-height: 26px;
    line-height: 34px;
    margin-left: 35px;
}
.top-bar.bg-blue-dark {
    background: #004e7c;
}
.top-bar.bg-blue-dark .ts-date {
    color: #fff;
}
.top-bar.bg-blue-dark .ts-top-nav li a {
    color: #dde7ee;
}
.top-bar.v4 {
    background: #2c2c2c;
}
.top-bar.v4 .ts-breaking-news {
    margin-bottom: 0;
    background: 0 0;
    padding: 8px 20px 8px 0;
}
.top-bar.v4 .ts-breaking-news .breaking-post-content p a {
    color: #fff;
}
.top-bar.v5 .ts-breaking-news {
    padding: 7px 20px 7px 0;
    margin-bottom: 0;
}
.header-middle {
    padding: 20px 0;
}
.header-middle .banner-img {
    text-align: center;
}
.header-middle.v2 {
    background: #fff;
    padding: 4px 0;
    margin-bottom: 5px;
}
.header-middle.v2 .logo a {
    text-align: left;
}
.header-middle.v3 {
    padding: 25px 0;
}
.header-middle.v4 {
    padding: 38px 0;
}
.banner-img img {
    max-width: 100%;
}
.bg-blue {
    background: #005689;
}
.currency-list-item ul li {
    display: inline-block;
    border-right: 1px solid #1a6795;
    padding-right: 10px;
}
.currency-list-item ul li .currency-item {
    display: inline-block;
    padding: 0 14px;
}
.currency-list-item ul li .currency-item label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.currency-list-item ul li .currency-item span {
    font-size: 12px;
}
.currency-list-item ul li .currency-item.right {
    text-align: right;
}
.currency-list-item ul li:nth-child(odd) .currency-item span {
    color: #ff433d;
}
.currency-list-item ul li:nth-child(even) .currency-item span {
    color: #11e260;
}
.currency-list-item ul li:last-child {
    padding-right: 0;
    border-right: none;
}
.currency-list-item ul li:last-child .currency-item.right {
    padding-right: 0;
}
@media (min-width: 992px) {
    .ts-menu-sticky.sticky {
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
        position: fixed;
        top: 0;
        z-index: 9;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 930px;
    }
    .ts-menu-sticky.sticky.fade_down_effect {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }
}
@media (min-width: 1200px) {
    .ts-menu-sticky.sticky {
        max-width: 1110px;
    }
}
.header-nav-item {
    padding-left: 5px;
}
.breaking-title {
    font-size: 13px;
    text-transform: uppercase;
    color: #d72924;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 26px;
    padding-right: 10px;
}
.breaking-title i {
    font-size: 15px;
    margin-right: 6px;
}
.mobile-logo {
    display: none;
}
.ts-breaking-news {
    background: #fff;
    padding: 12px 20px;
    margin-top: 5px;
}
.ts-breaking-news p {
    margin-bottom: 0;
}
.ts-breaking-news p a {
    font-size: 13px;
    line-height: 26px;
    color: #5c5c5c;
}
.ts-breaking-news .breaking-news-content {
    width: 80%;
}
#breaking_slider .owl-nav {
    position: absolute;
    right: -45px;
    top: 1px;
}
#breaking_slider .owl-nav .owl-next,
#breaking_slider .owl-nav .owl-prev {
    width: 24px;
    background: #f0f1f4;
    color: #222;
    line-height: 19px;
    margin-left: 5px;
    height: 24px;
    font-size: 16px;
}
#breaking_slider .owl-nav .owl-next:before,
#breaking_slider .owl-nav .owl-prev:before {
    display: none;
}
#breaking_slider .owl-nav .owl-next:hover,
#breaking_slider .owl-nav .owl-prev:hover {
    background: #d72924;
    color: #fff;
}
.header-default {
    position: relative;
}
.logo {
    background: #d72924;
    height: 115px;
}
.logo a {
    display: block;
    text-align: center;
    line-height: 115px;
}
.nav-header {
    padding: 0;
    margin: 0;
    width: 0;
}
.navigation {
    height: 60px;
    display: block;
}
.nav-menu > li > a {
    height: 60px;
    padding: 22px 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #232323;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.nav-menu > li > a .submenu-indicator {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    margin-top: 0;
}
.nav-menu > li > a .submenu-indicator:before {
    content: "\f0d7";
    font-size: 14px;
    font-family: FontAwesome;
}
.nav-menu > li > a .submenu-indicator .submenu-indicator-chevron {
    display: none;
}
.nav-menu > li > a:hover {
    background: #d72924;
    color: #fff !important;
}
.nav-menu > li .nav-dropdown li a {
    font-weight: 700;
    height: 50px;
    padding: 16px 20px;
}
.nav-menu > li.focus > a {
    color: #d72924;
}
.nav-menu > li.active > a {
    background: #d72924;
    color: #fff;
}
.nav-menu > li.active > a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
}
.nav-menu > li .nav-dropdown {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.nav-menu > li .nav-dropdown li a {
    font-size: 14px;
    color: #232323;
    border: none;
    padding: 14px 16px;
    font-weight: 400;
}
.nav-menu > li .nav-dropdown li a:hover {
    color: #d72924;
}
.nav-menu > li .nav-dropdown li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85%;
    right: 0;
    margin: auto;
    height: 1px;
    background: #eae8e8;
    content: "";
}
.nav-menu > li .nav-dropdown li:last-child a:before {
    display: none;
}
.nav-menu .megamenu-panel {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.nav-menu .megamenu-lists .megamenu-list > li > a {
    font-size: 14px;
    color: #232323;
}
.nav-menu .megamenu-lists .megamenu-list > li > a:hover {
    color: #d72924;
    background: 0 0;
}
.nav-menu .megamenu-tabs-nav {
    background: #f0f1f4;
}
.nav-menu .megamenu-tabs-nav > li > a {
    font-size: 14px;
    color: #232323;
    border: none;
    padding: 14px 16px 14px 30px;
}
.nav-menu .megamenu-tabs-nav > li > a:hover {
    color: #d72924;
    background: #f0f1f4;
}
.nav-menu .megamenu-tabs-nav > li.active a {
    background: 0 0;
    color: #d72924;
}
.nav-menu .megamenu-tabs {
    padding: 15px 0;
}
.nav-menu .megamenu-tabs-pane {
    border: none;
    border-left: 1px solid #f0f1f4;
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.right-menu li {
    float: left;
}
.right-menu li a {
    line-height: 61px;
    width: 60px;
    height: 60px;
    font-size: 19px;
    display: block;
    text-align: center;
    border-left: 1px solid #e9e9e9;
    color: #8a8a8a;
}
.right-menu li .nav-search {
    height: 60px;
}
.right-menu li .nav-search .nav-search-button {
    height: 100%;
    line-height: 64px;
    color: #fff;
    font-size: 17px;
    width: 60px;
    background: #d72924;
}
.right-menu .nav-search-inner input[type="search"],
.right-menu .nav-search-inner input[type="text"] {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}
.right-menu .nav-search-close-button {
    top: 16px;
}
.header-standerd {
    background: #d72924;
}
.header-standerd .navigation {
    background: 0 0;
}
.header-standerd .nav-menu > li > a {
    color: #fff;
}
.header-standerd .nav-menu > li > a:hover {
    background: #c2211c;
}
.header-standerd .nav-menu > li.active > a {
    background: #c2211c;
}
.header-standerd .right-menu li a {
    border-left: none;
    color: #fff;
    position: relative;
}
.header-standerd .right-menu li a:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 20px;
    content: "";
    bottom: 0;
    margin: auto;
    background: #fff;
}
.menu-centerd .ts-main-menu {
    text-align: center !important;
}
.nav-menu-item {
    position: relative;
}
.nav-menu-item .ts-main-menu .nav-menu > li > a {
    font-size: 16px;
    height: 70px;
    font-weight: 400;
    color: #212121;
    padding: 22px 28px;
    text-transform: capitalize;
}
.nav-menu-item .ts-main-menu .nav-menu > li > a:hover {
    background: #fff;
}
.nav-menu-item .ts-main-menu .nav-menu > li .nav-dropdown li a:hover {
    background: #6cba40;
    color: #fff;
}
.nav-menu-item .ts-main-menu .nav-menu li.active > a {
    background: 0 0;
    color: #6cba40;
}
.nav-menu-item .ts-main-menu .right-menu li .nav-search .nav-search-button {
    background: 0 0;
    color: #212121;
    width: 50px;
    height: auto;
    line-height: 69px;
    font-size: 16px;
}
.nav-menu-item.nav-icon-item .navigation {
    height: 114px;
}
.nav-menu-item.nav-icon-item .nav-menu > li > a {
    padding: 22px 58px;
    height: 100% !important;
    font-size: 14px;
    font-weight: 500 !important;
    color: #383838;
    text-transform: uppercase !important;
}
.nav-menu-item.nav-icon-item .nav-menu > li > a i {
    display: block;
    width: auto;
    text-align: center;
    margin-bottom: 12px;
    font-size: 35px;
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    line-height: 34px;
}
.nav-menu-item.nav-icon-item .nav-menu > li .nav-dropdown li a:hover {
    color: #fff;
}
.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button {
    width: auto;
    line-height: 36px;
    padding: 25px 61px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button i {
    font-size: 24px;
}
.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button b {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}
.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button:hover {
    color: #6cba40;
}
.header-transparent {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    border-bottom: 1px solid #33335b;
}
.header-transparent .nav-header {
    width: auto;
}
.header-transparent .nav-header .nav-brand {
    padding: 0;
    line-height: 80px;
}
.header-transparent .navigation {
    background: 0 0;
    height: 80px;
}
.header-transparent .nav-menu > li > a {
    color: #fff;
    height: 80px;
    padding: 31px 26px;
    position: relative;
}
.header-transparent .nav-menu > li > a .submenu-indicator {
    margin-top: 0;
}
.header-transparent .nav-menu > li > a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #007dff;
    content: "";
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.header-transparent .nav-menu > li > a:hover {
    background: 0 0;
}
.header-transparent .nav-menu > li > a:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.header-transparent .nav-menu > li.active > a {
    background: 0 0;
    color: #007dff;
}
.header-transparent .nav-menu > li .nav-dropdown {
    border-top: none;
    background: #fff;
}
.header-transparent .right-menu li .nav-search {
    width: 80px;
    height: 80px;
    margin-left: 15px;
}
.header-transparent .right-menu li .nav-search .nav-search-button {
    width: 100%;
    height: 100%;
    line-height: 80px;
    background: 0 0;
    border-left: 1px solid #33335b;
    border-right: 1px solid #33335b;
}
.header-box .navigation {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    height: 50px;
}
.header-box .right-menu li .nav-search {
    height: 50px;
}
.header-box .right-menu li .nav-search .nav-search-button {
    line-height: 56px;
}
.header-box .nav-menu > li > a {
    padding: 16px 25px;
    height: 50px;
}
.header-box .nav-menu > li > a:hover {
    background: #fff;
    color: #005689 !important;
}
.header-box .nav-menu > li > a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.header-box .nav-menu > li > a .submenu-indicator {
    margin-top: 0;
}
.header-box .nav-menu > li > a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #005689;
    content: "";
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.header-box .nav-menu > li.active > a {
    background: 0 0;
    color: #005689;
}
.header-box .right-menu li .nav-search .nav-search-button {
    background: #fff;
    color: #232323;
}
.ts-mega-menu.megamenu-panel {
    max-width: 500px;
    padding: 15px 0;
}
.ts-mega-menu.megamenu-panel .megamenu-list li a {
    height: 46px;
    padding: 15px 20px;
}
.ts-overlay-style {
    position: relative;
}
.ts-overlay-style .item:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.95) 100%);
}
.ts-overlay-style .item:after {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.ts-overlay-style .item:hover:after {
    opacity: 1;
}
.ts-overlay-style.ts-featured .item {
    min-height: 410px;
    position: relative;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
.ts-overlay-style.ts-featured .item .post-content {
    padding: 40px;
}
.ts-overlay-style.ts-featured .item .post-title {
    margin-bottom: 24px;
}
.ts-overlay-style .post-meta-info {
    margin-bottom: 0;
}
#featured-slider-2 .item {
    min-height: 418px;
}
#featured-slider-2 .owl-dots {
    right: 20px;
    top: 5px;
}
#featured-slider-2 .owl-dots .owl-dot span {
    background: #fff;
}
#featured-slider-2 .post-title.lg {
    font-size: 30px;
}
.post-content {
    z-index: 1;
    position: relative;
}
.post-content p {
    font-size: 15px;
    line-height: 24px;
    color: #232323;
}
.ts-overlay-style .overlay-post-content {
    position: absolute;
    bottom: 0;
}
.ts-overlay-style .overlay-post-content .post-content {
    padding: 24px 24px 18px;
}
.ts-overlay-style .overlay-post-content .post-date-info {
    color: #d2d2d2;
}
.ts-overlay-style .overlay-post-content .post-title {
    margin-bottom: 5px;
}
.ts-overlay-style .overlay-post-content .post-title a {
    color: #fff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.ts-overlay-style .overlay-post-content .post-title.md {
    margin-bottom: 10px;
}
.ts-overlay-style .overlay-post-content .post-meta-info li {
    color: #fff;
}
.ts-overlay-style .overlay-post-content .post-meta-info li a {
    color: #fff;
}
.ts-overlay-style .overlay-post-content .post-meta-info li a:hover {
    color: #d72924;
}
.ts-overlay-style .overlay-post-content .post-meta-info li.active {
    color: #d72924;
}
.post-cat {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 10px;
    margin-left: 40px;
    line-height: 21px;
    height: 19px;
    top: -3px;
    letter-spacing: 0.55px;
}
.post-cat:hover {
    color: #fff;
}
.cat-name {
    font-size: 11px;
    color: #6cba40;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
.post-date-info {
    font-size: 12px;
    display: block;
    position: relative;
    color: #8a8a8a;
}
.ts-grid-box {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    /*-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);*/
}
.ts-grid-box.ts-grid-content {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-grid-box.ts-grid-content .post-content {
    padding: 30px 20px 21px 20px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
}
.ts-grid-box.ts-grid-content:hover .ts-post-thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.ts-grid-box .post-cat {
    position: absolute;
    margin-left: 20px;
    top: 0;
}
.ts-grid-box .ts-post-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 10px;
}
.ts-grid-box .ts-post-thumb img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ts-grid-box .ts-post-thumb:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.ts-grid-box:last-of-type {
    margin-bottom: 0;
}
.ts-grid-box.ts-grid-content-1 .post-cat {
    position: relative;
    margin-bottom: 16px;
    margin-left: 0;
}
.ts-grid-box.ts-grid-content-1 .ts-post-thumb {
    margin-bottom: 0;
}
.ts-grid-box.ts-grid-content-1 .post-content {
    padding: 20px 22px 18px 22px;
}
.ts-grid-box.ts-grid-content-1 .post-meta-info li a:hover {
    color: #005689;
}
.ts-grid-box.ts-grid-content-1.featured-item .post-content {
    padding: 20px 28px 18px 28px;
}
.ts-grid-box.ts-grid-content-1.featured-item .ts-post-thumb .link-img {
    min-height: 290px;
}
.ts-post-overlay-style-1 {
    background: 0 0;
    padding: 0;
}
.ts-post-overlay-style-1 .ts-post-thumb {
    margin-bottom: 10px;
}
.ts-post-overlay-style-1 .ts-post-thumb img {
    min-height: 204px;
}
.ts-post-overlay-style-1 .ts-overlay-style:last-of-type .ts-post-thumb {
    margin-bottom: 0;
}
.post-list-item {
    position: relative;
    background: #fff;
}
.post-list-item .nav-tabs {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-bottom: 6px;*/
}
.post-list-item .nav-tabs li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
}
.post-list-item .nav-tabs li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #8a8a8a;
    line-height: 50px;
    font-weight: 500;
    position: relative;
    display: block;
}
.post-list-item .nav-tabs li a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #d72924;
    content: "";
    opacity: 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.post-list-item .nav-tabs li a i {
    margin-right: 6px;
}
.post-list-item .nav-tabs li a.active {
    color: #d72924;
}
.post-list-item .nav-tabs li a.active::before {
    opacity: 1;
}
.post-list-item.blue-dark .nav-tabs li a:before {
    background: #005689;
}
.post-list-item.blue-dark .nav-tabs li a.active {
    color: #005689;
}
.post-list-item.blue-dark .post-title a:hover {
    color: #005689;
}
.post-tab-list {
    margin-bottom: 0;
    padding: 15px;
}
.post-tab-list .post-content.media {
    border-bottom: 1px solid #ededed;
    margin-bottom: 16px;
    padding-bottom: 15px;
}
.post-tab-list .post-content.media .post-title {
    margin-bottom: 0;
}
.post-tab-list .post-content.media:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 5px;
}
.post-tab-list .post-tag {
    line-height: 10px;
    margin-bottom: 6px;
    display: block;
}
.post-tab-list .post-tag a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}
img.sidebar-img {
    width: 70px;
    height: 50px;
    margin-right: 15px;
}
#hot-topics-slider {
    margin-bottom: -60px;
}
.heighlight {
    background: #007dff;
}
.heighlight .ts-post-thumb .post-cat {
    position: absolute;
    margin-left: 0;
    top: auto;
    bottom: 0;
    padding: 4px 15px 0 20px;
}
.heighlight .ts-post-thumb .post-cat:before {
    border-style: solid;
    border-width: 28px 0 0 20px;
    border-color: transparent transparent transparent #007bff;
    position: absolute;
    right: -20px;
    top: 0;
    content: "";
}
.heighlight .post-content {
    padding: 0 20px 20px;
}
.heighlight .post-content .post-title a {
    color: #fff;
}
.heighlight .post-content .post-title a:hover {
    opacity: 0.8;
}
.heighlight .post-content .post-meta-info li {
    color: #fff;
}
.heighlight .post-content .post-date-info {
    color: #fff;
}
.heighlight.ts-green-heighlight {
    background: #4ab106;
}
.heighlight.ts-green-heighlight .post-cat {
    background: #4ab106;
}
.heighlight.ts-green-heighlight .post-cat:before {
    border-color: transparent transparent transparent #4ab106;
}
.heighlight.ts-blue-heighlight {
    background: #d72924;
}
.heighlight.ts-blue-heighlight .post-cat {
    background: #d72924;
}
.heighlight.ts-blue-heighlight .post-cat:before {
    border-color: transparent transparent transparent #d72924;
}
.heighlight.ts-blue-light-heighlight {
    background: #d72924;
}
.heighlight.ts-blue-light-heighlight .post-cat {
    background: #d72924;
}
.heighlight.ts-blue-light-heighlight .post-cat:before {
    border-color: transparent transparent transparent #d72924;
}
.heighlight.ts-pink-heighlight {
    background: #ff5575;
}
.heighlight.ts-pink-heighlight .post-cat {
    background: #ff5575;
}
.heighlight.ts-pink-heighlight .post-cat:before {
    border-color: transparent transparent transparent #ff5575;
}
.heighlight.ts-yellow-heighlight {
    background: #ffaf31;
}
.heighlight.ts-yellow-heighlight .post-cat {
    background: #ffaf31;
}
.heighlight.ts-yellow-heighlight .post-cat:before {
    border-color: transparent transparent transparent #ffaf31;
}
.ts-video-btn {
    position: absolute;
    bottom: 0;
    font-size: 80px;
    right: 0;
    left: 0;
    top: 100px;
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    z-index: 1;
}
.ts-video-btn:hover {
    color: #fff;
}
.post-list-box .nav-link {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
}
.post-list-box .nav-link:first-of-type {
    padding-top: 0;
}
.post-list-box .nav-link:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.post-list-box .post-content img {
    width: 128px;
    height: 85px;
    margin-right: 15px;
}
.post-list-box .post-content .post-title:hover {
    color: #d72924;
}
.post-list-box.ts-list-post-box.ts-grid-content .post-content img {
    width: 110px;
    height: auto;
    margin-right: 15px;
}
.watch-post .ts-overlay-style .item {
    min-height: 343px;
}
.item:hover .ts-post-thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.ts-grid-box.ts-col-box {
    padding: 40px 15px 22px 20px;
}
.ts-grid-box.ts-col-box .post-cat {
    margin-left: 0;
}
.ts-grid-box.ts-col-box .ts-title:before {
    left: -15px;
}
.ts-grid-box.ts-col-box .item {
    margin-bottom: 26px;
}
.ts-grid-box.ts-col-box .item:last-of-type {
    margin-bottom: 0;
}
.ts-grid-box.ts-col-box .post-date-info {
    display: block;
}
.ts-grid-box.ts-col-box .post-content p {
    margin-top: 8px;
}
.ts-tranding-post {
    padding: 30px 0 0 0;
}
.ts-tranding-post .ts-post-thumb {
    margin-bottom: 0;
}
.ts-tranding-post .ts-title {
    margin-left: 30px;
}
.ts-tranding-post .ts-arrow {
    position: absolute;
    right: 15px;
    top: 28px;
}
.ts-tranding-post .ts-arrow a {
    padding: 0 8px;
    color: #101010;
    display: inline-block;
    position: relative;
    font-size: 20px;
}
.ts-tranding-post .ts-arrow a:hover {
    color: #d72924;
}
.ts-tranding-post .ts-arrow a.control-prev::before {
    position: absolute;
    right: -2px;
    top: -3px;
    width: 1px;
    height: 17px;
    background: #ddd;
    content: "";
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
}
.ts-tranding-post .slider-indicators {
    background: #2e55bd;
}
.ts-tranding-post .slider-indicators.carousel-indicators {
    list-style: none;
    padding: 0;
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    bottom: 0;
}
.ts-tranding-post .slider-indicators.carousel-indicators > li {
    float: left;
    cursor: pointer;
    width: 50%;
    display: inline-block;
    margin: 0;
    height: auto;
    text-indent: 1px;
    background: 0 0;
}
.ts-tranding-post .slider-indicators.carousel-indicators > li:before {
    position: absolute;
    right: -4px;
    left: auto;
    display: block;
    width: 1px;
    height: 48px;
    content: "";
    background: #233f88;
    bottom: 0;
    top: 0;
    margin: auto;
}
.ts-tranding-post .slider-indicators.carousel-indicators > li:after {
    position: absolute;
    right: -3px;
    left: auto;
    display: block;
    width: 1px;
    height: 48px;
    content: "";
    background: #6c7ca5;
    bottom: 0;
    top: 0;
    margin: auto;
}
.ts-tranding-post .slider-indicators.carousel-indicators > li:last-child:after,
.ts-tranding-post .slider-indicators.carousel-indicators > li:last-child:before {
    display: none;
}
.ts-tranding-post .slider-indicators.carousel-indicators > li.active {
    border-bottom: 4px solid #ffaf31;
}
.ts-tranding-post .slider-indicators .post-content {
    padding: 20px 20px 17px;
}
.ts-tranding-post .slider-indicators .post-content .post-count {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px solid #adc3ff;
    font-size: 20px;
    text-align: center;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: block;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 17px;
    margin-right: 10px;
    background: #2b50b1;
}
.ts-social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ts-social-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
.ts-social-list li a i {
    font-size: 16px;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 15px 0;
    margin: auto auto 8px;
}
.ts-social-list li b {
    display: block;
    color: #222;
    margin-bottom: 2px;
    line-height: 13px;
    font-size: 13px;
    font-weight: 500;
}
.ts-social-list li span {
    display: block;
    color: #a9a9a9;
    font-size: 13px;
    line-height: 19px;
}
.widgets {
    margin-bottom: 30px;
}
.widgets .ts-social-list li {
    margin-bottom: 15px;
}
.widgets .ts-social-list li:nth-last-child(1),
.widgets .ts-social-list li:nth-last-child(2),
.widgets .ts-social-list li:nth-last-child(3) {
    margin-bottom: 0;
}
.widgets:last-of-type {
    margin-bottom: 0;
}
.widgets .ts-overlay-style .item {
    min-height: inherit;
}
.widgets .ts-overlay-style .item .post-content {
    padding: 13px 20px;
}
.widgets ul li {
    font-size: 14px;
    color: #232323;
}
.widgets ul li a {
    font-size: 14px;
    color: #232323;
}
.widgets ul li a:hover {
    color: #d72924;
}
.widgets .category-list li {
    display: block;
    clear: both;
    margin-bottom: 20px;
}
.widgets .category-list li a span {
    float: right;
    color: #fff;
    padding: 1px 5px;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.widgets .category-list li:last-child {
    margin-bottom: 0;
}
.widgets.post-tab-list .widget-title:before {
    left: -15px;
}
.widgets.post-tab-list .post-content.media {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.widgets.post-tab-list .post-content.media:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.widgets.tag-list ul li {
    display: inline-block;
}
.widgets.tag-list ul li a {
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -ms-border-radius: 36px;
    line-height: 36px;
}
.widgets.tag-list ul li a:hover {
    background: #d72924;
    border-color: #d72924;
    color: #fff;
}
.widgets.ts-grid-box.ts-col-box {
    padding: 30px 15px 22px;
}
.widgets.widgets-populer-post {
    padding: 30px 15px 20px;
}
.widgets.widgets-populer-post .widget-title {
    margin-left: 15px;
}
.widgets.widgets-populer-post .post-content.media {
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.widgets.widgets-populer-post .post-content.media:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.widgets.ts-social-list-item ul {
    margin: -4px 0;
}
.widgets.ts-social-list-item ul li {
    display: inline-block;
}
.widgets.ts-social-list-item ul li a {
    text-align: center;
    display: block;
    min-width: 57px;
    font-size: 13px;
    padding: 8px 0;
    margin: 4px 2px;
    color: #fff;
}
.widgets.ts-social-list-item ul li a i {
    display: block;
    font-size: 16px;
    margin-bottom: 9px;
}
.widgets.ts-social-list-item ul li a b,
.widgets.ts-social-list-item ul li a span {
    display: block;
    margin-bottom: 0;
    line-height: 13px;
    cursor: pointer;
}
.widgets.ts-social-list-item ul li a b {
    font-weight: 600;
    margin-bottom: 4px;
}
.widgets.ts-social-list-item ul li a span {
    font-size: 10px;
}
.widgets.ts-social-list-item ul .ts-facebook a {
    background: #3b5999;
}
.widgets.ts-social-list-item ul .ts-twitter a {
    background: #55acee;
}
.widgets.ts-social-list-item ul .ts-google-plus a {
    background: #dd4b39;
}
.widgets.ts-social-list-item ul .ts-linkedin a {
    background: #007bb6;
}
.widgets.ts-social-list-item ul .ts-pinterest a {
    background: #bd081c;
}
.widgets.ts-social-list-item ul .ts-youtube a {
    background: #f33220;
}
.widgets.ts-social-list-item ul .ts-instragram a {
    background: #517fa3;
}
.widgets.ts-social-list-item ul .ts-dribble a {
    background: #ea4c89;
}
.widgets.ts-social-list-item ul .ts-behance a {
    background: #0079fe;
}
.widgets.widgets-item .widget-title {
    margin-left: 20px;
}
.widgets.widgets-item .widget-title:before {
    left: -20px;
    background: #6cba40;
}
.widgets .ts-widget-newsletter {
    background: #d72924;
    padding: 30px;
}
.widgets .ts-widget-newsletter .newsletter-introtext h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.widgets .ts-widget-newsletter .newsletter-introtext p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 18px;
}
.widgets .ts-widget-newsletter .newsletter-form .form-group {
    margin-bottom: 0;
}
.widgets .ts-widget-newsletter .newsletter-form .form-control {
    width: 100%;
    border-radius: 0;
    outline: 0;
    margin-bottom: 25px;
    height: 40px;
    font-size: 12px;
}
.widgets .ts-widget-newsletter .newsletter-form .btn {
    background: #861714;
    padding: 12px 30px;
}
.widgets .ts-widget-newsletter .newsletter-form .btn:hover {
    background: #d72924;
}
.widgets.single-widget .widget-title {
    margin-left: 20px;
}
.widgets.single-widget .widget-title:before {
    left: -20px;
    background: #007dff;
}
.widgets.single-widget .post-tab-list {
    padding: 0;
}
.widgets .blue-dark-heighlight .post-cat {
    color: #005689;
}
.widgets .blue-dark-heighlight .post-content .post-title a {
    color: #fff;
}
.widgets .blue-dark-heighlight .post-content .post-title a:hover {
    color: #fff;
}
.widgets .blue-dark-heighlight .post-content .post-title.md {
    margin-bottom: 15px;
}
.widgets .blue-dark-heighlight .post-content p {
    color: #fff;
}
.widgets .blue-dark-heighlight .post-content .post-date-info {
    color: #a3b7ca;
}
.posts-ad img,
.widget-banner img {
    max-width: 100%;
}
.ts-block-social-list li {
    margin-bottom: 10px;
}
.ts-block-social-list li:last-child {
    margin-bottom: 0;
}
.ts-block-social-list li a {
    display: block;
    padding: 7px 10px;
    color: #fff;
    position: relative;
}
.ts-block-social-list li a i {
    width: 34px;
    height: 34px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin-right: 5px;
}
.ts-block-social-list li a b,
.ts-block-social-list li a span {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.ts-block-social-list li a span {
    position: absolute;
    right: 10px;
    top: 14px;
    bottom: 0;
    margin: auto;
    font-weight: 400;
}
.ts-block-social-list li.ts-facebook a {
    background: #3b5999;
}
.ts-block-social-list li.ts-facebook a i {
    background: #324c82;
}
.ts-block-social-list li.ts-twitter a {
    background: #55acee;
}
.ts-block-social-list li.ts-twitter a i {
    background: #4892cb;
}
.ts-block-social-list li.ts-google-plus a {
    background: #dd4b39;
}
.ts-block-social-list li.ts-google-plus a i {
    background: #bc4031;
}
.ts-block-social-list li.ts-pinterest a {
    background: #bd081c;
}
.ts-block-social-list li.ts-pinterest a i {
    background: #a10718;
}
.ts-block-social-list li.ts-linkedin a {
    background: #007bb6;
}
.ts-block-social-list li.ts-linkedin a i {
    background: #11638a;
}
.ts-block-social-list li.ts-youtube a {
    background: #f33220;
}
.ts-block-social-list li.ts-youtube a i {
    background: #ce3425;
}
.widget-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
}
.widget-title:before {
    position: absolute;
    left: -30px;
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
    background: #d72924;
}
.widgets-title {
    margin-bottom: 30px;
    position: relative;
}
.widgets-title span {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    background: #6cba40;
    color: #fff;
    line-height: 26px;
    padding: 0 5px;
    padding: 2px 15px;
    display: inline-block;
}
.widgets-title span:before {
    position: absolute;
    width: 20px;
    height: 100%;
    content: "";
    background: #fff;
    right: -20px;
    top: 0;
}
.widgets-title:after {
    position: absolute;
    right: 0;
    bottom: 13px;
    width: 100%;
    height: 1px;
    background: #84be38;
    content: "";
    z-index: -1;
}
.topic-list {
    text-align: center;
    position: relative;
    display: block;
    margin: -30px auto 30px;
    border: none;
    background: #d72924;
    color: #fff;
    padding: 10px 40px;
    outline: 0;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 200px;
}
.ts-grid-box-heighlight {
    background: #d72924;
}
.ts-grid-box-heighlight .ts-title {
    color: #fff;
}
.ts-grid-box-heighlight .ts-title::before {
    background: #fff;
}
#more-news-slider {
    margin-bottom: -80px;
}
.ts-footer-social-list {
    background: #fff;
    padding: 30px 0;
    margin-bottom: 5px;
    margin-top: 3px;
}
.ts-footer-social-list.section-bg {
    background: #f7f7f7;
}
.footer-social li {
    display: inline-block;
    margin-right: 38px;
}
.footer-social li a {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
}
.footer-social li a i {
    font-size: 16px;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    padding: 9px 0;
    margin-right: 8px;
}
.footer-social li a span:hover {
    color: #222;
}
.footer-social li:last-child {
    margin-right: 0;
}
.footer-social-list li {
    display: inline-block;
}
.footer-social-list li a {
    font-size: 14px;
    margin-left: 18px;
}
.footer-social-list li a i {
    background: 0 0;
}
.footer-social-list li.ts-facebook a {
    color: #3b5999;
}
.footer-social-list li.ts-twitter a {
    color: #55acee;
}
.footer-social-list li.ts-google-plus a {
    color: #dd4b39;
}
.footer-social-list li.ts-pinterest a {
    color: #bd081c;
}
.footer-social-list li.ts-youtube a {
    color: #f33220;
}
.footer-social-list li.ts-linkedin a {
    color: #007bb6;
}
.ts-newslatter {
    background: #fff;
    padding: 40px 0;
}
.ts-newslatter.section-bg {
    background: #f7f7f7;
}
.ts-newslatter.section-bg .newsletter-form .email-form-group .form-control {
    background: 0 0;
}
.ts-newslatter .ts-newslatter-content h2 {
    margin-bottom: 17px;
    font-size: 30px;
    font-weight: 500;
}
.ts-newslatter .ts-newslatter-content p {
    margin-bottom: 0;
    padding-right: 50px;
    color: #888;
}
.ts-newslatter .newsletter-form .email-form-group {
    padding-left: 40px;
    position: relative;
}
.ts-newslatter .newsletter-form .email-form-group i {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 15px;
}
.ts-newslatter .newsletter-form .email-form-group .form-control {
    border: none;
    outline: 0;
    border-bottom: 1px solid #a9a9a9;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    padding: 9px 0;
    font-size: 12px;
}
.ts-newslatter .newsletter-form .email-form-group .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-newslatter .newsletter-form .email-form-group .form-control::-webkit-input-placeholder {
    letter-spacing: 1.2px;
}
.ts-newslatter .newsletter-form .email-form-group .form-control:-ms-input-placeholder {
    letter-spacing: 1.2px;
}
.ts-newslatter .newsletter-form .email-form-group .form-control::-ms-input-placeholder {
    letter-spacing: 1.2px;
}
.ts-newslatter .newsletter-form .email-form-group .form-control::placeholder {
    letter-spacing: 1.2px;
}
.ts-newslatter .newsletter-form .ts-submit-btn {
    margin-left: 20px;
}
.ts-newslatter .newsletter-form .ts-submit-btn .btn {
    background: #d72924;
}
.ts-newslatter .newsletter-form .ts-submit-btn .btn:hover {
    background: #d72924;
}
.footer-menu {
    margin-bottom: 14px;
    color: #fff;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    font-size: 14px;
    color: #fff;
    margin: 0 22px;
    opacity: 0.7;
}
.footer-menu ul li a:hover {
    opacity: 1;
}
.ts-footer {
    background: #666867;
    padding: 25px 0;
    position: relative;
}
.ts-footer .back-to-top {
    position: fixed;
    right: 60px;
    bottom: 40px;
    z-index: 10;
    -webkit-backface-visibility: hidden;
}
.ts-footer .back-to-top .btn.btn-primary {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
}
.ts-footer.ts-footer-1 {
    background: #f8f8f8;
    padding-bottom: 15px;
}
.ts-footer.ts-footer-1 .footer-social {
    padding-bottom: 22px;
    border-bottom: 1px solid #ddd;
}
.ts-footer.ts-footer-1 .footer-social li a i {
    background: 0 0;
    color: #888;
    width: auto;
    height: auto;
}
.ts-footer.ts-footer-1 .footer-social li a span {
    letter-spacing: 1px;
}
.ts-footer.ts-footer-1 .copyright-text {
    padding-top: 15px;
}
.ts-footer.ts-footer-1 .copyright-text p {
    color: #888;
}
.ts-footer.ts-footer-1 .copyright-text p a {
    color: #6cba40;
    text-transform: uppercase;
}
.ts-footer.ts-footer-2 {
    background: 0 0;
}
.ts-footer.ts-footer-2 .copyright-text p {
    color: #232323;
}
.ts-footer.ts-footer-2 .copyright-text p a {
    color: #6cba40;
}
.ts-footer.ts-footer-3 {
    background: #000032;
}
.ts-footer.ts-footer-3 .footer-logo {
    padding: 34px 0 44px;
}
.ts-footer.ts-footer-3 .footer-menu {
    margin-bottom: 22px;
}
.ts-footer.ts-footer-3 .footer-menu li a {
    text-transform: uppercase;
    opacity: 1;
    font-weight: 700;
    position: relative;
}
.ts-footer.ts-footer-3 .footer-menu li a:hover {
    color: #007dff;
}
.ts-footer.ts-footer-3 .footer-menu li a:after {
    position: absolute;
    right: -24px;
    top: 4px;
    width: 1px;
    height: 12px;
    background: #4d4d70;
    content: "";
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.ts-footer.ts-footer-3 .footer-menu li:last-child a:after {
    display: none;
}
.ts-footer.ts-footer-3 .copyright-text {
    margin-top: 32px;
}
.ts-footer.ts-footer-3 .copyright-text p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
    color: #fff;
}
.ts-footer.ts-footer-3 .copyright-text a,
.ts-footer.ts-footer-3 .copyright-text span {
    font-size: 14px;
    font-weight: 400;
    color: #6f6f8b;
}
.ts-footer.ts-footer-3 .footer-social-list {
    margin-top: 32px;
}
.ts-footer.ts-footer-3 .footer-social-list li a {
    color: #fff;
    margin-left: 54px;
}
.ts-footer.ts-footer-3 .footer-social-list li a:hover {
    color: #007dff;
}
.copyright-text p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.post-featured-image {
    position: relative;
}
.post-featured-image img {
    width: 100%;
    max-height: 470px;
}
.breadcrumb {
    background: #fff;
    webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    padding: 0;
    border-radius: 0;
}
.breadcrumb li {
    display: inline-block;
    padding: 7px 34px 7px 17px;
    color: #d72924;
    position: relative;
}
.breadcrumb li:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: url(../images/icon/angle.png) no-repeat center center/contain;
    width: 20px;
    height: 100%;
}
.breadcrumb li a {
    font-size: 13px;
    color: #5c5c5c;
}
.breadcrumb li a i {
    margin-right: 8px;
}
.ts-breadcrumb {
    padding: 0;
}
.ts-breadcrumb li {
    display: inline-block;
    list-style: none;
    font-size: 13px;
    color: #a9a9a9;
}
.ts-breadcrumb li a {
    color: #a9a9a9;
}
.ts-breadcrumb > li + li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 6px;
    color: #777;
}
.comments-form.ts-grid-box,
.single-post.content-wrapper {
    padding: 30px 50px 40px;
}
.single-post .post-meta-info {
    margin-bottom: 35px;
    padding-left: 0;
}
.single-post .post-meta-info li.author a img {
    top: -6px;
    width: 40px;
    height: 40px;
}
.single-post .post-meta-info li a.post-cat {
    position: relative;
}
.single-post .post-meta-info li.share-post a {
    color: #fff;
}
.single-post .post-meta-info li.share-post a i {
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    padding: 9px 0;
    margin-right: 0;
    background: #d72924;
}
.single-post .post-media {
    margin: 0 -50px;
}
.single-post p {
    font-size: 19px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 25px;
}
.single-post .text-bg {
    background: #f7f7f7;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    padding: 9px;
    margin-bottom: 30px;
}
.single-post .entry-content .tie-dropcap {
    color: #a7a7a7;
    float: left;
    font-size: 120px;
    line-height: 80px;
    font-weight: 700;
    background: 0 0;
    margin-right: 17px;
    padding: 0;
}
.single-post .entry-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 26px;
    line-height: 28px;
}
.single-post ul {
    margin-bottom: 25px;
    padding-left: 20px;
}
.single-post ul li {
    font-size: 16px;
    line-height: 28px;
    color: #232323;
    list-style: inside;
}
.single-post .gallery-img {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.single-post .gallery-img:after {
    display: block;
    clear: both;
    content: "";
}
.single-post .gallery-img img {
    float: left;
    width: 20%;
}
p img.float-left {
    margin-right: 30px;
    margin-bottom: 30px;
}
.post-video {
    position: relative;
    margin-bottom: 35px;
}
.post-video img {
    width: 100%;
}
.post-video:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
}
.post-video .post-video-content {
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.post-video .post-video-content h3 {
    margin-bottom: 0;
}
.post-video .post-video-content h3 a {
    color: #fff;
}
.post-video .post-video-content h3 a:hover {
    color: #d72924;
}
.post-video .ts-play-btn {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    font-size: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #92999a;
    border-radius: 50%;
    padding: 18px 0;
    display: block;
    text-align: center;
    font-size: 15px;
    background: #00292f;
    float: left;
    color: #fff;
    margin-right: 20px;
}
.post-video .ts-play-btn:hover {
    background: #d72924;
}
.author-box {
    position: relative;
    padding: 20px 0 20px 100px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
.author-box .author-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    top: 16px;
}
.author-box .author-name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    float: left;
}
.author-box p {
    margin-bottom: 0;
    font-size: 16px;
}
.author-box .authors-social {
    float: right;
}
.author-box .authors-social a {
    font-size: 14px;
    margin-left: 33px;
}
.author-box .authors-social a:first-of-type {
    margin-left: 0;
}
.author-box .authors-social a.ts-twitter {
    color: #55acee;
}
.author-box .authors-social a.ts-google-plus {
    color: #dd4b39;
}
.author-box .authors-social a.ts-facebook {
    color: #3b5999;
}
.author-box .authors-social a.ts-linkedin {
    color: #007bb6;
}
.author-box .authors-social a:hover {
    color: #d72924;
}
.author-box.author-box-item {
    border: none;
    padding: 0 0 0 100px;
    margin-bottom: 0;
}
.author-box.author-box-item .author-name a {
    text-transform: lowercase;
}
.author-box.author-box-item p {
    margin: 15px 0 20px;
}
.author-box.author-box-item .post-meta-info {
    margin-bottom: 0;
}
.author-box.author-box-item .post-meta-info li a {
    font-size: 14px;
    color: #232323;
}
.post-navigation a span {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    color: #222;
}
.post-navigation a p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;
}
.post-navigation .post-next,
.post-navigation .post-previous {
    width: 50%;
    position: relative;
}
.post-navigation .post-next:hover span,
.post-navigation .post-previous:hover span {
    color: #d72924;
}
.post-navigation .post-next {
    text-align: right;
    padding-right: 120px;
    padding-left: 30px;
}
.post-navigation .post-next img {
    right: 0;
    left: auto;
}
.post-navigation .post-previous {
    padding-left: 120px;
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}
.post-navigation .post-previous img {
    left: 0;
}
.post-navigation img {
    position: absolute;
    top: 0;
    width: 100px;
    height: 70px;
}
.comments-list .comment-content {
    margin: 15px 0;
}
.comments-list .comment-reply {
    color: #252a37;
    font-weight: 400;
    font-size: 14px;
}
.comments-list .comment-reply i {
    margin-right: 5px;
}
.comments-list .comment-reply:hover {
    color: #d72924;
}
.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0 0;
}
.comments-list .comments-reply {
    margin: 0 0 0 70px;
}
.comments-list .comment {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}
.comments-list img.comment-avatar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 30px;
}
.comments-list .comment-body {
    margin-left: 110px;
}
.comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
    font-size: 18px;
    color: #252a37;
}
.comments-list .comment-date {
    color: #252a37;
    font-size: 14px;
    display: block;
    margin-top: -5px;
}
.comments-form.ts-grid-box {
    padding: 40px 80px 50px;
}
.comments-form .comment-reply-title {
    line-height: 32px;
    margin-bottom: 20px;
}
.comments-form .comment-form-cookies-consent {
    margin-bottom: 30px;
}
.comments-form .comment-form-cookies-consent label {
    font-size: 15px;
    color: #232323;
    cursor: pointer;
    display: inline;
}
.ts-form .form-group {
    margin-bottom: 26px;
}
.ts-form .form-group .form-control {
    height: 45px;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}
.ts-form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d72924;
}
.ts-form .form-group .form-control.msg-box {
    height: 185px;
    resize: none;
}
.view-all-link {
    font-size: 14px;
    color: #a9a9a9;
}
.category-name-list {
    margin-bottom: 20px;
}
.category-name-list .post-cat {
    position: relative;
    margin-left: 0;
    margin-right: 10px;
}
.post-layout-1 .post-meta-info {
    margin-bottom: 40px;
}
.post-layout-1 .post-meta-info li.author {
    padding-left: 60px;
}
.post-layout-1 .post-meta-info li.author a {
    text-transform: uppercase;
    font-weight: 500;
    color: #232323;
}
.post-layout-1 .post-meta-info li.author a img {
    width: 40px;
    height: 40px;
    top: -8px;
}
.post-layout-1 .breadcrumb {
    margin-bottom: 2px;
}
.post-layout-1 .single-post p span {
    background: 0 0;
    color: #d72924;
}
.post-layout-1 .gallery-img {
    margin: 40px 0;
}
.single-big-img {
    min-height: 550px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
}
.single-big-img .ts-video-btn {
    top: 50%;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
}
.img-ovarlay:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.3);
}
.post-layout-2 .single-big-img:before {
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    content: "";
    width: 100%;
    height: 100%;
}
.post-layout-2 .single-big-img .entry-header {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 80px;
}
.post-layout-2 .single-big-img .entry-header .post-title {
    color: #fff;
}
.post-layout-2 .post-meta-info li a {
    color: #fff;
}
.post-layout-2 .post-meta-info li.author a {
    text-transform: uppercase;
}
.post-layout-2 .post-meta-info li.share-post a i {
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    padding: 9px 0;
    margin-right: 0;
    background: #d72924;
}
.post-layout-2 .breadcrumb {
    margin-bottom: 2px;
}
.post-layout-3 .content-wrapper.single-post {
    padding-top: 0;
}
.post-layout-7 {
    padding-top: 0;
}
.post-layout-7 .single-big-img:before {
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
    content: "";
    width: 100%;
    height: 100%;
}
.post-layout-7 .single-big-img .entry-header-item {
    padding-top: 332px;
    padding-bottom: 40px;
}
.post-layout-7 .single-big-img .entry-header .post-title {
    color: #fff;
}
.post-layout-7 .post-meta-info li a {
    color: #fff;
}
.post-layout-7 .post-meta-info li.author a {
    text-transform: uppercase;
}
.post-layout-7 .post-meta-info li.share-post a i {
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    padding: 9px 0;
    margin-right: 0;
    background: #d72924;
}
.post-layout-6 .single-post.content-wrapper {
    margin-top: -150px;
}
.post-layout-10 .entry-header {
    background: #fff;
    padding: 30px;
}
.post-layout-10 .entry-header .post-cat {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 20px;
}
.ts-grid-box.ts-category-title {
    padding: 18px 30px;
}
.ts-grid-box.ts-category-title .ts-title {
    margin-bottom: 0;
}
.ts-list-post-box .ts-post-thumb {
    margin-bottom: 0;
}
.ts-list-post-box.ts-grid-content .post-content {
    padding-top: 20px;
    padding-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f0f1f4;
}
.ts-list-post-box.ts-grid-content .item .post-title {
    margin-bottom: 5px;
}
.ts-list-post-box.ts-grid-content .item:last-of-type {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
}
.ts-list-post-box.ts-grid-content .item:last-of-type .post-content {
    border-bottom: none;
}
.post-list-box.ts-list-post-box.ts-grid-content .post-content:last-of-type {
    border-bottom: none;
}
.flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.video-slider {
    overflow: hidden;
    position: relative;
}
.video-slider .slider-link.next {
    position: relative;
}
.video-slider .post-video {
    margin-bottom: 0;
}
.video-slider .post-video .post-video-content {
    padding: 40px;
}
.video-slider .post-video .post-video-content h3 {
    margin-bottom: 12px;
}
.video-slider .post-video .ts-play-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    background: #d72924;
    border-color: #d72924;
}
.video-slider .post-video img {
    max-height: 500px;
}
.video-slider .uk-position-small {
    position: absolute;
    left: 40px;
    bottom: 170px;
    z-index: 1;
    font-size: 19px;
    background: #373839;
    color: #fff;
    width: 28px;
    height: 28px;
    float: left;
    position: relative;
    margin: 0;
    padding: 3px 0;
    text-align: center;
}
.video-slider .uk-position-small::after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 15px;
    background: #686869;
    content: "";
    margin: auto;
}
.video-slider .uk-position-small:last-of-type:after {
    display: none;
}
.video-slider .uk-position-small svg {
    width: 7px;
}
.category-style .ts-col-box.ts-grid-box {
    padding: 30px 15px 22px;
}
.category-style .ts-col-box.ts-grid-box .post-cat {
    margin-left: 20px;
}
.category-style .ts-col-box.ts-grid-box .ts-title {
    padding-left: 15px;
}
.ts-video-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 48px;
    color: #fff;
    z-index: 2;
}
.ts-video-icon:hover {
    color: #fff;
}
.category-box-item .ts-grid-box .ts-post-thumb img {
    max-height: 340px;
}
.category-post-item1 .ts-grid-box .ts-post-thumb img {
    max-height: 194px;
}
.category-item {
    padding-bottom: 24px;
}
.category-box-item-3 .item p {
    margin-bottom: 0;
}
.category-layout-1 {
    margin-bottom: -80px;
}
.category-layout-2 .ts-grid-box.ts-grid-content {
    margin-bottom: 30px;
}
.entry-cat-header .ts-title {
    margin-bottom: 0;
}
.category-layout-3 .post-meta-info li a {
    color: #232323;
    text-transform: uppercase;
}
.post-cat.no-bg {
    margin-left: 0;
    background: 0 0;
    color: #d72924;
    margin-bottom: 10px;
}
.post-cat.no-bg.pink-color {
    color: #ff5575;
}
.post-cat.orange-color.no-bg {
    color: #ff6e0d;
}
.post-cat.blue-color.no-bg {
    color: #007dff;
}
.post-cat.green-color.no-bg {
    color: #4ab106;
}
.post-cat.yellow-color.no-bg {
    color: #ffaf31;
}
.category-layout-5 .ts-grid-box {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.category-layout-6 .entry-cat-header .ts-title {
    margin-left: 30px;
}
.ts-post-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.ts-post-thumb .post-cat {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0px;
}
.ts-post-thumb img {
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.ts-category-list li {
    display: inline-block;
}
.ts-category-list li a {
    font-size: 13px;
    color: #232323;
    background: #e9e9e9;
    display: block;
    line-height: 22px;
    padding: 2px 11px;
    margin-left: 6px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
}
.ts-category-list li a.ts-blue-bg {
    background: #007dff;
    color: #fff;
}
.pagination {
    display: block;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 31px;
    font-size: 14px;
    color: #888;
}
.pagination li.active a,
.pagination li:hover a {
    background: #d72924;
    color: #fff;
}
.ts-pagination-1 {
    margin-top: 30px;
}
.ts-pagination-1 .pagination li a:hover {
    background: #6cba40;
}
.ts-pagination-1 .pagination li.active a {
    background: #6cba40;
}
.post-style-1 {
    position: relative;
    margin: 0;
}
.post-style-1 .p-1 {
    padding: 0 2px !important;
}
.post-style-1 .item {
    min-height: 500px;
}
.post-style-1.ts-overlay-style .overlay-post-content .post-title {
    margin-bottom: 5px;
}
.post-box-style .ts-grid-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
}
.post-box-style .ts-grid-content .post-content {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.post-box-style .ts-grid-content .item:last-of-type {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.post-box-style .ts-grid-content .item:last-of-type .post-content {
    border-bottom: none;
}
.post-box-style .ts-overlay-style .overlay-post-content .post-meta-info li.active {
    color: #6cba40;
}
.ts-title-item {
    position: relative;
    margin-bottom: 30px;
}
.ts-title-item .view-all-link {
    position: relative;
    top: -8px;
}
.ts-title-item.title-item-1 .ts-title:before {
    background: #005689;
}
.ts-title-item.title-item-1 .ts-title:after {
    display: none;
}
.ts-title-item.white .ts-title {
    color: #fff;
}
.ts-cat-title {
    margin-bottom: 0;
    line-height: 0;
}
.ts-cat-title span {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    background: #6cba40;
    color: #fff;
    line-height: 26px;
    padding: 0 5px;
    padding: 2px 15px;
    display: inline-block;
    z-index: 1;
}
.ts-cat-title span:before {
    position: absolute;
    width: 20px;
    height: 100%;
    content: "";
    background: #fff;
    right: -20px;
    top: 0;
}
.ts-cat-title:after {
    position: absolute;
    right: 0;
    bottom: 13px;
    width: 100%;
    height: 1px;
    background: #84be38;
    content: "";
    z-index: 0;
}
.section-bg .ts-cat-title span:before {
    background: #f7f7f7;
}
.ts-grid-item {
    padding: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-grid-item .overlay-post-content .post-title a:hover {
    color: #fff;
}
.ts-grid-item.widgets-populer-post {
    padding: 0;
}
.ts-grid-item.widgets-populer-post .post-content.media {
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #ededed;
}
.ts-grid-item.widgets-populer-post .post-content.media:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.ts-grid-item .ts-grid-content .item:last-of-type {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-grid-item .ts-grid-content .item:last-of-type .post-content {
    border-bottom: none;
}
.ts-grid-item.ts-grid-item1 .col-lg-6 .ts-post-thumb img {
    max-height: 230px;
    width: 100%;
}
.ts-grid-item .ts-overlay-style .post-meta-info li.author a:hover {
    color: #6cba40;
}
.ts-post-style-2 .ts-overlay-style .item {
    min-height: 450px;
}
.grid-style-1 .ts-post-thumb {
    margin-bottom: 15px;
}
.ts-grid-style-2 .post-cat {
    margin-left: 0;
    margin-bottom: 12px;
}
#featured-slider-3 .item {
    min-height: 430px;
}
#featured-slider-3 .owl-dots {
    position: absolute;
    right: 0;
    top: auto;
    z-index: 1;
    bottom: 21px;
    left: 0;
    margin: auto;
    display: block;
    text-align: center;
}
#featured-slider-3 .owl-dots .owl-dot span {
    background: #fff;
}
#featured-slider-3 .owl-dots .owl-dot.active span {
    background: #fff;
}
.ts-featured-post .item {
    position: relative;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
.ts-featured-post .item:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
}
.ts-featured-post .overlay-post-content {
    max-width: 520px;
    right: 0;
    top: 46%;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    text-align: center;
}
.ts-featured-post .overlay-post-content .post-cat-name {
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
    display: block;
}
.ts-featured-post .overlay-post-content .post-cat-name:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 1px;
    background: #897f7a;
    margin: auto;
    content: "";
}
.ts-featured-post .overlay-post-content .post-title {
    margin-bottom: 20px;
}
.post-cat-name {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6cba40;
    margin-bottom: 10px;
    display: inline-block;
    letter-spacing: 0.65px;
}
.post-cat-name:hover {
    color: #6cba40;
}
.post-author-name {
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
}
.post-author-name:hover {
    color: #6cba40;
}
.post-content-box .ts-post-thumb {
    margin-bottom: 0;
}
.post-content-box .post-content {
    padding: 18px 15px;
    margin: -20px 20px 0;
    background: #fff;
    text-align: center;
}
.featured-content-box .post-content {
    padding: 35px 35px;
    margin: -40px 40px 0;
}
.post-list-tab .post-tab-list {
    padding: 20px 0 0;
}
.widgets.post-list-tab .nav-tabs li a {
    line-height: 20px;
    padding-bottom: 12px;
}
.widgets.post-list-tab img.sidebar-img {
    width: 86px;
    height: 63px;
}
.ts-title-item .ts-title {
    margin-left: 20px;
}
.ts-title-item .ts-title:before {
    background: #6cba40;
    left: -20px;
}
.ts-title-item .ts-title:after {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    content: "";
    z-index: 0;
}
.ts-title-item .ts-title span {
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0 20px 0 0;
}
.ts-title-item.bg-gray .ts-title span {
    background: #f7f7f7;
}
.ts-overlay-item .ts-overlay-style .item .ts-post-thumb {
    margin-bottom: 0;
}
.ts-overlay-item .ts-overlay-style .ts-video-icon:hover {
    color: #fff;
}
.post-list .post-meta-info li {
    margin-right: 18px;
}
.post-list .post-meta-info li a {
    color: #232323;
    font-weight: 500;
}
.post-list .post-content-box .post-content {
    padding: 26px 15px;
    margin: -40px 20px 0;
}
.hot-topics-item .post-list .post-content p {
    padding-right: 20px;
}
.hot-topics-item .widgets.widgets-item.widgets-populer-post {
    padding: 0;
}
.instagramPhoto {
    padding: 0;
    position: relative;
}
.ts-single-inst {
    width: 100%;
    overflow: hidden;
}
.ts-single-inst img {
    width: 100%;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.ts-single-inst img:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.featured-section-item {
    background: #000032;
}
.ts-grid-features-box {
    padding: 60px 40px 100px;
    background: #fff;
}
.ts-grid-features-box .post-cat {
    margin-left: 0;
    margin-bottom: 20px;
}
.ts-grid-features-box .post-content .post-title a:hover {
    color: #007dff;
}
.ts-grid-features-box .post-content p {
    font-size: 15px;
    margin-bottom: 25px;
    color: #777;
}
.ts-grid-features-box .post-meta-info li.active {
    color: #007dff;
}
#featured-slider-4 .row {
    margin: 0;
}
#featured-slider-4 .item {
    min-height: 485px;
}
#featured-slider-4 .owl-nav {
    position: absolute;
    right: auto;
    top: auto;
    left: 25px;
    bottom: 50px;
}
#featured-slider-4 .owl-nav .owl-prev:before {
    display: none;
}
#featured-slider-4 .owl-nav .owl-next i,
#featured-slider-4 .owl-nav .owl-prev i {
    font-size: 16px;
}
.overlay-heighlight-blue .item .post-date-info {
    color: #fff;
}
.overlay-heighlight-blue .item:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#40c3f6), to(rgba(43, 192, 245, 0)));
    background-image: -webkit-linear-gradient(bottom, #40c3f6 0, rgba(43, 192, 245, 0) 100%);
    background-image: -o-linear-gradient(bottom, #40c3f6 0, rgba(43, 192, 245, 0) 100%);
    background-image: linear-gradient(0deg, #40c3f6 0, rgba(43, 192, 245, 0) 100%);
    opacity: 0.6;
}
.overlay-heighlight-green .post-date-info {
    color: #fff;
}
.overlay-heighlight-green .item:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0cd31f), to(rgba(12, 211, 31, 0)));
    background-image: -webkit-linear-gradient(bottom, #0cd31f 0, rgba(12, 211, 31, 0) 100%);
    background-image: -o-linear-gradient(bottom, #0cd31f 0, rgba(12, 211, 31, 0) 100%);
    background-image: linear-gradient(0deg, #0cd31f 0, rgba(12, 211, 31, 0) 100%);
    opacity: 0.6;
}
.overlay-heighlight-red .post-date-info {
    color: #fff;
}
.overlay-heighlight-red .item:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f71b30), to(rgba(211, 12, 35, 0)));
    background-image: -webkit-linear-gradient(bottom, #f71b30 0, rgba(211, 12, 35, 0) 100%);
    background-image: -o-linear-gradient(bottom, #f71b30 0, rgba(211, 12, 35, 0) 100%);
    background-image: linear-gradient(0deg, #f71b30 0, rgba(211, 12, 35, 0) 100%);
    opacity: 0.6;
}
.overlay-heighlight-blue .post-date-info {
    color: #fff;
}
.overlay-heighlight-blue .item:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#40c3f6), to(rgba(43, 192, 245, 0)));
    background-image: -webkit-linear-gradient(bottom, #40c3f6 0, rgba(43, 192, 245, 0) 100%);
    background-image: -o-linear-gradient(bottom, #40c3f6 0, rgba(43, 192, 245, 0) 100%);
    background-image: linear-gradient(0deg, #40c3f6 0, rgba(43, 192, 245, 0) 100%);
    opacity: 0.6;
}
.overlay-heighlight-orange .post-date-info {
    color: #fff;
}
.overlay-heighlight-orange .item:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f2520b), to(rgba(43, 192, 245, 0)));
    background-image: -webkit-linear-gradient(bottom, #f2520b 0, rgba(43, 192, 245, 0) 100%);
    background-image: -o-linear-gradient(bottom, #f2520b 0, rgba(43, 192, 245, 0) 100%);
    background-image: linear-gradient(0deg, #f2520b 0, rgba(43, 192, 245, 0) 100%);
    opacity: 0.7;
}
.overlay-heighlight-blue-dark .post-date-info {
    color: #fff;
}
.overlay-heighlight-blue-dark .item:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#007dff), to(rgba(43, 192, 245, 0)));
    background-image: -webkit-linear-gradient(bottom, #007dff 0, rgba(43, 192, 245, 0) 100%);
    background-image: -o-linear-gradient(bottom, #007dff 0, rgba(43, 192, 245, 0) 100%);
    background-image: linear-gradient(0deg, #007dff 0, rgba(43, 192, 245, 0) 100%);
    opacity: 0.7;
}
.overlay-heighlight-blue-dark .post-meta-info li.active {
    color: #007dff !important;
}
.overlay-heighlight-yellow .post-date-info {
    color: #fff;
}
.overlay-heighlight-yellow .item:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#b18e15), to(rgba(255, 178, 45, 0)));
    background-image: -webkit-linear-gradient(bottom, #b18e15 0, rgba(255, 178, 45, 0) 100%);
    background-image: -o-linear-gradient(bottom, #b18e15 0, rgba(255, 178, 45, 0) 100%);
    background-image: linear-gradient(0deg, #b18e15 0, rgba(255, 178, 45, 0) 100%);
    opacity: 0.8;
}
.overlay-heighlight-yellow .post-meta-info li.active {
    color: #007dff !important;
}
.ts-heading {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.ts-heading .ts-title {
    margin-left: 20px;
    margin-bottom: 0;
}
.ts-heading .ts-title:before {
    left: -20px;
    background: #007dff;
}
.ts-heading .view-all-link:hover {
    color: #007dff;
}
.ts-heading.white .ts-title {
    color: #fff;
}
.ts-heading.white .view-all-link {
    position: relative;
    color: #fff;
}
.featured-post .item {
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
.featured-post-1 .item {
    min-height: 460px;
}
.featured-post-2 .item {
    min-height: 314px;
}
.vedio-section {
    padding: 30px 0 10px;
    position: relative;
}
.vedio-section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 50, 0.7);
}
.post-category-item .item {
    min-height: 330px;
}
.load-more {
    margin-top: 20px;
}
.load-more a {
    color: #a9a9a9;
    font-size: 14px;
}
.load-more i {
    display: block;
    font-size: 50px;
    margin-bottom: 5px;
}
.blue-dark-heighlight {
    background: #005689;
    color: #fff;
}
.ts-footer-4 {
    background: #1a2130;
    padding: 40px 0;
}
.ts-footer-4 .footer-top {
    padding: 0 0 35px;
}
.ts-footer-4 .border-top {
    border-color: #313845;
}
.ts-footer-4 .footer-social-list li a {
    color: #fff;
}
.footer-widget {
    position: relative;
}
.footer-widget .widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}
.footer-widget .widget-title:before {
    display: none;
}
.footer-widget ul li {
    font-size: 14px;
    line-height: 32px;
    color: #a8a9ad;
}
.footer-widget ul li a {
    color: #a8a9ad;
}
.footer-widget ul li a:hover {
    color: #005689;
}
.footer-widget p {
    color: #f0f0f1;
    font-size: 15px;
}
.footer-widget.newsletter-widgets {
    padding-left: 50px;
    padding-top: 20px;
}
.footer-widget.newsletter-widgets h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form {
    position: relative;
    margin-bottom: 30px;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email {
    width: 100%;
    height: 40px;
    padding: 0 100px 0 20px;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email::-webkit-input-placeholder {
    letter-spacing: 1.2px;
    color: #a9a9a9;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email:-ms-input-placeholder {
    letter-spacing: 1.2px;
    color: #a9a9a9;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email::-ms-input-placeholder {
    letter-spacing: 1.2px;
    color: #a9a9a9;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email::placeholder {
    letter-spacing: 1.2px;
    color: #a9a9a9;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    padding: 10px 37px;
    background: #ffaf31;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form .btn:hover {
    background: #232323;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form p {
    color: #8b9196;
}
.ts-footer-5 .footer-widget.border-right:after {
    position: absolute;
    right: -10px;
    top: 0;
    width: 1px;
    height: 150px;
    bottom: 0;
    margin: auto;
    content: "";
    background: #454e56;
}
.ts-footer-5 .footer-widget .footer-logo {
    padding: 20px 0;
}
.ts-footer-5 .footer-widget .footer-social-list li a:hover {
    color: #ffaf31;
}
.ts-footer-5 .footer-widget .footer-social-list li:first-child a {
    margin-left: 0;
}
.ts-footer-5 .footer-widget p {
    padding-right: 50px;
}
.copyright-section {
    background: #101727;
}
.copyright-section .footer-menu {
    margin-bottom: 0;
}
.link-img {
    display: block;
    width: 100%;
    min-height: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.img-height-310 {
    min-height: 324px;
}
.header-box-right {
    background: #10181f;
}
.header-box-right .navigation {
    height: 85px;
    background: #ffaf31;
    position: relative;
}
.header-box-right .navigation:before {
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: #ffaf31;
}
.header-box-right .nav-menu > li > a {
    height: 85px;
    line-height: 45px;
}
.header-box-right .nav-menu > li > a:before {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #fff;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.header-box-right .nav-menu > li > a:hover {
    background: 0 0;
    color: #fff;
}
.header-box-right .nav-menu > li > a:hover:before {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
.header-box-right .nav-menu > li.active > a {
    background: 0 0;
    color: #fff;
}
.header-box-right .nav-menu > li.active > a:before {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
.header-box-right .nav-menu > li .megamenu-list li a:hover {
    color: #ffaf31;
}
.header-box-right .nav-menu > li .nav-dropdown li a:hover {
    color: #ffaf31;
}
.header-box-right .nav-menu > li:first-child a {
    padding-left: 35px;
}
.header-box-right .right-menu li .nav-search {
    height: 85px;
}
.header-box-right .right-menu li .nav-search .nav-search-button {
    line-height: 88px;
    text-align: right;
    background: 0 0;
    color: #232323;
}
.top-bar-item .ts-date {
    color: #fff;
}
.top-bar-item .ts-top-nav li a {
    color: #fff;
}
.category-post-style1 .post-content .post-cat {
    margin-left: 0;
    margin-bottom: 15px;
}
.category-post-style1 .post-content p {
    font-size: 15px;
    color: #232323;
}
.breakink-news-section {
    border-bottom: 1px solid #e5e5e5;
}
.breakink-news-section .ts-breaking-news {
    padding: 7px 20px 1px 0;
}
.breakink-news-section .ts-breaking-news .breaking-news-content {
    width: 85%;
}
.breakink-news-section #breaking_slider .owl-nav {
    top: -7px;
}
.breakink-news-section #breaking_slider .owl-nav .owl-next,
.breakink-news-section #breaking_slider .owl-nav .owl-prev {
    width: 34px;
    margin-left: 0;
    height: 38px;
    font-size: 24px;
    border-left: 1px solid #e5e5e5;
    background: 0 0;
}
.breakink-news-section #breaking_slider .owl-nav .owl-next:hover,
.breakink-news-section #breaking_slider .owl-nav .owl-prev:hover {
    color: #ffaf31;
}
.breakink-news-section #breaking_slider .owl-nav .owl-next {
    border-right: 1px solid #e5e5e5;
}
.featured-post-style .item {
    min-height: 498px;
}
.featured-post-style .post-cat {
    margin-left: 0;
    margin-bottom: 19px;
}
.featured-post-style .overlay-post-content .post-title {
    margin-bottom: 15px;
}
.ts-grid-style-3 .ts-overlay-style {
    margin-bottom: 4px;
}
.ts-grid-style-3 .ts-overlay-style .item {
    min-height: 247px;
}
.ts-grid-style-3 .ts-overlay-style .item .post-cat {
    margin-left: 0;
    margin-bottom: 13px;
}
.ts-grid-style-3.p-1 {
    padding-top: 0 !important;
}
.currency-list-items {
    padding: 18px;
    position: relative;
    overflow: hidden;
    padding-right: 80px;
    display: block;
}
.currency-list-items h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}
.currency-list-items span {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 15px;
    color: #efefef;
    display: block;
}
.currency-list-items .currency-right-content {
    position: absolute;
    right: 15px;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.currency-list-items img {
    position: absolute;
    right: 29px;
    bottom: -15px;
    opacity: 0.8;
}
.currency-list-items.currency-blue-dark-heighlight {
    background-image: -webkit-gradient(linear, left top, right top, from(#242279), to(#6663ae));
    background-image: -webkit-linear-gradient(left, #242279, #6663ae);
    background-image: -o-linear-gradient(left, #242279, #6663ae);
    background-image: linear-gradient(to right, #242279, #6663ae);
}
.currency-list-items.currency-yellow-heighlight {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff8f00), to(#ffbd00));
    background-image: -webkit-linear-gradient(left, #ff8f00, #ffbd00);
    background-image: -o-linear-gradient(left, #ff8f00, #ffbd00);
    background-image: linear-gradient(to right, #ff8f00, #ffbd00);
}
.currency-list-items.currency-gray-heighlight {
    background-image: -webkit-gradient(linear, left top, right top, from(#556685), to(#98a2b5));
    background-image: -webkit-linear-gradient(left, #556685, #98a2b5);
    background-image: -o-linear-gradient(left, #556685, #98a2b5);
    background-image: linear-gradient(to right, #556685, #98a2b5);
}
.currency-list-items.currency-blue-heighlight {
    background-image: -webkit-gradient(linear, left top, right top, from(#0d21b6), to(#2a6cd4));
    background-image: -webkit-linear-gradient(left, #0d21b6, #2a6cd4);
    background-image: -o-linear-gradient(left, #0d21b6, #2a6cd4);
    background-image: linear-gradient(to right, #0d21b6, #2a6cd4);
}
.currency-list-items.currency-green-heighlight {
    background-image: -webkit-gradient(linear, left top, right top, from(#63a20a), to(#a2c821));
    background-image: -webkit-linear-gradient(left, #63a20a, #a2c821);
    background-image: -o-linear-gradient(left, #63a20a, #a2c821);
    background-image: linear-gradient(to right, #63a20a, #a2c821);
}
.bg-dark-item {
    background: #121524;
}
.bg-dark-item .ts-grid-box {
    background: 0 0;
}
.bg-dark-item .nav-tabs {
    border-bottom: none;
    margin-bottom: 8px;
}
.bg-dark-item .nav-tabs li a {
    color: #fff;
}
.bg-dark-item .nav-tabs li a:hover {
    color: #fff;
}
.bg-dark-item .nav-tabs li a.active {
    background: 0 0;
}
.bg-dark-item .nav-tabs li a.active:before {
    opacity: 0;
}
.bg-dark-item .post-title a {
    color: #fff;
}
.bg-dark-item .post-tag a {
    color: #ffaf31;
}
.bg-dark-item .post-tab-list .post-content.media {
    border-bottom: 1px solid #2b2b2b;
}
.bg-dark-item .post-tab-list .post-content.media:last-of-type {
    border-bottom: none;
}
.navbar-standerd {
    background: #fff;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
}
.navbar-standerd .navigation {
    height: 80px;
}
.navbar-standerd .navigation .nav-brand {
    padding: 0;
}
.navbar-standerd .nav-menu > li > a {
    height: 80px;
    line-height: 42px;
}
.navbar-standerd .nav-menu > li > a:hover {
    background: #fff;
}
.navbar-standerd .nav-menu > li.active > a {
    color: #d72924;
    background: #fff;
}
.navbar-standerd .right-menu li a {
    border-left: none;
    position: relative;
    color: #232323;
    height: 80px;
    line-height: 82px;
}
.navbar-standerd .right-menu li a:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 20px;
    content: "";
    bottom: 0;
    margin: auto;
    background: #232323;
}
.navbar-standerd .right-menu li .nav-search .nav-search-button {
    background: 0 0;
    color: #232323;
    line-height: 84px;
}
.navbar-standerd.nav-item .navigation {
    height: 60px;
}
.navbar-standerd.nav-item .nav-menu > li > a {
    height: 60px;
    line-height: 19px;
    position: relative;
}
.navbar-standerd.nav-item .nav-menu > li > a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #d72924;
    content: "";
    opacity: 0;
    visibility: hidden;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.navbar-standerd.nav-item .nav-menu > li.active > a:before {
    opacity: 1;
    visibility: visible;
}
.navbar-standerd.nav-item .right-menu li a {
    height: 60px;
    line-height: 61px;
    color: #888;
}
.navbar-standerd.nav-item .right-menu li a:before {
    background: #888;
}
.navbar-standerd.nav-item .right-menu li .nav-search .nav-search-button {
    line-height: 62px;
    color: #888;
}
.navbar-standerd.nav-bar-dark {
    background: #272727;
    border-top: none;
}
.navbar-standerd.nav-bar-dark .navigation {
    background: #272727;
}
.navbar-standerd.nav-bar-dark .navigation .nav-menu > li > a {
    color: #fff;
}
.navbar-standerd.nav-bar-dark .navigation .nav-menu > li > a:hover {
    background: #d72924;
}
.navbar-standerd.nav-bar-dark .navigation .nav-menu > li.active > a {
    background: #d72924;
}
.navbar-standerd.nav-bar-dark .navigation .right-menu li a {
    color: #fff;
}
.navbar-standerd.nav-bar-dark .navigation .right-menu li a:before {
    background: #5d5d5d;
}
.navbar-standerd.nav-bar-dark .navigation .right-menu li .nav-search .nav-search-button {
    color: #fff;
}
.post-style-3 .featured-post.ts-overlay-style .item {
    min-height: 500px;
}
.post-style-3 .post-cat {
    margin-left: 20px;
}
.post-style-3 .post-title.large {
    margin-bottom: 15px;
    font-weight: 500;
}
.height-310 {
    min-height: 305px !important;
}
.height-190 {
    height: 190px !important;
}
.post-style-4 .ts-overlay-style {
    margin-bottom: 4px;
}
.ts-heading-item .ts-title {
    margin-left: 0;
}
.ts-heading-item .ts-title span {
    background: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}
.ts-heading-item .ts-title:before {
    display: none;
}
.ts-heading-item .ts-title:after {
    position: absolute;
    right: 0;
    top: 13px;
    width: 100%;
    height: 1px;
    background: #616161;
    content: "";
}
.ts-grid-box.bg-dark-item .ts-heading-item .ts-title span {
    background: #121212;
    color: #fff;
}
.ts-grid-box.bg-dark-item .ts-heading-item .ts-title:after {
    background: #252525;
}
.ts-grid-box.bg-dark-item .post-content {
    border-color: #252525;
}
.ts-grid-box.bg-dark-item .post-meta-info li.active a {
    color: #d72924;
}
.ts-grid-item-2 .post-cat {
    margin-left: 0;
    margin-bottom: 16px;
}
.ts-grid-item-2 .ts-post-thumb {
    margin-bottom: 0;
}
.ts-grid-item-2 .item .post-content {
    padding: 18px 0;
    border-bottom: 1px solid #e8e8e8;
}
.ts-grid-item-2 .item:last-of-type .post-content {
    border-bottom: none;
}
.right-sidebar-1 .widgets.widgets-item .widget-title {
    margin-left: 0;
}
.right-sidebar-1 .widgets.widgets-item .widget-title span {
    background: #fff;
    padding-right: 10px;
    position: relative;
}
.right-sidebar-1 .widgets.widgets-item .widget-title:before {
    left: 0;
    background: #d72924;
    width: 100%;
    height: 1px;
    bottom: 0;
    margin: auto;
}
.ts-grid-box.widgets.border {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e3e3e3;
}
#featured-slider-5 .item {
    min-height: 500px;
}
#featured-slider-5 .item:hover:after {
    display: none;
}
#featured-slider-5 .item:before {
    background: rgba(0, 0, 0, 0.3);
}
#featured-slider-5 .overlay-post-content {
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-31%);
    -ms-transform: translateY(-31%);
    transform: translateY(-31%);
    max-width: 570px;
}
#featured-slider-5 .overlay-post-content .post-content {
    padding: 0 40px;
}
#featured-slider-5 .overlay-post-content .post-title.lg {
    margin-bottom: 20px;
}
#featured-slider-5 .post-cat {
    margin-left: 0;
    margin-bottom: 15px;
}
#featured-slider-5 .owl-dots {
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#featured-slider-5 .owl-dots .owl-dot {
    display: block;
    margin: 0;
    top: 0;
    line-height: 16px;
}
#featured-slider-5 .owl-dots .owl-dot span {
    background: #fff;
}
#featured-slider-5 .owl-dots .owl-dot.active span {
    margin: 0;
}
.error-page {
    padding: 80px 30px;
}
.error-page .error-code h2 {
    font-size: 220px;
    font-weight: 500;
    color: #222;
    line-height: 220px;
}
.error-page .error-message h3 {
    font-size: 40px;
    margin-bottom: 16px;
}
.error-page .error-body h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 34px;
}
.error-page .error-body a {
    background: #d72924;
}
.error-page .error-body a.btn {
    padding: 17px 37px;
}
.error-page .error-body a.btn:hover {
    background: #c2211c;
}
.top-bar.transparent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: 0 0;
    z-index: 2;
}
.top-bar.transparent #breaking_slider .owl-nav {
    top: 0;
    right: -46px;
}
.top-bar.transparent #breaking_slider .owl-nav .owl-next,
.top-bar.transparent #breaking_slider .owl-nav .owl-prev {
    color: #fff;
    background: #111c20;
}
.top-bar.transparent .ts-breaking-news {
    background: 0 0;
    padding: 8px 20px 8px 0;
}
.top-bar.transparent .ts-breaking-news .breaking-news-content {
    width: 85%;
}
.top-bar.transparent .ts-breaking-news p a {
    color: #fff;
}
.header-box-transprent {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    top: 40px;
    height: auto;
    z-index: 2;
}
.header-box-transprent .ts-main-menu {
    height: 65px;
    background: rgba(0, 0, 0, 0.6);
}
.header-box-transprent .ts-main-menu .nav-header {
    width: auto;
    height: 100%;
}
.header-box-transprent .ts-main-menu .nav-header .nav-brand {
    line-height: 64px;
    padding: 0 18px;
}
.header-box-transprent .ts-main-menu .nav-menu > li > a {
    height: 65px;
    padding: 24px 20px;
    font-weight: 500;
    color: #fff;
}
.header-box-transprent .ts-main-menu .nav-menu > li > a:hover {
    background: 0 0;
}
.header-box-transprent .ts-main-menu .nav-menu > li > a .submenu-indicator:before {
    content: "\f107";
}
.header-box-transprent .ts-main-menu .nav-menu > li.active a {
    background: 0 0;
}
.header-box-transprent .ts-main-menu .nav-menu > li:first-child a {
    padding-left: 30px;
}
.header-box-transprent .ts-main-menu .right-menu li a {
    height: 65px;
    line-height: 65px;
    width: 65px;
    color: #fff;
    border-left: none;
    border-right: 1px solid #ff3639;
}
.header-box-transprent .ts-main-menu .right-menu li .nav-search {
    height: 65px;
    width: 65px;
    border-left: 1px solid #bb1619;
}
.header-box-transprent .ts-main-menu .right-menu li .nav-search .nav-search-button {
    line-height: 67px;
    width: 100%;
    background: 0 0;
}
.featured-table {
    width: 100%;
    height: 100%;
    display: table;
}
.featured-table .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.hero-area {
    padding: 0;
    position: relative;
}
.hero-area:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 130px;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(0, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(0, #fff 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0, #fff 0, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.featured-slider-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 960px;
}
.featured-slider-item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.2);
}
.hero-content {
    position: relative;
    padding: 20px;
    margin-top: -180px;
}
.hero-content .post-cat {
    margin-bottom: 12px;
    margin-left: 0;
}
.hero-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 22px;
}
.hero-content p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.featured-bottom-post {
    margin-top: -260px;
    position: relative;
    z-index: 1;
}
.tab-menu-item li a {
    font-size: 15px;
    font-weight: 400;
    color: #5a5c66;
    padding: 0 15px;
}
.tab-menu-item li a.active {
    color: #fff;
}
.tab-menu-item li:last-child a {
    padding-right: 0;
}
.ts-tabs-content .tab-pane.fade.active {
    opacity: 1;
}
.video-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.video-item .post-video {
    position: absolute;
    top: 46%;
    margin: auto;
    text-align: center;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
}
.video-item .post-video:before {
    display: none;
}
.video-item .post-video .ts-play-btn {
    z-index: 1;
    border: none;
}
.video-tab-list {
    height: 450px;
    padding: 30px 5px 30px 30px;
    overflow: hidden;
}
.video-tab-list img.sidebar-img {
    width: 100px;
    height: auto;
}
.video-tab-list .post-tab-list {
    padding: 0;
}
.video-tab-list .post-tab-list li {
    margin-bottom: 15px;
}
.video-tab-list .post-tab-list li .post-title {
    color: #fff;
}
.video-tab-list .post-tab-list li:last-child {
    margin-bottom: 0;
}
.fade.in {
    opacity: 1;
}
.post-style-item4 {
    padding-bottom: 0;
}
.post-style-item4 .ts-post-thumb {
    margin-bottom: 0;
}
.post-style-item4 .item:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.75) 100%);
}
#hero-slider .owl-nav {
    position: relative;
    right: auto;
    top: 0;
    left: 0;
    z-index: 3;
}
#hero-slider .owl-prev {
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px;
}
#hero-slider .owl-prev:before {
    display: none;
}
#hero-slider .owl-next {
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px;
    margin-left: 80px;
}
#hero-slider .owl-dots {
    counter-reset: slides-num;
    margin-top: 15px;
    right: auto;
    left: 0;
}
#hero-slider .owl-dots:after {
    content: "0" counter(slides-num);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 20px;
    margin-top: -10px;
    font-weight: 400;
    color: #fff;
}
#hero-slider .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 5px;
}
#hero-slider .owl-dot span {
    display: none;
}
#hero-slider .owl-dot.active:before {
    content: "0" counter(slides-num) " /  ";
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    color: #d72924;
}
#hero-slider .owl-item.active .hero-content a.post-cat {
    -webkit-animation-name: animLeft;
    animation-name: animLeft;
    -webkit-animation: animLeft 1s ease 0.1s both;
    animation: animLeft 1s ease 0.1s both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
#hero-slider .owl-item.active .hero-content h2 {
    -webkit-animation-name: animLeft;
    animation-name: animLeft;
    -webkit-animation: animLeft 1s ease 0.1s both;
    animation: animLeft 1s ease 0.1s both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
#hero-slider .owl-item.active .hero-content p {
    -webkit-animation-name: animLeft;
    animation-name: animLeft;
    -webkit-animation: animLeft 1s ease 0.1s both;
    animation: animLeft 1s ease 0.1s both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
@-webkit-keyframes animLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(40%, 0, 0);
        transform: translate3d(40%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.slider-dot-item {
    position: absolute;
    left: 0;
    width: 100%;
    top: 59.6%;
    right: 0;
    margin: auto;
    padding-left: 90px;
}
.slider-arrow-item {
    position: absolute;
    left: 0;
    width: 100%;
    top: 55.8%;
    right: 0;
    margin: auto;
}
.slider-arrow-item .owl-nav .owl-next i,
.slider-arrow-item .owl-nav .owl-prev i {
    font-size: 16px;
    color: #fff;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    background-color: #414450;
}
.header-transprent {
    top: 25px;
}
.header-transprent .ts-main-menu {
    background: 0 0;
}
.header-transprent .ts-main-menu .nav-menu > li > a {
    font-weight: 400;
}
.header-transprent .ts-main-menu .nav-menu > li.header-search .header-search-form {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}
.featured-area:before {
    display: none;
}
.featured-area .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 900px;
}
.featured-area .item .hero-content {
    margin-top: 0;
}
.featured-area .item .hero-content h2 {
    font-weight: 500;
    margin-bottom: 60px;
    font-size: 48px;
}
.featured-area .item .hero-content .featurd-video-icon {
    font-size: 80px;
    color: #fff;
}
@media (min-width: 1400px) {
    .featured-area .item {
        height: 1050px;
    }
}
.grid-style-2 .ts-overlay-style .item {
    min-height: 456px;
}
.accordion-post-style .card {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.accordion-post-style .card:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(24, 106, 179, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(24, 106, 179, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(24, 106, 179, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(24, 106, 179, 0.7) 100%);
}
.accordion-post-style .card .space {
    height: 125px;
    text-align: center;
    display: block;
}
.accordion-post-style .card .btn {
    position: relative;
    z-index: 1;
    padding: 8px 20px;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -ms-border-radius: 36px;
    opacity: 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.accordion-post-style .card .btn:hover {
    color: #fff;
}
.accordion-post-style .card .card-header {
    padding: 0;
}
.accordion-post-style .card .card-header a {
    display: block;
    padding: 20px 20px 15px 55px;
    position: relative;
    color: #fff;
    z-index: 1;
}
.accordion-post-style .card .card-header a .post-title {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
}
.accordion-post-style .card .card-header a i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 35px;
    left: 20px;
    top: 20px;
}
.accordion-post-style .card:hover .btn {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.post-overflow-style .ts-title:after {
    display: none;
}
.post-overflow-style .ts-post-thumb {
    overflow: visible;
    margin-right: -230px;
    width: auto;
    z-index: 2;
}
.post-overflow-style .post-content-item {
    background: #f7f7f7;
    padding: 70px 20px 55px 200px;
    margin-top: -55px;
    margin-left: 30px;
}
.post-overflow-style .post-content-item .post-title {
    margin-bottom: 24px;
}
.post-overflow-style .post-content-item p {
    margin-bottom: 28px;
}
.watching-section {
    padding: 60px 0 50px;
}
.watching-section .post-title a {
    color: #fff;
}
.watching-section .post-title a:hover {
    color: #fff;
}
.border-style .post-cat {
    margin-left: 0;
    top: -12px;
}
.border-style.ts-grid-box.ts-grid-content .post-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 25px;
    border: 1px solid #e6e6e6;
    border-top: none;
}
.border-style.ts-grid-box.ts-grid-content .ts-post-thumb {
    margin-bottom: 0;
}
.featured-tab-item .featured-tab-post {
    margin: 0;
    border-bottom: none;
}
.featured-tab-item .featured-tab-post .post-content {
    padding: 26px 30px 10px;
    background: #fff;
}
.featured-tab-item .featured-tab-post > li {
    padding: 0;
    border-right: 1px solid #e6e6e6;
}
.featured-tab-item .featured-tab-post > li:last-child {
    border-right: none;
}
.featured-tab-item .featured-tab-post > li .active:before {
    position: absolute;
    right: 0;
    top: -15px;
    width: 100%;
    height: 15px;
    content: "";
}
.featured-tab-item .featured-tab-post > li .active .post-meta-info li,
.featured-tab-item .featured-tab-post > li .active .post-meta-info li.cat-name,
.featured-tab-item .featured-tab-post > li .active .post-title {
    color: #fff;
}
.view-link-btn {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: auto;
    text-align: center;
    margin: auto;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
}
.view-link-btn span {
    background: #fff;
    height: 48px;
    line-height: 48px;
    padding: 2px 20px;
    min-width: 140px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    color: #222;
    font-weight: 500;
}
.blog-post-slider-item .ts-grid-box {
    padding: 90px 230px 90px 30px;
}
.blog-post-slider-item .ts-post-thumb {
    overflow: visible;
    margin-left: -244px;
    width: auto;
    z-index: 2;
    margin-bottom: 0;
}
.blog-post-slider-item .ts-post-thumb img {
    max-height: 310px;
    width: 100%;
}
.blog-post-slider-item .owl-nav {
    position: absolute;
    right: auto;
    top: auto;
    left: 14px;
    bottom: 41px;
}
.read-more-btn {
    font-size: 11px;
    font-weight: 500;
    color: #888;
    text-transform: uppercase;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 4px 20px;
}
.older-post-btn .read-more-btn {
    background: #fff;
    color: #232323;
    border: none;
}
.author-box-widget {
    padding: 0;
}
.author-box-widget .ts-post-thumb {
    margin-bottom: 0;
}
.author-box-widget .post-content {
    padding: 20px;
    text-align: center;
}
.author-box-widget .post-content p {
    font-size: 14px;
    color: #585858;
}
.author-box-widget .authors-social a {
    color: #8a8a8a;
    margin: 0 8px;
}
.ts-post-style-3 {
    margin-left: -2px;
    margin-right: -2px;
}
.ts-post-style-3 .ts-post-thumb {
    margin-bottom: 0;
}
.ts-post-style-3 .p-1 {
    padding: 2px !important;
}
.ts-post-style-3 .post-content .post-cat {
    margin-left: 0;
    margin-bottom: 10px;
}
.sidebar-2 .widgets-populer-post .post-content.media {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.sidebar-2 .widgets-populer-post .post-content.media:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}
.ts-grid-content-1.ts-blue-light-heighlight {
    background: #007dff;
}
.ts-grid-content-1.ts-blue-light-heighlight .post-date-info,
.ts-grid-content-1.ts-blue-light-heighlight .post-title a,
.ts-grid-content-1.ts-blue-light-heighlight p {
    color: #fff;
}
.ts-grid-content-1.ts-blue-light-heighlight .post-cat {
    color: #007dff;
}
.img-height-520 {
    min-height: 522px;
}
.ts-post-style-4 .ts-grid-style-3 .item {
    min-height: 235px;
    margin-bottom: 10px;
}
.border-top1 {
    border-color: #cfd2da;
}
.contact-box h3 {
    font-size: 28px;
}
.contact-box h4 {
    color: #000;
}
.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.login-or .span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}
.btn.btn-primary.btn-fb {
    background: #3b5999;
}
.reg-page .text-muted {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .ts-breaking-news .breaking-news-content .owl-nav {
        right: -32px;
    }
    .logo img {
        width: 100%;
        padding: 0 5px;
    }
    .nav-menu > li > a {
        padding: 22px 16px;
    }
    .menu-centerd .ts-main-menu .nav-menu li a {
        padding: 22px 13px;
    }
    .menu-centerd.nav-icon-item .nav-menu li a {
        padding: 22px 41px;
    }
    .header-transparent .nav-menu > li > a {
        padding: 31px 17px;
    }
    #breaking_slider .owl-nav {
        right: -32px;
    }
    .header-box-right .navigation:before {
        display: none;
    }
    .header-box-right .right-menu li .nav-search .nav-search-button {
        text-align: center;
    }
    .footer-top .footer-menu ul li a {
        margin: 0 12px;
    }
    .footer-bottom .footer-social-list li a {
        margin: 0 30px;
    }
    .top-bar.transparent #breaking_slider .owl-nav {
        top: 0;
        right: -19px;
    }
    .footer .footer-social-list li a {
        margin-left: 12px;
    }
    #post-slider1 .owl-nav {
        left: 90px;
    }
    .accordion-post-style .card .card-header a .post-title {
        font-size: 17px;
    }
    .blog-post-slider-item .ts-post-thumb {
        margin-left: -230px;
    }
    .blog-post-slider-item .ts-grid-box {
        padding: 90px 208px 90px 30px;
    }
    .posts-ad img {
        max-width: 100%;
    }
    .footer-social li {
        margin-bottom: 14px;
    }
    .header-box-transprent .ts-main-menu .nav-menu > li > a {
        padding: 24px 13px;
    }
    .ts-tranding-post .slider-indicators .post-content .post-count {
        width: 48px;
        height: 48px;
        padding: 0 12px;
    }
    .footer-social li {
        margin-bottom: 12px;
    }
    .widget-banner {
        text-align: center;
    }
    .single-post ul li {
        margin-bottom: 14px;
        font-size: 14px;
    }
    #featured-slider-4 .owl-nav {
        bottom: 100px;
    }
    .post-title.ex-lg {
        font-size: 36px;
    }
    .post-title.lg {
        font-size: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pl-1 {
        padding-left: 15px !important;
    }
    .p-1 {
        padding: 0 15px !important;
    }
    .pr-1,
    .pr-10 {
        padding-right: 15px !important;
    }
    .pr-0 {
        padding-right: 15px !important;
    }
    .p-0 {
        padding: 0 15px !important;
    }
    .pl-0 {
        padding-left: 15px !important;
    }
    .top-social {
        text-align: center;
    }
    .md-center-item {
        text-align: center;
    }
    .posts-ad {
        text-align: center;
    }
    .posts-ad img {
        max-width: 100%;
    }
    .header-box-right .nav-toggle:before,
    .header-standerd .nav-toggle:before {
        background-color: #fff;
        -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }
    .header-standerd .nav-menu > li > a {
        color: #232232;
    }
    .nav-icon-item .nav-menu li a i {
        text-align: left !important;
    }
    .ts-breaking-news .breaking-news-content {
        width: 100%;
    }
    .ts-breaking-news .breaking-news-content .owl-nav {
        right: 0;
        top: -27px;
    }
    .logo {
        display: none;
    }
    .mobile-logo {
        display: block;
    }
    .header-nav-item {
        padding-left: 15px;
    }
    .ts-overlay-style.ts-featured .item {
        min-height: 400px;
    }
    .post-title.lg {
        font-size: 30px;
    }
    .ts-overlay-style.ts-featured .item .post-content {
        padding: 17px;
    }
    .posts-ad,
    .ts-featured,
    .ts-grid-box:last-of-type,
    .ts-newslatter-content,
    .ts-overlay-style {
        margin-bottom: 30px;
    }
    .footer-logo {
        margin-bottom: 15px;
    }
    .footer-social li {
        margin-right: 25px;
    }
    #breaking_slider .owl-nav {
        top: -24px;
        right: 0;
    }
    .nav-menu .megamenu-panel {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 15px;
    }
    .megamenu-panel .item {
        margin-bottom: 15px;
    }
    .post-layout-2 .single-big-img .entry-header {
        padding: 12px 27px;
    }
    .ts-grid-item .item {
        margin-bottom: 20px;
    }
    .ts-grid-item .ts-grid-content.ts-list-post-box .item {
        margin-bottom: 0;
    }
    .nav-icon-item .navigation {
        height: 70px;
    }
    .nav-icon-item .nav-menu li a i {
        text-align: left;
    }
    .nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button {
        text-align: left;
        padding: 25px 45px !important;
    }
    .ts-pagination-1 {
        margin-bottom: 30px;
    }
    .navigation-portrait .submenu-indicator {
        height: auto;
        top: 11px;
    }
    .header-transparent .navigation-portrait .nav-menus-wrapper {
        background: #000032;
    }
    .header-transparent .navigation-portrait .submenu-indicator {
        top: 27px;
    }
    .post-title.ex-lg {
        font-size: 30px;
    }
    .ts-grid-features-box {
        padding: 60px 40px 50px;
    }
    .left-sidebar {
        margin-bottom: 30px;
    }
    .ts-footer.ts-footer-3 .footer-social-list li a {
        margin-left: 25px;
    }
    .footer-widget {
        margin-bottom: 40px;
    }
    .header-box-right .navigation:before {
        display: none;
    }
    .header-box-right .nav-menu > li.active {
        background: #232323;
        color: #fff;
    }
    .header-box-right .nav-menu > li > a {
        height: 60px;
    }
    .header-box-right .nav-menu > li > a:before {
        display: none;
    }
    .breakink-news-section #breaking_slider .owl-nav {
        top: -32px;
    }
    .breakink-news-section #breaking_slider .owl-nav .owl-next,
    .breakink-news-section #breaking_slider .owl-nav .owl-prev {
        height: 26px;
    }
    .ts-footer-5 .footer-logo {
        text-align: left;
    }
    .ts-footer-5 .footer-social-list {
        text-align: left !important;
    }
    .ts-footer-5 .footer-widget.newsletter-widgets {
        padding-left: 30px;
    }
    .footer-menu ul li a {
        margin: 0 10px;
    }
    .navbar-standerd .navigation-portrait .nav-brand {
        line-height: 70px;
    }
    .navbar-standerd .nav-menu > li > a {
        height: 60px;
    }
    .header-box-transprent {
        top: 80px;
    }
    .header-box-transprent .ts-main-menu .nav-menu > li > a {
        color: #232323;
    }
    .footer-top .footer-menu.xs-center {
        text-align: center !important;
    }
    .footer-top .footer-logo {
        margin: 20px 0 30px;
    }
    .footer-bottom .footer-social-list {
        margin: 20px 0;
    }
    .footer-bottom .copy-right-text.xs-center {
        text-align: center !important;
    }
    .p-10 {
        padding: 0 15px;
    }
    .header-transprent {
        top: 25px;
    }
    .header-transprent .nav-menu > li > a:hover {
        color: #232232;
    }
    .header-transprent .nav-menu > li > a .submenu-indicator {
        margin-top: 14px;
    }
    .header-transprent .nav-menu > li:first-child > a {
        padding-left: 15px;
    }
    .header-transprent .nav-toggle:before {
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }
    .header-transprent .mobile_hidden {
        display: none;
    }
    .header-transprent .nav-menu-centered .header-search {
        display: none;
    }
    .header-box-transprent .ts-main-menu .nav-menu > li:first-child a {
        padding-left: 20px;
    }
    .featured-area .item {
        height: 600px;
    }
    #post-slider1 .owl-nav {
        left: 0;
    }
    .post-overflow-style .post-content-item {
        padding: 70px 20px 20px 40px;
        margin-left: 0;
    }
    .block-wrapper-1.p-50 {
        padding: 30px 0;
        margin: 0;
    }
    .grid-style-2 .ts-overlay-style .item {
        min-height: 350px;
    }
    .accordion-post-style {
        margin-bottom: 30px;
    }
    .col-lg-3.pl-0 .accordion-post-style {
        margin-bottom: 0;
    }
    .watching-section .item {
        margin-bottom: 20px;
    }
    .footer .copyright-text {
        margin-bottom: 20px;
        text-align: center;
    }
    section.block-wrapper.block-wrapper-1.p-50.mb-40,
    section.block-wrapper.block-wrapper-1.p-50.mt-50 {
        padding-bottom: 0;
    }
    section.block-wrapper.block-wrapper-1.p-100 {
        padding: 30px 0;
    }
    .ts-overlay-style .overlay-post-content {
        width: 100%;
    }
    .blog-post-slider-item .ts-post-thumb {
        margin-left: -230px;
    }
    .blog-post-slider-item .ts-grid-box {
        padding: 90px 208px 90px 30px;
    }
    .post-col-list-item .older-post-btn {
        margin-bottom: 40px;
    }
    .navbar-standerd.nav-bar-dark .navigation-portrait .nav-menus-wrapper {
        background: #232323;
    }
    .navbar-standerd.nav-bar-dark .navigation-portrait .nav-menu > li {
        border-top: solid 1px #444;
    }
    .category-box-item-3 .row .col-lg-6 .item {
        margin-bottom: 20px;
    }
    .category-item .item {
        margin-bottom: 20px;
    }
    section.block-wrapper.mb-45 {
        margin-bottom: 30px;
    }
    .post-list-box.ts-list-post-box.ts-grid-content {
        margin-bottom: 20px;
    }
    .row.post-col-list-item .col-lg-6.mb-30 {
        margin-bottom: 0 !important;
    }
    #more-news-section {
        margin-bottom: 0 !important;
    }
    #featured-slider-4 .item {
        min-height: 350px;
    }
    .plr-30 {
        padding: 0 15px;
    }
    .md-center {
        text-align: center !important;
    }
    .ts-grid-item.ts-grid-item1 .col-lg-6 .ts-post-thumb img {
        max-height: inherit;
        width: 100%;
    }
    .banner-widget,
    .widget-banner {
        text-align: center;
    }
    .ts-post-overlay-style-1 .ts-overlay-style:last-of-type {
        margin-bottom: 0;
    }
    .ts-post-style-5.ts-post-overlay-style-1 .ts-overlay-style:last-of-type {
        margin-bottom: 30px;
    }
    .post-list-box.ts-list-post-box.ts-grid-content .ts-overlay-style {
        margin-bottom: 10px;
    }
    .md-mb-30,
    .ts-pagination.text-center.mb-20 {
        margin-bottom: 30px;
    }
    .widget-banner {
        text-align: center;
    }
    .right-sidebar-1 .widgets .category-list {
        margin-bottom: 20px;
    }
    .sidebar {
        margin-top: 20px;
    }
    .comments-form.ts-grid-box,
    .single-post.content-wrapper {
        padding: 30px 40px 40px;
    }
    .single-post .post-media {
        margin: 0 -40px;
    }
    .post-meta-info li {
        margin-right: 20px;
        margin-bottom: 12px;
    }
    .category-layout-3 .ts-grid-box.entry-header {
        margin-bottom: 0;
    }
    .category-layout-3 .col-lg-6.mb-30 {
        margin-bottom: 0 !important;
    }
    .ts-tranding-post .slider-indicators.carousel-indicators > li:after,
    .ts-tranding-post .slider-indicators.carousel-indicators > li:before {
        display: none;
    }
    .category-box-item-3 .col-lg-6 .item {
        margin-bottom: 30px;
    }
    .ts-grid-box.category-box-item-3,
    .ts-grid-box.category-item {
        padding-bottom: 20px;
    }
    #more-news-section {
        padding-top: 0;
    }
    .single-post ul li {
        margin-bottom: 14px;
        font-size: 14px;
    }
    .ts-footer-5 .footer-widget.border-right:after {
        display: none;
    }
}
@media (max-width: 767px) {
    .pl-1 {
        padding-left: 15px !important;
    }
    .p-1 {
        padding: 0 15px !important;
    }
    .pr-1 {
        padding-right: 15px !important;
    }
    .pr-0 {
        padding-right: 15px !important;
    }
    .p-0 {
        padding: 0 15px !important;
    }
    .pl-0 {
        padding-left: 15px !important;
    }
    .xs-center {
        text-align: center !important;
    }
    .top-bar .ts-temperature {
        text-align: center;
        border-right: none;
        display: block;
        padding-right: 0;
    }
    .top-bar .ts-temperature:before {
        display: none;
    }
    .top-bar .top-social {
        text-align: center;
    }
    .top-bar .ts-top-nav {
        display: block;
        text-align: center;
        padding-left: 0;
    }
    .top-bar.v3 .ts-date {
        display: block;
        padding-right: 0;
        text-align: center;
    }
    .logo {
        display: none;
    }
    .mobile-logo {
        display: block;
    }
    .header-nav-item {
        padding-left: 15px;
    }
    #breaking_slider {
        width: 100%;
    }
    #breaking_slider .owl-nav {
        position: absolute;
        right: 0;
        top: -27px;
    }
    .header-middle.v2 .logo {
        display: block;
    }
    #featured-slider-2 .item {
        min-height: 280px;
    }
    #featured-slider-2 .post-title.lg {
        font-size: 20px;
    }
    .ts-overlay-style.ts-featured .item {
        /*min-height: 440px;*/
    }
    .post-title.lg {
        font-size: 30px;
    }
    .ts-overlay-style.ts-featured .item .post-content {
        padding: 17px;
    }
    .posts-ad,
    .ts-featured,
    .ts-grid-box:last-of-type,
    .ts-newslatter-content,
    .ts-overlay-style {
        margin-bottom: 30px;
    }
    .watch-now-featured .item .ts-video-btn {
        top: 40px;
    }
    .ts-tranding-post .slider-indicators.carousel-indicators > li {
        width: 100%;
    }
    #more-news-slider .ts-overlay-style {
        margin-bottom: 0;
    }
    .ts-grid-box {
        padding: 15px;
    }
    .ts-title:before {
        left: -15px;
    }
    .ts-tranding-post .ts-title {
        margin-left: 0;
    }
    .ts-tranding-post .carousel-inner .ts-post-thumb img {
        min-height: 260px;
    }
    .footer-social li {
        margin-right: 20px;
        margin-top: 15px;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .newsletter-form .media {
        display: block;
    }
    .ts-newslatter .newsletter-form .ts-submit-btn {
        margin-left: 38px;
        margin-top: 20px;
    }
    .ts-footer .footer-menu ul li a {
        margin: 0 8px;
    }
    .comments-form.ts-grid-box,
    .single-post.ts-grid-box {
        padding: 30px 15px 30px;
    }
    .post-meta-info li {
        margin-right: 16px;
        margin-bottom: 10px;
    }
    .single-post .post-media {
        margin: 0;
    }
    blockquote {
        font-size: 17px;
        line-height: 35px;
        padding: 0 0 0 18px;
        margin: 50px 0;
    }
    blockquote cite {
        display: none;
    }
    p img.float-left {
        margin-right: 0;
        width: 100%;
    }
    .author-box {
        padding: 20px 0 20px 70px;
    }
    .author-box .author-img {
        width: 60px;
        height: 60px;
    }
    .author-box .authors-social {
        float: none;
        display: block;
        width: 100%;
        clear: both;
    }
    .author-box .authors-social a {
        margin-left: 16px;
    }
    .post-navigation .post-next,
    .post-navigation .post-previous {
        width: 100%;
    }
    .post-navigation .post-previous {
        margin-bottom: 20px;
        border-right: none;
    }
    .post-layout-2 .single-big-img .entry-header {
        padding: 12px 27px;
    }
    .breadcrumb li {
        padding: 7px 26px 7px 17px;
    }
    .ts-category-list {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .ts-category-list li a {
        padding: 2px 9px;
    }
    .top-bar.top-bg .ts-date {
        text-align: center;
    }
    .top-bar.top-bg .top-nav {
        text-align: center;
    }
    .top-bar.top-bg .top-nav li a {
        margin-left: 20px;
    }
    .ts-post-style-2 .ts-overlay-style .ts-post-thumb img {
        min-height: 250px;
    }
    .ts-grid-item .item {
        margin-bottom: 20px;
    }
    .ts-grid-item .ts-grid-content.ts-list-post-box .item {
        margin-bottom: 0;
    }
    .nav-icon-item .navigation {
        height: 70px;
    }
    .nav-icon-item .nav-menu li a i {
        text-align: left !important;
    }
    .nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button {
        text-align: left;
        padding: 25px 45px !important;
    }
    #featured-slider-3 {
        margin-bottom: 0;
    }
    .featured-content-box .post-content {
        padding: 15px;
        margin: -40px 15px 0;
    }
    .item.post-content-box {
        margin-bottom: 15px;
    }
    .ts-pagination-1 {
        margin-bottom: 30px;
    }
    .ts-footer-2 .copyright-text {
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-social-list.text-right {
        text-align: center !important;
    }
    .navigation-portrait .submenu-indicator {
        height: auto;
        top: 11px;
    }
    .header-transparent .navigation-portrait .nav-menus-wrapper {
        background: #000032;
    }
    .header-transparent .navigation-portrait .submenu-indicator {
        top: 27px;
    }
    .post-title.ex-lg {
        font-size: 30px;
    }
    #featured-slider-4 .ts-post-thumb img {
        min-height: inherit;
    }
    .ts-grid-features-box {
        padding: 45px 29px 23px;
    }
    .left-sidebar {
        margin-bottom: 30px;
    }
    .ts-footer.ts-footer-3 .footer-logo {
        padding: 34px 0 15px;
    }
    .ts-footer.ts-footer-3 .footer-menu li a:after {
        display: none;
    }
    .ts-footer.ts-footer-3 .footer-social-list li a {
        margin-left: 30px;
    }
    .ts-footer.ts-footer-3 .copyright-text {
        text-align: center !important;
    }
    .currency-list-item {
        margin-top: 20px;
    }
    .footer-widget {
        margin-bottom: 40px;
    }
    .ts-footer [class*="col-"]:last-of-type .footer-widget {
        margin-bottom: 0;
    }
    .ts-footer-4 .footer-logo {
        text-align: center;
    }
    .ts-footer-4 .footer-social-list {
        text-align: center !important;
    }
    .copyright-section .copyright-text,
    .copyright-section .footer-menu {
        text-align: center !important;
        margin: 10px 0;
    }
    .header-box-right .navigation {
        height: 65px;
    }
    .header-box-right .header-logo {
        text-align: center;
        padding: 10px 0;
    }
    .header-box-right .ts-date {
        text-align: center;
    }
    .header-box-right .navigation:before {
        display: none;
    }
    .header-box-right .ts-top-nav {
        text-align: center !important;
    }
    .header-box-right .nav-menu > li.active {
        background: #232323;
        color: #fff;
    }
    .header-box-right .nav-menu > li > a {
        height: 60px;
    }
    .header-box-right .nav-menu > li > a:before {
        display: none;
    }
    .header-box-right .nav-toggle:before {
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }
    .breakink-news-section #breaking_slider .owl-nav {
        top: -32px;
    }
    .breakink-news-section #breaking_slider .owl-nav .owl-next,
    .breakink-news-section #breaking_slider .owl-nav .owl-prev {
        height: 26px;
    }
    .ts-footer-5 .footer-logo {
        text-align: left;
    }
    .ts-footer-5 .footer-social-list {
        text-align: left !important;
    }
    .ts-footer-5 .footer-widget.newsletter-widgets {
        padding-left: 0;
    }
    .category-post-style1 .item {
        margin-bottom: 20px;
    }
    .header-middle .header-logo {
        margin-bottom: 15px;
    }
    .header-standerd .nav-menu > li > a {
        color: #232323;
    }
    .header-standerd .nav-toggle:before {
        background-color: #fff;
        -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }
    .header-standerd .nav-menu > li.active > a {
        color: #fff;
    }
    .xs-left {
        text-align: left !important;
    }
    .navbar-standerd .navigation-portrait .nav-brand {
        line-height: 70px;
    }
    .navbar-standerd .nav-menu > li > a {
        height: 60px;
    }
    .navbar-standerd.nav-item .nav-menu > li > a {
        line-height: 35px;
    }
    .ts-post-style-2 .ts-overlay-style .item {
        min-height: 360px;
    }
    .header-middle.v4 {
        padding: 13px 0;
    }
    .megamenu-panel .item {
        margin-bottom: 15px;
    }
    .error-page {
        padding: 50px 15px;
    }
    .error-page .error-code h2 {
        font-size: 130px;
        line-height: 130px;
    }
    .error-page .error-message h3 {
        font-size: 25px;
    }
    .error-page .error-body h4 {
        font-size: 14px;
    }
    .nav-menu .megamenu-panel {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 15px;
    }
    .ad-widget,
    .posts-ad {
        text-align: center;
    }
    .ts-grid-box.most-populer-item,
    .ts-post-overlay-style-1 .ts-overlay-style:last-of-type {
        margin-bottom: 0;
    }
    #more-news-section {
        padding-top: 0;
    }
    .ts-breaking-news .breaking-news-content {
        width: 100%;
    }
    .category-box-item-3 .item,
    .category-item .item {
        margin-bottom: 20px;
    }
    .video-slider .post-video img {
        min-height: 360px;
    }
    .video-slider .post-video .post-video-content {
        padding: 15px;
    }
    .ts-grid-box.ts-category-title {
        padding: 18px 15px;
    }
    .category-list-item .widget-title:before {
        left: -15px;
    }
    .mr--20 {
        margin-right: 0;
    }
    .ts-pagination.text-center.mt-15 {
        margin-bottom: 30px;
    }
    .nav-menu-item.nav-icon-item .navigation {
        height: 70px;
    }
    .top-bar.transparent #breaking_slider .owl-nav {
        top: -28px;
        right: 0;
    }
    .header-box-transprent {
        top: 100px;
    }
    .header-box-transprent .ts-main-menu .nav-menu > li > a {
        color: #232323;
    }
    .hero-content h2 {
        font-size: 30px;
    }
    .slider-dot-item {
        left: 0;
        padding-left: 84px;
    }
    .tab-menu-item {
        margin-bottom: 20px;
    }
    .tab-menu-item li a {
        padding: 0 8px;
    }
    .video-item {
        height: 300px;
    }
    .footer-top .footer-menu ul li a {
        margin: 0 13px;
    }
    .footer-top .footer-logo {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .footer-bottom .footer-social-list {
        margin: 20px 0;
    }
    .footer-bottom .footer-social-list li a {
        margin: 0 17px;
    }
    .p-10 {
        padding: 0 15px;
    }
    .header-transprent {
        top: 25px;
    }
    .header-transprent .nav-menu > li > a:hover {
        color: #232232;
    }
    .header-transprent .nav-menu > li > a .submenu-indicator {
        margin-top: 14px;
    }
    .header-transprent .nav-menu > li:first-child > a {
        padding-left: 15px;
    }
    .header-transprent .nav-toggle:before {
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }
    .header-transprent .mobile_hidden {
        display: none;
    }
    .header-transprent .nav-menu-centered .header-search {
        display: none;
    }
    .header-box-transprent .ts-main-menu .nav-menu > li:first-child a {
        padding-left: 20px;
    }
    .featured-area .item {
        height: 600px;
    }
    .featured-area .item .hero-content h2 {
        font-size: 30px;
    }
    .featured-area .item .hero-content .featurd-video-icon {
        font-size: 58px;
    }
    #post-slider1 .owl-nav {
        left: 0;
    }
    .post-overflow-style .post-content-item {
        padding: 70px 20px 20px 40px;
        margin-left: 0;
    }
    .block-wrapper-1.p-50 {
        padding: 30px 0;
        margin: 0;
    }
    .grid-style-2 .ts-overlay-style .item {
        min-height: 350px;
    }
    .accordion-post-style {
        margin-bottom: 30px;
    }
    .col-lg-3.pl-0 .accordion-post-style {
        margin-bottom: 0;
    }
    .watching-section .item {
        margin-bottom: 20px;
    }
    .footer .copyright-text {
        margin-bottom: 20px;
        text-align: center;
    }
    section.block-wrapper.block-wrapper-1.p-50.mb-40,
    section.block-wrapper.block-wrapper-1.p-50.mt-50 {
        padding-bottom: 0;
    }
    section.block-wrapper.block-wrapper-1.p-100 {
        padding: 30px 0;
    }
    .navbar-standerd .top-social {
        padding-left: 10px;
    }
    .navbar-standerd .top-social li {
        margin-right: 0;
    }
    .block-wrapper.p-60 {
        padding: 40px 0;
    }
    .blog-post-slider-item .ts-grid-box {
        padding: 34px 20px 50px 30px;
        margin-bottom: 0;
    }
    .blog-post-slider-item .ts-post-thumb {
        margin: 0;
    }
    .blog-post-slider-item.mb-60 {
        margin-bottom: 30px;
    }
    .post-col-list-item .older-post-btn {
        margin-bottom: 40px;
    }
    .post-col-list-item [class*="col-"]:last-of-type {
        margin-bottom: 0;
    }
    .instagramPhoto .col-md.p-0 {
        margin-right: 0;
    }
    .category-widget .widget-title:before {
        left: -15px;
    }
    .ts-grid-box.widgets.tag-list .widget-title:before {
        left: -15px;
    }
    .logo-area {
        padding: 30px 15px;
    }
    .post-layout-7 .single-big-img .entry-header-item {
        padding-top: 245px;
    }
    .social-widget .widget-title:before {
        left: -15px;
    }
    .entry-cat-header .ts-title {
        margin-bottom: 20px;
    }
    .category-layout-3 .col-lg-9 .row .col-lg-6.mb-30 {
        margin-bottom: 0 !important;
    }
    .post-col-list-item .col-lg-6.mb-30 {
        margin-bottom: 0 !important;
    }
    .ts-post-style-3 .col-lg-4.p-1:last-of-type .ts-overlay-style {
        margin-bottom: 0;
    }
    .ts-col-list-post .col-lg-4.col-md-6.mb-30 {
        margin-bottom: 0 !important;
    }
    .navbar-standerd.nav-bar-dark .navigation-portrait .nav-menus-wrapper {
        background: #232323;
    }
    .navbar-standerd.nav-bar-dark .navigation-portrait .nav-menu > li {
        border-top: solid 1px #444;
    }
    .widget-banner {
        text-align: center;
    }
    .uk-width-3-4 {
        width: 100%;
    }
    .col-lg-3.pr-10 .ts-post-overlay-style-1 {
        margin-bottom: 30px;
    }
    .post-list-box.ts-list-post-box.ts-grid-content {
        margin-bottom: 20px;
    }
    .post-list-box.ts-list-post-box.ts-grid-content .ts-overlay-style {
        margin-bottom: 10px;
    }
    #featured-slider-5 {
        margin-bottom: 0;
    }
    .block-wrapper.ts-post-style-4 {
        padding-bottom: 0;
    }
    #most-pupuler {
        margin-bottom: 30px;
    }
    .ts-overlay-item.ts-grid-style-2 [class*="col-"]:last-of-type .ts-overlay-style {
        margin-bottom: 0;
    }
    .ts-grid-item.ts-overlay-item [class*="col-"]:last-of-type .ts-overlay-style {
        margin-bottom: 0;
    }
    .featured-tab-item .featured-tab-post > li {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    .category-layout-1 [class*="col-"]:last-of-type .ts-overlay-style {
        margin-bottom: 0;
    }
    .category-layout-5 .ts-grid-box.entry-header {
        margin-bottom: 0;
    }
    .featured-post.post-style-4 .ts-overlay-style {
        margin-bottom: 30px;
    }
    .featured-post.post-style-4 [class*="col-"]:last-of-type .ts-overlay-style {
        margin-bottom: 0;
    }
    .ts-content-box-item .row.mb-30 {
        margin-bottom: 0 !important;
    }
    .ts-grid-style-3 .ts-overlay-style,
    .ts-pagination.text-center.mb-20,
    .xs-mb-30 {
        margin-bottom: 30px;
    }
    .plr-10 {
        padding: 0 15px;
    }
    .ts-grid-style-3 .ts-overlay-style:last-of-type {
        margin-bottom: 0;
    }
    .ts-tranding-post .slider-indicators.carousel-indicators > li:after,
    .ts-tranding-post .slider-indicators.carousel-indicators > li:before {
        display: none;
    }
    .widget-banner {
        text-align: center;
    }
    .ts-footer-5 .footer-widget.border-right:after {
        display: none;
    }
    #featured-slider-4 .item {
        min-height: 365px;
    }
}
.breaking-title,
.post-title a:hover,
.ts-overlay-style .overlay-post-content .post-meta-info li.active {
    color: #d72924;
}
#breaking_slider .owl-nav .owl-next:hover,
#breaking_slider .owl-nav .owl-prev:hover,
.nav-menu > li.active > a,
.nav-menu > li > a:hover,
.owl-dots .owl-dot span,
.right-menu li .nav-search .nav-search-button,
.top-bar .top-social li.ts-date,
.topic-list,
.ts-newslatter .newsletter-form .ts-submit-btn .btn:hover,
.ts-title:before {
    background: #d72924;
}
.logo {
    background: #fff;
}
.ts-grid-style-3 .ts-overlay-style .item .post-cat {
    margin-left: 20px;
}
.no-rpadding {
    padding-right: 0 !important;
}
.hot .post-title {
    height: 54px;
    overflow: hidden;
}
.top .post-title {
    height: 45px;
    overflow: hidden;
}
@media (min-width: 1190px) {
    .top .post-title {
        height: 70px;
        overflow: hidden;
    }
}
.top-social {
    margin-top: 8px;
    margin-right: 15px;
}
.ts-di {
    position: absolute;
    margin-left: 30px;
    top: 20px;
    background: #fff;
    color: #000;
    padding: 0 10px;
    z-index: 1;
    font-size: 11px;
    font-weight: 700;
}
.wht {
    color: #fff;
}
.ts-grid-box-heighlightN {
    background: #666867;
}
.ts-grid-box-heighlightN .ts-title {
    color: #fff;
}
.ts-grid-box-heighlightN .ts-title::before {
    background: #fff;
}
.pt-30 {
    padding-top: 30px !important;
}
.widgetsB {
    margin-bottom: 30px;
}
.und {
    height: 115px;
    overflow: hidden;
}
.fb-like span {
    width: 200px !important;
}
.fb-like iframe {
    width: 200px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
#cookie-notice {
    font-size: 12px;
    height: auto;
    left: 0;
    line-height: 18px;
    min-width: 100%;
    position: fixed;
    text-align: center;
    z-index: 100000;
    bottom: 0;
}
.cn-notice-text {
    margin-bottom: 5px;
}
.cn-notice-text p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.cn-notice-cont {
    display: grid;
}
.cookie-notice-container {
    padding: 10px;
}
#cookie-notice .button {
    margin-left: 10px;
}
#cookie-notice .button.wp-default {
    background: #f3f3f3 linear-gradient(to bottom, #fefefe, #f4f4f4) repeat scroll 0 0;
    border-color: #bbb;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    outline: medium none;
    padding: 2px 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
}
#cookie-notice .button.wp-default:focus,
#cookie-notice .button.wp-default:hover {
    background: #f3f3f3 linear-gradient(to bottom, #fff, #f3f3f3) repeat scroll 0 0;
    border-color: #999;
    color: #222;
}
#cookie-notice .button.bootstrap {
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    margin-bottom: 0;
    margin-right: 0.3em;
    outline: medium none;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
}
#cookie-notice .button.bootstrap:focus,
#cookie-notice .button.bootstrap:hover {
    background-color: #04c;
    background-position: 0 -15px;
    color: #fff;
    transition: background-position 0.1s linear 0s;
}
.ts-instagram a i {
    background: #000;
}
.footer-social {
    float: right;
}
.Banner {
    display: block;
    width: 100%;
    background: 0 0 !important;
    margin-bottom: 10px;
    margin-top: 10px;
}
.block-wrapper-banner {
    padding-bottom: 0 !important;
}
.contact-box {
    color: #232323;
}
.f14 a {
    font-size: 14px !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .ts-breaking-news .breaking-news-content .owl-nav {
        right: -32px;
    }
    .logo img {
        width: 100%;
        padding: 0 5px;
    }
    .nav-menu > li > a {
        padding: 22px 16px;
    }
    .menu-centerd .ts-main-menu .nav-menu li a {
        padding: 22px 13px;
    }
    .menu-centerd.nav-icon-item .nav-menu li a {
        padding: 22px 41px;
    }
    .header-transparent .nav-menu > li > a {
        padding: 31px 17px;
    }
    #breaking_slider .owl-nav {
        right: -32px;
    }
    .header-box-right .navigation:before {
        display: none;
    }
    .header-box-right .right-menu li .nav-search .nav-search-button {
        text-align: center;
    }
    .footer-top .footer-menu ul li a {
        margin: 0 12px;
    }
    .footer-bottom .footer-social-list li a {
        margin: 0 30px;
    }
    .top-bar.transparent #breaking_slider .owl-nav {
        top: 0;
        right: -19px;
    }
    .footer .footer-social-list li a {
        margin-left: 12px;
    }
    #post-slider1 .owl-nav {
        left: 90px;
    }
    .accordion-post-style .card .card-header a .post-title {
        font-size: 17px;
    }
    .blog-post-slider-item .ts-post-thumb {
        margin-left: -230px;
    }
    .blog-post-slider-item .ts-grid-box {
        padding: 90px 208px 90px 30px;
    }
    .posts-ad img {
        max-width: 100%;
    }
    .footer-social li {
        margin-bottom: 14px;
    }
    .header-box-transprent .ts-main-menu .nav-menu > li > a {
        padding: 24px 13px;
    }
    .ts-tranding-post .slider-indicators .post-content .post-count {
        width: 48px;
        height: 48px;
        padding: 0 12px;
    }
    .footer-social li {
        margin-bottom: 12px;
    }
    .widget-banner {
        text-align: center;
    }
    .single-post ul li {
        margin-bottom: 14px;
        font-size: 14px;
    }
    #featured-slider-4 .owl-nav {
        bottom: 100px;
    }
    .post-title.ex-lg {
        font-size: 36px;
    }
    .post-title.lg {
        font-size: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pl-1 {
        padding-left: 15px !important;
    }
    .p-1 {
        padding: 0 15px !important;
    }
    .pr-1,
    .pr-10 {
        padding-right: 15px !important;
    }
    .pr-0 {
        padding-right: 15px !important;
    }
    .p-0 {
        padding: 0 15px !important;
    }
    .pl-0 {
        padding-left: 15px !important;
    }
    .top-social {
        text-align: center;
    }
    .md-center-item {
        text-align: center;
    }
    .posts-ad {
        text-align: center;
    }
    .posts-ad img {
        max-width: 100%;
    }
    .header-box-right .nav-toggle:before,
    .header-standerd .nav-toggle:before {
        background-color: #fff;
        -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }
    .header-standerd .nav-menu > li > a {
        color: #232232;
    }
    .nav-icon-item .nav-menu li a i {
        text-align: left !important;
    }
    .ts-breaking-news .breaking-news-content {
        width: 100%;
    }
    .ts-breaking-news .breaking-news-content .owl-nav {
        right: 0;
        top: -27px;
    }
    .logo {
        display: none;
    }
    .mobile-logo {
        display: block;
    }
    .header-nav-item {
        padding-left: 15px;
    }
    .ts-overlay-style.ts-featured .item {
        min-height: 400px;
    }
    .post-title.lg {
        font-size: 30px;
    }
    .ts-overlay-style.ts-featured .item .post-content {
        padding: 17px;
    }
    .posts-ad,
    .ts-featured,
    .ts-grid-box:last-of-type,
    .ts-newslatter-content,
    .ts-overlay-style {
        margin-bottom: 30px;
    }
    .footer-logo {
        margin-bottom: 15px;
    }
    .footer-social li {
        margin-right: 25px;
    }
    #breaking_slider .owl-nav {
        top: -24px;
        right: 0;
    }
    .nav-menu .megamenu-panel {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 15px;
    }
    .megamenu-panel .item {
        margin-bottom: 15px;
    }
    .post-layout-2 .single-big-img .entry-header {
        padding: 12px 27px;
    }
    .ts-grid-item .item {
        margin-bottom: 20px;
    }
    .ts-grid-item .ts-grid-content.ts-list-post-box .item {
        margin-bottom: 0;
    }
    .nav-icon-item .navigation {
        height: 70px;
    }
    .nav-icon-item .nav-menu li a i {
        text-align: left;
    }
    .nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button {
        text-align: left;
        padding: 25px 45px !important;
    }
    .ts-pagination-1 {
        margin-bottom: 30px;
    }
    .navigation-portrait .submenu-indicator {
        height: auto;
        top: 11px;
    }
    .header-transparent .navigation-portrait .nav-menus-wrapper {
        background: #000032;
    }
    .header-transparent .navigation-portrait .submenu-indicator {
        top: 27px;
    }
    .post-title.ex-lg {
        font-size: 30px;
    }
    .ts-grid-features-box {
        padding: 60px 40px 50px;
    }
    .left-sidebar {
        margin-bottom: 30px;
    }
    .ts-footer.ts-footer-3 .footer-social-list li a {
        margin-left: 25px;
    }
    .footer-widget {
        margin-bottom: 40px;
    }
    .header-box-right .navigation:before {
        display: none;
    }
    .header-box-right .nav-menu > li.active {
        background: #232323;
        color: #fff;
    }
    .header-box-right .nav-menu > li > a {
        height: 60px;
    }
    .header-box-right .nav-menu > li > a:before {
        display: none;
    }
    .breakink-news-section #breaking_slider .owl-nav {
        top: -32px;
    }
    .breakink-news-section #breaking_slider .owl-nav .owl-next,
    .breakink-news-section #breaking_slider .owl-nav .owl-prev {
        height: 26px;
    }
    .ts-footer-5 .footer-logo {
        text-align: left;
    }
    .ts-footer-5 .footer-social-list {
        text-align: left !important;
    }
    .ts-footer-5 .footer-widget.newsletter-widgets {
        padding-left: 30px;
    }
    .footer-menu ul li a {
        margin: 0 10px;
    }
    .navbar-standerd .navigation-portrait .nav-brand {
        line-height: 70px;
    }
    .navbar-standerd .nav-menu > li > a {
        height: 60px;
    }
    .header-box-transprent {
        top: 80px;
    }
    .header-box-transprent .ts-main-menu .nav-menu > li > a {
        color: #232323;
    }
    .footer-top .footer-menu.xs-center {
        text-align: center !important;
    }
    .footer-top .footer-logo {
        margin: 20px 0 30px;
    }
    .footer-bottom .footer-social-list {
        margin: 20px 0;
    }
    .footer-bottom .copy-right-text.xs-center {
        text-align: center !important;
    }
    .p-10 {
        padding: 0 15px;
    }
    .header-transprent {
        top: 25px;
    }
    .header-transprent .nav-menu > li > a:hover {
        color: #232232;
    }
    .header-transprent .nav-menu > li > a .submenu-indicator {
        margin-top: 14px;
    }
    .header-transprent .nav-menu > li:first-child > a {
        padding-left: 15px;
    }
    .header-transprent .nav-toggle:before {
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }
    .header-transprent .mobile_hidden {
        display: none;
    }
    .header-transprent .nav-menu-centered .header-search {
        display: none;
    }
    .header-box-transprent .ts-main-menu .nav-menu > li:first-child a {
        padding-left: 20px;
    }
    .featured-area .item {
        height: 600px;
    }
    #post-slider1 .owl-nav {
        left: 0;
    }
    .post-overflow-style .post-content-item {
        padding: 70px 20px 20px 40px;
        margin-left: 0;
    }
    .block-wrapper-1.p-50 {
        padding: 30px 0;
        margin: 0;
    }
    .grid-style-2 .ts-overlay-style .item {
        min-height: 350px;
    }
    .accordion-post-style {
        margin-bottom: 30px;
    }
    .col-lg-3.pl-0 .accordion-post-style {
        margin-bottom: 0;
    }
    .watching-section .item {
        margin-bottom: 20px;
    }
    .footer .copyright-text {
        margin-bottom: 20px;
        text-align: center;
    }
    section.block-wrapper.block-wrapper-1.p-50.mb-40,
    section.block-wrapper.block-wrapper-1.p-50.mt-50 {
        padding-bottom: 0;
    }
    section.block-wrapper.block-wrapper-1.p-100 {
        padding: 30px 0;
    }
    .ts-overlay-style .overlay-post-content {
        width: 100%;
    }
    .blog-post-slider-item .ts-post-thumb {
        margin-left: -230px;
    }
    .blog-post-slider-item .ts-grid-box {
        padding: 90px 208px 90px 30px;
    }
    .post-col-list-item .older-post-btn {
        margin-bottom: 40px;
    }
    .navbar-standerd.nav-bar-dark .navigation-portrait .nav-menus-wrapper {
        background: #232323;
    }
    .navbar-standerd.nav-bar-dark .navigation-portrait .nav-menu > li {
        border-top: solid 1px #444;
    }
    .category-box-item-3 .row .col-lg-6 .item {
        margin-bottom: 20px;
    }
    .category-item .item {
        margin-bottom: 20px;
    }
    section.block-wrapper.mb-45 {
        margin-bottom: 30px;
    }
    .post-list-box.ts-list-post-box.ts-grid-content {
        margin-bottom: 20px;
    }
    .row.post-col-list-item .col-lg-6.mb-30 {
        margin-bottom: 0 !important;
    }
    #more-news-section {
        margin-bottom: 0 !important;
    }
    #featured-slider-4 .item {
        min-height: 350px;
    }
    .plr-30 {
        padding: 0 15px;
    }
    .md-center {
        text-align: center !important;
    }
    .ts-grid-item.ts-grid-item1 .col-lg-6 .ts-post-thumb img {
        max-height: inherit;
        width: 100%;
    }
    .banner-widget,
    .widget-banner {
        text-align: center;
    }
    .ts-post-overlay-style-1 .ts-overlay-style:last-of-type {
        margin-bottom: 0;
    }
    .ts-post-style-5.ts-post-overlay-style-1 .ts-overlay-style:last-of-type {
        margin-bottom: 30px;
    }
    .post-list-box.ts-list-post-box.ts-grid-content .ts-overlay-style {
        margin-bottom: 10px;
    }
    .md-mb-30,
    .ts-pagination.text-center.mb-20 {
        margin-bottom: 30px;
    }
    .widget-banner {
        text-align: center;
    }
    .right-sidebar-1 .widgets .category-list {
        margin-bottom: 20px;
    }
    .sidebar {
        margin-top: 20px;
    }
    .comments-form.ts-grid-box,
    .single-post.content-wrapper {
        padding: 30px 40px 40px;
    }
    .single-post .post-media {
        margin: 0 -40px;
    }
    .post-meta-info li {
        margin-right: 20px;
        margin-bottom: 12px;
    }
    .category-layout-3 .ts-grid-box.entry-header {
        margin-bottom: 0;
    }
    .category-layout-3 .col-lg-6.mb-30 {
        margin-bottom: 0 !important;
    }
    .ts-tranding-post .slider-indicators.carousel-indicators > li:after,
    .ts-tranding-post .slider-indicators.carousel-indicators > li:before {
        display: none;
    }
    .category-box-item-3 .col-lg-6 .item {
        margin-bottom: 30px;
    }
    .ts-grid-box.category-box-item-3,
    .ts-grid-box.category-item {
        padding-bottom: 20px;
    }
    #more-news-section {
        padding-top: 0;
    }
    .single-post ul li {
        margin-bottom: 14px;
        font-size: 14px;
    }
    .ts-footer-5 .footer-widget.border-right:after {
        display: none;
    }
}
@media (max-width: 767px) {
    .pl-1 {
        padding-left: 15px !important;
    }
    .p-1 {
        padding: 0 15px !important;
    }
    .pr-1 {
        padding-right: 15px !important;
    }
    .pr-0 {
        padding-right: 15px !important;
    }
    .p-0 {
        padding: 0 15px !important;
    }
    .pl-0 {
        padding-left: 15px !important;
    }
    .xs-center {
        text-align: center !important;
    }
    .top-bar .ts-temperature {
        text-align: center;
        border-right: none;
        display: block;
        padding-right: 0;
    }
    .top-bar .ts-temperature:before {
        display: none;
    }
    .top-bar .top-social {
        text-align: center;
    }
    .top-bar .ts-top-nav {
        display: block;
        text-align: center;
        padding-left: 0;
    }
    .top-bar.v3 .ts-date {
        display: block;
        padding-right: 0;
        text-align: center;
    }
    .logo {
        display: none;
    }
    .mobile-logo {
        display: block;
    }
    .header-nav-item {
        padding-left: 15px;
    }
    #breaking_slider {
        width: 100%;
    }
    #breaking_slider .owl-nav {
        position: absolute;
        right: 0;
        top: -27px;
    }
    .header-middle.v2 .logo {
        display: block;
    }
    .ts-overlay-style.ts-featured .item {
        /*min-height: 440px;*/
    }
    .post-title.lg {
        font-size: 20px;
    }
    .ts-overlay-style.ts-featured .item .post-content {
        padding: 17px;
    }
    .posts-ad,
    .ts-featured,
    .ts-grid-box:last-of-type,
    .ts-newslatter-content,
    .ts-overlay-style {
        margin-bottom: 30px;
    }
    .watch-now-featured .item .ts-video-btn {
        top: 40px;
    }
    .ts-tranding-post .slider-indicators.carousel-indicators > li {
        width: 100%;
    }
    #more-news-slider .ts-overlay-style {
        margin-bottom: 0;
    }
    .ts-grid-box {
        padding: 15px;
    }
    .ts-title:before {
        left: -15px;
    }
    .ts-tranding-post .ts-title {
        margin-left: 0;
    }
    .ts-tranding-post .carousel-inner .ts-post-thumb img {
        min-height: 260px;
    }
    .footer-social li {
        margin-right: 20px;
        margin-top: 15px;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .newsletter-form .media {
        display: block;
    }
    .ts-newslatter .newsletter-form .ts-submit-btn {
        margin-left: 38px;
        margin-top: 20px;
    }
    .ts-footer .footer-menu ul li a {
        margin: 0 8px;
    }
    .comments-form.ts-grid-box,
    .single-post.ts-grid-box {
        padding: 30px 15px 30px;
    }
    .post-meta-info li {
        margin-right: 16px;
        margin-bottom: 10px;
    }
    .single-post .post-media {
        margin: 0;
    }
    blockquote {
        font-size: 17px;
        line-height: 35px;
        padding: 0 0 0 18px;
        margin: 50px 0;
    }
    blockquote cite {
        display: none;
    }
    p img.float-left {
        margin-right: 0;
        width: 100%;
    }
    .author-box {
        padding: 20px 0 20px 70px;
    }
    .author-box .author-img {
        width: 60px;
        height: 60px;
    }
    .author-box .authors-social {
        float: none;
        display: block;
        width: 100%;
        clear: both;
    }
    .author-box .authors-social a {
        margin-left: 16px;
    }
    .post-navigation .post-next,
    .post-navigation .post-previous {
        width: 100%;
    }
    .post-navigation .post-previous {
        margin-bottom: 20px;
        border-right: none;
    }
    .post-layout-2 .single-big-img .entry-header {
        padding: 12px 27px;
    }
    .breadcrumb li {
        padding: 7px 26px 7px 17px;
    }
    .ts-category-list {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .ts-category-list li a {
        padding: 2px 9px;
    }
    .top-bar.top-bg .ts-date {
        text-align: center;
    }
    .top-bar.top-bg .top-nav {
        text-align: center;
    }
    .top-bar.top-bg .top-nav li a {
        margin-left: 20px;
    }
    .ts-post-style-2 .ts-overlay-style .ts-post-thumb img {
        min-height: 250px;
    }
    .ts-grid-item .item {
        margin-bottom: 20px;
    }
    .ts-grid-item .ts-grid-content.ts-list-post-box .item {
        margin-bottom: 0;
    }
    .nav-icon-item .navigation {
        height: 70px;
    }
    .nav-icon-item .nav-menu li a i {
        text-align: left !important;
    }
    .nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button {
        text-align: left;
        padding: 25px 45px !important;
    }
    #featured-slider-3 {
        margin-bottom: 0;
    }
    .featured-content-box .post-content {
        padding: 15px;
        margin: -40px 15px 0;
    }
    .item.post-content-box {
        margin-bottom: 15px;
    }
    .ts-pagination-1 {
        margin-bottom: 30px;
    }
    .ts-footer-2 .copyright-text {
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-social-list.text-right {
        text-align: center !important;
    }
    .navigation-portrait .submenu-indicator {
        height: auto;
        top: 11px;
    }
    .header-transparent .navigation-portrait .nav-menus-wrapper {
        background: #000032;
    }
    .header-transparent .navigation-portrait .submenu-indicator {
        top: 27px;
    }
    .post-title.ex-lg {
        font-size: 30px;
    }
    #featured-slider-4 .ts-post-thumb img {
        min-height: inherit;
    }
    .ts-grid-features-box {
        padding: 45px 29px 23px;
    }
    .left-sidebar {
        margin-bottom: 30px;
    }
    .ts-footer.ts-footer-3 .footer-logo {
        padding: 34px 0 15px;
    }
    .ts-footer.ts-footer-3 .footer-menu li a:after {
        display: none;
    }
    .ts-footer.ts-footer-3 .footer-social-list li a {
        margin-left: 30px;
    }
    .ts-footer.ts-footer-3 .copyright-text {
        text-align: center !important;
    }
    .currency-list-item {
        margin-top: 20px;
    }
    .footer-widget {
        margin-bottom: 40px;
    }
    .ts-footer [class*="col-"]:last-of-type .footer-widget {
        margin-bottom: 0;
    }
    .ts-footer-4 .footer-logo {
        text-align: center;
    }
    .ts-footer-4 .footer-social-list {
        text-align: center !important;
    }
    .copyright-section .copyright-text,
    .copyright-section .footer-menu {
        text-align: center !important;
        margin: 10px 0;
    }
    .header-box-right .navigation {
        height: 65px;
    }
    .header-box-right .header-logo {
        text-align: center;
        padding: 10px 0;
    }
    .header-box-right .ts-date {
        text-align: center;
    }
    .header-box-right .navigation:before {
        display: none;
    }
    .header-box-right .ts-top-nav {
        text-align: center !important;
    }
    .header-box-right .nav-menu > li.active {
        background: #232323;
        color: #fff;
    }
    .header-box-right .nav-menu > li > a {
        height: 60px;
    }
    .header-box-right .nav-menu > li > a:before {
        display: none;
    }
    .header-box-right .nav-toggle:before {
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }
    .breakink-news-section #breaking_slider .owl-nav {
        top: -32px;
    }
    .breakink-news-section #breaking_slider .owl-nav .owl-next,
    .breakink-news-section #breaking_slider .owl-nav .owl-prev {
        height: 26px;
    }
    .ts-footer-5 .footer-logo {
        text-align: left;
    }
    .ts-footer-5 .footer-social-list {
        text-align: left !important;
    }
    .ts-footer-5 .footer-widget.newsletter-widgets {
        padding-left: 0;
    }
    .category-post-style1 .item {
        margin-bottom: 20px;
    }
    .header-middle .header-logo {
        margin-bottom: 15px;
    }
    .header-standerd .nav-menu > li > a {
        color: #232323;
    }
    .header-standerd .nav-toggle:before {
        background-color: #fff;
        -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }
    .header-standerd .nav-menu > li.active > a {
        color: #fff;
    }
    .xs-left {
        text-align: left !important;
    }
    .navbar-standerd .navigation-portrait .nav-brand {
        line-height: 70px;
    }
    .navbar-standerd .nav-menu > li > a {
        height: 60px;
    }
    .navbar-standerd.nav-item .nav-menu > li > a {
        line-height: 35px;
    }
    .ts-post-style-2 .ts-overlay-style .item {
        min-height: 360px;
    }
    .header-middle.v4 {
        padding: 13px 0;
    }
    .megamenu-panel .item {
        margin-bottom: 15px;
    }
    .error-page {
        padding: 50px 15px;
    }
    .error-page .error-code h2 {
        font-size: 130px;
        line-height: 130px;
    }
    .error-page .error-message h3 {
        font-size: 25px;
    }
    .error-page .error-body h4 {
        font-size: 14px;
    }
    .nav-menu .megamenu-panel {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 15px;
    }
    .ad-widget,
    .posts-ad {
        text-align: center;
    }
    .ts-grid-box.most-populer-item,
    .ts-post-overlay-style-1 .ts-overlay-style:last-of-type {
        margin-bottom: 0;
    }
    #more-news-section {
        padding-top: 0;
    }
    .ts-breaking-news .breaking-news-content {
        width: 100%;
    }
    .category-box-item-3 .item,
    .category-item .item {
        margin-bottom: 20px;
    }
    .video-slider .post-video img {
        min-height: 360px;
    }
    .video-slider .post-video .post-video-content {
        padding: 15px;
    }
    .ts-grid-box.ts-category-title {
        padding: 18px 15px;
    }
    .category-list-item .widget-title:before {
        left: -15px;
    }
    .mr--20 {
        margin-right: 0;
    }
    .ts-pagination.text-center.mt-15 {
        margin-bottom: 30px;
    }
    .nav-menu-item.nav-icon-item .navigation {
        height: 70px;
    }
    .top-bar.transparent #breaking_slider .owl-nav {
        top: -28px;
        right: 0;
    }
    .header-box-transprent {
        top: 100px;
    }
    .header-box-transprent .ts-main-menu .nav-menu > li > a {
        color: #232323;
    }
    .hero-content h2 {
        font-size: 30px;
    }
    .slider-dot-item {
        left: 0;
        padding-left: 84px;
    }
    .tab-menu-item {
        margin-bottom: 20px;
    }
    .tab-menu-item li a {
        padding: 0 8px;
    }
    .video-item {
        height: 300px;
    }
    .footer-top .footer-menu ul li a {
        margin: 0 13px;
    }
    .footer-top .footer-logo {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .footer-bottom .footer-social-list {
        margin: 20px 0;
    }
    .footer-bottom .footer-social-list li a {
        margin: 0 17px;
    }
    .p-10 {
        padding: 0 15px;
    }
    .header-transprent {
        top: 25px;
    }
    .header-transprent .nav-menu > li > a:hover {
        color: #232232;
    }
    .header-transprent .nav-menu > li > a .submenu-indicator {
        margin-top: 14px;
    }
    .header-transprent .nav-menu > li:first-child > a {
        padding-left: 15px;
    }
    .header-transprent .nav-toggle:before {
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
        box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
    }
    .header-transprent .mobile_hidden {
        display: none;
    }
    .header-transprent .nav-menu-centered .header-search {
        display: none;
    }
    .header-box-transprent .ts-main-menu .nav-menu > li:first-child a {
        padding-left: 20px;
    }
    .featured-area .item {
        height: 600px;
    }
    .featured-area .item .hero-content h2 {
        font-size: 30px;
    }
    .featured-area .item .hero-content .featurd-video-icon {
        font-size: 58px;
    }
    #post-slider1 .owl-nav {
        left: 0;
    }
    .post-overflow-style .post-content-item {
        padding: 70px 20px 20px 40px;
        margin-left: 0;
    }
    .block-wrapper-1.p-50 {
        padding: 30px 0;
        margin: 0;
    }
    .grid-style-2 .ts-overlay-style .item {
        min-height: 350px;
    }
    .accordion-post-style {
        margin-bottom: 30px;
    }
    .col-lg-3.pl-0 .accordion-post-style {
        margin-bottom: 0;
    }
    .watching-section .item {
        margin-bottom: 20px;
    }
    .footer .copyright-text {
        margin-bottom: 20px;
        text-align: center;
    }
    section.block-wrapper.block-wrapper-1.p-50.mb-40,
    section.block-wrapper.block-wrapper-1.p-50.mt-50 {
        padding-bottom: 0;
    }
    section.block-wrapper.block-wrapper-1.p-100 {
        padding: 30px 0;
    }
    .navbar-standerd .top-social {
        padding-left: 10px;
    }
    .navbar-standerd .top-social li {
        margin-right: 0;
    }
    .block-wrapper.p-60 {
        padding: 40px 0;
    }
    .blog-post-slider-item .ts-grid-box {
        padding: 34px 20px 50px 30px;
        margin-bottom: 0;
    }
    .blog-post-slider-item .ts-post-thumb {
        margin: 0;
    }
    .blog-post-slider-item.mb-60 {
        margin-bottom: 30px;
    }
    .post-col-list-item .older-post-btn {
        margin-bottom: 40px;
    }
    .post-col-list-item [class*="col-"]:last-of-type {
        margin-bottom: 0;
    }
    .instagramPhoto .col-md.p-0 {
        margin-right: 0;
    }
    .category-widget .widget-title:before {
        left: -15px;
    }
    .ts-grid-box.widgets.tag-list .widget-title:before {
        left: -15px;
    }
    .logo-area {
        padding: 30px 15px;
    }
    .post-layout-7 .single-big-img .entry-header-item {
        padding-top: 245px;
    }
    .social-widget .widget-title:before {
        left: -15px;
    }
    .entry-cat-header .ts-title {
        margin-bottom: 20px;
    }
    .category-layout-3 .col-lg-9 .row .col-lg-6.mb-30 {
        margin-bottom: 0 !important;
    }
    .post-col-list-item .col-lg-6.mb-30 {
        margin-bottom: 0 !important;
    }
    .ts-post-style-3 .col-lg-4.p-1:last-of-type .ts-overlay-style {
        margin-bottom: 0;
    }
    .ts-col-list-post .col-lg-4.col-md-6.mb-30 {
        margin-bottom: 0 !important;
    }
    .navbar-standerd.nav-bar-dark .navigation-portrait .nav-menus-wrapper {
        background: #232323;
    }
    .navbar-standerd.nav-bar-dark .navigation-portrait .nav-menu > li {
        border-top: solid 1px #444;
    }
    .widget-banner {
        text-align: center;
    }
    .uk-width-3-4 {
        width: 100%;
    }
    .col-lg-3.pr-10 .ts-post-overlay-style-1 {
        margin-bottom: 30px;
    }
    .post-list-box.ts-list-post-box.ts-grid-content {
        margin-bottom: 20px;
    }
    .post-list-box.ts-list-post-box.ts-grid-content .ts-overlay-style {
        margin-bottom: 10px;
    }
    #featured-slider-5 {
        margin-bottom: 0;
    }
    .block-wrapper.ts-post-style-4 {
        padding-bottom: 0;
    }
    #most-pupuler {
        margin-bottom: 30px;
    }
    .ts-overlay-item.ts-grid-style-2 [class*="col-"]:last-of-type .ts-overlay-style {
        margin-bottom: 0;
    }
    .ts-grid-item.ts-overlay-item [class*="col-"]:last-of-type .ts-overlay-style {
        margin-bottom: 0;
    }
    .featured-tab-item .featured-tab-post > li {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    .category-layout-1 [class*="col-"]:last-of-type .ts-overlay-style {
        margin-bottom: 0;
    }
    .category-layout-5 .ts-grid-box.entry-header {
        margin-bottom: 0;
    }
    .featured-post.post-style-4 .ts-overlay-style {
        margin-bottom: 30px;
    }
    .featured-post.post-style-4 [class*="col-"]:last-of-type .ts-overlay-style {
        margin-bottom: 0;
    }
    .ts-content-box-item .row.mb-30 {
        margin-bottom: 0 !important;
    }
    .ts-grid-style-3 .ts-overlay-style,
    .ts-pagination.text-center.mb-20,
    .xs-mb-30 {
        margin-bottom: 30px;
    }
    .plr-10 {
        padding: 0 15px;
    }
    .ts-grid-style-3 .ts-overlay-style:last-of-type {
        margin-bottom: 0;
    }
    .ts-tranding-post .slider-indicators.carousel-indicators > li:after,
    .ts-tranding-post .slider-indicators.carousel-indicators > li:before {
        display: none;
    }
    .widget-banner {
        text-align: center;
    }
    .ts-footer-5 .footer-widget.border-right:after {
        display: none;
    }
    #featured-slider-4 .item {
        min-height: 365px;
    }
}
.qc-cmp2-persistent-link {
    color: #ffffff !important;
}
.entry-content iframe {
    max-width: 100%;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.single-post {
    font-size: 19px;
    color: #232323;
}
.gs-link {
    display: inline;
    cursor: pointer;
    color: #8a8a8a;
    font-size: 20px;
    margin-right: 5px;
}
.post-cat2 {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 21px;
    height: 19px;
    top: -3px;
    letter-spacing: 0.55px;
}
.latestVideoEmbed {
    position: relative;
    max-width: 255px;
}
.youtit {
    font-size: 14px !important;
    overflow: hidden;
}
.tsed-title{
    font-size: 24px;
    text-align: center;
    color: #ffffff;
}
.flame{
    color: #d72924;
    font-size: 16px;
    display: inline;
}
.flame i{
    color: #d72924;
    margin-right: 6px;
    font-size: 20px;
}
#Commenti{
    margin-top: 30px;

}
.post-comments-list{
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.post-comments-list{
    position: relative;
    padding: 0px 0 20px 0px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.post-comments-list
.post-comments-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 18px;
}
.post-comments-list
.post-comments-item .post {
    font-size: 14px;
    line-height: 22px;
    position: relative;
    border-bottom: 2px dashed #DADCDD;
    padding-bottom: 5px;
    width: 100%;
}
.post-comments-list
.post-comments-item .post p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.post-comments-list
.post-comments-item .rispondi{
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: block;
    text-align: right;
    color: #d72924;
  }
.post-comments-list
.post-comments-item .post .title{
      font-size: 16px;
      margin-bottom: 7px;
        font-weight: bold;
  }

.post-comments-list
.post-comments-item:last-child .post{
      border-bottom: 0;
      padding-bottom: 0;
  }
.hidmenu{
    display: none;
}
.navigation-portrait .right-menu .hidmenu {
    display: block;
}
.navigation-portrait .nav-menu .hidmenu {
    display: block;
}
