@charset "UTF-8";/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    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: #ff6600 ;
    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;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 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;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-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: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014 \00A0";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.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;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.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;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.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;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.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;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.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 #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table .table {
    background-color: #fff;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.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: #d6d8db;
}
.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-hover .table-success:hover {
    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: #dee2e6;
}
.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: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.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: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > select.form-control: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-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control: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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: 0.2rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label::before,
.was-validated .custom-file-input:valid ~ .custom-file-label::before {
    border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: 0.2rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label::before,
.was-validated .custom-file-input:invalid ~ .custom-file-label::before {
    border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 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: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus,
.btn:hover {
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    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 {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
    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 {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    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 {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    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 {
    color: #212529;
    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: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
    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 {
    color: #fff;
    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;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
    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 {
    color: #fff;
    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;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
    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;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    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: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
    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;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
    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;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    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: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    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;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    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;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    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;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    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 {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
}
.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;
}
.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1;
}
.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: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .custom-file:focus,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
    margin-left: -1px;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}
.custom-control-label {
    margin-bottom: 0;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #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='%23343a40' 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;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    opacity: 0;
}
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}
.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
    border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 782px) {
    body.logged-in header {
        top: 46px;
    }
    body.logged-in #slider-menu .slider-menu-mobile {
        top: 46px;
    }
    body.home.logged-in #slider-menu .slider-menu-mobile {
        top: 46px;
    }

}
@media (min-width: 783px) {
body.logged-in .inspiration_menu_nav_open_items, body.logged-in .destination_menu_nav_open_items {
    top: 80px;
}
}
@media (min-width: 768px) and (max-width: 782px){ 
body.logged-in .breadcrumbs {
    top: 105px;
}
body.error404.logged-in .breadcrumbs {
    top: 105px;
}
}
@media (min-width: 768px) {

    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand: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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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 {
    -webkit-box-flex: 1;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-header,
    .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-footer,
    .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-header,
    .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-footer,
    .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-header,
    .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-footer,
    .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-footer,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-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;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.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: #6c757d;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}
.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: #212529;
    background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    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: #212529;
    background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    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 {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width 0.6s ease;
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: 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: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
    top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.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,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive 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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.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: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}
.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: #6c757d !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #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;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
}
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.eot);
    src: url(../fonts/fontawesome-webfont%EF%B9%96.eot#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.woff2) format("woff2"),
        url(../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.woff) format("woff"), url(../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.ttf) format("truetype"), url(../fonts/fontawesome-webfont%EF%B9%96v=4.7.0.svg#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
@font-face {
    font-family: "easyJet Generation Headline";
    src: url(../fonts/easyJetGenerationHeadline.woff2) format("woff2"), url(../fonts/easyJetGenerationHeadline.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "EJ Rounded";
    src: url(../fonts/EJRoundedLight.woff2) format("woff2"), url(../fonts/EJRoundedLight.woff) format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "EJ Rounded Demi";
    src: url(../fonts/EJRoundedDemi.woff2) format("woff2"), url(../fonts/EJRoundedDemi.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "EJ Rounded Book";
    src: url(../fonts/EJRoundedBook.woff2) format("woff2"), url(../fonts/EJRoundedBook.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "EJ Rounded Headline";
    src: url(../fonts/EJRoundedHeadline.woff2) format("woff2"), url(../fonts/EJRoundedHeadline.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon%EF%B9%96jqdw3u.eot);
    src: url(../fonts/icomoon%EF%B9%96jqdw3u.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon%EF%B9%96jqdw3u.ttf) format("truetype"), url(../fonts/icomoon%EF%B9%96jqdw3u.woff) format("woff"),
        url(../fonts/icomoon%EF%B9%96jqdw3u.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
    content: "\e90a";
}
.icon-pin:before {
    content: "\e902";
    color: #f60;
}
.icon-ski:before {
    content: "\e903";
    color: #f60;
}
.icon-arts-culture:before {
    content: "\e904";
    color: #f60;
}
.icon-beach:before {
    content: "\e905";
    color: #f60;
}
.icon-food-drink:before {
    content: "\e906";
    color: #f60;
}
.icon-city:before {
    content: "\e907";
    color: #f60;
}
.icon-adventure:before {
    content: "\e908";
    color: #f60;
}
.icon-family:before {
    content: "\e909";
    color: #f60;
}
.icon-sun:before {
    content: "\e900";
    color: #fff;
}
.icon-plane:before {
    content: "\e901";
    color: #fff;
}
.w100 {
    display: block;
    width: 100%;
    height: auto;
}
.pointer {
    cursor: pointer;
}
.font-size-100 {
    font-size: 100px !important;
}
.line-height-100 {
    line-height: 100px !important;
}
.min-height-100 {
    min-height: 100px !important;
}
.w100 {
    width: 100% !important;
}
.h100 {
    height: 100% !important;
}
.border-radius-percent-100 {
    border-radius: 100% !important;
}
.font-size-99 {
    font-size: 99px !important;
}
.line-height-99 {
    line-height: 99px !important;
}
.min-height-99 {
    min-height: 99px !important;
}
.w99 {
    width: 99% !important;
}
.h99 {
    height: 99% !important;
}
.border-radius-percent-99 {
    border-radius: 99% !important;
}
.font-size-98 {
    font-size: 98px !important;
}
.line-height-98 {
    line-height: 98px !important;
}
.min-height-98 {
    min-height: 98px !important;
}
.w98 {
    width: 98% !important;
}
.h98 {
    height: 98% !important;
}
.border-radius-percent-98 {
    border-radius: 98% !important;
}
.font-size-97 {
    font-size: 97px !important;
}
.line-height-97 {
    line-height: 97px !important;
}
.min-height-97 {
    min-height: 97px !important;
}
.w97 {
    width: 97% !important;
}
.h97 {
    height: 97% !important;
}
.border-radius-percent-97 {
    border-radius: 97% !important;
}
.font-size-96 {
    font-size: 96px !important;
}
.line-height-96 {
    line-height: 96px !important;
}
.min-height-96 {
    min-height: 96px !important;
}
.w96 {
    width: 96% !important;
}
.h96 {
    height: 96% !important;
}
.border-radius-percent-96 {
    border-radius: 96% !important;
}
.font-size-95 {
    font-size: 95px !important;
}
.line-height-95 {
    line-height: 95px !important;
}
.min-height-95 {
    min-height: 95px !important;
}
.w95 {
    width: 95% !important;
}
.h95 {
    height: 95% !important;
}
.border-radius-percent-95 {
    border-radius: 95% !important;
}
.font-size-94 {
    font-size: 94px !important;
}
.line-height-94 {
    line-height: 94px !important;
}
.min-height-94 {
    min-height: 94px !important;
}
.w94 {
    width: 94% !important;
}
.h94 {
    height: 94% !important;
}
.border-radius-percent-94 {
    border-radius: 94% !important;
}
.font-size-93 {
    font-size: 93px !important;
}
.line-height-93 {
    line-height: 93px !important;
}
.min-height-93 {
    min-height: 93px !important;
}
.w93 {
    width: 93% !important;
}
.h93 {
    height: 93% !important;
}
.border-radius-percent-93 {
    border-radius: 93% !important;
}
.font-size-92 {
    font-size: 92px !important;
}
.line-height-92 {
    line-height: 92px !important;
}
.min-height-92 {
    min-height: 92px !important;
}
.w92 {
    width: 92% !important;
}
.h92 {
    height: 92% !important;
}
.border-radius-percent-92 {
    border-radius: 92% !important;
}
.font-size-91 {
    font-size: 91px !important;
}
.line-height-91 {
    line-height: 91px !important;
}
.min-height-91 {
    min-height: 91px !important;
}
.w91 {
    width: 91% !important;
}
.h91 {
    height: 91% !important;
}
.border-radius-percent-91 {
    border-radius: 91% !important;
}
.font-size-90 {
    font-size: 90px !important;
}
.line-height-90 {
    line-height: 90px !important;
}
.min-height-90 {
    min-height: 90px !important;
}
.w90 {
    width: 90% !important;
}
.h90 {
    height: 90% !important;
}
.border-radius-percent-90 {
    border-radius: 90% !important;
}
.font-size-89 {
    font-size: 89px !important;
}
.line-height-89 {
    line-height: 89px !important;
}
.min-height-89 {
    min-height: 89px !important;
}
.w89 {
    width: 89% !important;
}
.h89 {
    height: 89% !important;
}
.border-radius-percent-89 {
    border-radius: 89% !important;
}
.font-size-88 {
    font-size: 88px !important;
}
.line-height-88 {
    line-height: 88px !important;
}
.min-height-88 {
    min-height: 88px !important;
}
.w88 {
    width: 88% !important;
}
.h88 {
    height: 88% !important;
}
.border-radius-percent-88 {
    border-radius: 88% !important;
}
.font-size-87 {
    font-size: 87px !important;
}
.line-height-87 {
    line-height: 87px !important;
}
.min-height-87 {
    min-height: 87px !important;
}
.w87 {
    width: 87% !important;
}
.h87 {
    height: 87% !important;
}
.border-radius-percent-87 {
    border-radius: 87% !important;
}
.font-size-86 {
    font-size: 86px !important;
}
.line-height-86 {
    line-height: 86px !important;
}
.min-height-86 {
    min-height: 86px !important;
}
.w86 {
    width: 86% !important;
}
.h86 {
    height: 86% !important;
}
.border-radius-percent-86 {
    border-radius: 86% !important;
}
.font-size-85 {
    font-size: 85px !important;
}
.line-height-85 {
    line-height: 85px !important;
}
.min-height-85 {
    min-height: 85px !important;
}
.w85 {
    width: 85% !important;
}
.h85 {
    height: 85% !important;
}
.border-radius-percent-85 {
    border-radius: 85% !important;
}
.font-size-84 {
    font-size: 84px !important;
}
.line-height-84 {
    line-height: 84px !important;
}
.min-height-84 {
    min-height: 84px !important;
}
.w84 {
    width: 84% !important;
}
.h84 {
    height: 84% !important;
}
.border-radius-percent-84 {
    border-radius: 84% !important;
}
.font-size-83 {
    font-size: 83px !important;
}
.line-height-83 {
    line-height: 83px !important;
}
.min-height-83 {
    min-height: 83px !important;
}
.w83 {
    width: 83% !important;
}
.h83 {
    height: 83% !important;
}
.border-radius-percent-83 {
    border-radius: 83% !important;
}
.font-size-82 {
    font-size: 82px !important;
}
.line-height-82 {
    line-height: 82px !important;
}
.min-height-82 {
    min-height: 82px !important;
}
.w82 {
    width: 82% !important;
}
.h82 {
    height: 82% !important;
}
.border-radius-percent-82 {
    border-radius: 82% !important;
}
.font-size-81 {
    font-size: 81px !important;
}
.line-height-81 {
    line-height: 81px !important;
}
.min-height-81 {
    min-height: 81px !important;
}
.w81 {
    width: 81% !important;
}
.h81 {
    height: 81% !important;
}
.border-radius-percent-81 {
    border-radius: 81% !important;
}
.font-size-80 {
    font-size: 80px !important;
}
.line-height-80 {
    line-height: 80px !important;
}
.min-height-80 {
    min-height: 80px !important;
}
.w80 {
    width: 80% !important;
}
.h80 {
    height: 80% !important;
}
.border-radius-percent-80 {
    border-radius: 80% !important;
}
.font-size-79 {
    font-size: 79px !important;
}
.line-height-79 {
    line-height: 79px !important;
}
.min-height-79 {
    min-height: 79px !important;
}
.w79 {
    width: 79% !important;
}
.h79 {
    height: 79% !important;
}
.border-radius-percent-79 {
    border-radius: 79% !important;
}
.font-size-78 {
    font-size: 78px !important;
}
.line-height-78 {
    line-height: 78px !important;
}
.min-height-78 {
    min-height: 78px !important;
}
.w78 {
    width: 78% !important;
}
.h78 {
    height: 78% !important;
}
.border-radius-percent-78 {
    border-radius: 78% !important;
}
.font-size-77 {
    font-size: 77px !important;
}
.line-height-77 {
    line-height: 77px !important;
}
.min-height-77 {
    min-height: 77px !important;
}
.w77 {
    width: 77% !important;
}
.h77 {
    height: 77% !important;
}
.border-radius-percent-77 {
    border-radius: 77% !important;
}
.font-size-76 {
    font-size: 76px !important;
}
.line-height-76 {
    line-height: 76px !important;
}
.min-height-76 {
    min-height: 76px !important;
}
.w76 {
    width: 76% !important;
}
.h76 {
    height: 76% !important;
}
.border-radius-percent-76 {
    border-radius: 76% !important;
}
.font-size-75 {
    font-size: 75px !important;
}
.line-height-75 {
    line-height: 75px !important;
}
.min-height-75 {
    min-height: 75px !important;
}
.w75 {
    width: 75% !important;
}
.h75 {
    height: 75% !important;
}
.border-radius-percent-75 {
    border-radius: 75% !important;
}
.font-size-74 {
    font-size: 74px !important;
}
.line-height-74 {
    line-height: 74px !important;
}
.min-height-74 {
    min-height: 74px !important;
}
.w74 {
    width: 74% !important;
}
.h74 {
    height: 74% !important;
}
.border-radius-percent-74 {
    border-radius: 74% !important;
}
.font-size-73 {
    font-size: 73px !important;
}
.line-height-73 {
    line-height: 73px !important;
}
.min-height-73 {
    min-height: 73px !important;
}
.w73 {
    width: 73% !important;
}
.h73 {
    height: 73% !important;
}
.border-radius-percent-73 {
    border-radius: 73% !important;
}
.font-size-72 {
    font-size: 72px !important;
}
.line-height-72 {
    line-height: 72px !important;
}
.min-height-72 {
    min-height: 72px !important;
}
.w72 {
    width: 72% !important;
}
.h72 {
    height: 72% !important;
}
.border-radius-percent-72 {
    border-radius: 72% !important;
}
.font-size-71 {
    font-size: 71px !important;
}
.line-height-71 {
    line-height: 71px !important;
}
.min-height-71 {
    min-height: 71px !important;
}
.w71 {
    width: 71% !important;
}
.h71 {
    height: 71% !important;
}
.border-radius-percent-71 {
    border-radius: 71% !important;
}
.font-size-70 {
    font-size: 70px !important;
}
.line-height-70 {
    line-height: 70px !important;
}
.min-height-70 {
    min-height: 70px !important;
}
.w70 {
    width: 70% !important;
}
.h70 {
    height: 70% !important;
}
.border-radius-percent-70 {
    border-radius: 70% !important;
}
.font-size-69 {
    font-size: 69px !important;
}
.line-height-69 {
    line-height: 69px !important;
}
.min-height-69 {
    min-height: 69px !important;
}
.w69 {
    width: 69% !important;
}
.h69 {
    height: 69% !important;
}
.border-radius-percent-69 {
    border-radius: 69% !important;
}
.font-size-68 {
    font-size: 68px !important;
}
.line-height-68 {
    line-height: 68px !important;
}
.min-height-68 {
    min-height: 68px !important;
}
.w68 {
    width: 68% !important;
}
.h68 {
    height: 68% !important;
}
.border-radius-percent-68 {
    border-radius: 68% !important;
}
.font-size-67 {
    font-size: 67px !important;
}
.line-height-67 {
    line-height: 67px !important;
}
.min-height-67 {
    min-height: 67px !important;
}
.w67 {
    width: 67% !important;
}
.h67 {
    height: 67% !important;
}
.border-radius-percent-67 {
    border-radius: 67% !important;
}
.font-size-66 {
    font-size: 66px !important;
}
.line-height-66 {
    line-height: 66px !important;
}
.min-height-66 {
    min-height: 66px !important;
}
.w66 {
    width: 66% !important;
}
.h66 {
    height: 66% !important;
}
.border-radius-percent-66 {
    border-radius: 66% !important;
}
.font-size-65 {
    font-size: 65px !important;
}
.line-height-65 {
    line-height: 65px !important;
}
.min-height-65 {
    min-height: 65px !important;
}
.w65 {
    width: 65% !important;
}
.h65 {
    height: 65% !important;
}
.border-radius-percent-65 {
    border-radius: 65% !important;
}
.font-size-64 {
    font-size: 64px !important;
}
.line-height-64 {
    line-height: 64px !important;
}
.min-height-64 {
    min-height: 64px !important;
}
.w64 {
    width: 64% !important;
}
.h64 {
    height: 64% !important;
}
.border-radius-percent-64 {
    border-radius: 64% !important;
}
.font-size-63 {
    font-size: 63px !important;
}
.line-height-63 {
    line-height: 63px !important;
}
.min-height-63 {
    min-height: 63px !important;
}
.w63 {
    width: 63% !important;
}
.h63 {
    height: 63% !important;
}
.border-radius-percent-63 {
    border-radius: 63% !important;
}
.font-size-62 {
    font-size: 62px !important;
}
.line-height-62 {
    line-height: 62px !important;
}
.min-height-62 {
    min-height: 62px !important;
}
.w62 {
    width: 62% !important;
}
.h62 {
    height: 62% !important;
}
.border-radius-percent-62 {
    border-radius: 62% !important;
}
.font-size-61 {
    font-size: 61px !important;
}
.line-height-61 {
    line-height: 61px !important;
}
.min-height-61 {
    min-height: 61px !important;
}
.w61 {
    width: 61% !important;
}
.h61 {
    height: 61% !important;
}
.border-radius-percent-61 {
    border-radius: 61% !important;
}
.font-size-60 {
    font-size: 60px !important;
}
.line-height-60 {
    line-height: 60px !important;
}
.min-height-60 {
    min-height: 60px !important;
}
.w60 {
    width: 60% !important;
}
.h60 {
    height: 60% !important;
}
.border-radius-percent-60 {
    border-radius: 60% !important;
}
.font-size-59 {
    font-size: 59px !important;
}
.line-height-59 {
    line-height: 59px !important;
}
.min-height-59 {
    min-height: 59px !important;
}
.w59 {
    width: 59% !important;
}
.h59 {
    height: 59% !important;
}
.border-radius-percent-59 {
    border-radius: 59% !important;
}
.font-size-58 {
    font-size: 58px !important;
}
.line-height-58 {
    line-height: 58px !important;
}
.min-height-58 {
    min-height: 58px !important;
}
.w58 {
    width: 58% !important;
}
.h58 {
    height: 58% !important;
}
.border-radius-percent-58 {
    border-radius: 58% !important;
}
.font-size-57 {
    font-size: 57px !important;
}
.line-height-57 {
    line-height: 57px !important;
}
.min-height-57 {
    min-height: 57px !important;
}
.w57 {
    width: 57% !important;
}
.h57 {
    height: 57% !important;
}
.border-radius-percent-57 {
    border-radius: 57% !important;
}
.font-size-56 {
    font-size: 56px !important;
}
.line-height-56 {
    line-height: 56px !important;
}
.min-height-56 {
    min-height: 56px !important;
}
.w56 {
    width: 56% !important;
}
.h56 {
    height: 56% !important;
}
.border-radius-percent-56 {
    border-radius: 56% !important;
}
.font-size-55 {
    font-size: 55px !important;
}
.line-height-55 {
    line-height: 55px !important;
}
.min-height-55 {
    min-height: 55px !important;
}
.w55 {
    width: 55% !important;
}
.h55 {
    height: 55% !important;
}
.border-radius-percent-55 {
    border-radius: 55% !important;
}
.font-size-54 {
    font-size: 54px !important;
}
.line-height-54 {
    line-height: 54px !important;
}
.min-height-54 {
    min-height: 54px !important;
}
.w54 {
    width: 54% !important;
}
.h54 {
    height: 54% !important;
}
.border-radius-percent-54 {
    border-radius: 54% !important;
}
.font-size-53 {
    font-size: 53px !important;
}
.line-height-53 {
    line-height: 53px !important;
}
.min-height-53 {
    min-height: 53px !important;
}
.w53 {
    width: 53% !important;
}
.h53 {
    height: 53% !important;
}
.border-radius-percent-53 {
    border-radius: 53% !important;
}
.font-size-52 {
    font-size: 52px !important;
}
.line-height-52 {
    line-height: 52px !important;
}
.min-height-52 {
    min-height: 52px !important;
}
.w52 {
    width: 52% !important;
}
.h52 {
    height: 52% !important;
}
.border-radius-percent-52 {
    border-radius: 52% !important;
}
.font-size-51 {
    font-size: 51px !important;
}
.line-height-51 {
    line-height: 51px !important;
}
.min-height-51 {
    min-height: 51px !important;
}
.w51 {
    width: 51% !important;
}
.h51 {
    height: 51% !important;
}
.border-radius-percent-51 {
    border-radius: 51% !important;
}
.font-size-50 {
    font-size: 50px !important;
}
.line-height-50 {
    line-height: 50px !important;
}
.min-height-50 {
    min-height: 50px !important;
}
.w50 {
    width: 50% !important;
}
.h50 {
    height: 50% !important;
}
.border-radius-percent-50 {
    border-radius: 50% !important;
}
.font-size-49 {
    font-size: 49px !important;
}
.line-height-49 {
    line-height: 49px !important;
}
.min-height-49 {
    min-height: 49px !important;
}
.w49 {
    width: 49% !important;
}
.h49 {
    height: 49% !important;
}
.border-radius-percent-49 {
    border-radius: 49% !important;
}
.font-size-48 {
    font-size: 48px !important;
}
.line-height-48 {
    line-height: 48px !important;
}
.min-height-48 {
    min-height: 48px !important;
}
.w48 {
    width: 48% !important;
}
.h48 {
    height: 48% !important;
}
.border-radius-percent-48 {
    border-radius: 48% !important;
}
.font-size-47 {
    font-size: 47px !important;
}
.line-height-47 {
    line-height: 47px !important;
}
.min-height-47 {
    min-height: 47px !important;
}
.w47 {
    width: 47% !important;
}
.h47 {
    height: 47% !important;
}
.border-radius-percent-47 {
    border-radius: 47% !important;
}
.font-size-46 {
    font-size: 46px !important;
}
.line-height-46 {
    line-height: 46px !important;
}
.min-height-46 {
    min-height: 46px !important;
}
.w46 {
    width: 46% !important;
}
.h46 {
    height: 46% !important;
}
.border-radius-percent-46 {
    border-radius: 46% !important;
}
.font-size-45 {
    font-size: 45px !important;
}
.line-height-45 {
    line-height: 45px !important;
}
.min-height-45 {
    min-height: 45px !important;
}
.w45 {
    width: 45% !important;
}
.h45 {
    height: 45% !important;
}
.border-radius-percent-45 {
    border-radius: 45% !important;
}
.font-size-44 {
    font-size: 44px !important;
}
.line-height-44 {
    line-height: 44px !important;
}
.min-height-44 {
    min-height: 44px !important;
}
.w44 {
    width: 44% !important;
}
.h44 {
    height: 44% !important;
}
.border-radius-percent-44 {
    border-radius: 44% !important;
}
.font-size-43 {
    font-size: 43px !important;
}
.line-height-43 {
    line-height: 43px !important;
}
.min-height-43 {
    min-height: 43px !important;
}
.w43 {
    width: 43% !important;
}
.h43 {
    height: 43% !important;
}
.border-radius-percent-43 {
    border-radius: 43% !important;
}
.font-size-42 {
    font-size: 42px !important;
}
.line-height-42 {
    line-height: 42px !important;
}
.min-height-42 {
    min-height: 42px !important;
}
.w42 {
    width: 42% !important;
}
.h42 {
    height: 42% !important;
}
.border-radius-percent-42 {
    border-radius: 42% !important;
}
.font-size-41 {
    font-size: 41px !important;
}
.line-height-41 {
    line-height: 41px !important;
}
.min-height-41 {
    min-height: 41px !important;
}
.w41 {
    width: 41% !important;
}
.h41 {
    height: 41% !important;
}
.border-radius-percent-41 {
    border-radius: 41% !important;
}
.font-size-40 {
    font-size: 40px !important;
}
.line-height-40 {
    line-height: 40px !important;
}
.min-height-40 {
    min-height: 40px !important;
}
.w40 {
    width: 40% !important;
}
.h40 {
    height: 40% !important;
}
.border-radius-percent-40 {
    border-radius: 40% !important;
}
.font-size-39 {
    font-size: 39px !important;
}
.line-height-39 {
    line-height: 39px !important;
}
.min-height-39 {
    min-height: 39px !important;
}
.w39 {
    width: 39% !important;
}
.h39 {
    height: 39% !important;
}
.border-radius-percent-39 {
    border-radius: 39% !important;
}
.font-size-38 {
    font-size: 38px !important;
}
.line-height-38 {
    line-height: 38px !important;
}
.min-height-38 {
    min-height: 38px !important;
}
.w38 {
    width: 38% !important;
}
.h38 {
    height: 38% !important;
}
.border-radius-percent-38 {
    border-radius: 38% !important;
}
.font-size-37 {
    font-size: 37px !important;
}
.line-height-37 {
    line-height: 37px !important;
}
.min-height-37 {
    min-height: 37px !important;
}
.w37 {
    width: 37% !important;
}
.h37 {
    height: 37% !important;
}
.border-radius-percent-37 {
    border-radius: 37% !important;
}
.font-size-36 {
    font-size: 36px !important;
}
.line-height-36 {
    line-height: 36px !important;
}
.min-height-36 {
    min-height: 36px !important;
}
.w36 {
    width: 36% !important;
}
.h36 {
    height: 36% !important;
}
.border-radius-percent-36 {
    border-radius: 36% !important;
}
.font-size-35 {
    font-size: 35px !important;
}
.line-height-35 {
    line-height: 35px !important;
}
.min-height-35 {
    min-height: 35px !important;
}
.w35 {
    width: 35% !important;
}
.h35 {
    height: 35% !important;
}
.border-radius-percent-35 {
    border-radius: 35% !important;
}
.font-size-34 {
    font-size: 34px !important;
}
.line-height-34 {
    line-height: 34px !important;
}
.min-height-34 {
    min-height: 34px !important;
}
.w34 {
    width: 34% !important;
}
.h34 {
    height: 34% !important;
}
.border-radius-percent-34 {
    border-radius: 34% !important;
}
.font-size-33 {
    font-size: 33px !important;
}
.line-height-33 {
    line-height: 33px !important;
}
.min-height-33 {
    min-height: 33px !important;
}
.w33 {
    width: 33% !important;
}
.h33 {
    height: 33% !important;
}
.border-radius-percent-33 {
    border-radius: 33% !important;
}
.font-size-32 {
    font-size: 32px !important;
}
.line-height-32 {
    line-height: 32px !important;
}
.min-height-32 {
    min-height: 32px !important;
}
.w32 {
    width: 32% !important;
}
.h32 {
    height: 32% !important;
}
.border-radius-percent-32 {
    border-radius: 32% !important;
}
.font-size-31 {
    font-size: 31px !important;
}
.line-height-31 {
    line-height: 31px !important;
}
.min-height-31 {
    min-height: 31px !important;
}
.w31 {
    width: 31% !important;
}
.h31 {
    height: 31% !important;
}
.border-radius-percent-31 {
    border-radius: 31% !important;
}
.font-size-30 {
    font-size: 30px !important;
}
.line-height-30 {
    line-height: 30px !important;
}
.min-height-30 {
    min-height: 30px !important;
}
.w30 {
    width: 30% !important;
}
.h30 {
    height: 30% !important;
}
.border-radius-percent-30 {
    border-radius: 30% !important;
}
.font-size-29 {
    font-size: 29px !important;
}
.line-height-29 {
    line-height: 29px !important;
}
.min-height-29 {
    min-height: 29px !important;
}
.w29 {
    width: 29% !important;
}
.h29 {
    height: 29% !important;
}
.border-radius-percent-29 {
    border-radius: 29% !important;
}
.font-size-28 {
    font-size: 28px !important;
}
.line-height-28 {
    line-height: 28px !important;
}
.min-height-28 {
    min-height: 28px !important;
}
.w28 {
    width: 28% !important;
}
.h28 {
    height: 28% !important;
}
.border-radius-percent-28 {
    border-radius: 28% !important;
}
.font-size-27 {
    font-size: 27px !important;
}
.line-height-27 {
    line-height: 27px !important;
}
.min-height-27 {
    min-height: 27px !important;
}
.w27 {
    width: 27% !important;
}
.h27 {
    height: 27% !important;
}
.border-radius-percent-27 {
    border-radius: 27% !important;
}
.font-size-26 {
    font-size: 26px !important;
}
.line-height-26 {
    line-height: 26px !important;
}
.min-height-26 {
    min-height: 26px !important;
}
.w26 {
    width: 26% !important;
}
.h26 {
    height: 26% !important;
}
.border-radius-percent-26 {
    border-radius: 26% !important;
}
.font-size-25 {
    font-size: 25px !important;
}
.line-height-25 {
    line-height: 25px !important;
}
.min-height-25 {
    min-height: 25px !important;
}
.w25 {
    width: 25% !important;
}
.h25 {
    height: 25% !important;
}
.border-radius-percent-25 {
    border-radius: 25% !important;
}
.font-size-24 {
    font-size: 24px !important;
}
.line-height-24 {
    line-height: 24px !important;
}
.min-height-24 {
    min-height: 24px !important;
}
.w24 {
    width: 24% !important;
}
.h24 {
    height: 24% !important;
}
.border-radius-percent-24 {
    border-radius: 24% !important;
}
.font-size-23 {
    font-size: 23px !important;
}
.line-height-23 {
    line-height: 23px !important;
}
.min-height-23 {
    min-height: 23px !important;
}
.w23 {
    width: 23% !important;
}
.h23 {
    height: 23% !important;
}
.border-radius-percent-23 {
    border-radius: 23% !important;
}
.font-size-22 {
    font-size: 22px !important;
}
.line-height-22 {
    line-height: 22px !important;
}
.min-height-22 {
    min-height: 22px !important;
}
.w22 {
    width: 22% !important;
}
.h22 {
    height: 22% !important;
}
.border-radius-percent-22 {
    border-radius: 22% !important;
}
.font-size-21 {
    font-size: 21px !important;
}
.line-height-21 {
    line-height: 21px !important;
}
.min-height-21 {
    min-height: 21px !important;
}
.w21 {
    width: 21% !important;
}
.h21 {
    height: 21% !important;
}
.border-radius-percent-21 {
    border-radius: 21% !important;
}
.font-size-20 {
    font-size: 20px !important;
}
.line-height-20 {
    line-height: 20px !important;
}
.min-height-20 {
    min-height: 20px !important;
}
.w20 {
    width: 20% !important;
}
.h20 {
    height: 20% !important;
}
.border-radius-percent-20 {
    border-radius: 20% !important;
}
.font-size-19 {
    font-size: 19px !important;
}
.line-height-19 {
    line-height: 19px !important;
}
.min-height-19 {
    min-height: 19px !important;
}
.w19 {
    width: 19% !important;
}
.h19 {
    height: 19% !important;
}
.border-radius-percent-19 {
    border-radius: 19% !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.line-height-18 {
    line-height: 18px !important;
}
.min-height-18 {
    min-height: 18px !important;
}
.w18 {
    width: 18% !important;
}
.h18 {
    height: 18% !important;
}
.border-radius-percent-18 {
    border-radius: 18% !important;
}
.font-size-17 {
    font-size: 17px !important;
}
.line-height-17 {
    line-height: 17px !important;
}
.min-height-17 {
    min-height: 17px !important;
}
.w17 {
    width: 17% !important;
}
.h17 {
    height: 17% !important;
}
.border-radius-percent-17 {
    border-radius: 17% !important;
}
.font-size-16 {
    font-size: 16px !important;
}
.line-height-16 {
    line-height: 16px !important;
}
.min-height-16 {
    min-height: 16px !important;
}
.w16 {
    width: 16% !important;
}
.h16 {
    height: 16% !important;
}
.border-radius-percent-16 {
    border-radius: 16% !important;
}
.font-size-15 {
    font-size: 15px !important;
}
.line-height-15 {
    line-height: 15px !important;
}
.min-height-15 {
    min-height: 15px !important;
}
.w15 {
    width: 15% !important;
}
.h15 {
    height: 15% !important;
}
.border-radius-percent-15 {
    border-radius: 15% !important;
}
.font-size-14 {
    font-size: 14px !important;
}
.line-height-14 {
    line-height: 14px !important;
}
.min-height-14 {
    min-height: 14px !important;
}
.w14 {
    width: 14% !important;
}
.h14 {
    height: 14% !important;
}
.border-radius-percent-14 {
    border-radius: 14% !important;
}
.font-size-13 {
    font-size: 13px !important;
}
.line-height-13 {
    line-height: 13px !important;
}
.min-height-13 {
    min-height: 13px !important;
}
.w13 {
    width: 13% !important;
}
.h13 {
    height: 13% !important;
}
.border-radius-percent-13 {
    border-radius: 13% !important;
}
.font-size-12 {
    font-size: 12px !important;
}
.line-height-12 {
    line-height: 12px !important;
}
.min-height-12 {
    min-height: 12px !important;
}
.w12 {
    width: 12% !important;
}
.h12 {
    height: 12% !important;
}
.border-radius-percent-12 {
    border-radius: 12% !important;
}
.font-size-11 {
    font-size: 11px !important;
}
.line-height-11 {
    line-height: 11px !important;
}
.min-height-11 {
    min-height: 11px !important;
}
.w11 {
    width: 11% !important;
}
.h11 {
    height: 11% !important;
}
.border-radius-percent-11 {
    border-radius: 11% !important;
}
.font-size-10 {
    font-size: 10px !important;
}
.line-height-10 {
    line-height: 10px !important;
}
.min-height-10 {
    min-height: 10px !important;
}
.w10 {
    width: 10% !important;
}
.h10 {
    height: 10% !important;
}
.border-radius-percent-10 {
    border-radius: 10% !important;
}
.font-size-9 {
    font-size: 9px !important;
}
.line-height-9 {
    line-height: 9px !important;
}
.min-height-9 {
    min-height: 9px !important;
}
.w9 {
    width: 9% !important;
}
.h9 {
    height: 9% !important;
}
.border-radius-percent-9 {
    border-radius: 9% !important;
}
.font-size-8 {
    font-size: 8px !important;
}
.line-height-8 {
    line-height: 8px !important;
}
.min-height-8 {
    min-height: 8px !important;
}
.w8 {
    width: 8% !important;
}
.h8 {
    height: 8% !important;
}
.border-radius-percent-8 {
    border-radius: 8% !important;
}
.font-size-7 {
    font-size: 7px !important;
}
.line-height-7 {
    line-height: 7px !important;
}
.min-height-7 {
    min-height: 7px !important;
}
.w7 {
    width: 7% !important;
}
.h7 {
    height: 7% !important;
}
.border-radius-percent-7 {
    border-radius: 7% !important;
}
.font-size-6 {
    font-size: 6px !important;
}
.line-height-6 {
    line-height: 6px !important;
}
.min-height-6 {
    min-height: 6px !important;
}
.w6 {
    width: 6% !important;
}
.h6 {
    height: 6% !important;
}
.border-radius-percent-6 {
    border-radius: 6% !important;
}
.font-size-5 {
    font-size: 5px !important;
}
.line-height-5 {
    line-height: 5px !important;
}
.min-height-5 {
    min-height: 5px !important;
}
.w5 {
    width: 5% !important;
}
.h5 {
    height: 5% !important;
}
.border-radius-percent-5 {
    border-radius: 5% !important;
}
.font-size-4 {
    font-size: 4px !important;
}
.line-height-4 {
    line-height: 4px !important;
}
.min-height-4 {
    min-height: 4px !important;
}
.w4 {
    width: 4% !important;
}
.h4 {
    height: 4% !important;
}
.border-radius-percent-4 {
    border-radius: 4% !important;
}
.font-size-3 {
    font-size: 3px !important;
}
.line-height-3 {
    line-height: 3px !important;
}
.min-height-3 {
    min-height: 3px !important;
}
.w3 {
    width: 3% !important;
}
.h3 {
    height: 3% !important;
}
.border-radius-percent-3 {
    border-radius: 3% !important;
}
.font-size-2 {
    font-size: 2px !important;
}
.line-height-2 {
    line-height: 2px !important;
}
.min-height-2 {
    min-height: 2px !important;
}
.w2 {
    width: 2% !important;
}
.h2 {
    height: 2% !important;
}
.border-radius-percent-2 {
    border-radius: 2% !important;
}
.font-size-1 {
    font-size: 1px !important;
}
.line-height-1 {
    line-height: 1px !important;
}
.min-height-1 {
    min-height: 1px !important;
}
.w1 {
    width: 1% !important;
}
.h1 {
    height: 1% !important;
}
.border-radius-percent-1 {
    border-radius: 1% !important;
}
.font-size-0 {
    font-size: 0 !important;
}
.line-height-0 {
    line-height: 0 !important;
}
.min-height-0 {
    min-height: 0 !important;
}
.w0 {
    width: 0% !important;
}
.h0 {
    height: 0% !important;
}
.border-radius-percent-0 {
    border-radius: 0 !important;
}
.width-200 {
    width: 200px !important;
}
.margin-200 {
    margin: 200px !important;
}
.margin-top-200 {
    margin-top: 200px !important;
}
.margin-top--200 {
    margin-top: -200px !important;
}
.margin-bottom-200 {
    margin-bottom: 200px !important;
}
.margin-bottom--200 {
    margin-bottom: -200px !important;
}
.margin-left-200 {
    margin-left: 200px !important;
}
.margin-right-200 {
    margin-right: 200px !important;
}
.pad-200 {
    padding: 200px !important;
}
.pad-top-200 {
    padding-top: 200px !important;
}
.pad-bottom-200 {
    padding-bottom: 200px !important;
}
.pad-left-200 {
    padding-left: 200px !important;
}
.pad-right-200 {
    padding-right: 200px !important;
}
.top-200 {
    top: 200px !important;
}
.bottom-200 {
    bottom: 200px !important;
}
.left-200 {
    left: 200px !important;
}
.right-200 {
    right: 200px !important;
}
.border-radius-200 {
    border-radius: 200px !important;
}
.width-195 {
    width: 195px !important;
}
.margin-195 {
    margin: 195px !important;
}
.margin-top-195 {
    margin-top: 195px !important;
}
.margin-top--195 {
    margin-top: -195px !important;
}
.margin-bottom-195 {
    margin-bottom: 195px !important;
}
.margin-bottom--195 {
    margin-bottom: -195px !important;
}
.margin-left-195 {
    margin-left: 195px !important;
}
.margin-right-195 {
    margin-right: 195px !important;
}
.pad-195 {
    padding: 195px !important;
}
.pad-top-195 {
    padding-top: 195px !important;
}
.pad-bottom-195 {
    padding-bottom: 195px !important;
}
.pad-left-195 {
    padding-left: 195px !important;
}
.pad-right-195 {
    padding-right: 195px !important;
}
.top-195 {
    top: 195px !important;
}
.bottom-195 {
    bottom: 195px !important;
}
.left-195 {
    left: 195px !important;
}
.right-195 {
    right: 195px !important;
}
.border-radius-195 {
    border-radius: 195px !important;
}
.width-190 {
    width: 190px !important;
}
.margin-190 {
    margin: 190px !important;
}
.margin-top-190 {
    margin-top: 190px !important;
}
.margin-top--190 {
    margin-top: -190px !important;
}
.margin-bottom-190 {
    margin-bottom: 190px !important;
}
.margin-bottom--190 {
    margin-bottom: -190px !important;
}
.margin-left-190 {
    margin-left: 190px !important;
}
.margin-right-190 {
    margin-right: 190px !important;
}
.pad-190 {
    padding: 190px !important;
}
.pad-top-190 {
    padding-top: 190px !important;
}
.pad-bottom-190 {
    padding-bottom: 190px !important;
}
.pad-left-190 {
    padding-left: 190px !important;
}
.pad-right-190 {
    padding-right: 190px !important;
}
.top-190 {
    top: 190px !important;
}
.bottom-190 {
    bottom: 190px !important;
}
.left-190 {
    left: 190px !important;
}
.right-190 {
    right: 190px !important;
}
.border-radius-190 {
    border-radius: 190px !important;
}
.width-185 {
    width: 185px !important;
}
.margin-185 {
    margin: 185px !important;
}
.margin-top-185 {
    margin-top: 185px !important;
}
.margin-top--185 {
    margin-top: -185px !important;
}
.margin-bottom-185 {
    margin-bottom: 185px !important;
}
.margin-bottom--185 {
    margin-bottom: -185px !important;
}
.margin-left-185 {
    margin-left: 185px !important;
}
.margin-right-185 {
    margin-right: 185px !important;
}
.pad-185 {
    padding: 185px !important;
}
.pad-top-185 {
    padding-top: 185px !important;
}
.pad-bottom-185 {
    padding-bottom: 185px !important;
}
.pad-left-185 {
    padding-left: 185px !important;
}
.pad-right-185 {
    padding-right: 185px !important;
}
.top-185 {
    top: 185px !important;
}
.bottom-185 {
    bottom: 185px !important;
}
.left-185 {
    left: 185px !important;
}
.right-185 {
    right: 185px !important;
}
.border-radius-185 {
    border-radius: 185px !important;
}
.width-180 {
    width: 180px !important;
}
.margin-180 {
    margin: 180px !important;
}
.margin-top-180 {
    margin-top: 180px !important;
}
.margin-top--180 {
    margin-top: -180px !important;
}
.margin-bottom-180 {
    margin-bottom: 180px !important;
}
.margin-bottom--180 {
    margin-bottom: -180px !important;
}
.margin-left-180 {
    margin-left: 180px !important;
}
.margin-right-180 {
    margin-right: 180px !important;
}
.pad-180 {
    padding: 180px !important;
}
.pad-top-180 {
    padding-top: 180px !important;
}
.pad-bottom-180 {
    padding-bottom: 180px !important;
}
.pad-left-180 {
    padding-left: 180px !important;
}
.pad-right-180 {
    padding-right: 180px !important;
}
.top-180 {
    top: 180px !important;
}
.bottom-180 {
    bottom: 180px !important;
}
.left-180 {
    left: 180px !important;
}
.right-180 {
    right: 180px !important;
}
.border-radius-180 {
    border-radius: 180px !important;
}
.width-175 {
    width: 175px !important;
}
.margin-175 {
    margin: 175px !important;
}
.margin-top-175 {
    margin-top: 175px !important;
}
.margin-top--175 {
    margin-top: -175px !important;
}
.margin-bottom-175 {
    margin-bottom: 175px !important;
}
.margin-bottom--175 {
    margin-bottom: -175px !important;
}
.margin-left-175 {
    margin-left: 175px !important;
}
.margin-right-175 {
    margin-right: 175px !important;
}
.pad-175 {
    padding: 175px !important;
}
.pad-top-175 {
    padding-top: 175px !important;
}
.pad-bottom-175 {
    padding-bottom: 175px !important;
}
.pad-left-175 {
    padding-left: 175px !important;
}
.pad-right-175 {
    padding-right: 175px !important;
}
.top-175 {
    top: 175px !important;
}
.bottom-175 {
    bottom: 175px !important;
}
.left-175 {
    left: 175px !important;
}
.right-175 {
    right: 175px !important;
}
.border-radius-175 {
    border-radius: 175px !important;
}
.width-170 {
    width: 170px !important;
}
.margin-170 {
    margin: 170px !important;
}
.margin-top-170 {
    margin-top: 170px !important;
}
.margin-top--170 {
    margin-top: -170px !important;
}
.margin-bottom-170 {
    margin-bottom: 170px !important;
}
.margin-bottom--170 {
    margin-bottom: -170px !important;
}
.margin-left-170 {
    margin-left: 170px !important;
}
.margin-right-170 {
    margin-right: 170px !important;
}
.pad-170 {
    padding: 170px !important;
}
.pad-top-170 {
    padding-top: 170px !important;
}
.pad-bottom-170 {
    padding-bottom: 170px !important;
}
.pad-left-170 {
    padding-left: 170px !important;
}
.pad-right-170 {
    padding-right: 170px !important;
}
.top-170 {
    top: 170px !important;
}
.bottom-170 {
    bottom: 170px !important;
}
.left-170 {
    left: 170px !important;
}
.right-170 {
    right: 170px !important;
}
.border-radius-170 {
    border-radius: 170px !important;
}
.width-165 {
    width: 165px !important;
}
.margin-165 {
    margin: 165px !important;
}
.margin-top-165 {
    margin-top: 165px !important;
}
.margin-top--165 {
    margin-top: -165px !important;
}
.margin-bottom-165 {
    margin-bottom: 165px !important;
}
.margin-bottom--165 {
    margin-bottom: -165px !important;
}
.margin-left-165 {
    margin-left: 165px !important;
}
.margin-right-165 {
    margin-right: 165px !important;
}
.pad-165 {
    padding: 165px !important;
}
.pad-top-165 {
    padding-top: 165px !important;
}
.pad-bottom-165 {
    padding-bottom: 165px !important;
}
.pad-left-165 {
    padding-left: 165px !important;
}
.pad-right-165 {
    padding-right: 165px !important;
}
.top-165 {
    top: 165px !important;
}
.bottom-165 {
    bottom: 165px !important;
}
.left-165 {
    left: 165px !important;
}
.right-165 {
    right: 165px !important;
}
.border-radius-165 {
    border-radius: 165px !important;
}
.width-160 {
    width: 160px !important;
}
.margin-160 {
    margin: 160px !important;
}
.margin-top-160 {
    margin-top: 160px !important;
}
.margin-top--160 {
    margin-top: -160px !important;
}
.margin-bottom-160 {
    margin-bottom: 160px !important;
}
.margin-bottom--160 {
    margin-bottom: -160px !important;
}
.margin-left-160 {
    margin-left: 160px !important;
}
.margin-right-160 {
    margin-right: 160px !important;
}
.pad-160 {
    padding: 160px !important;
}
.pad-top-160 {
    padding-top: 160px !important;
}
.pad-bottom-160 {
    padding-bottom: 160px !important;
}
.pad-left-160 {
    padding-left: 160px !important;
}
.pad-right-160 {
    padding-right: 160px !important;
}
.top-160 {
    top: 160px !important;
}
.bottom-160 {
    bottom: 160px !important;
}
.left-160 {
    left: 160px !important;
}
.right-160 {
    right: 160px !important;
}
.border-radius-160 {
    border-radius: 160px !important;
}
.width-155 {
    width: 155px !important;
}
.margin-155 {
    margin: 155px !important;
}
.margin-top-155 {
    margin-top: 155px !important;
}
.margin-top--155 {
    margin-top: -155px !important;
}
.margin-bottom-155 {
    margin-bottom: 155px !important;
}
.margin-bottom--155 {
    margin-bottom: -155px !important;
}
.margin-left-155 {
    margin-left: 155px !important;
}
.margin-right-155 {
    margin-right: 155px !important;
}
.pad-155 {
    padding: 155px !important;
}
.pad-top-155 {
    padding-top: 155px !important;
}
.pad-bottom-155 {
    padding-bottom: 155px !important;
}
.pad-left-155 {
    padding-left: 155px !important;
}
.pad-right-155 {
    padding-right: 155px !important;
}
.top-155 {
    top: 155px !important;
}
.bottom-155 {
    bottom: 155px !important;
}
.left-155 {
    left: 155px !important;
}
.right-155 {
    right: 155px !important;
}
.border-radius-155 {
    border-radius: 155px !important;
}
.width-150 {
    width: 150px !important;
}
.margin-150 {
    margin: 150px !important;
}
.margin-top-150 {
    margin-top: 150px !important;
}
.margin-top--150 {
    margin-top: -150px !important;
}
.margin-bottom-150 {
    margin-bottom: 150px !important;
}
.margin-bottom--150 {
    margin-bottom: -150px !important;
}
.margin-left-150 {
    margin-left: 150px !important;
}
.margin-right-150 {
    margin-right: 150px !important;
}
.pad-150 {
    padding: 150px !important;
}
.pad-top-150 {
    padding-top: 150px !important;
}
.pad-bottom-150 {
    padding-bottom: 150px !important;
}
.pad-left-150 {
    padding-left: 150px !important;
}
.pad-right-150 {
    padding-right: 150px !important;
}
.top-150 {
    top: 150px !important;
}
.bottom-150 {
    bottom: 150px !important;
}
.left-150 {
    left: 150px !important;
}
.right-150 {
    right: 150px !important;
}
.border-radius-150 {
    border-radius: 150px !important;
}
.width-145 {
    width: 145px !important;
}
.margin-145 {
    margin: 145px !important;
}
.margin-top-145 {
    margin-top: 145px !important;
}
.margin-top--145 {
    margin-top: -145px !important;
}
.margin-bottom-145 {
    margin-bottom: 145px !important;
}
.margin-bottom--145 {
    margin-bottom: -145px !important;
}
.margin-left-145 {
    margin-left: 145px !important;
}
.margin-right-145 {
    margin-right: 145px !important;
}
.pad-145 {
    padding: 145px !important;
}
.pad-top-145 {
    padding-top: 145px !important;
}
.pad-bottom-145 {
    padding-bottom: 145px !important;
}
.pad-left-145 {
    padding-left: 145px !important;
}
.pad-right-145 {
    padding-right: 145px !important;
}
.top-145 {
    top: 145px !important;
}
.bottom-145 {
    bottom: 145px !important;
}
.left-145 {
    left: 145px !important;
}
.right-145 {
    right: 145px !important;
}
.border-radius-145 {
    border-radius: 145px !important;
}
.width-140 {
    width: 140px !important;
}
.margin-140 {
    margin: 140px !important;
}
.margin-top-140 {
    margin-top: 140px !important;
}
.margin-top--140 {
    margin-top: -140px !important;
}
.margin-bottom-140 {
    margin-bottom: 140px !important;
}
.margin-bottom--140 {
    margin-bottom: -140px !important;
}
.margin-left-140 {
    margin-left: 140px !important;
}
.margin-right-140 {
    margin-right: 140px !important;
}
.pad-140 {
    padding: 140px !important;
}
.pad-top-140 {
    padding-top: 140px !important;
}
.pad-bottom-140 {
    padding-bottom: 140px !important;
}
.pad-left-140 {
    padding-left: 140px !important;
}
.pad-right-140 {
    padding-right: 140px !important;
}
.top-140 {
    top: 140px !important;
}
.bottom-140 {
    bottom: 140px !important;
}
.left-140 {
    left: 140px !important;
}
.right-140 {
    right: 140px !important;
}
.border-radius-140 {
    border-radius: 140px !important;
}
.width-135 {
    width: 135px !important;
}
.margin-135 {
    margin: 135px !important;
}
.margin-top-135 {
    margin-top: 135px !important;
}
.margin-top--135 {
    margin-top: -135px !important;
}
.margin-bottom-135 {
    margin-bottom: 135px !important;
}
.margin-bottom--135 {
    margin-bottom: -135px !important;
}
.margin-left-135 {
    margin-left: 135px !important;
}
.margin-right-135 {
    margin-right: 135px !important;
}
.pad-135 {
    padding: 135px !important;
}
.pad-top-135 {
    padding-top: 135px !important;
}
.pad-bottom-135 {
    padding-bottom: 135px !important;
}
.pad-left-135 {
    padding-left: 135px !important;
}
.pad-right-135 {
    padding-right: 135px !important;
}
.top-135 {
    top: 135px !important;
}
.bottom-135 {
    bottom: 135px !important;
}
.left-135 {
    left: 135px !important;
}
.right-135 {
    right: 135px !important;
}
.border-radius-135 {
    border-radius: 135px !important;
}
.width-130 {
    width: 130px !important;
}
.margin-130 {
    margin: 130px !important;
}
.margin-top-130 {
    margin-top: 130px !important;
}
.margin-top--130 {
    margin-top: -130px !important;
}
.margin-bottom-130 {
    margin-bottom: 130px !important;
}
.margin-bottom--130 {
    margin-bottom: -130px !important;
}
.margin-left-130 {
    margin-left: 130px !important;
}
.margin-right-130 {
    margin-right: 130px !important;
}
.pad-130 {
    padding: 130px !important;
}
.pad-top-130 {
    padding-top: 130px !important;
}
.pad-bottom-130 {
    padding-bottom: 130px !important;
}
.pad-left-130 {
    padding-left: 130px !important;
}
.pad-right-130 {
    padding-right: 130px !important;
}
.top-130 {
    top: 130px !important;
}
.bottom-130 {
    bottom: 130px !important;
}
.left-130 {
    left: 130px !important;
}
.right-130 {
    right: 130px !important;
}
.border-radius-130 {
    border-radius: 130px !important;
}
.width-125 {
    width: 125px !important;
}
.margin-125 {
    margin: 125px !important;
}
.margin-top-125 {
    margin-top: 125px !important;
}
.margin-top--125 {
    margin-top: -125px !important;
}
.margin-bottom-125 {
    margin-bottom: 125px !important;
}
.margin-bottom--125 {
    margin-bottom: -125px !important;
}
.margin-left-125 {
    margin-left: 125px !important;
}
.margin-right-125 {
    margin-right: 125px !important;
}
.pad-125 {
    padding: 125px !important;
}
.pad-top-125 {
    padding-top: 125px !important;
}
.pad-bottom-125 {
    padding-bottom: 125px !important;
}
.pad-left-125 {
    padding-left: 125px !important;
}
.pad-right-125 {
    padding-right: 125px !important;
}
.top-125 {
    top: 125px !important;
}
.bottom-125 {
    bottom: 125px !important;
}
.left-125 {
    left: 125px !important;
}
.right-125 {
    right: 125px !important;
}
.border-radius-125 {
    border-radius: 125px !important;
}
.width-120 {
    width: 120px !important;
}
.margin-120 {
    margin: 120px !important;
}
.margin-top-120 {
    margin-top: 120px !important;
}
.margin-top--120 {
    margin-top: -120px !important;
}
.margin-bottom-120 {
    margin-bottom: 120px !important;
}
.margin-bottom--120 {
    margin-bottom: -120px !important;
}
.margin-left-120 {
    margin-left: 120px !important;
}
.margin-right-120 {
    margin-right: 120px !important;
}
.pad-120 {
    padding: 120px !important;
}
.pad-top-120 {
    padding-top: 120px !important;
}
.pad-bottom-120 {
    padding-bottom: 120px !important;
}
.pad-left-120 {
    padding-left: 120px !important;
}
.pad-right-120 {
    padding-right: 120px !important;
}
.top-120 {
    top: 120px !important;
}
.bottom-120 {
    bottom: 120px !important;
}
.left-120 {
    left: 120px !important;
}
.right-120 {
    right: 120px !important;
}
.border-radius-120 {
    border-radius: 120px !important;
}
.width-115 {
    width: 115px !important;
}
.margin-115 {
    margin: 115px !important;
}
.margin-top-115 {
    margin-top: 115px !important;
}
.margin-top--115 {
    margin-top: -115px !important;
}
.margin-bottom-115 {
    margin-bottom: 115px !important;
}
.margin-bottom--115 {
    margin-bottom: -115px !important;
}
.margin-left-115 {
    margin-left: 115px !important;
}
.margin-right-115 {
    margin-right: 115px !important;
}
.pad-115 {
    padding: 115px !important;
}
.pad-top-115 {
    padding-top: 115px !important;
}
.pad-bottom-115 {
    padding-bottom: 115px !important;
}
.pad-left-115 {
    padding-left: 115px !important;
}
.pad-right-115 {
    padding-right: 115px !important;
}
.top-115 {
    top: 115px !important;
}
.bottom-115 {
    bottom: 115px !important;
}
.left-115 {
    left: 115px !important;
}
.right-115 {
    right: 115px !important;
}
.border-radius-115 {
    border-radius: 115px !important;
}
.width-110 {
    width: 110px !important;
}
.margin-110 {
    margin: 110px !important;
}
.margin-top-110 {
    margin-top: 110px !important;
}
.margin-top--110 {
    margin-top: -110px !important;
}
.margin-bottom-110 {
    margin-bottom: 110px !important;
}
.margin-bottom--110 {
    margin-bottom: -110px !important;
}
.margin-left-110 {
    margin-left: 110px !important;
}
.margin-right-110 {
    margin-right: 110px !important;
}
.pad-110 {
    padding: 110px !important;
}
.pad-top-110 {
    padding-top: 110px !important;
}
.pad-bottom-110 {
    padding-bottom: 110px !important;
}
.pad-left-110 {
    padding-left: 110px !important;
}
.pad-right-110 {
    padding-right: 110px !important;
}
.top-110 {
    top: 110px !important;
}
.bottom-110 {
    bottom: 110px !important;
}
.left-110 {
    left: 110px !important;
}
.right-110 {
    right: 110px !important;
}
.border-radius-110 {
    border-radius: 110px !important;
}
.width-105 {
    width: 105px !important;
}
.margin-105 {
    margin: 105px !important;
}
.margin-top-105 {
    margin-top: 105px !important;
}
.margin-top--105 {
    margin-top: -105px !important;
}
.margin-bottom-105 {
    margin-bottom: 105px !important;
}
.margin-bottom--105 {
    margin-bottom: -105px !important;
}
.margin-left-105 {
    margin-left: 105px !important;
}
.margin-right-105 {
    margin-right: 105px !important;
}
.pad-105 {
    padding: 105px !important;
}
.pad-top-105 {
    padding-top: 105px !important;
}
.pad-bottom-105 {
    padding-bottom: 105px !important;
}
.pad-left-105 {
    padding-left: 105px !important;
}
.pad-right-105 {
    padding-right: 105px !important;
}
.top-105 {
    top: 105px !important;
}
.bottom-105 {
    bottom: 105px !important;
}
.left-105 {
    left: 105px !important;
}
.right-105 {
    right: 105px !important;
}
.border-radius-105 {
    border-radius: 105px !important;
}
.width-100 {
    width: 100px !important;
}
.margin-100 {
    margin: 100px !important;
}
.margin-top-100 {
    margin-top: 100px !important;
}
.margin-top--100 {
    margin-top: -100px !important;
}
.margin-bottom-100 {
    margin-bottom: 100px !important;
}
.margin-bottom--100 {
    margin-bottom: -100px !important;
}
.margin-left-100 {
    margin-left: 100px !important;
}
.margin-right-100 {
    margin-right: 100px !important;
}
.pad-100 {
    padding: 100px !important;
}
.pad-top-100 {
    padding-top: 100px !important;
}
.pad-bottom-100 {
    padding-bottom: 100px !important;
}
.pad-left-100 {
    padding-left: 100px !important;
}
.pad-right-100 {
    padding-right: 100px !important;
}
.top-100 {
    top: 100px !important;
}
.bottom-100 {
    bottom: 100px !important;
}
.left-100 {
    left: 100px !important;
}
.right-100 {
    right: 100px !important;
}
.border-radius-100 {
    border-radius: 100px !important;
}
.width-95 {
    width: 95px !important;
}
.margin-95 {
    margin: 95px !important;
}
.margin-top-95 {
    margin-top: 95px !important;
}
.margin-top--95 {
    margin-top: -95px !important;
}
.margin-bottom-95 {
    margin-bottom: 95px !important;
}
.margin-bottom--95 {
    margin-bottom: -95px !important;
}
.margin-left-95 {
    margin-left: 95px !important;
}
.margin-right-95 {
    margin-right: 95px !important;
}
.pad-95 {
    padding: 95px !important;
}
.pad-top-95 {
    padding-top: 95px !important;
}
.pad-bottom-95 {
    padding-bottom: 95px !important;
}
.pad-left-95 {
    padding-left: 95px !important;
}
.pad-right-95 {
    padding-right: 95px !important;
}
.top-95 {
    top: 95px !important;
}
.bottom-95 {
    bottom: 95px !important;
}
.left-95 {
    left: 95px !important;
}
.right-95 {
    right: 95px !important;
}
.border-radius-95 {
    border-radius: 95px !important;
}
.width-90 {
    width: 90px !important;
}
.margin-90 {
    margin: 90px !important;
}
.margin-top-90 {
    margin-top: 90px !important;
}
.margin-top--90 {
    margin-top: -90px !important;
}
.margin-bottom-90 {
    margin-bottom: 90px !important;
}
.margin-bottom--90 {
    margin-bottom: -90px !important;
}
.margin-left-90 {
    margin-left: 90px !important;
}
.margin-right-90 {
    margin-right: 90px !important;
}
.pad-90 {
    padding: 90px !important;
}
.pad-top-90 {
    padding-top: 90px !important;
}
.pad-bottom-90 {
    padding-bottom: 90px !important;
}
.pad-left-90 {
    padding-left: 90px !important;
}
.pad-right-90 {
    padding-right: 90px !important;
}
.top-90 {
    top: 90px !important;
}
.bottom-90 {
    bottom: 90px !important;
}
.left-90 {
    left: 90px !important;
}
.right-90 {
    right: 90px !important;
}
.border-radius-90 {
    border-radius: 90px !important;
}
.width-85 {
    width: 85px !important;
}
.margin-85 {
    margin: 85px !important;
}
.margin-top-85 {
    margin-top: 85px !important;
}
.margin-top--85 {
    margin-top: -85px !important;
}
.margin-bottom-85 {
    margin-bottom: 85px !important;
}
.margin-bottom--85 {
    margin-bottom: -85px !important;
}
.margin-left-85 {
    margin-left: 85px !important;
}
.margin-right-85 {
    margin-right: 85px !important;
}
.pad-85 {
    padding: 85px !important;
}
.pad-top-85 {
    padding-top: 85px !important;
}
.pad-bottom-85 {
    padding-bottom: 85px !important;
}
.pad-left-85 {
    padding-left: 85px !important;
}
.pad-right-85 {
    padding-right: 85px !important;
}
.top-85 {
    top: 85px !important;
}
.bottom-85 {
    bottom: 85px !important;
}
.left-85 {
    left: 85px !important;
}
.right-85 {
    right: 85px !important;
}
.border-radius-85 {
    border-radius: 85px !important;
}
.width-80 {
    width: 80px !important;
}
.margin-80 {
    margin: 80px !important;
}
.margin-top-80 {
    margin-top: 80px !important;
}
.margin-top--80 {
    margin-top: -80px !important;
}
.margin-bottom-80 {
    margin-bottom: 80px !important;
}
.margin-bottom--80 {
    margin-bottom: -80px !important;
}
.margin-left-80 {
    margin-left: 80px !important;
}
.margin-right-80 {
    margin-right: 80px !important;
}
.pad-80 {
    padding: 80px !important;
}
.pad-top-80 {
    padding-top: 80px !important;
}
.pad-bottom-80 {
    padding-bottom: 80px !important;
}
.pad-left-80 {
    padding-left: 80px !important;
}
.pad-right-80 {
    padding-right: 80px !important;
}
.top-80 {
    top: 80px !important;
}
.bottom-80 {
    bottom: 80px !important;
}
.left-80 {
    left: 80px !important;
}
.right-80 {
    right: 80px !important;
}
.border-radius-80 {
    border-radius: 80px !important;
}
.width-75 {
    width: 75px !important;
}
.margin-75 {
    margin: 75px !important;
}
.margin-top-75 {
    margin-top: 75px !important;
}
.margin-top--75 {
    margin-top: -75px !important;
}
.margin-bottom-75 {
    margin-bottom: 75px !important;
}
.margin-bottom--75 {
    margin-bottom: -75px !important;
}
.margin-left-75 {
    margin-left: 75px !important;
}
.margin-right-75 {
    margin-right: 75px !important;
}
.pad-75 {
    padding: 75px !important;
}
.pad-top-75 {
    padding-top: 75px !important;
}
.pad-bottom-75 {
    padding-bottom: 75px !important;
}
.pad-left-75 {
    padding-left: 75px !important;
}
.pad-right-75 {
    padding-right: 75px !important;
}
.top-75 {
    top: 75px !important;
}
.bottom-75 {
    bottom: 75px !important;
}
.left-75 {
    left: 75px !important;
}
.right-75 {
    right: 75px !important;
}
.border-radius-75 {
    border-radius: 75px !important;
}
.width-70 {
    width: 70px !important;
}
.margin-70 {
    margin: 70px !important;
}
.margin-top-70 {
    margin-top: 70px !important;
}
.margin-top--70 {
    margin-top: -70px !important;
}
.margin-bottom-70 {
    margin-bottom: 70px !important;
}
.margin-bottom--70 {
    margin-bottom: -70px !important;
}
.margin-left-70 {
    margin-left: 70px !important;
}
.margin-right-70 {
    margin-right: 70px !important;
}
.pad-70 {
    padding: 70px !important;
}
.pad-top-70 {
    padding-top: 70px !important;
}
.pad-bottom-70 {
    padding-bottom: 70px !important;
}
.pad-left-70 {
    padding-left: 70px !important;
}
.pad-right-70 {
    padding-right: 70px !important;
}
.top-70 {
    top: 70px !important;
}
.bottom-70 {
    bottom: 70px !important;
}
.left-70 {
    left: 70px !important;
}
.right-70 {
    right: 70px !important;
}
.border-radius-70 {
    border-radius: 70px !important;
}
.width-65 {
    width: 65px !important;
}
.margin-65 {
    margin: 65px !important;
}
.margin-top-65 {
    margin-top: 65px !important;
}
.margin-top--65 {
    margin-top: -65px !important;
}
.margin-bottom-65 {
    margin-bottom: 65px !important;
}
.margin-bottom--65 {
    margin-bottom: -65px !important;
}
.margin-left-65 {
    margin-left: 65px !important;
}
.margin-right-65 {
    margin-right: 65px !important;
}
.pad-65 {
    padding: 65px !important;
}
.pad-top-65 {
    padding-top: 65px !important;
}
.pad-bottom-65 {
    padding-bottom: 65px !important;
}
.pad-left-65 {
    padding-left: 65px !important;
}
.pad-right-65 {
    padding-right: 65px !important;
}
.top-65 {
    top: 65px !important;
}
.bottom-65 {
    bottom: 65px !important;
}
.left-65 {
    left: 65px !important;
}
.right-65 {
    right: 65px !important;
}
.border-radius-65 {
    border-radius: 65px !important;
}
.width-60 {
    width: 60px !important;
}
.margin-60 {
    margin: 60px !important;
}
.margin-top-60 {
    margin-top: 60px !important;
}
.margin-top--60 {
    margin-top: -60px !important;
}
.margin-bottom-60 {
    margin-bottom: 60px !important;
}
.margin-bottom--60 {
    margin-bottom: -60px !important;
}
.margin-left-60 {
    margin-left: 60px !important;
}
.margin-right-60 {
    margin-right: 60px !important;
}
.pad-60 {
    padding: 60px !important;
}
.pad-top-60 {
    padding-top: 60px !important;
}
.pad-bottom-60 {
    padding-bottom: 60px !important;
}
.pad-left-60 {
    padding-left: 60px !important;
}
.pad-right-60 {
    padding-right: 60px !important;
}
.top-60 {
    top: 60px !important;
}
.bottom-60 {
    bottom: 60px !important;
}
.left-60 {
    left: 60px !important;
}
.right-60 {
    right: 60px !important;
}
.border-radius-60 {
    border-radius: 60px !important;
}
.width-55 {
    width: 55px !important;
}
.margin-55 {
    margin: 55px !important;
}
.margin-top-55 {
    margin-top: 55px !important;
}
.margin-top--55 {
    margin-top: -55px !important;
}
.margin-bottom-55 {
    margin-bottom: 55px !important;
}
.margin-bottom--55 {
    margin-bottom: -55px !important;
}
.margin-left-55 {
    margin-left: 55px !important;
}
.margin-right-55 {
    margin-right: 55px !important;
}
.pad-55 {
    padding: 55px !important;
}
.pad-top-55 {
    padding-top: 55px !important;
}
.pad-bottom-55 {
    padding-bottom: 55px !important;
}
.pad-left-55 {
    padding-left: 55px !important;
}
.pad-right-55 {
    padding-right: 55px !important;
}
.top-55 {
    top: 55px !important;
}
.bottom-55 {
    bottom: 55px !important;
}
.left-55 {
    left: 55px !important;
}
.right-55 {
    right: 55px !important;
}
.border-radius-55 {
    border-radius: 55px !important;
}
.width-50 {
    width: 50px !important;
}
.margin-50 {
    margin: 50px !important;
}
.margin-top-50 {
    margin-top: 50px !important;
}
.margin-top--50 {
    margin-top: -50px !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-bottom--50 {
    margin-bottom: -50px !important;
}
.margin-left-50 {
    margin-left: 50px !important;
}
.margin-right-50 {
    margin-right: 50px !important;
}
.pad-50 {
    padding: 50px !important;
}
.pad-top-50 {
    padding-top: 50px !important;
}
.pad-bottom-50 {
    padding-bottom: 50px !important;
}
.pad-left-50 {
    padding-left: 50px !important;
}
.pad-right-50 {
    padding-right: 50px !important;
}
.top-50 {
    top: 50px !important;
}
.bottom-50 {
    bottom: 50px !important;
}
.left-50 {
    left: 50px !important;
}
.right-50 {
    right: 50px !important;
}
.border-radius-50 {
    border-radius: 50px !important;
}
.width-45 {
    width: 45px !important;
}
.margin-45 {
    margin: 45px !important;
}
.margin-top-45 {
    margin-top: 45px !important;
}
.margin-top--45 {
    margin-top: -45px !important;
}
.margin-bottom-45 {
    margin-bottom: 45px !important;
}
.margin-bottom--45 {
    margin-bottom: -45px !important;
}
.margin-left-45 {
    margin-left: 45px !important;
}
.margin-right-45 {
    margin-right: 45px !important;
}
.pad-45 {
    padding: 45px !important;
}
.pad-top-45 {
    padding-top: 45px !important;
}
.pad-bottom-45 {
    padding-bottom: 45px !important;
}
.pad-left-45 {
    padding-left: 45px !important;
}
.pad-right-45 {
    padding-right: 45px !important;
}
.top-45 {
    top: 45px !important;
}
.bottom-45 {
    bottom: 45px !important;
}
.left-45 {
    left: 45px !important;
}
.right-45 {
    right: 45px !important;
}
.border-radius-45 {
    border-radius: 45px !important;
}
.width-40 {
    width: 40px !important;
}
.margin-40 {
    margin: 40px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-top--40 {
    margin-top: -40px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-bottom--40 {
    margin-bottom: -40px !important;
}
.margin-left-40 {
    margin-left: 40px !important;
}
.margin-right-40 {
    margin-right: 40px !important;
}
.pad-40 {
    padding: 40px !important;
}
.pad-top-40 {
    padding-top: 40px !important;
}
.pad-bottom-40 {
    padding-bottom: 40px !important;
}
.pad-left-40 {
    padding-left: 40px !important;
}
.pad-right-40 {
    padding-right: 40px !important;
}
.top-40 {
    top: 40px !important;
}
.bottom-40 {
    bottom: 40px !important;
}
.left-40 {
    left: 40px !important;
}
.right-40 {
    right: 40px !important;
}
.border-radius-40 {
    border-radius: 40px !important;
}
.width-35 {
    width: 35px !important;
}
.margin-35 {
    margin: 35px !important;
}
.margin-top-35 {
    margin-top: 35px !important;
}
.margin-top--35 {
    margin-top: -35px !important;
}
.margin-bottom-35 {
    margin-bottom: 35px !important;
}
.margin-bottom--35 {
    margin-bottom: -35px !important;
}
.margin-left-35 {
    margin-left: 35px !important;
}
.margin-right-35 {
    margin-right: 35px !important;
}
.pad-35 {
    padding: 35px !important;
}
.pad-top-35 {
    padding-top: 35px !important;
}
.pad-bottom-35 {
    padding-bottom: 35px !important;
}
.pad-left-35 {
    padding-left: 35px !important;
}
.pad-right-35 {
    padding-right: 35px !important;
}
.top-35 {
    top: 35px !important;
}
.bottom-35 {
    bottom: 35px !important;
}
.left-35 {
    left: 35px !important;
}
.right-35 {
    right: 35px !important;
}
.border-radius-35 {
    border-radius: 35px !important;
}
.width-30 {
    width: 30px !important;
}
.margin-30 {
    margin: 30px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top--30 {
    margin-top: -30px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom--30 {
    margin-bottom: -30px !important;
}
.margin-left-30 {
    margin-left: 30px !important;
}
.margin-right-30 {
    margin-right: 30px !important;
}
.pad-30 {
    padding: 30px !important;
}
.pad-top-30 {
    padding-top: 30px !important;
}
.pad-bottom-30 {
    padding-bottom: 30px !important;
}
.pad-left-30 {
    padding-left: 30px !important;
}
.pad-right-30 {
    padding-right: 30px !important;
}
.top-30 {
    top: 30px !important;
}
.bottom-30 {
    bottom: 30px !important;
}
.left-30 {
    left: 30px !important;
}
.right-30 {
    right: 30px !important;
}
.border-radius-30 {
    border-radius: 30px !important;
}
.width-25 {
    width: 25px !important;
}
.margin-25 {
    margin: 25px !important;
}
.margin-top-25 {
    margin-top: 25px !important;
}
.margin-top--25 {
    margin-top: -25px !important;
}
.margin-bottom-25 {
    margin-bottom: 25px !important;
}
.margin-bottom--25 {
    margin-bottom: -25px !important;
}
.margin-left-25 {
    margin-left: 25px !important;
}
.margin-right-25 {
    margin-right: 25px !important;
}
.pad-25 {
    padding: 25px !important;
}
.pad-top-25 {
    padding-top: 25px !important;
}
.pad-bottom-25 {
    padding-bottom: 25px !important;
}
.pad-left-25 {
    padding-left: 25px !important;
}
.pad-right-25 {
    padding-right: 25px !important;
}
.top-25 {
    top: 25px !important;
}
.bottom-25 {
    bottom: 25px !important;
}
.left-25 {
    left: 25px !important;
}
.right-25 {
    right: 25px !important;
}
.border-radius-25 {
    border-radius: 25px !important;
}
.width-20 {
    width: 20px !important;
}
.margin-20 {
    margin: 20px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top--20 {
    margin-top: -20px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom--20 {
    margin-bottom: -20px !important;
}
.margin-left-20 {
    margin-left: 20px !important;
}
.margin-right-20 {
    margin-right: 20px !important;
}
.pad-20 {
    padding: 20px !important;
}
.pad-top-20 {
    padding-top: 20px !important;
}
.pad-bottom-20 {
    padding-bottom: 20px !important;
}
.pad-left-20 {
    padding-left: 20px !important;
}
.pad-right-20 {
    padding-right: 20px !important;
}
.top-20 {
    top: 20px !important;
}
.bottom-20 {
    bottom: 20px !important;
}
.left-20 {
    left: 20px !important;
}
.right-20 {
    right: 20px !important;
}
.border-radius-20 {
    border-radius: 20px !important;
}
.width-15 {
    width: 15px !important;
}
.margin-15 {
    margin: 15px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-top--15 {
    margin-top: -15px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-bottom--15 {
    margin-bottom: -15px !important;
}
.margin-left-15 {
    margin-left: 15px !important;
}
.margin-right-15 {
    margin-right: 15px !important;
}
.pad-15 {
    padding: 15px !important;
}
.pad-top-15 {
    padding-top: 15px !important;
}
.pad-bottom-15 {
    padding-bottom: 15px !important;
}
.pad-left-15 {
    padding-left: 15px !important;
}
.pad-right-15 {
    padding-right: 15px !important;
}
.top-15 {
    top: 15px !important;
}
.bottom-15 {
    bottom: 15px !important;
}
.left-15 {
    left: 15px !important;
}
.right-15 {
    right: 15px !important;
}
.border-radius-15 {
    border-radius: 15px !important;
}
.width-10 {
    width: 10px !important;
}
.margin-10 {
    margin: 10px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top--10 {
    margin-top: -10px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom--10 {
    margin-bottom: -10px !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.pad-10 {
    padding: 10px !important;
}
.pad-top-10 {
    padding-top: 10px !important;
}
.pad-bottom-10 {
    padding-bottom: 10px !important;
}
.pad-left-10 {
    padding-left: 10px !important;
}
.pad-right-10 {
    padding-right: 10px !important;
}
.top-10 {
    top: 10px !important;
}
.bottom-10 {
    bottom: 10px !important;
}
.left-10 {
    left: 10px !important;
}
.right-10 {
    right: 10px !important;
}
.border-radius-10 {
    border-radius: 10px !important;
}
.width-5 {
    width: 5px !important;
}
.margin-5 {
    margin: 5px !important;
}
.margin-top-5 {
    margin-top: 5px !important;
}
.margin-top--5 {
    margin-top: -5px !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-bottom--5 {
    margin-bottom: -5px !important;
}
.margin-left-5 {
    margin-left: 5px !important;
}
.margin-right-5 {
    margin-right: 5px !important;
}
.pad-5 {
    padding: 5px !important;
}
.pad-top-5 {
    padding-top: 5px !important;
}
.pad-bottom-5 {
    padding-bottom: 5px !important;
}
.pad-left-5 {
    padding-left: 5px !important;
}
.pad-right-5 {
    padding-right: 5px !important;
}
.top-5 {
    top: 5px !important;
}
.bottom-5 {
    bottom: 5px !important;
}
.left-5 {
    left: 5px !important;
}
.right-5 {
    right: 5px !important;
}
.border-radius-5 {
    border-radius: 5px !important;
}
.width-0 {
    width: 0 !important;
}
.margin-0 {
    margin: 0 !important;
}
.margin-top-0 {
    margin-top: 0 !important;
}
.margin-top--0 {
    margin-top: 0 !important;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-bottom--0 {
    margin-bottom: 0 !important;
}
.margin-left-0 {
    margin-left: 0 !important;
}
.margin-right-0 {
    margin-right: 0 !important;
}
.pad-0 {
    padding: 0 !important;
}
.pad-top-0 {
    padding-top: 0 !important;
}
.pad-bottom-0 {
    padding-bottom: 0 !important;
}
.pad-left-0 {
    padding-left: 0 !important;
}
.pad-right-0 {
    padding-right: 0 !important;
}
.top-0 {
    top: 0 !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.left-0 {
    left: 0 !important;
}
.right-0 {
    right: 0 !important;
}
.border-radius-0 {
    border-radius: 0 !important;
}
@media screen and (max-width: 767px) {
    body.error404.logged-in .breadcrumbs {
        top: 105px;
    }

    .sm-margin-top-200 {
        margin-top: 200px !important;
    }
    .sm-margin-bottom-200 {
        margin-bottom: 200px !important;
    }
    .sm-margin-left-200 {
        margin-left: 200px !important;
    }
    .sm-margin-right-200 {
        margin-right: 200px !important;
    }
    .sm-pad-200 {
        padding: 200px !important;
    }
    .sm-pad-top-200 {
        padding-top: 200px !important;
    }
    .sm-pad-bottom-200 {
        padding-bottom: 200px !important;
    }
    .sm-pad-left-200 {
        padding-left: 200px !important;
    }
    .sm-pad-right-200 {
        padding-right: 200px !important;
    }
    .sm-margin-top-195 {
        margin-top: 195px !important;
    }
    .sm-margin-bottom-195 {
        margin-bottom: 195px !important;
    }
    .sm-margin-left-195 {
        margin-left: 195px !important;
    }
    .sm-margin-right-195 {
        margin-right: 195px !important;
    }
    .sm-pad-195 {
        padding: 195px !important;
    }
    .sm-pad-top-195 {
        padding-top: 195px !important;
    }
    .sm-pad-bottom-195 {
        padding-bottom: 195px !important;
    }
    .sm-pad-left-195 {
        padding-left: 195px !important;
    }
    .sm-pad-right-195 {
        padding-right: 195px !important;
    }
    .sm-margin-top-190 {
        margin-top: 190px !important;
    }
    .sm-margin-bottom-190 {
        margin-bottom: 190px !important;
    }
    .sm-margin-left-190 {
        margin-left: 190px !important;
    }
    .sm-margin-right-190 {
        margin-right: 190px !important;
    }
    .sm-pad-190 {
        padding: 190px !important;
    }
    .sm-pad-top-190 {
        padding-top: 190px !important;
    }
    .sm-pad-bottom-190 {
        padding-bottom: 190px !important;
    }
    .sm-pad-left-190 {
        padding-left: 190px !important;
    }
    .sm-pad-right-190 {
        padding-right: 190px !important;
    }
    .sm-margin-top-185 {
        margin-top: 185px !important;
    }
    .sm-margin-bottom-185 {
        margin-bottom: 185px !important;
    }
    .sm-margin-left-185 {
        margin-left: 185px !important;
    }
    .sm-margin-right-185 {
        margin-right: 185px !important;
    }
    .sm-pad-185 {
        padding: 185px !important;
    }
    .sm-pad-top-185 {
        padding-top: 185px !important;
    }
    .sm-pad-bottom-185 {
        padding-bottom: 185px !important;
    }
    .sm-pad-left-185 {
        padding-left: 185px !important;
    }
    .sm-pad-right-185 {
        padding-right: 185px !important;
    }
    .sm-margin-top-180 {
        margin-top: 180px !important;
    }
    .sm-margin-bottom-180 {
        margin-bottom: 180px !important;
    }
    .sm-margin-left-180 {
        margin-left: 180px !important;
    }
    .sm-margin-right-180 {
        margin-right: 180px !important;
    }
    .sm-pad-180 {
        padding: 180px !important;
    }
    .sm-pad-top-180 {
        padding-top: 180px !important;
    }
    .sm-pad-bottom-180 {
        padding-bottom: 180px !important;
    }
    .sm-pad-left-180 {
        padding-left: 180px !important;
    }
    .sm-pad-right-180 {
        padding-right: 180px !important;
    }
    .sm-margin-top-175 {
        margin-top: 175px !important;
    }
    .sm-margin-bottom-175 {
        margin-bottom: 175px !important;
    }
    .sm-margin-left-175 {
        margin-left: 175px !important;
    }
    .sm-margin-right-175 {
        margin-right: 175px !important;
    }
    .sm-pad-175 {
        padding: 175px !important;
    }
    .sm-pad-top-175 {
        padding-top: 175px !important;
    }
    .sm-pad-bottom-175 {
        padding-bottom: 175px !important;
    }
    .sm-pad-left-175 {
        padding-left: 175px !important;
    }
    .sm-pad-right-175 {
        padding-right: 175px !important;
    }
    .sm-margin-top-170 {
        margin-top: 170px !important;
    }
    .sm-margin-bottom-170 {
        margin-bottom: 170px !important;
    }
    .sm-margin-left-170 {
        margin-left: 170px !important;
    }
    .sm-margin-right-170 {
        margin-right: 170px !important;
    }
    .sm-pad-170 {
        padding: 170px !important;
    }
    .sm-pad-top-170 {
        padding-top: 170px !important;
    }
    .sm-pad-bottom-170 {
        padding-bottom: 170px !important;
    }
    .sm-pad-left-170 {
        padding-left: 170px !important;
    }
    .sm-pad-right-170 {
        padding-right: 170px !important;
    }
    .sm-margin-top-165 {
        margin-top: 165px !important;
    }
    .sm-margin-bottom-165 {
        margin-bottom: 165px !important;
    }
    .sm-margin-left-165 {
        margin-left: 165px !important;
    }
    .sm-margin-right-165 {
        margin-right: 165px !important;
    }
    .sm-pad-165 {
        padding: 165px !important;
    }
    .sm-pad-top-165 {
        padding-top: 165px !important;
    }
    .sm-pad-bottom-165 {
        padding-bottom: 165px !important;
    }
    .sm-pad-left-165 {
        padding-left: 165px !important;
    }
    .sm-pad-right-165 {
        padding-right: 165px !important;
    }
    .sm-margin-top-160 {
        margin-top: 160px !important;
    }
    .sm-margin-bottom-160 {
        margin-bottom: 160px !important;
    }
    .sm-margin-left-160 {
        margin-left: 160px !important;
    }
    .sm-margin-right-160 {
        margin-right: 160px !important;
    }
    .sm-pad-160 {
        padding: 160px !important;
    }
    .sm-pad-top-160 {
        padding-top: 160px !important;
    }
    .sm-pad-bottom-160 {
        padding-bottom: 160px !important;
    }
    .sm-pad-left-160 {
        padding-left: 160px !important;
    }
    .sm-pad-right-160 {
        padding-right: 160px !important;
    }
    .sm-margin-top-155 {
        margin-top: 155px !important;
    }
    .sm-margin-bottom-155 {
        margin-bottom: 155px !important;
    }
    .sm-margin-left-155 {
        margin-left: 155px !important;
    }
    .sm-margin-right-155 {
        margin-right: 155px !important;
    }
    .sm-pad-155 {
        padding: 155px !important;
    }
    .sm-pad-top-155 {
        padding-top: 155px !important;
    }
    .sm-pad-bottom-155 {
        padding-bottom: 155px !important;
    }
    .sm-pad-left-155 {
        padding-left: 155px !important;
    }
    .sm-pad-right-155 {
        padding-right: 155px !important;
    }
    .sm-margin-top-150 {
        margin-top: 150px !important;
    }
    .sm-margin-bottom-150 {
        margin-bottom: 150px !important;
    }
    .sm-margin-left-150 {
        margin-left: 150px !important;
    }
    .sm-margin-right-150 {
        margin-right: 150px !important;
    }
    .sm-pad-150 {
        padding: 150px !important;
    }
    .sm-pad-top-150 {
        padding-top: 150px !important;
    }
    .sm-pad-bottom-150 {
        padding-bottom: 150px !important;
    }
    .sm-pad-left-150 {
        padding-left: 150px !important;
    }
    .sm-pad-right-150 {
        padding-right: 150px !important;
    }
    .sm-margin-top-145 {
        margin-top: 145px !important;
    }
    .sm-margin-bottom-145 {
        margin-bottom: 145px !important;
    }
    .sm-margin-left-145 {
        margin-left: 145px !important;
    }
    .sm-margin-right-145 {
        margin-right: 145px !important;
    }
    .sm-pad-145 {
        padding: 145px !important;
    }
    .sm-pad-top-145 {
        padding-top: 145px !important;
    }
    .sm-pad-bottom-145 {
        padding-bottom: 145px !important;
    }
    .sm-pad-left-145 {
        padding-left: 145px !important;
    }
    .sm-pad-right-145 {
        padding-right: 145px !important;
    }
    .sm-margin-top-140 {
        margin-top: 140px !important;
    }
    .sm-margin-bottom-140 {
        margin-bottom: 140px !important;
    }
    .sm-margin-left-140 {
        margin-left: 140px !important;
    }
    .sm-margin-right-140 {
        margin-right: 140px !important;
    }
    .sm-pad-140 {
        padding: 140px !important;
    }
    .sm-pad-top-140 {
        padding-top: 140px !important;
    }
    .sm-pad-bottom-140 {
        padding-bottom: 140px !important;
    }
    .sm-pad-left-140 {
        padding-left: 140px !important;
    }
    .sm-pad-right-140 {
        padding-right: 140px !important;
    }
    .sm-margin-top-135 {
        margin-top: 135px !important;
    }
    .sm-margin-bottom-135 {
        margin-bottom: 135px !important;
    }
    .sm-margin-left-135 {
        margin-left: 135px !important;
    }
    .sm-margin-right-135 {
        margin-right: 135px !important;
    }
    .sm-pad-135 {
        padding: 135px !important;
    }
    .sm-pad-top-135 {
        padding-top: 135px !important;
    }
    .sm-pad-bottom-135 {
        padding-bottom: 135px !important;
    }
    .sm-pad-left-135 {
        padding-left: 135px !important;
    }
    .sm-pad-right-135 {
        padding-right: 135px !important;
    }
    .sm-margin-top-130 {
        margin-top: 130px !important;
    }
    .sm-margin-bottom-130 {
        margin-bottom: 130px !important;
    }
    .sm-margin-left-130 {
        margin-left: 130px !important;
    }
    .sm-margin-right-130 {
        margin-right: 130px !important;
    }
    .sm-pad-130 {
        padding: 130px !important;
    }
    .sm-pad-top-130 {
        padding-top: 130px !important;
    }
    .sm-pad-bottom-130 {
        padding-bottom: 130px !important;
    }
    .sm-pad-left-130 {
        padding-left: 130px !important;
    }
    .sm-pad-right-130 {
        padding-right: 130px !important;
    }
    .sm-margin-top-125 {
        margin-top: 125px !important;
    }
    .sm-margin-bottom-125 {
        margin-bottom: 125px !important;
    }
    .sm-margin-left-125 {
        margin-left: 125px !important;
    }
    .sm-margin-right-125 {
        margin-right: 125px !important;
    }
    .sm-pad-125 {
        padding: 125px !important;
    }
    .sm-pad-top-125 {
        padding-top: 125px !important;
    }
    .sm-pad-bottom-125 {
        padding-bottom: 125px !important;
    }
    .sm-pad-left-125 {
        padding-left: 125px !important;
    }
    .sm-pad-right-125 {
        padding-right: 125px !important;
    }
    .sm-margin-top-120 {
        margin-top: 120px !important;
    }
    .sm-margin-bottom-120 {
        margin-bottom: 120px !important;
    }
    .sm-margin-left-120 {
        margin-left: 120px !important;
    }
    .sm-margin-right-120 {
        margin-right: 120px !important;
    }
    .sm-pad-120 {
        padding: 120px !important;
    }
    .sm-pad-top-120 {
        padding-top: 120px !important;
    }
    .sm-pad-bottom-120 {
        padding-bottom: 120px !important;
    }
    .sm-pad-left-120 {
        padding-left: 120px !important;
    }
    .sm-pad-right-120 {
        padding-right: 120px !important;
    }
    .sm-margin-top-115 {
        margin-top: 115px !important;
    }
    .sm-margin-bottom-115 {
        margin-bottom: 115px !important;
    }
    .sm-margin-left-115 {
        margin-left: 115px !important;
    }
    .sm-margin-right-115 {
        margin-right: 115px !important;
    }
    .sm-pad-115 {
        padding: 115px !important;
    }
    .sm-pad-top-115 {
        padding-top: 115px !important;
    }
    .sm-pad-bottom-115 {
        padding-bottom: 115px !important;
    }
    .sm-pad-left-115 {
        padding-left: 115px !important;
    }
    .sm-pad-right-115 {
        padding-right: 115px !important;
    }
    .sm-margin-top-110 {
        margin-top: 110px !important;
    }
    .sm-margin-bottom-110 {
        margin-bottom: 110px !important;
    }
    .sm-margin-left-110 {
        margin-left: 110px !important;
    }
    .sm-margin-right-110 {
        margin-right: 110px !important;
    }
    .sm-pad-110 {
        padding: 110px !important;
    }
    .sm-pad-top-110 {
        padding-top: 110px !important;
    }
    .sm-pad-bottom-110 {
        padding-bottom: 110px !important;
    }
    .sm-pad-left-110 {
        padding-left: 110px !important;
    }
    .sm-pad-right-110 {
        padding-right: 110px !important;
    }
    .sm-margin-top-105 {
        margin-top: 105px !important;
    }
    .sm-margin-bottom-105 {
        margin-bottom: 105px !important;
    }
    .sm-margin-left-105 {
        margin-left: 105px !important;
    }
    .sm-margin-right-105 {
        margin-right: 105px !important;
    }
    .sm-pad-105 {
        padding: 105px !important;
    }
    .sm-pad-top-105 {
        padding-top: 105px !important;
    }
    .sm-pad-bottom-105 {
        padding-bottom: 105px !important;
    }
    .sm-pad-left-105 {
        padding-left: 105px !important;
    }
    .sm-pad-right-105 {
        padding-right: 105px !important;
    }
    .sm-margin-top-100 {
        margin-top: 100px !important;
    }
    .sm-margin-bottom-100 {
        margin-bottom: 100px !important;
    }
    .sm-margin-left-100 {
        margin-left: 100px !important;
    }
    .sm-margin-right-100 {
        margin-right: 100px !important;
    }
    .sm-pad-100 {
        padding: 100px !important;
    }
    .sm-pad-top-100 {
        padding-top: 100px !important;
    }
    .sm-pad-bottom-100 {
        padding-bottom: 100px !important;
    }
    .sm-pad-left-100 {
        padding-left: 100px !important;
    }
    .sm-pad-right-100 {
        padding-right: 100px !important;
    }
    .sm-margin-top-95 {
        margin-top: 95px !important;
    }
    .sm-margin-bottom-95 {
        margin-bottom: 95px !important;
    }
    .sm-margin-left-95 {
        margin-left: 95px !important;
    }
    .sm-margin-right-95 {
        margin-right: 95px !important;
    }
    .sm-pad-95 {
        padding: 95px !important;
    }
    .sm-pad-top-95 {
        padding-top: 95px !important;
    }
    .sm-pad-bottom-95 {
        padding-bottom: 95px !important;
    }
    .sm-pad-left-95 {
        padding-left: 95px !important;
    }
    .sm-pad-right-95 {
        padding-right: 95px !important;
    }
    .sm-margin-top-90 {
        margin-top: 90px !important;
    }
    .sm-margin-bottom-90 {
        margin-bottom: 90px !important;
    }
    .sm-margin-left-90 {
        margin-left: 90px !important;
    }
    .sm-margin-right-90 {
        margin-right: 90px !important;
    }
    .sm-pad-90 {
        padding: 90px !important;
    }
    .sm-pad-top-90 {
        padding-top: 90px !important;
    }
    .sm-pad-bottom-90 {
        padding-bottom: 90px !important;
    }
    .sm-pad-left-90 {
        padding-left: 90px !important;
    }
    .sm-pad-right-90 {
        padding-right: 90px !important;
    }
    .sm-margin-top-85 {
        margin-top: 85px !important;
    }
    .sm-margin-bottom-85 {
        margin-bottom: 85px !important;
    }
    .sm-margin-left-85 {
        margin-left: 85px !important;
    }
    .sm-margin-right-85 {
        margin-right: 85px !important;
    }
    .sm-pad-85 {
        padding: 85px !important;
    }
    .sm-pad-top-85 {
        padding-top: 85px !important;
    }
    .sm-pad-bottom-85 {
        padding-bottom: 85px !important;
    }
    .sm-pad-left-85 {
        padding-left: 85px !important;
    }
    .sm-pad-right-85 {
        padding-right: 85px !important;
    }
    .sm-margin-top-80 {
        margin-top: 80px !important;
    }
    .sm-margin-bottom-80 {
        margin-bottom: 80px !important;
    }
    .sm-margin-left-80 {
        margin-left: 80px !important;
    }
    .sm-margin-right-80 {
        margin-right: 80px !important;
    }
    .sm-pad-80 {
        padding: 80px !important;
    }
    .sm-pad-top-80 {
        padding-top: 80px !important;
    }
    .sm-pad-bottom-80 {
        padding-bottom: 80px !important;
    }
    .sm-pad-left-80 {
        padding-left: 80px !important;
    }
    .sm-pad-right-80 {
        padding-right: 80px !important;
    }
    .sm-margin-top-75 {
        margin-top: 75px !important;
    }
    .sm-margin-bottom-75 {
        margin-bottom: 75px !important;
    }
    .sm-margin-left-75 {
        margin-left: 75px !important;
    }
    .sm-margin-right-75 {
        margin-right: 75px !important;
    }
    .sm-pad-75 {
        padding: 75px !important;
    }
    .sm-pad-top-75 {
        padding-top: 75px !important;
    }
    .sm-pad-bottom-75 {
        padding-bottom: 75px !important;
    }
    .sm-pad-left-75 {
        padding-left: 75px !important;
    }
    .sm-pad-right-75 {
        padding-right: 75px !important;
    }
    .sm-margin-top-70 {
        margin-top: 70px !important;
    }
    .sm-margin-bottom-70 {
        margin-bottom: 70px !important;
    }
    .sm-margin-left-70 {
        margin-left: 70px !important;
    }
    .sm-margin-right-70 {
        margin-right: 70px !important;
    }
    .sm-pad-70 {
        padding: 70px !important;
    }
    .sm-pad-top-70 {
        padding-top: 70px !important;
    }
    .sm-pad-bottom-70 {
        padding-bottom: 70px !important;
    }
    .sm-pad-left-70 {
        padding-left: 70px !important;
    }
    .sm-pad-right-70 {
        padding-right: 70px !important;
    }
    .sm-margin-top-65 {
        margin-top: 65px !important;
    }
    .sm-margin-bottom-65 {
        margin-bottom: 65px !important;
    }
    .sm-margin-left-65 {
        margin-left: 65px !important;
    }
    .sm-margin-right-65 {
        margin-right: 65px !important;
    }
    .sm-pad-65 {
        padding: 65px !important;
    }
    .sm-pad-top-65 {
        padding-top: 65px !important;
    }
    .sm-pad-bottom-65 {
        padding-bottom: 65px !important;
    }
    .sm-pad-left-65 {
        padding-left: 65px !important;
    }
    .sm-pad-right-65 {
        padding-right: 65px !important;
    }
    .sm-margin-top-60 {
        margin-top: 60px !important;
    }
    .sm-margin-bottom-60 {
        margin-bottom: 60px !important;
    }
    .sm-margin-left-60 {
        margin-left: 60px !important;
    }
    .sm-margin-right-60 {
        margin-right: 60px !important;
    }
    .sm-pad-60 {
        padding: 60px !important;
    }
    .sm-pad-top-60 {
        padding-top: 60px !important;
    }
    .sm-pad-bottom-60 {
        padding-bottom: 60px !important;
    }
    .sm-pad-left-60 {
        padding-left: 60px !important;
    }
    .sm-pad-right-60 {
        padding-right: 60px !important;
    }
    .sm-margin-top-55 {
        margin-top: 55px !important;
    }
    .sm-margin-bottom-55 {
        margin-bottom: 55px !important;
    }
    .sm-margin-left-55 {
        margin-left: 55px !important;
    }
    .sm-margin-right-55 {
        margin-right: 55px !important;
    }
    .sm-pad-55 {
        padding: 55px !important;
    }
    .sm-pad-top-55 {
        padding-top: 55px !important;
    }
    .sm-pad-bottom-55 {
        padding-bottom: 55px !important;
    }
    .sm-pad-left-55 {
        padding-left: 55px !important;
    }
    .sm-pad-right-55 {
        padding-right: 55px !important;
    }
    .sm-margin-top-50 {
        margin-top: 50px !important;
    }
    .sm-margin-bottom-50 {
        margin-bottom: 50px !important;
    }
    .sm-margin-left-50 {
        margin-left: 50px !important;
    }
    .sm-margin-right-50 {
        margin-right: 50px !important;
    }
    .sm-pad-50 {
        padding: 50px !important;
    }
    .sm-pad-top-50 {
        padding-top: 50px !important;
    }
    .sm-pad-bottom-50 {
        padding-bottom: 50px !important;
    }
    .sm-pad-left-50 {
        padding-left: 50px !important;
    }
    .sm-pad-right-50 {
        padding-right: 50px !important;
    }
    .sm-margin-top-45 {
        margin-top: 45px !important;
    }
    .sm-margin-bottom-45 {
        margin-bottom: 45px !important;
    }
    .sm-margin-left-45 {
        margin-left: 45px !important;
    }
    .sm-margin-right-45 {
        margin-right: 45px !important;
    }
    .sm-pad-45 {
        padding: 45px !important;
    }
    .sm-pad-top-45 {
        padding-top: 45px !important;
    }
    .sm-pad-bottom-45 {
        padding-bottom: 45px !important;
    }
    .sm-pad-left-45 {
        padding-left: 45px !important;
    }
    .sm-pad-right-45 {
        padding-right: 45px !important;
    }
    .sm-margin-top-40 {
        margin-top: 40px !important;
    }
    .sm-margin-bottom-40 {
        margin-bottom: 40px !important;
    }
    .sm-margin-left-40 {
        margin-left: 40px !important;
    }
    .sm-margin-right-40 {
        margin-right: 40px !important;
    }
    .sm-pad-40 {
        padding: 40px !important;
    }
    .sm-pad-top-40 {
        padding-top: 40px !important;
    }
    .sm-pad-bottom-40 {
        padding-bottom: 40px !important;
    }
    .sm-pad-left-40 {
        padding-left: 40px !important;
    }
    .sm-pad-right-40 {
        padding-right: 40px !important;
    }
    .sm-margin-top-35 {
        margin-top: 35px !important;
    }
    .sm-margin-bottom-35 {
        margin-bottom: 35px !important;
    }
    .sm-margin-left-35 {
        margin-left: 35px !important;
    }
    .sm-margin-right-35 {
        margin-right: 35px !important;
    }
    .sm-pad-35 {
        padding: 35px !important;
    }
    .sm-pad-top-35 {
        padding-top: 35px !important;
    }
    .sm-pad-bottom-35 {
        padding-bottom: 35px !important;
    }
    .sm-pad-left-35 {
        padding-left: 35px !important;
    }
    .sm-pad-right-35 {
        padding-right: 35px !important;
    }
    .sm-margin-top-30 {
        margin-top: 30px !important;
    }
    .sm-margin-bottom-30 {
        margin-bottom: 30px !important;
    }
    .sm-margin-left-30 {
        margin-left: 30px !important;
    }
    .sm-margin-right-30 {
        margin-right: 30px !important;
    }
    .sm-pad-30 {
        padding: 30px !important;
    }
    .sm-pad-top-30 {
        padding-top: 30px !important;
    }
    .sm-pad-bottom-30 {
        padding-bottom: 30px !important;
    }
    .sm-pad-left-30 {
        padding-left: 30px !important;
    }
    .sm-pad-right-30 {
        padding-right: 30px !important;
    }
    .sm-margin-top-25 {
        margin-top: 25px !important;
    }
    .sm-margin-bottom-25 {
        margin-bottom: 25px !important;
    }
    .sm-margin-left-25 {
        margin-left: 25px !important;
    }
    .sm-margin-right-25 {
        margin-right: 25px !important;
    }
    .sm-pad-25 {
        padding: 25px !important;
    }
    .sm-pad-top-25 {
        padding-top: 25px !important;
    }
    .sm-pad-bottom-25 {
        padding-bottom: 25px !important;
    }
    .sm-pad-left-25 {
        padding-left: 25px !important;
    }
    .sm-pad-right-25 {
        padding-right: 25px !important;
    }
    .sm-margin-top-20 {
        margin-top: 20px !important;
    }
    .sm-margin-bottom-20 {
        margin-bottom: 20px !important;
    }
    .sm-margin-left-20 {
        margin-left: 20px !important;
    }
    .sm-margin-right-20 {
        margin-right: 20px !important;
    }
    .sm-pad-20 {
        padding: 20px !important;
    }
    .sm-pad-top-20 {
        padding-top: 20px !important;
    }
    .sm-pad-bottom-20 {
        padding-bottom: 20px !important;
    }
    .sm-pad-left-20 {
        padding-left: 20px !important;
    }
    .sm-pad-right-20 {
        padding-right: 20px !important;
    }
    .sm-margin-top-15 {
        margin-top: 15px !important;
    }
    .sm-margin-bottom-15 {
        margin-bottom: 15px !important;
    }
    .sm-margin-left-15 {
        margin-left: 15px !important;
    }
    .sm-margin-right-15 {
        margin-right: 15px !important;
    }
    .sm-pad-15 {
        padding: 15px !important;
    }
    .sm-pad-top-15 {
        padding-top: 15px !important;
    }
    .sm-pad-bottom-15 {
        padding-bottom: 15px !important;
    }
    .sm-pad-left-15 {
        padding-left: 15px !important;
    }
    .sm-pad-right-15 {
        padding-right: 15px !important;
    }
    .sm-margin-top-10 {
        margin-top: 10px !important;
    }
    .sm-margin-bottom-10 {
        margin-bottom: 10px !important;
    }
    .sm-margin-left-10 {
        margin-left: 10px !important;
    }
    .sm-margin-right-10 {
        margin-right: 10px !important;
    }
    .sm-pad-10 {
        padding: 10px !important;
    }
    .sm-pad-top-10 {
        padding-top: 10px !important;
    }
    .sm-pad-bottom-10 {
        padding-bottom: 10px !important;
    }
    .sm-pad-left-10 {
        padding-left: 10px !important;
    }
    .sm-pad-right-10 {
        padding-right: 10px !important;
    }
    .sm-margin-top-5 {
        margin-top: 5px !important;
    }
    .sm-margin-bottom-5 {
        margin-bottom: 5px !important;
    }
    .sm-margin-left-5 {
        margin-left: 5px !important;
    }
    .sm-margin-right-5 {
        margin-right: 5px !important;
    }
    .sm-pad-5 {
        padding: 5px !important;
    }
    .sm-pad-top-5 {
        padding-top: 5px !important;
    }
    .sm-pad-bottom-5 {
        padding-bottom: 5px !important;
    }
    .sm-pad-left-5 {
        padding-left: 5px !important;
    }
    .sm-pad-right-5 {
        padding-right: 5px !important;
    }
    .sm-margin-top-0 {
        margin-top: 0 !important;
    }
    .sm-margin-bottom-0 {
        margin-bottom: 0 !important;
    }
    .sm-margin-left-0 {
        margin-left: 0 !important;
    }
    .sm-margin-right-0 {
        margin-right: 0 !important;
    }
    .sm-pad-0 {
        padding: 0 !important;
    }
    .sm-pad-top-0 {
        padding-top: 0 !important;
    }
    .sm-pad-bottom-0 {
        padding-bottom: 0 !important;
    }
    .sm-pad-left-0 {
        padding-left: 0 !important;
    }
    .sm-pad-right-0 {
        padding-right: 0 !important;
    }
    .sm-text-center {
        text-align: center !important;
    }
}
@media screen and (max-width: 991px) {

    .md-margin-top-200 {
        margin-top: 200px !important;
    }
    .md-margin-bottom-200 {
        margin-bottom: 200px !important;
    }
    .md-margin-left-200 {
        margin-left: 200px !important;
    }
    .md-margin-right-200 {
        margin-right: 200px !important;
    }
    .md-pad-200 {
        padding: 200px !important;
    }
    .md-pad-top-200 {
        padding-top: 200px !important;
    }
    .md-pad-bottom-200 {
        padding-bottom: 200px !important;
    }
    .md-pad-left-200 {
        padding-left: 200px !important;
    }
    .md-pad-right-200 {
        padding-right: 200px !important;
    }
    .md-margin-top-195 {
        margin-top: 195px !important;
    }
    .md-margin-bottom-195 {
        margin-bottom: 195px !important;
    }
    .md-margin-left-195 {
        margin-left: 195px !important;
    }
    .md-margin-right-195 {
        margin-right: 195px !important;
    }
    .md-pad-195 {
        padding: 195px !important;
    }
    .md-pad-top-195 {
        padding-top: 195px !important;
    }
    .md-pad-bottom-195 {
        padding-bottom: 195px !important;
    }
    .md-pad-left-195 {
        padding-left: 195px !important;
    }
    .md-pad-right-195 {
        padding-right: 195px !important;
    }
    .md-margin-top-190 {
        margin-top: 190px !important;
    }
    .md-margin-bottom-190 {
        margin-bottom: 190px !important;
    }
    .md-margin-left-190 {
        margin-left: 190px !important;
    }
    .md-margin-right-190 {
        margin-right: 190px !important;
    }
    .md-pad-190 {
        padding: 190px !important;
    }
    .md-pad-top-190 {
        padding-top: 190px !important;
    }
    .md-pad-bottom-190 {
        padding-bottom: 190px !important;
    }
    .md-pad-left-190 {
        padding-left: 190px !important;
    }
    .md-pad-right-190 {
        padding-right: 190px !important;
    }
    .md-margin-top-185 {
        margin-top: 185px !important;
    }
    .md-margin-bottom-185 {
        margin-bottom: 185px !important;
    }
    .md-margin-left-185 {
        margin-left: 185px !important;
    }
    .md-margin-right-185 {
        margin-right: 185px !important;
    }
    .md-pad-185 {
        padding: 185px !important;
    }
    .md-pad-top-185 {
        padding-top: 185px !important;
    }
    .md-pad-bottom-185 {
        padding-bottom: 185px !important;
    }
    .md-pad-left-185 {
        padding-left: 185px !important;
    }
    .md-pad-right-185 {
        padding-right: 185px !important;
    }
    .md-margin-top-180 {
        margin-top: 180px !important;
    }
    .md-margin-bottom-180 {
        margin-bottom: 180px !important;
    }
    .md-margin-left-180 {
        margin-left: 180px !important;
    }
    .md-margin-right-180 {
        margin-right: 180px !important;
    }
    .md-pad-180 {
        padding: 180px !important;
    }
    .md-pad-top-180 {
        padding-top: 180px !important;
    }
    .md-pad-bottom-180 {
        padding-bottom: 180px !important;
    }
    .md-pad-left-180 {
        padding-left: 180px !important;
    }
    .md-pad-right-180 {
        padding-right: 180px !important;
    }
    .md-margin-top-175 {
        margin-top: 175px !important;
    }
    .md-margin-bottom-175 {
        margin-bottom: 175px !important;
    }
    .md-margin-left-175 {
        margin-left: 175px !important;
    }
    .md-margin-right-175 {
        margin-right: 175px !important;
    }
    .md-pad-175 {
        padding: 175px !important;
    }
    .md-pad-top-175 {
        padding-top: 175px !important;
    }
    .md-pad-bottom-175 {
        padding-bottom: 175px !important;
    }
    .md-pad-left-175 {
        padding-left: 175px !important;
    }
    .md-pad-right-175 {
        padding-right: 175px !important;
    }
    .md-margin-top-170 {
        margin-top: 170px !important;
    }
    .md-margin-bottom-170 {
        margin-bottom: 170px !important;
    }
    .md-margin-left-170 {
        margin-left: 170px !important;
    }
    .md-margin-right-170 {
        margin-right: 170px !important;
    }
    .md-pad-170 {
        padding: 170px !important;
    }
    .md-pad-top-170 {
        padding-top: 170px !important;
    }
    .md-pad-bottom-170 {
        padding-bottom: 170px !important;
    }
    .md-pad-left-170 {
        padding-left: 170px !important;
    }
    .md-pad-right-170 {
        padding-right: 170px !important;
    }
    .md-margin-top-165 {
        margin-top: 165px !important;
    }
    .md-margin-bottom-165 {
        margin-bottom: 165px !important;
    }
    .md-margin-left-165 {
        margin-left: 165px !important;
    }
    .md-margin-right-165 {
        margin-right: 165px !important;
    }
    .md-pad-165 {
        padding: 165px !important;
    }
    .md-pad-top-165 {
        padding-top: 165px !important;
    }
    .md-pad-bottom-165 {
        padding-bottom: 165px !important;
    }
    .md-pad-left-165 {
        padding-left: 165px !important;
    }
    .md-pad-right-165 {
        padding-right: 165px !important;
    }
    .md-margin-top-160 {
        margin-top: 160px !important;
    }
    .md-margin-bottom-160 {
        margin-bottom: 160px !important;
    }
    .md-margin-left-160 {
        margin-left: 160px !important;
    }
    .md-margin-right-160 {
        margin-right: 160px !important;
    }
    .md-pad-160 {
        padding: 160px !important;
    }
    .md-pad-top-160 {
        padding-top: 160px !important;
    }
    .md-pad-bottom-160 {
        padding-bottom: 160px !important;
    }
    .md-pad-left-160 {
        padding-left: 160px !important;
    }
    .md-pad-right-160 {
        padding-right: 160px !important;
    }
    .md-margin-top-155 {
        margin-top: 155px !important;
    }
    .md-margin-bottom-155 {
        margin-bottom: 155px !important;
    }
    .md-margin-left-155 {
        margin-left: 155px !important;
    }
    .md-margin-right-155 {
        margin-right: 155px !important;
    }
    .md-pad-155 {
        padding: 155px !important;
    }
    .md-pad-top-155 {
        padding-top: 155px !important;
    }
    .md-pad-bottom-155 {
        padding-bottom: 155px !important;
    }
    .md-pad-left-155 {
        padding-left: 155px !important;
    }
    .md-pad-right-155 {
        padding-right: 155px !important;
    }
    .md-margin-top-150 {
        margin-top: 150px !important;
    }
    .md-margin-bottom-150 {
        margin-bottom: 150px !important;
    }
    .md-margin-left-150 {
        margin-left: 150px !important;
    }
    .md-margin-right-150 {
        margin-right: 150px !important;
    }
    .md-pad-150 {
        padding: 150px !important;
    }
    .md-pad-top-150 {
        padding-top: 150px !important;
    }
    .md-pad-bottom-150 {
        padding-bottom: 150px !important;
    }
    .md-pad-left-150 {
        padding-left: 150px !important;
    }
    .md-pad-right-150 {
        padding-right: 150px !important;
    }
    .md-margin-top-145 {
        margin-top: 145px !important;
    }
    .md-margin-bottom-145 {
        margin-bottom: 145px !important;
    }
    .md-margin-left-145 {
        margin-left: 145px !important;
    }
    .md-margin-right-145 {
        margin-right: 145px !important;
    }
    .md-pad-145 {
        padding: 145px !important;
    }
    .md-pad-top-145 {
        padding-top: 145px !important;
    }
    .md-pad-bottom-145 {
        padding-bottom: 145px !important;
    }
    .md-pad-left-145 {
        padding-left: 145px !important;
    }
    .md-pad-right-145 {
        padding-right: 145px !important;
    }
    .md-margin-top-140 {
        margin-top: 140px !important;
    }
    .md-margin-bottom-140 {
        margin-bottom: 140px !important;
    }
    .md-margin-left-140 {
        margin-left: 140px !important;
    }
    .md-margin-right-140 {
        margin-right: 140px !important;
    }
    .md-pad-140 {
        padding: 140px !important;
    }
    .md-pad-top-140 {
        padding-top: 140px !important;
    }
    .md-pad-bottom-140 {
        padding-bottom: 140px !important;
    }
    .md-pad-left-140 {
        padding-left: 140px !important;
    }
    .md-pad-right-140 {
        padding-right: 140px !important;
    }
    .md-margin-top-135 {
        margin-top: 135px !important;
    }
    .md-margin-bottom-135 {
        margin-bottom: 135px !important;
    }
    .md-margin-left-135 {
        margin-left: 135px !important;
    }
    .md-margin-right-135 {
        margin-right: 135px !important;
    }
    .md-pad-135 {
        padding: 135px !important;
    }
    .md-pad-top-135 {
        padding-top: 135px !important;
    }
    .md-pad-bottom-135 {
        padding-bottom: 135px !important;
    }
    .md-pad-left-135 {
        padding-left: 135px !important;
    }
    .md-pad-right-135 {
        padding-right: 135px !important;
    }
    .md-margin-top-130 {
        margin-top: 130px !important;
    }
    .md-margin-bottom-130 {
        margin-bottom: 130px !important;
    }
    .md-margin-left-130 {
        margin-left: 130px !important;
    }
    .md-margin-right-130 {
        margin-right: 130px !important;
    }
    .md-pad-130 {
        padding: 130px !important;
    }
    .md-pad-top-130 {
        padding-top: 130px !important;
    }
    .md-pad-bottom-130 {
        padding-bottom: 130px !important;
    }
    .md-pad-left-130 {
        padding-left: 130px !important;
    }
    .md-pad-right-130 {
        padding-right: 130px !important;
    }
    .md-margin-top-125 {
        margin-top: 125px !important;
    }
    .md-margin-bottom-125 {
        margin-bottom: 125px !important;
    }
    .md-margin-left-125 {
        margin-left: 125px !important;
    }
    .md-margin-right-125 {
        margin-right: 125px !important;
    }
    .md-pad-125 {
        padding: 125px !important;
    }
    .md-pad-top-125 {
        padding-top: 125px !important;
    }
    .md-pad-bottom-125 {
        padding-bottom: 125px !important;
    }
    .md-pad-left-125 {
        padding-left: 125px !important;
    }
    .md-pad-right-125 {
        padding-right: 125px !important;
    }
    .md-margin-top-120 {
        margin-top: 120px !important;
    }
    .md-margin-bottom-120 {
        margin-bottom: 120px !important;
    }
    .md-margin-left-120 {
        margin-left: 120px !important;
    }
    .md-margin-right-120 {
        margin-right: 120px !important;
    }
    .md-pad-120 {
        padding: 120px !important;
    }
    .md-pad-top-120 {
        padding-top: 120px !important;
    }
    .md-pad-bottom-120 {
        padding-bottom: 120px !important;
    }
    .md-pad-left-120 {
        padding-left: 120px !important;
    }
    .md-pad-right-120 {
        padding-right: 120px !important;
    }
    .md-margin-top-115 {
        margin-top: 115px !important;
    }
    .md-margin-bottom-115 {
        margin-bottom: 115px !important;
    }
    .md-margin-left-115 {
        margin-left: 115px !important;
    }
    .md-margin-right-115 {
        margin-right: 115px !important;
    }
    .md-pad-115 {
        padding: 115px !important;
    }
    .md-pad-top-115 {
        padding-top: 115px !important;
    }
    .md-pad-bottom-115 {
        padding-bottom: 115px !important;
    }
    .md-pad-left-115 {
        padding-left: 115px !important;
    }
    .md-pad-right-115 {
        padding-right: 115px !important;
    }
    .md-margin-top-110 {
        margin-top: 110px !important;
    }
    .md-margin-bottom-110 {
        margin-bottom: 110px !important;
    }
    .md-margin-left-110 {
        margin-left: 110px !important;
    }
    .md-margin-right-110 {
        margin-right: 110px !important;
    }
    .md-pad-110 {
        padding: 110px !important;
    }
    .md-pad-top-110 {
        padding-top: 110px !important;
    }
    .md-pad-bottom-110 {
        padding-bottom: 110px !important;
    }
    .md-pad-left-110 {
        padding-left: 110px !important;
    }
    .md-pad-right-110 {
        padding-right: 110px !important;
    }
    .md-margin-top-105 {
        margin-top: 105px !important;
    }
    .md-margin-bottom-105 {
        margin-bottom: 105px !important;
    }
    .md-margin-left-105 {
        margin-left: 105px !important;
    }
    .md-margin-right-105 {
        margin-right: 105px !important;
    }
    .md-pad-105 {
        padding: 105px !important;
    }
    .md-pad-top-105 {
        padding-top: 105px !important;
    }
    .md-pad-bottom-105 {
        padding-bottom: 105px !important;
    }
    .md-pad-left-105 {
        padding-left: 105px !important;
    }
    .md-pad-right-105 {
        padding-right: 105px !important;
    }
    .md-margin-top-100 {
        margin-top: 100px !important;
    }
    .md-margin-bottom-100 {
        margin-bottom: 100px !important;
    }
    .md-margin-left-100 {
        margin-left: 100px !important;
    }
    .md-margin-right-100 {
        margin-right: 100px !important;
    }
    .md-pad-100 {
        padding: 100px !important;
    }
    .md-pad-top-100 {
        padding-top: 100px !important;
    }
    .md-pad-bottom-100 {
        padding-bottom: 100px !important;
    }
    .md-pad-left-100 {
        padding-left: 100px !important;
    }
    .md-pad-right-100 {
        padding-right: 100px !important;
    }
    .md-margin-top-95 {
        margin-top: 95px !important;
    }
    .md-margin-bottom-95 {
        margin-bottom: 95px !important;
    }
    .md-margin-left-95 {
        margin-left: 95px !important;
    }
    .md-margin-right-95 {
        margin-right: 95px !important;
    }
    .md-pad-95 {
        padding: 95px !important;
    }
    .md-pad-top-95 {
        padding-top: 95px !important;
    }
    .md-pad-bottom-95 {
        padding-bottom: 95px !important;
    }
    .md-pad-left-95 {
        padding-left: 95px !important;
    }
    .md-pad-right-95 {
        padding-right: 95px !important;
    }
    .md-margin-top-90 {
        margin-top: 90px !important;
    }
    .md-margin-bottom-90 {
        margin-bottom: 90px !important;
    }
    .md-margin-left-90 {
        margin-left: 90px !important;
    }
    .md-margin-right-90 {
        margin-right: 90px !important;
    }
    .md-pad-90 {
        padding: 90px !important;
    }
    .md-pad-top-90 {
        padding-top: 90px !important;
    }
    .md-pad-bottom-90 {
        padding-bottom: 90px !important;
    }
    .md-pad-left-90 {
        padding-left: 90px !important;
    }
    .md-pad-right-90 {
        padding-right: 90px !important;
    }
    .md-margin-top-85 {
        margin-top: 85px !important;
    }
    .md-margin-bottom-85 {
        margin-bottom: 85px !important;
    }
    .md-margin-left-85 {
        margin-left: 85px !important;
    }
    .md-margin-right-85 {
        margin-right: 85px !important;
    }
    .md-pad-85 {
        padding: 85px !important;
    }
    .md-pad-top-85 {
        padding-top: 85px !important;
    }
    .md-pad-bottom-85 {
        padding-bottom: 85px !important;
    }
    .md-pad-left-85 {
        padding-left: 85px !important;
    }
    .md-pad-right-85 {
        padding-right: 85px !important;
    }
    .md-margin-top-80 {
        margin-top: 80px !important;
    }
    .md-margin-bottom-80 {
        margin-bottom: 80px !important;
    }
    .md-margin-left-80 {
        margin-left: 80px !important;
    }
    .md-margin-right-80 {
        margin-right: 80px !important;
    }
    .md-pad-80 {
        padding: 80px !important;
    }
    .md-pad-top-80 {
        padding-top: 80px !important;
    }
    .md-pad-bottom-80 {
        padding-bottom: 80px !important;
    }
    .md-pad-left-80 {
        padding-left: 80px !important;
    }
    .md-pad-right-80 {
        padding-right: 80px !important;
    }
    .md-margin-top-75 {
        margin-top: 75px !important;
    }
    .md-margin-bottom-75 {
        margin-bottom: 75px !important;
    }
    .md-margin-left-75 {
        margin-left: 75px !important;
    }
    .md-margin-right-75 {
        margin-right: 75px !important;
    }
    .md-pad-75 {
        padding: 75px !important;
    }
    .md-pad-top-75 {
        padding-top: 75px !important;
    }
    .md-pad-bottom-75 {
        padding-bottom: 75px !important;
    }
    .md-pad-left-75 {
        padding-left: 75px !important;
    }
    .md-pad-right-75 {
        padding-right: 75px !important;
    }
    .md-margin-top-70 {
        margin-top: 70px !important;
    }
    .md-margin-bottom-70 {
        margin-bottom: 70px !important;
    }
    .md-margin-left-70 {
        margin-left: 70px !important;
    }
    .md-margin-right-70 {
        margin-right: 70px !important;
    }
    .md-pad-70 {
        padding: 70px !important;
    }
    .md-pad-top-70 {
        padding-top: 70px !important;
    }
    .md-pad-bottom-70 {
        padding-bottom: 70px !important;
    }
    .md-pad-left-70 {
        padding-left: 70px !important;
    }
    .md-pad-right-70 {
        padding-right: 70px !important;
    }
    .md-margin-top-65 {
        margin-top: 65px !important;
    }
    .md-margin-bottom-65 {
        margin-bottom: 65px !important;
    }
    .md-margin-left-65 {
        margin-left: 65px !important;
    }
    .md-margin-right-65 {
        margin-right: 65px !important;
    }
    .md-pad-65 {
        padding: 65px !important;
    }
    .md-pad-top-65 {
        padding-top: 65px !important;
    }
    .md-pad-bottom-65 {
        padding-bottom: 65px !important;
    }
    .md-pad-left-65 {
        padding-left: 65px !important;
    }
    .md-pad-right-65 {
        padding-right: 65px !important;
    }
    .md-margin-top-60 {
        margin-top: 60px !important;
    }
    .md-margin-bottom-60 {
        margin-bottom: 60px !important;
    }
    .md-margin-left-60 {
        margin-left: 60px !important;
    }
    .md-margin-right-60 {
        margin-right: 60px !important;
    }
    .md-pad-60 {
        padding: 60px !important;
    }
    .md-pad-top-60 {
        padding-top: 60px !important;
    }
    .md-pad-bottom-60 {
        padding-bottom: 60px !important;
    }
    .md-pad-left-60 {
        padding-left: 60px !important;
    }
    .md-pad-right-60 {
        padding-right: 60px !important;
    }
    .md-margin-top-55 {
        margin-top: 55px !important;
    }
    .md-margin-bottom-55 {
        margin-bottom: 55px !important;
    }
    .md-margin-left-55 {
        margin-left: 55px !important;
    }
    .md-margin-right-55 {
        margin-right: 55px !important;
    }
    .md-pad-55 {
        padding: 55px !important;
    }
    .md-pad-top-55 {
        padding-top: 55px !important;
    }
    .md-pad-bottom-55 {
        padding-bottom: 55px !important;
    }
    .md-pad-left-55 {
        padding-left: 55px !important;
    }
    .md-pad-right-55 {
        padding-right: 55px !important;
    }
    .md-margin-top-50 {
        margin-top: 50px !important;
    }
    .md-margin-bottom-50 {
        margin-bottom: 50px !important;
    }
    .md-margin-left-50 {
        margin-left: 50px !important;
    }
    .md-margin-right-50 {
        margin-right: 50px !important;
    }
    .md-pad-50 {
        padding: 50px !important;
    }
    .md-pad-top-50 {
        padding-top: 50px !important;
    }
    .md-pad-bottom-50 {
        padding-bottom: 50px !important;
    }
    .md-pad-left-50 {
        padding-left: 50px !important;
    }
    .md-pad-right-50 {
        padding-right: 50px !important;
    }
    .md-margin-top-45 {
        margin-top: 45px !important;
    }
    .md-margin-bottom-45 {
        margin-bottom: 45px !important;
    }
    .md-margin-left-45 {
        margin-left: 45px !important;
    }
    .md-margin-right-45 {
        margin-right: 45px !important;
    }
    .md-pad-45 {
        padding: 45px !important;
    }
    .md-pad-top-45 {
        padding-top: 45px !important;
    }
    .md-pad-bottom-45 {
        padding-bottom: 45px !important;
    }
    .md-pad-left-45 {
        padding-left: 45px !important;
    }
    .md-pad-right-45 {
        padding-right: 45px !important;
    }
    .md-margin-top-40 {
        margin-top: 40px !important;
    }
    .md-margin-bottom-40 {
        margin-bottom: 40px !important;
    }
    .md-margin-left-40 {
        margin-left: 40px !important;
    }
    .md-margin-right-40 {
        margin-right: 40px !important;
    }
    .md-pad-40 {
        padding: 40px !important;
    }
    .md-pad-top-40 {
        padding-top: 40px !important;
    }
    .md-pad-bottom-40 {
        padding-bottom: 40px !important;
    }
    .md-pad-left-40 {
        padding-left: 40px !important;
    }
    .md-pad-right-40 {
        padding-right: 40px !important;
    }
    .md-margin-top-35 {
        margin-top: 35px !important;
    }
    .md-margin-bottom-35 {
        margin-bottom: 35px !important;
    }
    .md-margin-left-35 {
        margin-left: 35px !important;
    }
    .md-margin-right-35 {
        margin-right: 35px !important;
    }
    .md-pad-35 {
        padding: 35px !important;
    }
    .md-pad-top-35 {
        padding-top: 35px !important;
    }
    .md-pad-bottom-35 {
        padding-bottom: 35px !important;
    }
    .md-pad-left-35 {
        padding-left: 35px !important;
    }
    .md-pad-right-35 {
        padding-right: 35px !important;
    }
    .md-margin-top-30 {
        margin-top: 30px !important;
    }
    .md-margin-bottom-30 {
        margin-bottom: 30px !important;
    }
    .md-margin-left-30 {
        margin-left: 30px !important;
    }
    .md-margin-right-30 {
        margin-right: 30px !important;
    }
    .md-pad-30 {
        padding: 30px !important;
    }
    .md-pad-top-30 {
        padding-top: 30px !important;
    }
    .md-pad-bottom-30 {
        padding-bottom: 30px !important;
    }
    .md-pad-left-30 {
        padding-left: 30px !important;
    }
    .md-pad-right-30 {
        padding-right: 30px !important;
    }
    .md-margin-top-25 {
        margin-top: 25px !important;
    }
    .md-margin-bottom-25 {
        margin-bottom: 25px !important;
    }
    .md-margin-left-25 {
        margin-left: 25px !important;
    }
    .md-margin-right-25 {
        margin-right: 25px !important;
    }
    .md-pad-25 {
        padding: 25px !important;
    }
    .md-pad-top-25 {
        padding-top: 25px !important;
    }
    .md-pad-bottom-25 {
        padding-bottom: 25px !important;
    }
    .md-pad-left-25 {
        padding-left: 25px !important;
    }
    .md-pad-right-25 {
        padding-right: 25px !important;
    }
    .md-margin-top-20 {
        margin-top: 20px !important;
    }
    .md-margin-bottom-20 {
        margin-bottom: 20px !important;
    }
    .md-margin-left-20 {
        margin-left: 20px !important;
    }
    .md-margin-right-20 {
        margin-right: 20px !important;
    }
    .md-pad-20 {
        padding: 20px !important;
    }
    .md-pad-top-20 {
        padding-top: 20px !important;
    }
    .md-pad-bottom-20 {
        padding-bottom: 20px !important;
    }
    .md-pad-left-20 {
        padding-left: 20px !important;
    }
    .md-pad-right-20 {
        padding-right: 20px !important;
    }
    .md-margin-top-15 {
        margin-top: 15px !important;
    }
    .md-margin-bottom-15 {
        margin-bottom: 15px !important;
    }
    .md-margin-left-15 {
        margin-left: 15px !important;
    }
    .md-margin-right-15 {
        margin-right: 15px !important;
    }
    .md-pad-15 {
        padding: 15px !important;
    }
    .md-pad-top-15 {
        padding-top: 15px !important;
    }
    .md-pad-bottom-15 {
        padding-bottom: 15px !important;
    }
    .md-pad-left-15 {
        padding-left: 15px !important;
    }
    .md-pad-right-15 {
        padding-right: 15px !important;
    }
    .md-margin-top-10 {
        margin-top: 10px !important;
    }
    .md-margin-bottom-10 {
        margin-bottom: 10px !important;
    }
    .md-margin-left-10 {
        margin-left: 10px !important;
    }
    .md-margin-right-10 {
        margin-right: 10px !important;
    }
    .md-pad-10 {
        padding: 10px !important;
    }
    .md-pad-top-10 {
        padding-top: 10px !important;
    }
    .md-pad-bottom-10 {
        padding-bottom: 10px !important;
    }
    .md-pad-left-10 {
        padding-left: 10px !important;
    }
    .md-pad-right-10 {
        padding-right: 10px !important;
    }
    .md-margin-top-5 {
        margin-top: 5px !important;
    }
    .md-margin-bottom-5 {
        margin-bottom: 5px !important;
    }
    .md-margin-left-5 {
        margin-left: 5px !important;
    }
    .md-margin-right-5 {
        margin-right: 5px !important;
    }
    .md-pad-5 {
        padding: 5px !important;
    }
    .md-pad-top-5 {
        padding-top: 5px !important;
    }
    .md-pad-bottom-5 {
        padding-bottom: 5px !important;
    }
    .md-pad-left-5 {
        padding-left: 5px !important;
    }
    .md-pad-right-5 {
        padding-right: 5px !important;
    }
    .md-margin-top-0 {
        margin-top: 0 !important;
    }
    .md-margin-bottom-0 {
        margin-bottom: 0 !important;
    }
    .md-margin-left-0 {
        margin-left: 0 !important;
    }
    .md-margin-right-0 {
        margin-right: 0 !important;
    }
    .md-pad-0 {
        padding: 0 !important;
    }
    .md-pad-top-0 {
        padding-top: 0 !important;
    }
    .md-pad-bottom-0 {
        padding-bottom: 0 !important;
    }
    .md-pad-left-0 {
        padding-left: 0 !important;
    }
    .md-pad-right-0 {
        padding-right: 0 !important;
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-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: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.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: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.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: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.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: none;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.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: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.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: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.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: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.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: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.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 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;
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url(https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot);
    src: url(https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),
        url(https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff) format("woff"), url(https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf) format("truetype"),
        url(https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format("svg");
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-briefcase:before {
    content: "\1f4bc";
}
.glyphicon-calendar:before {
    content: "\1f4c5";
}
.glyphicon-pushpin:before {
    content: "\1f4cc";
}
.glyphicon-paperclip:before {
    content: "\1f4ce";
}
.glyphicon-camera:before {
    content: "\1f4f7";
}
.glyphicon-lock:before {
    content: "\1f512";
}
.glyphicon-bell:before {
    content: "\1f514";
}
.glyphicon-bookmark:before {
    content: "\1f516";
}
.glyphicon-fire:before {
    content: "\1f525";
}
.glyphicon-wrench:before {
    content: "\1f527";
}
.font-regular {
    font-family: "Josefin Sans";
    font-weight: 400;
}
.font-medium {
    font-family: "Josefin Sans";
    font-weight: 500;
}
.font-bold {
    font-family: "Josefin Sans";
    font-weight: 700;
}
.font-ej-rounded {
    font-family: "EJ Rounded";
    font-weight: 400;
}
.font-ej-rounded-demi {
    font-family: "EJ Rounded Demi";
    font-weight: 400;
}
.font-ej-rounded-book {
    font-family: "EJ Rounded Book";
    font-weight: 400;
}
.font-ej-rounded-headline {
    font-family: "EJ Rounded Headline";
    font-weight: 400;
}
.container {
    max-width: 1080px;
}
body {
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans";
    font-weight: 700;
}

h2.title-line:after,h2.title-line:before,h3.title-line:after,h3.title-line:before,h4.title-line:after,h4.title-line:before{
    position:absolute;
    content:"";
    width:100%;
    height:1px;
    left:0;
    background-color:#f60;
}
h2.title-line:before,h3.title-line:before,h4.title-line:before{
    top:-11px;
}
h2.title-line:after,h3.title-line:after,h4.title-line:after{
    top:9px;
}
h2.title-line{
    font-size:42px;
    letter-spacing:1px;
}
h3.title-line{
    font-size:36px;
    letter-spacing:2px;
}
h4.title-line{
    font-size:26px;
    letter-spacing:2px;
}
.search-form .inner .load-inspirations h4.title-line {
    letter-spacing: 0;
    padding-top: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

h4.title-line {
    font-size: 26px;
    letter-spacing: 2px;
}
h2.title-line, h3.title-line, h4.title-line {
    display: block;
    position: relative;
    font-family: "Josefin Sans";
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid #f60;
    padding-top: 40px;
    margin-bottom: 25px;
}
h2.title-line,
h3.title-line,
h4.title-line {
    display: block;
    position: relative;
    font-family: "Josefin Sans";
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 40px;
    margin-bottom: 25px;
}

h2.title-cls,
h3.title-cls,
h4.title-cls {
    display: block;
    position: relative;
    font-family: "Josefin Sans";
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.graphics-separate.straight{
    border-top: 1px solid #f60;
    display: block;
    position: relative;
    padding-bottom: 20px;
}
.graphics-separate.straight:after,
.graphics-separate.straight:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #f60;
}
.graphics-separate.straight:before {
    top: 20px;
}
.graphics-separate.straight:after {
    top: 10px;
}
.graphics-separate.straight.two{
    padding-bottom: 10px;
}
.graphics-separate.straight.two:before {
    display: none;
}
.graphics-separate.straight.one::before, .graphics-separate.straight.one::after {
    display: none;
}
.graphics-separate.straight.one{
    padding-bottom: 0px;
}


h2.title-cls {
    font-size: 42px;
    letter-spacing: 1px;
}
h3.title-line {
    font-size: 36px;
    letter-spacing: 2px;
}
h4.title-line {
    font-size: 26px;
    letter-spacing: 2px;
}
h3.title-cls {
    font-size: 36px;
    letter-spacing: 2px;
}
h4.title-cls {
    font-size: 26px;
    letter-spacing: 2px;
}
h4.title-side-line {
    display: block;
    position: relative;
}
h4.title-side-line span {
    display: inline-block;
    background-color: #fff;
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-right: 30px;
    z-index: 1;
}
h4.title-side-line span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f60;
    left: 0;
    z-index: -1;
}
h4.title-side-line span:after {
    top: 20px;
}
h4.title-side-line:after,
h4.title-side-line:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f60;
    left: 0;
    z-index: -1;
}
h4.title-side-line:after {
    top: 4px;
}
h4.title-side-line:before {
    top: 12px;
}
h1.title,
h2.title,
h3.title {
    display: block;
    text-transform: uppercase;
}
h1.title {
    font-size: 52px;
    letter-spacing: 3px;
    margin-top: 40px;
    margin-bottom: 40px;
}
h2.title {
    font-size: 42px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
h3.title {
    display: block;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.title-no-line {
    border: 0 !important;
    padding-top: 0 !important;
}
.title-no-line:after,
.title-no-line:before {
    display: none !important;
}
p {
    line-height: 1.7;
}
.three-lines {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f60;
}
.three-lines:after,
.three-lines:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #f60;
}
.three-lines:before {
    top: -10px;
}
.three-lines:after {
    top: 9px;
}
.graphics-separate.wiggly.one {
    display: block;
    width: 100%;
    height: 8px;
    background-image: url(../img/patterns/wave-1.png);
}
.graphics-separate.wiggly.two {
    display: block;
    width: 100%;
    height: 19px;
    background-image: url(../img/patterns/wave-2.png);
}
.graphics-separate.wiggly.three {
    display: block;
    width: 100%;
    height: 39px;
    background-image: url(../img/patterns/wave-3.png);
}
.curve-line-2 {
    display: block;
    width: 100%;
    height: 19px;
    background-image: url(../img/patterns/wave-2.png);
}
.curve-line-3 {
    display: block;
    width: 100%;
    height: 39px;
    background-image: url(../img/patterns/wave-3.png);
}
.title-cls {
    margin-bottom: 25px;
}
.shadow {
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
}
.blink {
    -moz-animation: blinker 2s linear infinite;
    -webkit-animation: blinker 2s linear infinite;
    animation: blinker 2s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.scroll-bar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.scroll-bar::-webkit-scrollbar {
    width: 7px;
}
.scroll-bar::-webkit-scrollbar-track {
    background: #f8f8f8;
}
.scroll-bar::-webkit-scrollbar-thumb {
    background: #ff7d00;
}
.scroll-bar::-webkit-scrollbar-thumb:hover {
    background: #ff7d00;
}
.scroll-bar-none::-webkit-scrollbar {
    display: none;
}
.sections {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
    background-position: center;
}
.sections .owl-theme .owl-nav {
    margin-top: 0;
}
.sections.section-custom-bg {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
}
.btn,
.btn:hover {
    position: relative;
    border-radius: 5px;
    font-family: "EJ Rounded Demi";
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    color: #f60;
    padding: 8px 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn:hover,
.btn:hover:hover {
    background-color: #fff;
    color: #1d1d1b;
}
.btn.btn-blue,
.btn:hover.btn-blue {
    border-radius: 0;
    background: #0162b0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 2px solid #1d1d1b;
}
.btn.btn-blue:active,
.btn.btn-blue:focus,
.btn.btn-blue:hover,
.btn:hover.btn-blue:active,
.btn:hover.btn-blue:focus,
.btn:hover.btn-blue:hover {
    color: #0162b0;
    background-color: #fff;
    border: 2px solid #0162b0;
}
.btn.btn-orange,
.btn:hover.btn-orange {
    background-color: #f60;
    color: #fff !important;
}
.btn.btn-orange:active,
.btn.btn-orange:focus,
.btn.btn-orange:hover,
.btn:hover.btn-orange:active,
.btn:hover.btn-orange:focus,
.btn:hover.btn-orange:hover {
    background-color: #ff7d00;
}
.underline {
    margin-bottom: 30px;
}
.underline:after {
    posititon: absolute;
    content: "";
    display: block;
    border-bottom: 6px solid #f60;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    width: 75px;
    margin-top: 20px;
}
.bg-white-to-grey {
    background: -moz-linear-gradient(-45deg, #fff 0, #fff 58%, #f8f8f8 58%, #f8f8f8 100%);
    background: linear-gradient(165deg, #fff 0, #fff 58%, #f8f8f8 58%, #f8f8f8 100%);
}
.bg-light-orange {
    background-color: #fef3e8;
}
.bg-none {
    background: 0 0;
}
.bg-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social {
    display: block;
    margin-top: 30px;
    padding-left: 0;
}
.social li {
    display: inline-block !important;
    text-decoration: none;
    margin-right: 5px;
}
.social li a,
.social li a:active,
.social li a:focus,
.social li a:hover {
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    background-color: #f60;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social li a i,
.social li a:active i,
.social li a:focus i,
.social li a:hover i {
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social li:hover a i,
.social li:hover a:focus i,
.social li:hover a:hover i {
    color: #1d1d1b;
}
.social li:first-child {
    display: block !important;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 5px;
}
.category-icons {
    display: block;
    text-align: center;
    margin-top: 30px;
}
.category-icons:active,
.category-icons:focus,
.category-icons:hover {
    text-decoration: none;
}
.category-icons:active span,
.category-icons:focus span,
.category-icons:hover span {
    color: #f60;
}
.category-icons i {
    color: #f60;
    font-size: 60px;
}
.category-icons span {
    display: block;
    font-family: "Josefin Sans";
    font-weight: 700;
    color: #1d1d1b;
    margin-top: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.block {
    position: relative;
    display: block;
    margin-bottom: 30px;
    cursor: pointer;
}
.block h3 {
    margin-bottom: 25px;
    text-transform: uppercase;
}
.block .sponsor {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    padding: 5px 5px;
    text-align: center;
    z-index: 100;
}
.block .sponsor:active,
.block .sponsor:focus,
.block .sponsor:hover {
    text-decoration: none;
}
.block .sponsor .lbl {
    color: #fff;
}
.block .sponsor img {
    width: 60px;
    height: auto;
}
.block .paid-sponsor {
    display: block;
    text-align: right;
    margin-top: 30px;
}
.block .paid-sponsor p {
    margin-right: 30px;
    margin-bottom: 0;
}
.block .paid-sponsor img {
    max-width: 100px;
    max-height: 100px;
}
.block .image {
    position: relative;
    display: block;
}
.block .image .img-wrapper {
    position: relative;
    display: block;
    padding-bottom: 66%;
    overflow: hidden;
}
.block .image .img-wrapper .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.block .image .label {
    display: inline-block;
    position: absolute;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #1d1d1b;
    background-color: #fff;
    border: 2px solid #1d1d1b;
    padding: 4px 10px 0 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -15px;
    text-transform: uppercase;
    z-index: 100;
}
.block .image .content-middle,
.block .image .title-bottom,
.block .image .title-middle {
    display: block;
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: center;
}
.block .image .content-middle {
    top: 40%;
    padding: 15px 20px;
}
.block .image .content-middle h4 {
    font-family: "Josefin Sans";
    font-weight: 500;
    font-size: 20px;
}
.block .image .content-middle p {
    line-height: 1.1;
}
.block .image .title-middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    font-family: "Josefin Sans";
    font-weight: 500;
    font-size: 21px;
    padding: 15px 20px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
}
.block .image .title-bottom {
    font-family: "Josefin Sans";
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    padding: 15px 15px 0 15px;
    bottom: 15px;
    letter-spacing: 1px;
}
.block:active,
.block:focus,
.block:hover {
    text-decoration: none;
}
.block:active .image .img-wrapper .img,
.block:focus .image .img-wrapper .img,
.block:hover .image .img-wrapper .img {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.block:active .image .img-wrapper .bg-overlay,
.block:focus .image .img-wrapper .bg-overlay,
.block:hover .image .img-wrapper .bg-overlay {
    background-color: rgba(255, 255, 255, 0.7);
}
.block:active .image .label,
.block:focus .image .label,
.block:hover .image .label {
    color: #1d1d1b;
    text-decoration: none;
}
.block:active .image .content-middle,
.block:active .image .title-bottom,
.block:active .image .title-middle,
.block:focus .image .content-middle,
.block:focus .image .title-bottom,
.block:focus .image .title-middle,
.block:hover .image .content-middle,
.block:hover .image .title-bottom,
.block:hover .image .title-middle {
    color: #f60;
}
.block.portrait .image .img-wrapper {
    padding-bottom: 150%;
}
.block.square .image .img-wrapper {
    padding-bottom: 100%;
}
.block .content {
    display: block;
    margin-top: 25px;
}
.block .content .title,
.block .content .title:active,
.block .content .title:focus,
.block .content .title:hover {
    display: block;
    position: relative;
    font-family: "Josefin Sans";
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    color: #1d1d1b;
    margin-bottom: 15px;
}
.block .content .title.title-underline,
.block .content .title:active.title-underline,
.block .content .title:focus.title-underline,
.block .content .title:hover.title-underline {
    font-size: 36px;
    margin-bottom: 30px;
}
.block .content .title.title-underline:after,
.block .content .title:active.title-underline:after,
.block .content .title:focus.title-underline:after,
.block .content .title:hover.title-underline:after {
    posititon: absolute;
    content: "";
    display: block;
    border-bottom: 6px solid #f60;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    width: 75px;
    margin-top: 20px;
}
.block .content .title.title-underline:after,
.block .content .title:active.title-underline:after,
.block .content .title:focus.title-underline:after,
.block .content .title:hover.title-underline:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;
    border-bottom: 6px solid #f60;
}
.block .content p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #1d1d1b;
    text-decoration: none;
}
.block .content .date {
    display: block;
    font-size: 14px;
    color: #1d1d1d;
    text-transform: uppercase;
}
.block.block-sm .image .label {
    font-size: 10px;
}
.block.block-md .content .title,
.block.block-md .content .title:active,
.block.block-md .content .title:focus,
.block.block-md .content .title:hover {
    font-size: 24px;
}
.block.block-md .content p {
    font-size: 18px;
}
.block.block-lg .content .title,
.block.block-lg .content .title:active,
.block.block-lg .content .title:focus,
.block.block-lg .content .title:hover {
    font-size: 36px;
}
.block.overlay .img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.block.overlay .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    padding: 30px;
}
.block.overlay .content .title,
.block.overlay .content .title:active,
.block.overlay .content .title:focus,
.block.overlay .content .title:hover {
    font-family: "Josefin Sans";
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.block.overlay .sponsor {
    position: absolute;
    width: 100%;
    text-align: center;
    background: 0 0;
    top: auto;
    left: auto;
    bottom: 40px;
}
.block.overlay .sponsor .lbl {
    margin-bottom: 5px;
}
.block.overlay .sponsor .img,
.block.overlay .sponsor img {
    display: block;
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.block.overlay .sponsor p {
    display: block;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0;
}
.block.overlay:active .content .title,
.block.overlay:active .content .title:active,
.block.overlay:active .content .title:focus,
.block.overlay:active .content .title:hover,
.block.overlay:focus .content .title,
.block.overlay:focus .content .title:active,
.block.overlay:focus .content .title:focus,
.block.overlay:focus .content .title:hover,
.block.overlay:hover .content .title,
.block.overlay:hover .content .title:active,
.block.overlay:hover .content .title:focus,
.block.overlay:hover .content .title:hover {
    color: #f60;
}
.block.block-promotion {
    margin-top: 80px;
    
}
.block-pro-border-cls{
    border: 4px solid #1d1d1b;
}
.block.block-promotion .content .title,
.block.block-promotion .content .title:active,
.block.block-promotion .content .title:focus,
.block.block-promotion .content .title:hover {
    font-size: 36px;
}
.block.block-promotion:active .image .img-wrapper:after,
.block.block-promotion:focus .image .img-wrapper:after,
.block.block-promotion:hover .image .img-wrapper:after {
    display: none;
}
.block.block-promotion .image {
    height: 100%;
}
.block-pro-border-cls .image {
    border-left: 4px solid #1d1d1b;
}
.block.block-promotion .image .img-wrapper {
    height: 100%;
}
.block.block-promotion .image .img-wrapper .img {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.block.block-promotion .content {
    padding: 30px 45px;
    margin-top: 0;
}
.block.block-promotion .content .logo {
    display: block;
    max-width: 150px;
    max-height: 150px;
    margin-bottom: 30px;
}
.block.block-promotion .content .title,
.block.block-promotion .content .title:active,
.block.block-promotion .content .title:focus,
.block.block-promotion .content .title:hover {
    margin-bottom: 30px;
    margin-bottom: 15px;
}
.block.block-promotion.block-pro-border-cls .content .title:active:after,
.block.block-promotion.block-pro-border-cls .content .title:after,
.block.block-promotion.block-pro-border-cls .content .title:focus:after,
.block.block-promotion.block-pro-border-cls .content .title:hover:after {
    posititon: absolute;
    content: "";
    display: block;
    border-bottom: 6px solid #f60;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    width: 75px;
    margin-top: 20px;
}
.block.block-promotion .content .title:active:after,
.block.block-promotion .content .title:after,
.block.block-promotion .content .title:focus:after,
.block.block-promotion .content .title:hover:after {
    margin-top: 5px;
}
.block.block-promotion .content .btn {
    margin-top: 30px;
}
.block.block-promotion .content.ad-twisper-template {
    padding-top: 0;
}
.block.block-promotion .content.ad-twisper-template .logo-easyjet {
    display: block;
    margin-bottom: 30px;
}
.block.block-promotion .content.ad-twisper-template .logo-easyjet img {
    width: 80px;
}
.block.block-promotion .content.ad-twisper-template .logo-easyjet span {
    position: relative;
    font-family: "Josefin Sans";
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    top: -8px;
}
.block.block-promotion .content.ad-twisper-template p {
    font-family: "Josefin Sans";
    font-weight: 500;
}
.block.block-promotion .content.ad-twisper-template .logo-twisper {
    position: relative;
    margin-top: 23px;
    width: 100%;
    max-width: 210px;
}
.block.block-video {
    margin-bottom: 45px;
}
.block.block-video .image .img-wrapper {
    padding-bottom: 56.5%;
}
.block.block-video .image:before {
    position: absolute;
    display: block;
    content: "";
    background-color: #f60;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    right: 7px;
    bottom: 7px;
    z-index: 10;
}
.block.block-video .image:after {
    position: absolute;
    display: block;
    font-family: FontAwesome;
    content: "\f04b";
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    width: 25px;
    height: 25px;
    right: 7px;
    bottom: 7px;
    z-index: 11;
}
.block.block-video:active .img-wrapper:after,
.block.block-video:focus .img-wrapper:after,
.block.block-video:hover .img-wrapper:after {
    display: none;
}
.block.block-video:active:before,
.block.block-video:focus:before,
.block.block-video:hover:before {
    background-color: #ff7d00;
}
.block.block-video-lg .image .img-wrapper {
    padding-bottom: 56.5%;
}
.block.block-video-lg .image:before {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    z-index: 100;
    content: "";
    background-color: #f60;
    border-radius: 50%;
    z-index: 10;
}
.block.block-video-lg .image:after {
    display: block;
    content: "\f04b";
    font-family: FontAwesome;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    z-index: 100;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    z-index: 11;
}
.block.block-video-lg:active .img-wrapper:after,
.block.block-video-lg:focus .img-wrapper:after,
.block.block-video-lg:hover .img-wrapper:after {
    display: none;
}
.block.block-video-lg:active:before,
.block.block-video-lg:focus:before,
.block.block-video-lg:hover:before {
    background-color: #ff7d00;
}
.block-list {
    display: block;
    list-style: none;
    padding-left: 0;
    max-height: 570px;
    overflow-y: scroll;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.block-list::-webkit-scrollbar {
    width: 7px;
}
.block-list::-webkit-scrollbar-track {
    background: #f8f8f8;
}
.block-list::-webkit-scrollbar-thumb {
    background: #ff7d00;
}
.block-list::-webkit-scrollbar-thumb:hover {
    background: #ff7d00;
}
.block-list li {
    padding-right: 15px;
}
.block-list li .list-item {
    position: relative;
    display: table;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f60;
}
.block-list li .list-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f60;
    left: 0;
    bottom: -5px;
}
.block-list li .list-item .content,
.block-list li .list-item .image {
    display: table-cell;
    cursor: pointer;
}
.block-list li .list-item .image {
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.block-list li .list-item .image .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.block-list li .list-item .content {
    padding: 15px 10px 15px 30px;
    vertical-align: middle;
}
.block-list li .list-item .content .city {
    font-size: 16px;
    color: #1d1d1d;
    text-transform: uppercase;
}
.block-list li .list-item .content .title,
.block-list li .list-item .content a,
.block-list li .list-item .content a:active,
.block-list li .list-item .content a:focus,
.block-list li .list-item .content a:hover {
    display: block;
    font-family: "Josefin Sans";
    font-weight: 700;
    font-size: 20px;
    color: #1d1d1b;
    text-decoration: none;
    margin-bottom: 15px;
    line-height: 1.2;
}
.block-list li .list-item .content p {
    font-size: 16px;
    line-height: 1.3;
}
.block-list li .list-item:hover .image .img {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.block-list li:last-child .list-item {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.block-list li:last-child .list-item:after {
    display: none;
}
.block-list.block-list-videos li .list-item .image {
    width: 150px;
    height: 90px;
}
.block-list.block-list-videos li .list-item .content {
    padding: 5px 10px 15px 15px;
}
.block-list.block-list-videos li .list-item .content .title,
.block-list.block-list-videos li .list-item .content a,
.block-list.block-list-videos li .list-item .content a:active,
.block-list.block-list-videos li .list-item .content a:focus,
.block-list.block-list-videos li .list-item .content a:hover {
    font-size: 16px;
    margin-bottom: 0;
}
.column-overflow-scroll {
    overflow-y: scroll;
}
header {
    position: relative;
    width: 100%;
    background-color: #fff;
    color: #fff;
    top: 0;
    z-index: 10000;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
}
header .wrapper {
    background-color: #f60;
}
header .wrapper .inner {
    position: relative;
}
header .wrapper .inner:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    right: 80px;
    width: 0;
    height: 0;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-top: 60px solid #ff7d00;
    z-index: 0;
}
header .wrapper .inner .logo,
header .wrapper .inner .logo-easyjet,
header .wrapper .inner .menu {
    display: inline-block;
    vertical-align: top;
}
header .wrapper .inner .logo {
    width: 100%;
    max-width: 200px;
    padding: 16px 0;
}
header .wrapper .inner .logo img {
    display: block;
    width: 100%;
    height: auto;
}
header .wrapper .inner .menu ul {
    margin-left: 50px;
    padding-left: 0;
    margin-bottom: 0;
}
header .wrapper .inner .menu li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: "EJ Rounded Demi";
    font-weight: 400;
    font-size: 16px;
    margin-left: 0;
    padding: 0 20px;
    line-height: 60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 100;
}
header .wrapper .inner .menu li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
}
header .wrapper .inner .menu li.active,
header .wrapper .inner .menu li:active,
header .wrapper .inner .menu li:focus,
header .wrapper .inner .menu li:hover {
    color: #1d1d1b;
}
header .wrapper .inner .menu li.active:before,
header .wrapper .inner .menu li:active:before,
header .wrapper .inner .menu li:focus:before,
header .wrapper .inner .menu li:hover:before {
    opacity: 1;
}
header .wrapper .inner .logo-easyjet {
    float: right;
    margin-top: 23px;
    padding: 0 15px;
}
header .wrapper .inner .logo-easyjet img {
    display: block;
    width: 65px;
    height: auto;
}
header .wrapper .inner .search-icon {
    float: right;
    cursor: pointer;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: 16px;
    margin-left: 25px;
    text-align: center;
}
header .wrapper .inner .search-icon i {
    line-height: 30px;
}
header .wrapper .inner .search-icon.active,
header .wrapper .inner .search-icon:focus,
header .wrapper .inner .search-icon:hover {
    color: #f60;
    background-color: #fff;
}
header .wrapper .breadcrumbs {
    background-color: #fff;
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 14px;
    color: #1d1d1b;
    border-top: 1px solid #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}
header .wrapper .breadcrumbs span a,
header .wrapper .breadcrumbs span a:focus,
header .wrapper .breadcrumbs span a:hover {
    color: #1d1d1b;
}
header .wrapper .mobile-nav {
    position: relative;
    display: block;
    background-color: #f60;
    width: 100%;
    min-height: 60px;
    z-index: 10000;
}
header .wrapper .mobile-nav .logo {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 120px;
    top: 18px;
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0;
}
header .wrapper .mobile-nav .logo img {
    width: 100%;
}
header .wrapper .mobile-nav .search-icon {
    position: absolute;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 50px;
    top: 15px;
    text-align: center;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
header .wrapper .mobile-nav .search-icon i {
    font-size: 20px;
    line-height: 30px;
}
header .wrapper .mobile-nav .search-icon.active,
header .wrapper .mobile-nav .search-icon:focus,
header .wrapper .mobile-nav .search-icon:hover {
    color: #f60;
    background-color: #fff;
}
header .wrapper .mobile-nav .logo-easyjet {
    float: right;
    margin-top: 24px;
    margin-right: 15px;
}
header .wrapper .mobile-nav .logo-easyjet img {
    display: block;
    width: 65px;
    height: auto;
}
header .wrapper .mobile-nav .menu-bars,
header .wrapper .mobile-nav .menu-bars:focus,
header .wrapper .mobile-nav .menu-bars:hover {
    display: block;
    position: absolute;
    z-index: 1;
    text-decoration: none;
    width: 30px;
    height: 20px;
    top: 20px;
    left: 15px;
    cursor: pointer;
}
header .wrapper .mobile-nav .menu-bars .menu-bar,
header .wrapper .mobile-nav .menu-bars:focus .menu-bar,
header .wrapper .mobile-nav .menu-bars:hover .menu-bar {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header .wrapper .mobile-nav .menu-bars .menu-bar-2,
header .wrapper .mobile-nav .menu-bars:focus .menu-bar-2,
header .wrapper .mobile-nav .menu-bars:hover .menu-bar-2 {
    width: 25px;
    top: 9px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header .wrapper .mobile-nav .menu-bars .menu-bar-3,
header .wrapper .mobile-nav .menu-bars:focus .menu-bar-3,
header .wrapper .mobile-nav .menu-bars:hover .menu-bar-3 {
    width: 20px;
    top: 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header .wrapper .mobile-nav .menu-bars.opened .menu-bar-1,
header .wrapper .mobile-nav .menu-bars.opened .menu-bar-2,
header .wrapper .mobile-nav .menu-bars.opened .menu-bar-3 {
    width: 25px;
}
header .wrapper .mobile-nav .menu-bars.opened .menu-bar-1 {
    -ms-transform: rotate(46deg) translateX(0);
    -webkit-transform: rotate(46deg) translateX(0);
    -o-transform: rotate(46deg) translateX(0);
    transform: rotate(46deg) translateX(0);
    transform-origin: 0;
}
header .wrapper .mobile-nav .menu-bars.opened .menu-bar-2 {
    width: 0;
}
header .wrapper .mobile-nav .menu-bars.opened .menu-bar-3 {
    -ms-transform: rotate(-46deg) translateX(0);
    -webkit-transform: rotate(-46deg) translateX(0);
    -o-transform: rotate(-46deg) translateX(0);
    transform: rotate(-46deg) translateX(0);
    transform-origin: 0;
}
header .wrapper .mobile-nav .menu-buttons {
    float: right;
}
header .wrapper .mobile-nav .menu-buttons button {
    margin-top: 15px;
    background: 0 0;
    border: none;
    border-radius: 0;
}
header .wrapper .mobile-nav .menu-buttons button i {
    font-size: 26px;
}
header .sections {
    margin-top: 0;
}
.dropdown-menus {
    position: fixed;
    display: block;
    background: -moz-linear-gradient(-45deg, #fff 0, #fff 58%, #f8f8f8 58%, #f8f8f8 100%);
    background: linear-gradient(165deg, #fff 0, #fff 58%, #f8f8f8 58%, #f8f8f8 100%);
    border-bottom: 2px solid #979797;
    width: 100%;
    left: 0;
    top: -100%;
    overflow-y: scroll;
    z-index: 9000;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.dropdown-menus.active {
    top: 0;
}
.dropdown-menus ul {
    display: block;
    width: 100%;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 30px;
}
.dropdown-menus ul li {
    display: block;
}
.dropdown-menus ul li ul {
    padding-bottom: 0;
}
.menu-inspirations ul {
    display: block;
}
.menu-inspirations ul li {
    float: left;
    width: 50%;
    margin-bottom: 30px !important;
}
.menu-inspirations ul li a,
.menu-inspirations ul li a:active,
.menu-inspirations ul li a:focus,
.menu-inspirations ul li a:hover {
    font-family: "EJ Rounded Demi";
    font-weight: 400;
    font-size: 20px;
    color: #1d1d1b;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.menu-inspirations ul li a:active:before,
.menu-inspirations ul li a:before,
.menu-inspirations ul li a:focus:before,
.menu-inspirations ul li a:hover:before {
    display: none;
}
.menu-inspirations ul li ul {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}
.menu-inspirations ul li ul li {
    float: left;
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
}
.menu-inspirations ul li ul li a,
.menu-inspirations ul li ul li a:active,
.menu-inspirations ul li ul li a:focus,
.menu-inspirations ul li ul li a:hover {
    font-family: "Josefin Sans";
    font-weight: 500;
    font-size: 16px;
    color: #f60;
    text-transform: none;
}
.menu-destinations ul {
    display: block;
}
.menu-destinations ul li {
    display: inline-block;
    vertical-align: top;
    width: 105px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.menu-destinations ul li a,
.menu-destinations ul li a:active,
.menu-destinations ul li a:focus,
.menu-destinations ul li a:hover {
    font-family: "EJ Rounded Demi";
    font-weight: 400;
    font-size: 20px;
    color: #1d1d1b;
    padding: 0;
}
.menu-destinations ul li a:active:before,
.menu-destinations ul li a:before,
.menu-destinations ul li a:focus:before,
.menu-destinations ul li a:hover:before {
    display: none;
}
.menu-destinations ul li a:active,
.menu-destinations ul li a:active:active,
.menu-destinations ul li a:active:focus,
.menu-destinations ul li a:active:hover,
.menu-destinations ul li a:focus,
.menu-destinations ul li a:focus:active,
.menu-destinations ul li a:focus:focus,
.menu-destinations ul li a:focus:hover,
.menu-destinations ul li a:hover,
.menu-destinations ul li a:hover:active,
.menu-destinations ul li a:hover:focus,
.menu-destinations ul li a:hover:hover {
    text-decoration: none;
}
.menu-destinations ul li ul {
    display: block;
}
.menu-destinations ul li ul li {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.menu-destinations ul li ul li a,
.menu-destinations ul li ul li a:active,
.menu-destinations ul li ul li a:focus,
.menu-destinations ul li ul li a:hover {
    position: relative;
    font-family: "Josefin Sans";
    font-weight: 500;
    font-size: 16px;
    color: #f60;
}
.menu-destinations ul li ul li.has-sub-menu a:active:after,
.menu-destinations ul li ul li.has-sub-menu a:after,
.menu-destinations ul li ul li.has-sub-menu a:focus:after,
.menu-destinations ul li ul li.has-sub-menu a:hover:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 16px;
    margin-left: 5px;
}
.menu-destinations ul li ul li ul {
    display: none;
    width: 100%;
}
.menu-destinations ul li ul li ul li {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.menu-destinations ul li ul li ul li a,
.menu-destinations ul li ul li ul li a:active,
.menu-destinations ul li ul li ul li a:focus,
.menu-destinations ul li ul li ul li a:hover {
    font-family: "Josefin Sans";
    font-weight: 500;
    font-size: 14px;
    color: #1d1d1b;
}
.menu-destinations ul li ul li ul li a:active:after,
.menu-destinations ul li ul li ul li a:after,
.menu-destinations ul li ul li ul li a:focus:after,
.menu-destinations ul li ul li ul li a:hover:after {
    display: none;
}
.search-form {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    min-height: 100vh;
    padding-top: 15px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    z-index: 9000;
}
.search-form.show {
    display: block;
}
.search-form .inner {
    display: block;
    position: relative;
    background-color: #fff;
    padding: 25px 60px 25px 60px;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
    overflow-x: hidden;
    overflow-y: scroll;
}
.search-form .inner .search-close {
    position: absolute;
    cursor: pointer;
    top: 45px;
    right: 15px;
    width: 30px;
    height: 30px;
}
.search-form .inner .search-close span {
    position: relative;
    width: 30px;
    height: 30px;
}
.search-form .inner .search-close span:after,
.search-form .inner .search-close span:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #1d1d1b;
}
.search-form .inner .search-close span:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 50%;
}
.search-form .inner .search-close span:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 50%;
}
.search-form .inner form {
    display: block;
}
.search-form .inner form .input-group {
    position: relative;
    background-color: #f8f8f8;
}
.search-form .inner form .input-group button {
    background-color: #f8f8f8;
}
.search-form .inner form .input-group button i {
    font-size: 20px;
    color: #1d1d1b;
}
.search-form .inner form .input-group .form-control,
.search-form .inner form .input-group .form-control:active,
.search-form .inner form .input-group .form-control:focus,
.search-form .inner form .input-group .form-control:hover {
    background-color: #f8f8f8;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding-right: 50px;
    outline: 0 !important;
}
.search-form .inner form .input-group.loading:after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/loading.gif);
    background-size: cover;
    background-position: center;
    right: 5px;
    top: 6px;
    z-index: 10;
}
.search-form .inner form .form-error {
    display: block;
    padding-left: 60px;
    font-size: 14px;
    color: #a50203;
    margin-top: 5px;
}
.search-form .inner .load-inspirations h4.title-line {
    letter-spacing: 0;
    padding-top: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.search-form .inner .load-inspirations h4.title-line:before {
    top: -6px;
}
.search-form .inner .load-inspirations h4.title-line:after {
    top: 4px;
}
.search-form .inner .load-inspirations ul {
    display: block;
    padding-left: 0;
}
.search-form .inner .load-inspirations ul li {
    display: inline-block;
    width: 44%;
    margin-right: 3%;
    vertical-align: top;
    margin-bottom: 30px;
}
.search-form .inner .load-inspirations ul li a,
.search-form .inner .load-inspirations ul li a:active,
.search-form .inner .load-inspirations ul li a:focus,
.search-form .inner .load-inspirations ul li a:hover {
    display: block;
    position: relative;
    padding-left: 45px;
    color: #1d1d1b;
    text-decoration: none;
}
.search-form .inner .load-inspirations ul li a span,
.search-form .inner .load-inspirations ul li a:active span,
.search-form .inner .load-inspirations ul li a:focus span,
.search-form .inner .load-inspirations ul li a:hover span {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    left: 0;
    top: -5px;
}
.search-form .inner .load-inspirations ul li a:active:hover,
.search-form .inner .load-inspirations ul li a:focus:hover,
.search-form .inner .load-inspirations ul li a:hover,
.search-form .inner .load-inspirations ul li a:hover:hover {
    color: #f60;
}
.search-form .inner .result {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.search-form .inner .result h4 {
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}
.search-form .inner .result h4.title-line {
    letter-spacing: 0;
    padding-top: 40px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.search-form .inner .result h4.title-line:before {
    top: -6px;
}
.search-form .inner .result h4.title-line:after {
    top: 4px;
}
.search-form .inner .result .result-destinations .block,
.search-form .inner .result .result-destinations .block:active,
.search-form .inner .result .result-destinations .block:focus,
.search-form .inner .result .result-destinations .block:hover {
    color: #fff;
}
.search-form .inner .result .result-destinations .block .image .img-wrapper,
.search-form .inner .result .result-destinations .block:active .image .img-wrapper,
.search-form .inner .result .result-destinations .block:focus .image .img-wrapper,
.search-form .inner .result .result-destinations .block:hover .image .img-wrapper {
    padding-bottom: 50%;
}
.search-form .inner .result .result-destinations .block .image .content,
.search-form .inner .result .result-destinations .block:active .image .content,
.search-form .inner .result .result-destinations .block:focus .image .content,
.search-form .inner .result .result-destinations .block:hover .image .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
}
.search-form .inner .result .result-destinations .block .image .content h2,
.search-form .inner .result .result-destinations .block:active .image .content h2,
.search-form .inner .result .result-destinations .block:focus .image .content h2,
.search-form .inner .result .result-destinations .block:hover .image .content h2 {
    font-size: 34px;
}
.search-form .inner .result .result-destinations .block .image .content h4,
.search-form .inner .result .result-destinations .block:active .image .content h4,
.search-form .inner .result .result-destinations .block:focus .image .content h4,
.search-form .inner .result .result-destinations .block:hover .image .content h4 {
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
    letter-spacing: 3px;
}
.search-form .inner .result .result-destinations .block .image .content h2,
.search-form .inner .result .result-destinations .block .image .content h4,
.search-form .inner .result .result-destinations .block:active .image .content h2,
.search-form .inner .result .result-destinations .block:active .image .content h4,
.search-form .inner .result .result-destinations .block:focus .image .content h2,
.search-form .inner .result .result-destinations .block:focus .image .content h4,
.search-form .inner .result .result-destinations .block:hover .image .content h2,
.search-form .inner .result .result-destinations .block:hover .image .content h4 {
    line-height: 1;
    text-transform: uppercase;
}
.search-form .inner .result .result-destinations .block:active:focus,
.search-form .inner .result .result-destinations .block:active:hover,
.search-form .inner .result .result-destinations .block:focus,
.search-form .inner .result .result-destinations .block:focus:focus,
.search-form .inner .result .result-destinations .block:focus:hover,
.search-form .inner .result .result-destinations .block:hover,
.search-form .inner .result .result-destinations .block:hover:focus,
.search-form .inner .result .result-destinations .block:hover:hover {
    color: #f60;
}
.search-form .inner .result ul {
    display: block;
    list-style: none;
    padding-left: 0;
}
.search-form .inner .result ul li {
    margin-bottom: 20px;
}
.search-form .inner .result ul li a,
.search-form .inner .result ul li a:active,
.search-form .inner .result ul li a:focus,
.search-form .inner .result ul li a:hover {
    color: #1d1d1b;
    text-decoration: none;
}
.search-form .inner .result ul li a:active:hover,
.search-form .inner .result ul li a:focus:hover,
.search-form .inner .result ul li a:hover,
.search-form .inner .result ul li a:hover:hover {
    color: #f60;
}
.search-form .inner .result .result-inspirations ul li {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    vertical-align: top;
}
.search-form .inner .result .result-inspirations ul li a,
.search-form .inner .result .result-inspirations ul li a:active,
.search-form .inner .result .result-inspirations ul li a:focus,
.search-form .inner .result .result-inspirations ul li a:hover {
    display: block;
    position: relative;
    padding-left: 40px;
}
.search-form .inner .result .result-inspirations ul li a span,
.search-form .inner .result .result-inspirations ul li a:active span,
.search-form .inner .result .result-inspirations ul li a:focus span,
.search-form .inner .result .result-inspirations ul li a:hover span {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 30px;
    left: 0;
    top: -5px;
}
.search-form .inner .result .result-related ul li {
    position: relative;
    padding-left: 30px;
}
.search-form .inner .result .result-related ul li:before {
    position: absolute;
    font-family: icomoon;
    content: "\e902";
    font-size: 20px;
    color: #f60;
    left: 3px;
    top: -5px;
}
.search-form .search-input {
    position: relative;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 38px;
    width: 240px;
}
.search-form .search-input button,
.search-form .search-input input[type="text"] {
    display: inline;
    border: 0;
    background-color: #fff;
    height: 36px;
}
.search-form .search-input button:focus,
.search-form .search-input button:hover,
.search-form .search-input input[type="text"]:focus,
.search-form .search-input input[type="text"]:hover {
    border: none;
    background-color: #fff;
    box-shadow: none;
    outline: 0;
}
.search-form .search-input input[type="text"] {
    width: 210px;
    padding-left: 10px;
    padding-right: 10px;
}
.search-form .search-input button {
    position: absolute;
    width: 30px;
    right: 0;
}
.search-form .search-input button i {
    font-size: 14px;
    color: #f60;
}
#slider-menu {
    position: fixed;
    width: 100%;
    left: auto;
    right: 100%;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 9000;
}
#slider-menu .slider-menu-main {
    display: block;
    position: absolute;
    background: -moz-linear-gradient(-45deg, #fff 0, #fff 58%, #f8f8f8 58%, #f8f8f8 100%);
    background: linear-gradient(165deg, #fff 0, #fff 58%, #f8f8f8 58%, #f8f8f8 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: scroll;
    z-index: 9100;
}
#slider-menu .slider-menu-main ul {
    display: block;
    margin-top: 60px;
    padding-left: 0;
    padding-bottom: 0;
}
#slider-menu .slider-menu-main ul li {
    position: relative;
    display: block;
    cursor: pointer;
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 30px;
    color: #f60;
    padding-right: 15px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#slider-menu .slider-menu-main ul li a,
#slider-menu .slider-menu-main ul li a:active,
#slider-menu .slider-menu-main ul li a:focus,
#slider-menu .slider-menu-main ul li a:hover {
    color: #f60;
    text-decoration: none;
}
#slider-menu .slider-menu-main ul li:after {
    position: absolute;
    content: "";
    right: 15px;
    background-image: url(../img/icons/arrow-right.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 8px;
    width: 16px;
    height: 27px;
}
#slider-menu .slider-menu-mobile {
    display: block;
    position: absolute;
    background: -moz-linear-gradient(-45deg, #fff 0, #fff 58%, #f8f8f8 58%, #f8f8f8 100%);
    background: linear-gradient(165deg, #fff 0, #fff 58%, #f8f8f8 58%, #f8f8f8 100%);
    top: 0;
    width: 100%;
    height: 100%;
    left: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-y: scroll;
    z-index: 9200;
}
#slider-menu .slider-menu-mobile .back-to-slider-menu {
    display: block;
    position: absolute;
    width: 100%;
    background-color: #f8f8f8;
    top: 0;
    padding: 15px 0;
    z-index: 9300;
}
#slider-menu .slider-menu-mobile .back-to-slider-menu span {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
}
#slider-menu .slider-menu-mobile .back-to-slider-menu span:before {
    position: absolute;
    content: "";
    left: 5px;
    background-image: url(../img/icons/arrow-left.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 6px;
    width: 8px;
    height: 14px;
}
#slider-menu .slider-menu-destinations ul,
#slider-menu .slider-menu-inspirations ul {
    display: block;
    margin-top: 60px;
    list-style: none;
}
#slider-menu .slider-menu-inspirations ul {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #f8f8f8;
}
#slider-menu .slider-menu-inspirations ul li {
    display: block;
    padding: 0 15px;
    margin-bottom: 30px;
}
#slider-menu .slider-menu-inspirations ul li a,
#slider-menu .slider-menu-inspirations ul li a:active,
#slider-menu .slider-menu-inspirations ul li a:focus,
#slider-menu .slider-menu-inspirations ul li a:hover {
    position: relative;
    display: block;
    font-family: "EJ Rounded Demi";
    font-weight: 400;
    font-size: 28px;
    color: #1d1d1b;
    text-transform: uppercase;
    text-decoration: none;
}
#slider-menu .slider-menu-inspirations ul li ul {
    display: block;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
}
#slider-menu .slider-menu-inspirations ul li ul li {
    padding: 0;
    margin-bottom: 5px;
}
#slider-menu .slider-menu-inspirations ul li ul li a,
#slider-menu .slider-menu-inspirations ul li ul li a:active,
#slider-menu .slider-menu-inspirations ul li ul li a:focus,
#slider-menu .slider-menu-inspirations ul li ul li a:hover {
    position: relative;
    display: block;
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 18px;
    color: #f60;
    text-transform: none;
}
#slider-menu .slider-menu-destinations ul {
    padding: 0 0 15px 0;
}
#slider-menu .slider-menu-destinations ul li {
    display: block;
    padding: 0 15px;
}
#slider-menu .slider-menu-destinations ul li a,
#slider-menu .slider-menu-destinations ul li a:active,
#slider-menu .slider-menu-destinations ul li a:focus,
#slider-menu .slider-menu-destinations ul li a:hover {
    position: relative;
    display: block;
    font-family: "EJ Rounded Demi";
    font-weight: 400;
    font-size: 28px;
    color: #1d1d1b;
    text-transform: uppercase;
    text-decoration: none;
}
#slider-menu .slider-menu-destinations ul li ul {
    display: block;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 10px;
    margin-top: 0;
}
#slider-menu .slider-menu-destinations ul li ul li {
    padding: 0;
    margin-bottom: 5px;
}
#slider-menu .slider-menu-destinations ul li ul li a,
#slider-menu .slider-menu-destinations ul li ul li a:active,
#slider-menu .slider-menu-destinations ul li ul li a:focus,
#slider-menu .slider-menu-destinations ul li ul li a:hover {
    position: relative;
    display: block;
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 18px;
    color: #f60;
    text-transform: none;
}
#slider-menu .slider-menu-destinations ul li ul li ul {
    display: block;
    margin-top: 10px;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
}
#slider-menu .slider-menu-destinations ul li ul li ul li a,
#slider-menu .slider-menu-destinations ul li ul li ul li a:active,
#slider-menu .slider-menu-destinations ul li ul li ul li a:focus,
#slider-menu .slider-menu-destinations ul li ul li ul li a:hover {
    color: #1d1d1b;
}
.promotion-block {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.promotion-block .caption {
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 12px;
    background-color: #f8f8f8;
    color: #1d1d1b;
    text-align: center;
}
.promotion-block a img,
.promotion-block a:focus img,
.promotion-block a:hover img {
    width: 100%;
}
.gdn-block {
    display: block;
    width: 100%;
    text-align: center;
}
.gdn-block.gdn-970x90 a img,
.gdn-block.gdn-970x90 a:active img,
.gdn-block.gdn-970x90 a:focus img,
.gdn-block.gdn-970x90 a:hover img {
    max-width: 970px;
}
.gdn-block.gdn-728x90 a img,
.gdn-block.gdn-728x90 a:active img,
.gdn-block.gdn-728x90 a:focus img,
.gdn-block.gdn-728x90 a:hover img {
    max-width: 728px;
}
.gdn-block.gdn-460x60 a img,
.gdn-block.gdn-460x60 a:active img,
.gdn-block.gdn-460x60 a:focus img,
.gdn-block.gdn-460x60 a:hover img {
    max-width: 460px;
}
.gdn-block.gdn-300x a img,
.gdn-block.gdn-300x a:active img,
.gdn-block.gdn-300x a:focus img,
.gdn-block.gdn-300x a:hover img {
    max-width: 300px;
}
.gdn-block.gdn-sidebar a img,
.gdn-block.gdn-sidebar a:active img,
.gdn-block.gdn-sidebar a:focus img,
.gdn-block.gdn-sidebar a:hover img {
    width: 100%;
    max-width: 300px;
}
@media screen and (min-width: 970px) {
    .gdn-970x90 {
        display: block;
    }
    .gdn-728x90 {
        display: none;
    }
    .gdn-468x60 {
        display: none;
    }
    .gdn-300x {
        display: none;
    }
}
@media screen and (min-width: 728px) and (max-width: 969px) {
    .gdn-970x90 {
        display: none;
    }
    .gdn-728x90 {
        display: block;
    }
    .gdn-468x60 {
        display: none;
    }
    .gdn-300x {
        display: none;
    }
}
@media screen and (min-width: 468px) and (max-width: 727px) {
    .gdn-970x90 {
        display: none;
    }
    .gdn-728x90 {
        display: none;
    }
    .gdn-468x60 {
        display: block;
    }
    .gdn-300x {
        display: none;
    }
}
@media screen and (min-width: 0px) and (max-width: 467px) {
    .gdn-970x90 {
        display: none;
    }
    .gdn-728x90 {
        display: none;
    }
    .gdn-468x60 {
        display: none;
    }
    .gdn-300x {
        display: block;
    }
}
.article-ad,
.footer-ad,
.header-ad,
.sidebar-ad {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.article-ad img,
.footer-ad img,
.header-ad img,
.sidebar-ad img {
    width: 100%;
    height: auto;
}
.article-promotion,
.footer-promotion,
.header-promotion {
    top: 0;
    z-index: 1;
}
.article-promotion .desktop-image,
.footer-promotion .desktop-image,
.header-promotion .desktop-image {
    max-width: 1920px;
}
.article-promotion .ipad-image,
.footer-promotion .ipad-image,
.header-promotion .ipad-image {
    max-width: 1024px;
}
.article-promotion .mobile-image,
.footer-promotion .mobile-image,
.header-promotion .mobile-image {
    max-width: 600px;
}
.sidebar-promotion {
    width: 100%;
    margin-top: 40px;
}
.sidebar-promotion .desktop-image {
    max-width: 600px;
}
.sidebar-promotion .ipad-image {
    max-width: 600px;
}
.sidebar-promotion .mobile-image {
    max-width: 300px;
}
.banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 500px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.banner.landscape {
    min-height: 450px;
}
.banner .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    z-index: 100;
}
.banner .content-bottom {
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.banner .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
}
.banner .taxonomies {
    display: block;
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.banner .taxonomies li {
    display: inline-block;
    margin-bottom: 15px;
}
.banner .taxonomies li a,
.banner .taxonomies li a:focus,
.banner .taxonomies li a:hover {
    text-decoration: none;
    color: #1d1d1b;
    border: 1px solid #1d1d1b;
    border-radius: 18px;
    padding: 5px 10px 3px 10px;
    margin-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.banner .taxonomies li a:focus,
.banner .taxonomies li a:focus:focus,
.banner .taxonomies li a:focus:hover,
.banner .taxonomies li a:hover,
.banner .taxonomies li a:hover:focus,
.banner .taxonomies li a:hover:hover {
    background-color: #f60;
    border: 1px solid #f60;
    color: #fff;
}
.banner.banner-half-width {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 400px;
    text-transform: none;
}
.banner.banner-half-width .banner-img {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}
.banner.banner-half-width .banner-img .img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner.banner-half-width .banner-img p {
    position: absolute;
    font-size: 16px;
    color: #1d1d1b;
    bottom: -45px;
}
.banner.banner-half-width .banner-img p span {
    font-family: "Josefin Sans";
    font-weight: 700;
}
.banner.banner-half-width .single-banner-content {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100px;
    bottom: 0;
    color: #1d1d1b;
    text-align: left;
}
.banner.banner-half-width .single-banner-content h1 {
    display: block;
    position: relative;
    margin-bottom: 30px;
    font-size: 52px;
    line-height: 1.05;
    letter-spacing: 0.5px;
}
.banner.banner-half-width .single-banner-content h1:after {
    posititon: absolute;
    content: "";
    display: block;
    border-bottom: 6px solid #f60;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;
    width: 75px;
    margin-top: 20px;
}
.banner.banner-half-width .single-banner-content h1:after {
    border-bottom: 6px solid #f60;
}
.banner.banner-half-width .single-banner-content .subtitle,
.banner.banner-half-width .single-banner-content h4 {
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.banner.banner-half-width .single-banner-content .save-here {
    display: block;
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
}
.banner.banner-half-width .single-banner-content .save-here li a,
.banner.banner-half-width .single-banner-content .save-here li a:focus,
.banner.banner-half-width .single-banner-content .save-here li a:hover {
    text-decoration: none;
}
.banner.banner-half-width .single-banner-content .save-here li a img,
.banner.banner-half-width .single-banner-content .save-here li a:focus img,
.banner.banner-half-width .single-banner-content .save-here li a:hover img {
    width: 25px;
    height: auto;
}
.banner.banner-half-width .single-banner-content .author {
    display: block;
    font-family: "Josefin Sans";
    font-weight: 700;
    font-size: 16px;
    color: #979797;
    margin-top: 60px;
}
.banner.banner-half-width .single-banner-content .author span {
    color: #1d1d1b;
}
.banner.banner-half-width .single-banner-content .author:after {
    posititon: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #979797;
    height: 0;
    width: 25px;
    margin-top: 10px;
}
.banner.banner-half-width .single-banner-content .date,
.banner.banner-half-width .single-banner-content .duration {
    font-size: 16px;
}
.image-credit,
.image-credit:active,
.image-credit:focus,
.image-credit:hover {
    display: block;
    font-family: "Josefin Sans";
    font-weight: 400;
    font-weight: 300;
    font-size: 14px;
    color: #1d1d1d !important;
    line-height: 1.2;
    margin-top: 5px;
    text-decoration: none !important;
}
.image-credit span,
.image-credit:active span,
.image-credit:focus span,
.image-credit:hover span {
    font-family: "Josefin Sans";
    font-weight: 700;
}
.scroll-down {
    position: absolute;
    cursor: pointer;
    bottom: 30px;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    -moz-animation: blinker 2s linear infinite;
    -webkit-animation: blinker 2s linear infinite;
    animation: blinker 2s linear infinite;
}
.scroll-down i {
    font-size: 24px;
    color: #fff;
    line-height: 36px;
}
.banner-traveller-magazine {
    background-color: #f8f8f8;
    padding: 30px 15px;
    border-radius: 15px;
    margin-top: 40px;
    margin-bottom: -40px;
    text-align: center;
}
.banner-traveller-magazine h3 {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.banner-traveller-magazine .download-logos a {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin-left: 5px;
    margin-right: 5px;
}
.banner-traveller-magazine .download-logos a img {
    display: inline-block;
    width: 100%;
}
.banner-book-now {
    position: relative;
    display: block;
    background-position: center;
    background-size: cover;
    width: 100%;
    margin-top: 80px;
}
.banner-book-now .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.banner-book-now img {
    position: absolute;
    max-width: 130px;
    bottom: 0;
    right: 30px;
}
.banner-book-now .content {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.single-article .banner-book-now .content h3 {
    display: block;
    font-family: "easyJet Generation Headline";
    font-weight: 400;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    color: #fff;
    margin-top: 30px;
    text-shadow: 1px 1px 1px #f8f8f8;
}
.banner-book-now .content p {
    font-family: "Josefin Sans";
    font-weight: 100;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #fff;
}
.banner-book-now .content span {
    position: relative;
    color: #fff;
    margin-left: 15px;
}
.banner-book-now .content .btn {
    position: relative;
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 18px;
    background-color: #f60;
    color: #fff !important; 
    border-radius: 0;
    padding: 3px 25px;
}
.banner-book-now .content .btn:active,
.banner-book-now .content .btn:focus,
.banner-book-now .content .btn:hover {
    background-color: #fff;
    color: #f60 !important;
}
.banner-book-now-block {
    display: block;
    margin-top: 80px;
}
.banner-book-now-block .block-image {
    display: block;
}
.banner-book-now-block .block-image img {
    display: block;
    width: 100% !important;
}
#destination .banner h1,
#inspirations .banner h1 {
    font-size: 60px;
}
#destination .banner h4,
#inspirations .banner h4 {
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 3px;
}
#destination .banner .image-credit,
#inspirations .banner .image-credit {
    color: #fff !important;
    text-align: left;
    text-transform: none;
    padding-left: 15px;
}
#carousel {
    position: relative;
    display: block;
    width: 100%;
    height: 550px;
}
#carousel .carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#carousel .carousel .carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}
#carousel .carousel .carousel-inner .carousel-item {
    width: 100%;
    height: 100%;
}
#carousel .carousel .carousel-inner .carousel-item .img {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
#carousel .carousel .carousel-inner .carousel-item .img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
#carousel .carousel .carousel-inner .carousel-item .content {
    display: block;
    padding: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
}
#carousel .carousel .carousel-inner .carousel-item .content .title,
#carousel .carousel .carousel-inner .carousel-item .content .title:focus,
#carousel .carousel .carousel-inner .carousel-item .content .title:hover,
#carousel .carousel .carousel-inner .carousel-item .content h2,
#carousel .carousel .carousel-inner .carousel-item .content h4 {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
}
#carousel .carousel .carousel-inner .carousel-item .content h2 {
    font-size: 42px;
}
#carousel .carousel .carousel-inner .carousel-item .content h4 {
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 16px;
    margin: 15px;
}
#carousel .carousel .carousel-inner .carousel-item .content .title,
#carousel .carousel .carousel-inner .carousel-item .content .title:active,
#carousel .carousel .carousel-inner .carousel-item .content .title:focus,
#carousel .carousel .carousel-inner .carousel-item .content .title:hover {
    font-family: "Josefin Sans";
    font-weight: 700;
    font-size: 42px;
}
#carousel .carousel-indicators {
    position: absolute;
    top: 80%;
    -webkit-transform: translateY(-80%);
    -o-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
    z-index: 100;
}
#carousel .carousel-indicators li {
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}
#carousel .carousel-indicators li.active {
    background: 0 0;
}
#carousel .carousel-indicators li.active:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #f60;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}
#carousel .carousel-indicators li.active:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 0;
    top: 0;
}
#carousel .carousel-control-next,
#carousel .carousel-control-prev {
    position: absolute;
    top: 49%;
    -webkit-transform: translateY(-49%);
    -o-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
    z-index: 100;
    width: 50px;
    height: 50px;
    opacity: 1;
    z-index: 1000;
}
#carousel .carousel-control-next i,
#carousel .carousel-control-prev i {
    font-size: 36px;
}
#carousel .sponsor {
    position: absolute;
    width: 100%;
    bottom: 10px;
    padding: 15px 30px;
}
#carousel .sponsor .image-credit {
    font-family: "Josefin Sans";
    font-weight: 500;
    font-size: 12px;
    color: #fff !important;
    margin-bottom: 0;
}
#carousel .sponsor img {
    max-width: 120px;
    max-height: 60px;
    margin-top: 15px;
}
.ad,
.ad:active,
.ad:focus,
.ad:hover {
    display: block;
    margin-top: 80px;
    text-decoration: none;
}
.ad img,
.ad:active img,
.ad:focus img,
.ad:hover img {
    display: block;
    width: 100%;
    height: auto;
}
.feature, .video {
    display: block;
    background-color: #fef3e8;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
    background-position: center;
}
.feature .block,
.video .block {
    margin-top: 30px;
    margin-bottom: 30px;
}
.feature .block .sponsor,
.video .block .sponsor {
    position: relative;
    background: 0 0;
    margin-bottom: 30px;
}
.feature .block .sponsor img,
.video .block .sponsor img {
    width: 200px;
}
.feature .block .image .content,
.video .block .image .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    z-index: 100;
    color: #fff;
    text-align: center;
}
.feature .block .image .content h4,
.video .block .image .content h4 {
    display: block;
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.feature .block .image .content h2,
.video .block .image .content h2 {
    display: block;
    font-size: 42px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 40px;
    letter-spacing: 4px;
}
.feature .block .content,
.video .block .content {
    text-align: center;
}
.feature .block .content .title,
.feature .block .content .title:active,
.feature .block .content .title:focus,
.feature .block .content .title:hover,
.video .block .content .title,
.video .block .content .title:active,
.video .block .content .title:focus,
.video .block .content .title:hover {
    font-size: 28px;
}
.feature .block .content .title h2,
.feature .block .content .title:active h2,
.feature .block .content .title:focus h2,
.feature .block .content .title:hover h2,
.video .block .content .title h2,
.video .block .content .title:active h2,
.video .block .content .title:focus h2,
.video .block .content .title:hover h2 {
    text-transform: uppercase;
}
.feature .block .content .title-underline:active:after,
.feature .block .content .title-underline:after,
.feature .block .content .title-underline:focus:after,
.feature .block .content .title-underline:hover:after,
.video .block .content .title-underline:active:after,
.video .block .content .title-underline:after,
.video .block .content .title-underline:focus:after,
.video .block .content .title-underline:hover:after {
    margin-top: 15px;
}
.feature .block:active .image .content,
.feature .block:focus .image .content,
.feature .block:hover .image .content,
.video .block:active .image .content,
.video .block:focus .image .content,
.video .block:hover .image .content {
    color: #f60;
}
.video .bg-overlay {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.video .block .image .img-wrapper {
    padding-bottom: 56.5%;
}
.video .block .image .img-wrapper .play-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    z-index: 100;
    display: block;
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
    border-radius: 50%;
    text-align: center;
}
.video .block .image .img-wrapper .play-icon i {
    font-size: 100px;
    color: #fff;
    line-height: 140px;
    margin-left: 10px;
}
.video .iframe-vimeo {
    display: none;
}
.single-article {
    display: block;
    position: relative;
    margin-top: 40px;
    margin-bottom: 80px;
    word-wrap: break-word;
}
.single-article .sponsor {
    display: block;
    margin-bottom: 30px;
}
.single-article .sponsor img,
.single-article .sponsor span {
    display: inline-block;
}
.single-article .sponsor img {
    max-width: 150px;
    max-height: 100px;
}
.single-article .sponsor span {
    font-size: 16px;
    margin-left: 15px;
}
.single-article .quiz-buttons {
    display: block;
    text-align: right;
    margin-bottom: 30px;
}
.single-article .quiz-buttons .btn,
.single-article .quiz-buttons .btn:active,
.single-article .quiz-buttons .btn:focus,
.single-article .quiz-buttons .btn:hover {
    color: #1d1d1b;
    text-transform: uppercase;
    border: 2px solid #1d1d1b;
    border-radius: 0;
    padding: 5px 40px;
    outline: 0;
}
.single-article .quiz-buttons .btn.active,
.single-article .quiz-buttons .btn:active.active,
.single-article .quiz-buttons .btn:focus.active,
.single-article .quiz-buttons .btn:hover.active {
    background-color: #f60;
    color: #fff;
}
.single-article .quiz-result {
    display: none;
    border: 5px solid #f60;
    padding: 30px 15px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.single-article .quiz-result h3 {
    color: #f60;
    text-transform: uppercase;
}
.single-article .main-content .section {
    display: block;
    position: relative;
    border-top: 1px solid #f60;
    padding-top: 40px;
    margin-top: 50px;
}
.single-article .main-content .section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f60;
    top: -8px;
}
.single-article .main-content .section p img {
    width: 100%;
    height: auto;
}
.single-article .main-content .section.article-buttons {
    display: block;
    padding-top: 20px;
}
.single-article .main-content .section.article-buttons p {
    font-family: "EJ Rounded Demi";
    font-weight: 400;
    line-height: 20px;
}
.single-article .main-content .section.article-buttons p a,
.single-article .main-content .section.article-buttons p a:active,
.single-article .main-content .section.article-buttons p a:focus,
.single-article .main-content .section.article-buttons p a:hover {
    color: #1d1d1b;
}
.single-article .main-content .section.article-buttons p a:active:hover,
.single-article .main-content .section.article-buttons p a:focus:hover,
.single-article .main-content .section.article-buttons p a:hover,
.single-article .main-content .section.article-buttons p a:hover:hover {
    text-decoration: underline;
}
.single-article .main-content .section.article-buttons p img {
    width: 20px;
    margin-top: -2px;
    margin-right: 5px;
}
.single-article .main-content .section.no-border {
    border: 0;
    padding-top: 0;
    margin-top: 0;
}
.single-article .main-content .section.no-border:before {
    display: none;
}
.single-article .main-content .section .image {
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
.single-article .main-content .section .image .img {
    position: relative;
    display: block;
}
.single-article .main-content .section .image .img.popup-gallery {
    cursor: pointer;
}
.single-article .main-content .section .image .img img {
    width: 100%;
    height: auto;
}
.single-article .main-content .section .image .img .angle-right,
.single-article .main-content .section .image .img .view-gallery {
    position: absolute;
    background-color: #fff;
    height: 40px;
    bottom: 20px;
    line-height: 40px;
}
.single-article .main-content .section .image .img .angle-right {
    width: 40px;
    right: -18px;
    text-align: center;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.single-article .main-content .section .image .img .angle-right .fa {
    position: relative;
    font-size: 26px;
    margin-top: -1px;
    margin-left: -6px;
    line-height: 40px;
}
.single-article .main-content .section .image .img .view-gallery {
    color: #f60;
    font-family: "Josefin Sans";
    font-weight: 700;
    font-size: 14px;
    right: -200px;
    padding-left: 20px;
    padding-right: 22px;
    border-radius: 20px 0 0 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.single-article .main-content .section .image .img:active .fa,
.single-article .main-content .section .image .img:focus .fa,
.single-article .main-content .section .image .img:hover .fa {
    color: #f60;
}
.single-article .main-content .section .image .img:active .view-gallery,
.single-article .main-content .section .image .img:focus .view-gallery,
.single-article .main-content .section .image .img:hover .view-gallery {
    right: 0;
}
.single-article .main-content .section .image .image-credit {
    font-size: 16px;
    margin-top: 5px;
}
.single-article .main-content h2 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.single-article .main-content h3 {
    font-size: 24px;
}
.single-article .main-content .sponsored {
    display: block;
    margin-bottom: 30px;
}
.single-article .main-content .sponsored span {
    font-family: "Josefin Sans";
    font-weight: 500;
    color: #f60;
    padding: 5px 10px 4px 10px;
    border: 2px solid #f60;
}
.single-article .main-content .link-website,
.single-article .main-content .link-website:active,
.single-article .main-content .link-website:focus,
.single-article .main-content .link-website:hover,
.single-article .main-content a,
.single-article .main-content a:active,
.single-article .main-content a:focus,
.single-article .main-content a:hover {
    color: #0162b0;
    text-decoration: none;
}
.single-article .main-content .social {
    margin-top: 20px;
}
.single-article .main-content blockquote {
    display: block;
    position: relative;
    width: 75%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.single-article .main-content blockquote:after,
.single-article .main-content blockquote:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #f60;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.single-article .main-content blockquote:before {
    bottom: 0;
}
.single-article .main-content blockquote:after {
    bottom: 8px;
}
.single-article .main-content blockquote p {
    position: relative;
    font-family: "Josefin Sans";
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    margin-top: 40px;
    padding-top: 30px;
}
.single-article .main-content blockquote p:after,
.single-article .main-content blockquote p:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #f60;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.single-article .main-content blockquote p:before {
    top: 0;
}
.single-article .main-content blockquote p:after {
    top: 8px;
}
.single-article .sidebar {
    display: block;
    position: relative;
    padding: 30px;
    background-color: #fef3e8;
}
.single-article .sidebar h2 {
    display: block;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center;
}
.single-article .sidebar .block,
.single-article .sidebar .block:active,
.single-article .sidebar .block:focus,
.single-article .sidebar .block:hover {
    margin-top: 40px;
}
.single-article .sidebar .block .image,
.single-article .sidebar .block:active .image,
.single-article .sidebar .block:focus .image,
.single-article .sidebar .block:hover .image {
    border-radius: 50%;
}
.single-article .sidebar .block .image .img-wrapper,
.single-article .sidebar .block:active .image .img-wrapper,
.single-article .sidebar .block:focus .image .img-wrapper,
.single-article .sidebar .block:hover .image .img-wrapper {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding-bottom: 0;
    margin: 0 auto;
}
.single-article .sidebar .block .image .img-wrapper .img,
.single-article .sidebar .block:active .image .img-wrapper .img,
.single-article .sidebar .block:focus .image .img-wrapper .img,
.single-article .sidebar .block:hover .image .img-wrapper .img {
    border-radius: 50%;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.single-article .sidebar .block .image .img-wrapper:after,
.single-article .sidebar .block:active .image .img-wrapper:after,
.single-article .sidebar .block:focus .image .img-wrapper:after,
.single-article .sidebar .block:hover .image .img-wrapper:after {
    border-radius: 50%;
}
.single-article .sidebar .block .content,
.single-article .sidebar .block:active .content,
.single-article .sidebar .block:focus .content,
.single-article .sidebar .block:hover .content {
    margin-top: 25px;
}
.single-article .sidebar .block .content p,
.single-article .sidebar .block:active .content p,
.single-article .sidebar .block:focus .content p,
.single-article .sidebar .block:hover .content p {
    font-family: "Josefin Sans";
    font-weight: 700;
    font-size: 18px;
    text-transform: none;
}
#popupGallery {
    background-color: #1d1d1b;
    z-index: 15000;
}
#popupGallery .controls {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #979797;
    background-color: #1d1d1b;
    padding-top: 60px;
    text-align: center;
    z-index: 10;
}
#popupGallery .controls .close-popup {
    position: relative;
    display: block;
    cursor: pointer;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto;
}
#popupGallery .controls .close-popup:after,
#popupGallery .controls .close-popup:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 4px;
    top: 13px;
    background-color: #fff;
}
#popupGallery .controls .close-popup:before {
    transform: rotate(45deg);
}
#popupGallery .controls .close-popup:after {
    transform: rotate(-45deg);
}
#popupGallery .controls .carousel-indicator {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 40px;
}
#popupGallery .controls .carousel-controls {
    position: relative;
    cursor: pointer;
    display: block;
    background-color: #f60;
    color: #fff;
    opacity: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
}
#popupGallery .controls .carousel-controls i {
    font-size: 14px;
    line-height: 32px;
}
#popupGallery .carousel {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 5;
}
#popupGallery .carousel .carousel-inner {
    width: 100%;
    height: 100%;
}
#popupGallery .carousel .carousel-inner .carousel-item {
    width: 100%;
    height: 100%;
}
#popupGallery .carousel .carousel-inner .carousel-item .carousel-content {
    display: table;
    width: 100%;
    height: 100%;
    padding-right: 60px;
    overflow-y: scroll;
}
#popupGallery .carousel .carousel-inner .carousel-item .carousel-content .img {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}
#popupGallery .carousel .carousel-inner .carousel-item .carousel-content .img img {
    max-width: 100%;
    max-height: 100vh;
    margin-bottom: 10px;
}
#popupGallery .carousel .carousel-inner .carousel-item .carousel-content .img p {
    color: #fff;
}
#popupGallery .carousel .carousel-inner .carousel-item .carousel-content.shown .img,
#popupGallery .carousel .carousel-inner .carousel-item .carousel-content.shown .media-summary {
    display: table-cell;
}
#popupGallery .carousel .carousel-inner .carousel-item .carousel-content.shown .img {
    width: 80%;
}
.related-discover {
    display: block;
    background-color: #fef3e8;
    padding-top: 40px;
    padding-bottom: 40px;
}
.related-discover.quiz-result-posts {
    display: none;
    background-color: transparent;
    padding-top: 0;
}
.related-discover .block .content {
    margin-top: 25px;
}
.related-discover .block .content .title,
.related-discover .block .content .title:active,
.related-discover .block .content .title:focus,
.related-discover .block .content .title:hover {
    font-size: 18px;
}
.related-discover .items .image {
    width: 100%;
}
.related-discover .items .image .img-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.related-discover .items .image .img-wrapper .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.related-discover .items .image.portrait .img-wrapper {
    padding-bottom: 150%;
}
.related-discover .items .image.square .img-wrapper {
    padding-bottom: 100%;
}
.related-discover .items .content .label {
    font-size: 14px;
    color: #1d1d1b;
    text-transform: uppercase;
}
.related-discover .items .content .title,
.related-discover .items .content .title:active,
.related-discover .items .content .title:focus,
.related-discover .items .content .title:hover {
    font-family: "Josefin Sans";
    font-weight: 700;
    color: #1d1d1b;
}
.related-discover .items:hover .image .img-wrapper .img {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.page {
    display: block;
    padding-top: 60px;
    padding-bottom: 0px;
}
#hotest_stories .fix-me {
    position: sticky;
    top: 105px;
}
#hotest_stories .fix-me .img-wrapper{
    min-height: 83vh;
}
 .page.single-video h1 {
    position: relative;
    display: block;
    font-size: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f60;
}
.page.single-video h1:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f60;
    left: 0;
    bottom: 5px;
}
.page ol,
.page ul {
    padding-left: 20px;
}
.page ol li,
.page ul li {
    margin-bottom: 15px;
}
.page ol li ol,
.page ol li ul,
.page ul li ol,
.page ul li ul {
    margin-top: 10px;
}
.page a,
.page a:active,
.page a:focus,
.page a:hover {
    color: #f60;
}
.page table {
    display: block;
    width: 100%;
    border-collapse: collapse;
}
.page table tbody {
    display: block;
    width: 100%;
}
.page table tr td,
.page table tr th {
    padding: 5px 10px;
    border: 1px solid #f8f8f8;
}
.page table tr th {
    background-color: #f8f8f8;
}
.page .section {
    display: block;
    border-top: 1px solid #f60;
    margin-top: 40px;
    padding-top: 40px;
}
.page .sitemap .panel {
    border: 1px solid #f8f8f8;
    margin-bottom: 30px;
}
.page .sitemap .panel .panel-heading {
    font-family: "Josefin Sans";
    font-weight: 500;
    color: #fff;
    background-color: #1d1d1b;
    padding: 5px 10px;
}
.page .sitemap .panel .panel-body {
    padding: 15px 10px 0 10px;
}
.page .sitemap .panel .panel-body ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
.page .sitemap .panel .panel-body ul li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.page .sitemap .panel .panel-body ul li a,
.page .sitemap .panel .panel-body ul li a:active,
.page .sitemap .panel .panel-body ul li a:focus,
.page .sitemap .panel .panel-body ul li a:hover {
    font-family: "Josefin Sans";
    font-weight: 500;
    display: block;
}
.page .sitemap .panel .panel-body ul li ul li {
    margin-bottom: 5px;
}
.page .sitemap .panel .panel-body ul li ul li a,
.page .sitemap .panel .panel-body ul li ul li a:active,
.page .sitemap .panel .panel-body ul li ul li a:focus,
.page .sitemap .panel .panel-body ul li ul li a:hover {
    font-family: "Josefin Sans";
    font-weight: 400;
}
.page .sitemap .panel.panel-destination .panel-body ul li {
    width: 24%;
}
.page .sitemap .panel.panel-destination .panel-body ul li ul li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.page .sitemap .panel.panel-destination .panel-body ul li ul li ul {
    margin-top: 5px;
}
.page .sitemap .panel.panel-destination .panel-body ul li ul li ul li {
    padding-left: 10px;
}
#search h1 {
    font-family: "Josefin Sans";
    font-weight: 400;
}
#search h1 span {
    font-family: "Josefin Sans";
    font-weight: 700;
}
#search #search-results {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}
#search #search-results h1 {
    margin-bottom: 20px;
}
#search #search-results .inspirations-list {
    margin-top: 30px;
    padding-left: 0;
    list-style: none;
}
#search #search-results .inspirations-list li {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
#search #search-results .inspirations-list li a,
#search #search-results .inspirations-list li a:active,
#search #search-results .inspirations-list li a:focus,
#search #search-results .inspirations-list li a:hover {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#search #search-results .inspirations-list li a img,
#search #search-results .inspirations-list li a:active img,
#search #search-results .inspirations-list li a:focus img,
#search #search-results .inspirations-list li a:hover img {
    display: inline-block;
    width: 75px;
    height: auto;
}
#search #search-results .inspirations-list li a span,
#search #search-results .inspirations-list li a:active span,
#search #search-results .inspirations-list li a:focus span,
#search #search-results .inspirations-list li a:hover span {
    display: block;
    color: #1d1d1b;
    margin-top: 10px;
}
#search #search-results .inspirations-list li a:active:hover span,
#search #search-results .inspirations-list li a:focus:hover span,
#search #search-results .inspirations-list li a:hover span,
#search #search-results .inspirations-list li a:hover:hover span {
    color: #f60;
}
#search #search-results .block,
#search #search-results .block:active,
#search #search-results .block:focus,
#search #search-results .block:hover {
    color: #fff;
}
#search #search-results .block .image .img-wrapper,
#search #search-results .block:active .image .img-wrapper,
#search #search-results .block:focus .image .img-wrapper,
#search #search-results .block:hover .image .img-wrapper {
    padding-bottom: 50%;
}
#search #search-results .block .image .content,
#search #search-results .block:active .image .content,
#search #search-results .block:focus .image .content,
#search #search-results .block:hover .image .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
}
#search #search-results .block .image .content h4,
#search #search-results .block:active .image .content h4,
#search #search-results .block:focus .image .content h4,
#search #search-results .block:hover .image .content h4 {
    font-family: "Josefin Sans";
    font-weight: 400;
    margin-bottom: 0;
}
#search #search-results .block .image .content h2,
#search #search-results .block .image .content h4,
#search #search-results .block:active .image .content h2,
#search #search-results .block:active .image .content h4,
#search #search-results .block:focus .image .content h2,
#search #search-results .block:focus .image .content h4,
#search #search-results .block:hover .image .content h2,
#search #search-results .block:hover .image .content h4 {
    line-height: 1;
    text-transform: uppercase;
}
#search #search-results .block:active:focus,
#search #search-results .block:active:hover,
#search #search-results .block:focus,
#search #search-results .block:focus:focus,
#search #search-results .block:focus:hover,
#search #search-results .block:hover,
#search #search-results .block:hover:focus,
#search #search-results .block:hover:hover {
    color: #f60;
}
#search #search-results .block-destination,
#search #search-results .block-destination:active,
#search #search-results .block-destination:focus,
#search #search-results .block-destination:hover {
    color: #fff;
}
#search #search-results .block-destination .image .img-wrapper,
#search #search-results .block-destination:active .image .img-wrapper,
#search #search-results .block-destination:focus .image .img-wrapper,
#search #search-results .block-destination:hover .image .img-wrapper {
    padding-bottom: 50%;
}
#search #search-results .block-destination .image .content,
#search #search-results .block-destination:active .image .content,
#search #search-results .block-destination:focus .image .content,
#search #search-results .block-destination:hover .image .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
}
#search #search-results .block-destination .image .content h4,
#search #search-results .block-destination:active .image .content h4,
#search #search-results .block-destination:focus .image .content h4,
#search #search-results .block-destination:hover .image .content h4 {
    font-family: "Josefin Sans";
    font-weight: 400;
    margin-bottom: 0;
}
#search #search-results .block-destination .image .content h2,
#search #search-results .block-destination .image .content h4,
#search #search-results .block-destination:active .image .content h2,
#search #search-results .block-destination:active .image .content h4,
#search #search-results .block-destination:focus .image .content h2,
#search #search-results .block-destination:focus .image .content h4,
#search #search-results .block-destination:hover .image .content h2,
#search #search-results .block-destination:hover .image .content h4 {
    line-height: 1;
    text-transform: uppercase;
}
#search #search-results .block-destination:active:focus,
#search #search-results .block-destination:active:hover,
#search #search-results .block-destination:focus,
#search #search-results .block-destination:focus:focus,
#search #search-results .block-destination:focus:hover,
#search #search-results .block-destination:hover,
#search #search-results .block-destination:hover:focus,
#search #search-results .block-destination:hover:hover {
    color: #f60;
}
#articles {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}
#articles h1 {
    margin-bottom: 20px;
}
#articles .item {
    position: relative;
    display: block;
    padding-bottom: 40px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f60;
}
#articles .item:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    bottom: 5px;
    border-bottom: 1px solid #f60;
}
#articles .item:last-child {
    border: 0;
}
#articles .item:last-child:after {
    display: none;
}
#articles .item .title,
#articles .item .title:focus,
#articles .item .title:hover {
    display: block;
    font-family: "Josefin Sans";
    font-weight: 700;
    font-size: 20px;
    color: #1d1d1b;
    margin-bottom: 15px;
}
#articles .item .btn,
#articles .item .btn:active,
#articles .item .btn:focus,
#articles .item .btn:hover {
    display: inline;
    font-size: 14px;
    padding: 8px 10px;
}
.modal-backdrop {
    background-color: #1d1d1b;
    opacity: 0.95 !important;
    z-index: 1000;
}
.video-modal {
    background-color: transparent;
}
.video-modal .modal-dialog {
    top: 12%;
    z-index: 12000;
}
.video-modal .modal-dialog .modal-content {
    position: relative;
    width: 100%;
    border: none;
    background-color: transparent;
}
.video-modal .modal-dialog .modal-content .modal-close {
    position: absolute;
    cursor: pointer;
    margin-top: -30px;
    right: 0;
    z-index: 13000;
    background: 0 0;
}
.video-modal .modal-dialog .modal-content .modal-close span {
    display: block;
    background-color: #fff;
    width: 28px;
    height: 3px;
    margin-bottom: 17px;
}
.video-modal .modal-dialog .modal-content .modal-close span.bar-1 {
    -ms-transform: rotate(43deg) translateX(0);
    -webkit-transform: rotate(43deg) translateX(0);
    -o-transform: rotate(43deg) translateX(0);
    transform: rotate(43deg) translateX(0);
    transform-origin: 0 50%;
}
.video-modal .modal-dialog .modal-content .modal-close span.bar-2 {
    -ms-transform: rotate(-43deg) translateX(0);
    -webkit-transform: rotate(-43deg) translateX(0);
    -o-transform: rotate(-43deg) translateX(0);
    transform: rotate(-43deg) translateX(0);
    transform-origin: 0 50%;
}
.video-modal .modal-dialog .modal-content .video-js .vjs-dock-text {
    display: none;
}
.video-modal .modal-dialog .modal-content .youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}
.video-modal .modal-dialog .modal-content .youtube-video embed,
.video-modal .modal-dialog .modal-content .youtube-video iframe,
.video-modal .modal-dialog .modal-content .youtube-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider {
    position: relative;
    display: block;
    list-style: none;
}
.slider .items {
    position: relative;
    overflow: hidden;
}
.slider .items .item {
    position: absolute;
    display: block;
    top: 0;
}
.slider .items .item .block {
    margin-top: 0;
    margin-bottom: 0;
}
.slider .items .item .block .image .title-bottom {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slider .items .item .block h3 {
    margin-bottom: 10px;
}
.slider .slider-next,
.slider .slider-prev {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
    z-index: 1000;
}
.slider .slider-next i,
.slider .slider-prev i {
    font-size: 20px;
    color: #1d1d1b;
    line-height: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slider .slider-next:active i,
.slider .slider-next:focus i,
.slider .slider-next:hover i,
.slider .slider-prev:active i,
.slider .slider-prev:focus i,
.slider .slider-prev:hover i {
    color: #1d1d1b;
}
.slider .slider-prev {
    left: -15px;
}
.slider .slider-next {
    right: -15px;
}
.paid-content {
    display: block;
    background-color: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 40px;
}
.paid-content h3 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.paid-content .block {
    background-color: #fff;
}
.paid-content .block .img-wrapper:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 90%;
    border: 1px solid #fff;
    top: 5%;
    left: 5%;
}
.paid-content .block .content {
    padding: 0 10px 50px 10px;
}
#page-404 .banner {
    position: relative;
    background-position: center;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 250px;
    text-align: center;
    color: #fff;
}
#page-404 .banner h1 {
    font-size: 100px;
}
#page-404 .banner h2 {
    font-family: "Josefin Sans";
    font-weight: 500;
    font-size: 60px;
    text-transform: uppercase;
}
#page-404 .banner p {
    font-family: "Josefin Sans";
    font-weight: 500;
    font-size: 30px;
}
#destination .intro,
#inspirations .intro {
    display: block;
    margin-top: 30px;
}
#destination .intro p,
#inspirations .intro p {
    text-align: center;
}
#destination .intro .three-lines,
#inspirations .intro .three-lines {
    margin-top: 30px;
}
#destination .intro .read-more,
#inspirations .intro .read-more {
    cursor: pointer;
    text-align: center;
    color: #f60;
    margin-bottom: 30px;
    text-decoration: underline;
}
#destination {
    position: relative;
}
#destination .promotion-sponsored-logo {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
}
#destination .promotion-sponsored-logo img {
    display: block;
    width: auto;
    max-height: 90px;
    margin: 0 auto;
}
#destination .promoted {
    display: block;
    background-position: top center;
    background-size: cover;
    margin-bottom: -80px;
}
#destination .promoted .inner {
    display: block;
    background-color: #fff;
    padding: 25px;
}
/* #destination .banner {
    margin-top: 40px;
} */
#destination h1 {
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
#destination .title-line {
    text-transform: uppercase;
}
#inspirations {
    display: block;
    position: relative;
    margin-top: 40px;
}
#inspirations .category {
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    min-height: 75px;
}
#inspirations .category .image {
    display: table-cell;
    position: relative;
    width: 75px;
    height: 75px;
    background-size: cover;
    border-radius: 50%;
}
#inspirations .category .content {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
}
#inspirations .category .content a,
#inspirations .category .content a:active,
#inspirations .category .content a:hover {
    display: block;
    font-size: 14px;
    color: #1d1d1b;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}
#inspirations .category .content p {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
}
#inspirations .destination {
    position: relative;
    display: block;
    border-top: 1px solid #f60;
    padding-top: 40px;
}
#inspirations .destination:after,
#inspirations .destination:before {
    position: absolute;
    content: "";
    background-color: #f60;
    width: 100%;
    height: 1px;
}
#inspirations .destination:before {
    top: -11px;
}
#inspirations .destination:after {
    top: 9px;
}
#inspirations .destination h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
#inspirations .destination .read-more,
#inspirations .destination .read-more:active,
#inspirations .destination .read-more:focus,
#inspirations .destination .read-more:hover {
    display: inline-block;
    position: relative;
    color: #f60;
    text-decoration: underline;
    margin-bottom: 30px;
}
#inspirations .destination .block {
    margin-bottom: 50px;
}
#inspirations .sponsored-destination {
    background-color: #f8f8f8;
}
#inspirations .sponsored-destination .destination {
    border: 0;
}
#inspirations .sponsored-destination .destination:after,
#inspirations .sponsored-destination .destination:before {
    display: none;
}
#inspirations .sponsored-destination .destination .block .img-wrapper {
    border: 7px solid #fff;
}
#inspirations .sponsored-destination .sponsored {
    display: block;
    margin-bottom: 30px;
}
#inspirations .sponsored-destination .sponsored p {
    font-size: 12px;
    text-transform: uppercase;
}
#inspirations .sponsored-destination .sponsored img {
    display: block;
    max-width: 100px;
    max-height: 100px;
}
.tabs-li {
    display: block;
    margin-bottom: 30px;
    padding-left: 0;
}
.tabs-li li {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #1d1d1b;
    padding: 8px 10px 4px 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
}
.tabs-li li.active,
.tabs-li li:active,
.tabs-li li:focus,
.tabs-li li:hover {
    background-color: #f60;
    color: #fff;
    border: 2px solid #f60;
}
.map-section {
    display: table;
    position: relative;
}
.map-section .div-map-places-list,
.map-section .map {
    display: table-cell;
    height: 400px;
}
.map-section .div-map-places-list {
    width: 40%;
    height: 400px;
}
.map-section .div-map-places-list .map-places-list {
    height: 400px;
    padding-left: 0;
    margin-right: 30px;
    margin-bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.map-section .div-map-places-list .map-places-list::-webkit-scrollbar {
    width: 7px;
}
.map-section .div-map-places-list .map-places-list::-webkit-scrollbar-track {
    background: #f8f8f8;
}
.map-section .div-map-places-list .map-places-list::-webkit-scrollbar-thumb {
    background: #ff7d00;
}
.map-section .div-map-places-list .map-places-list::-webkit-scrollbar-thumb:hover {
    background: #ff7d00;
}
.map-section .div-map-places-list .map-places-list li {
    display: block;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
    list-style: none;
}
.map-section .div-map-places-list .map-places-list li.sponsored {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.map-section .div-map-places-list .map-places-list li .place {
    position: relative;
    width: 100%;
    background-color: #f8f8f8;
}
.map-section .div-map-places-list .map-places-list li .place .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.map-section .div-map-places-list .map-places-list li .place .content {
    position: relative;
    min-height: 100px;
    padding: 15px;
}
.map-section .div-map-places-list .map-places-list li .place .content .category,
.map-section .div-map-places-list .map-places-list li .place .content .sponsored-title {
    font-size: 12px;
    color: #0162b0;
    margin-bottom: 5px;
}
.map-section .div-map-places-list .map-places-list li .place .content h4 {
    font-size: 16px;
    margin-bottom: 0;
    white-space: normal;
}
.map-section .div-map-places-list .map-places-list li .place .content p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 0;
}
.map-section .div-map-places-list .map-places-list li .like {
    position: absolute;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    top: 6px;
    left: 8px;
    z-index: 5;
}
.map-section .div-map-places-list .map-places-list li:last-child {
    margin-bottom: 0;
}
.map-section .content-string h4 {
    font-size: 16px;
}
.map-section .gm-ui-hover-effect {
    outline: 0;
}
.map-section .gm-ui-hover-effect:active,
.map-section .gm-ui-hover-effect:focus,
.map-section .gm-ui-hover-effect:hover {
    outline: 0;
}
.map-section .map {
    width: 60%;
}
#cookie-banner {
    position: fixed;
    display: none;
    width: 100%;
    bottom: 0;
    background-color: #1d1d1b;
    text-align: center;
    z-index: 11000;
    padding: 10px 15px;
}
#cookie-banner .inner {
    display: table;
    margin: 0 auto;
}
#cookie-banner .inner button,
#cookie-banner .inner p {
    display: table-cell;
}
#cookie-banner a,
#cookie-banner a:active,
#cookie-banner a:focus,
#cookie-banner a:hover,
#cookie-banner p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
#cookie-banner a {
    text-decoration: underline;
}
#cookie-banner button {
    cursor: pointer;
    font-size: 16px;
    background-color: #f60;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 6px 15px;
    margin-left: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#cookie-banner button:hover {
    color: #1d1d1b;
}
#toTop {
    position: fixed;
    cursor: pointer;
    right: 30px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    background-color: #f60;
    border: 2px solid #f60;
    border-radius: 50%;
    text-align: center;
    z-index: 10500;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#toTop i {
    font-size: 24px;
    color: #fff;
    line-height: 34px;
}
#toTop:focus,
#toTop:hover {
    background-color: #fff;
}
#toTop:focus i,
#toTop:hover i {
    color: #f60;
}
.download-magazine {
    position: fixed;
    width: 100%;
    max-width: 100%;
    bottom: 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10000;
}
.download-magazine .bth:active,
.download-magazine .btn,
.download-magazine .btn:focus,
.download-magazine .btn:hover {
    border-radius: 12px;
    padding: 12px 30px 9px 30px;
}
.download-magazine .bth:active i,
.download-magazine .btn i,
.download-magazine .btn:focus i,
.download-magazine .btn:hover i {
    margin-left: 15px;
}
footer {
    position: relative;
    z-index: 9;
    display: block;
    background-color: #f60;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 120px;
}
footer .logo {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
footer .logo img {
    width: 100%;
    height: auto;
}
footer .menu {
    display: block;
    width: 100%;
    margin-top: 50px;
}
footer .menu ul {
    display: table;
    width: 100%;
    list-style: none;
    padding-left: 0;
}
footer .menu ul li {
    display: table-cell;
    width: 33%;
    margin-top: 25px;
}
footer .menu ul li a,
footer .menu ul li a:focus,
footer .menu ul li a:hover {
    display: block;
    font-family: "Josefin Sans";
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
footer .menu ul li ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}
footer .menu ul li ul li {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
footer .menu ul li ul li a,
footer .menu ul li ul li a:focus,
footer .menu ul li ul li a:hover {
    font-family: "Josefin Sans";
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: none;
    text-decoration: none;
}
footer .menu ul li ul li a:active,
footer .menu ul li ul li a:focus,
footer .menu ul li ul li a:focus:active,
footer .menu ul li ul li a:focus:focus,
footer .menu ul li ul li a:focus:hover,
footer .menu ul li ul li a:hover,
footer .menu ul li ul li a:hover:active,
footer .menu ul li ul li a:hover:focus,
footer .menu ul li ul li a:hover:hover {
    text-decoration: underline;
}
footer .social {
    display: inline-block !important;
    float: right;
    width: auto !important;
    margin-top: 40px !important;
    padding-left: 0;
}
footer .social li {
    display: inline-block !important;
    width: auto !important;
    margin-right: 20px;
    text-decoration: none;
    margin-top: 5px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
footer .social li a,
footer .social li a:active,
footer .social li a:focus,
footer .social li a:hover {
    display: inline-block;
    text-align: center;
}
footer .social li a i,
footer .social li a:active i,
footer .social li a:focus i,
footer .social li a:hover i {
    color: #fff;
    font-size: 16px;
}
footer .social li:hover a i,
footer .social li:hover a:focus i,
footer .social li:hover a:hover i {
    color: #1d1d1b;
}
footer .social li:first-child {
    display: block !important;
    font-size: 16px;
    width: 220px !important;
    text-transform: uppercase;
    text-align: left;
}
#book-buttons {
    position: fixed;
    width: 60px;
    top: 0;
    opacity: 0;
    z-index: 1000;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    left: 60.5556px;
    top: 438px;
    bottom: auto;
    opacity: 1;
}
#book-buttons a,
#book-buttons a:active,
#book-buttons a:focus,
#book-buttons a:hover {
    display: block;
    background-color: #f60;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-family: "Josefin Sans";
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: 15px;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#book-buttons a i,
#book-buttons a:active i,
#book-buttons a:focus i,
#book-buttons a:hover i {
    font-size: 20px;
}
#book-buttons a:active,
#book-buttons a:active:active,
#book-buttons a:active:focus,
#book-buttons a:active:hover,
#book-buttons a:focus,
#book-buttons a:focus:active,
#book-buttons a:focus:focus,
#book-buttons a:focus:hover,
#book-buttons a:hover,
#book-buttons a:hover:active,
#book-buttons a:hover:focus,
#book-buttons a:hover:hover {
    background-color: #ff7d00;
}
body .block .content .title, body .block .content .title:active, body .block .content .title:focus, body .block .content .title:hover {
    margin-bottom: 0px;
}
.body {
    padding-top: 98.0729px;
}
@media screen and (min-width: 1321px) {
    #book-buttons .book-buttons-mb{
        display: none;
    }
}
@media screen and (max-width: 1320px) {
    #book-buttons .book-buttons-dt{
        display: none;
    }
    #book-buttons {
        display: block;
        width: 100%;
        text-align: center;
        left: 0px;
        top: auto;
        bottom: 15px;
        opacity: 1;
    }
    #book-buttons a,
    #book-buttons a:active,
    #book-buttons a:focus,
    #book-buttons a:hover {
        display: inherit;
        position: relative;
        background-color: #f60;
        border: 0;
        border-radius: 18px;
        width: 100%;
        width: 220px;
        height: auto;
        padding: 5px 10px;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 5px;
    }
    #book-buttons a i,
    #book-buttons a:active i,
    #book-buttons a:focus i,
    #book-buttons a:hover i {
        position: relative;
        margin-left: 5px;
        top: 2px;
    }
}
@media screen and (max-width: 991px) {
    .dropdown-menus {
        display: none;
    }
    .banner.banner-half-width .banner-img {
        position: relative;
        width: 100%;
        height: 400px;
    }
    .banner.banner-half-width .banner-img .image-credit {
        display: block;
        padding: 0 15px;
    }
    .banner.banner-half-width .single-banner-content {
        position: relative;
        padding-top: 0;
    }
    .banner.banner-half-width .single-banner-content h1 {
        font-size: 42px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .banner.banner-half-width .single-banner-content h1:after {
        margin-top: 10px;
    }
    .banner.banner-half-width .single-banner-content .subtitle,
    .banner.banner-half-width .single-banner-content h4 {
        margin-bottom: 15px;
    }
    .banner.banner-half-width .single-banner-content .social {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .banner.banner-half-width .single-banner-content .author {
        margin-top: 15px;
    }
    .single {
        margin-bottom: 40px;
    }
    .map-section {
        display: block;
        position: relative;
    }
    .map-section .div-map-places-list,
    .map-section .map {
        display: block;
    }
    .map-section .div-map-places-list {
        position: absolute;
        background-color: #fff;
        height: 140px;
        width: 90%;
        overflow-x: scroll;
        bottom: 40px;
        right: 0;
        z-index: 10;
    }
    .map-section .div-map-places-list .map-places-list {
        display: table;
        margin-right: 0;
        overflow-x: scroll;
        overflow-y: hidden;
        height: 100%;
    }
    .map-section .div-map-places-list .map-places-list li {
        display: table-cell;
        height: 100%;
        width: 300px;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: top;
    }
    .map-section .div-map-places-list .map-places-list li .place {
        width: 300px;
        height: 140px;
    }
    .map-section .div-map-places-list .map-places-list li .place .image {
        height: 140px;
    }
    .map-section .div-map-places-list .map-places-list li .place .content p {
        display: none;
    }
    .map-section .map {
        width: 100%;
        height: 600px;
    }
    body .breadcrumbs{
      margin-bottom: 7px;
      z-index: 9999;
    }
    .search-form {
        padding-top: 15px;
    }
    #slider-menu{
        top: 97px;
    }
    body.home #slider-menu{
        top: 60px;
    }
    body.home .search-form {
        padding-top: 0px;
    }
}
@media screen and (max-width: 767px) {

   body #hotest_stories .fix-me {
        position: relative;
        top: 0;
    }
   body #hotest_stories .fix-me .img-wrapper{
        min-height: 40vh;
    }
   body #full_width_slider .owl-carousel .owl-stage-outer .owl-stage .content a {
    font-size: 22px;
    line-height: 1.3 !important;
    }
    body #full_width_slider .sponsor {
        bottom: 40px;
    }
    body #full_width_slider {
        height: 350px;
    }
    header {
        min-height: 60px;
    }
    .search-form {
        padding-top: 20px;
    }
    .search-form .container {
        padding-left: 0;
        padding-right: 0;
    }
    .search-form .inner {
        padding-left: 40px;
    }
    .search-form .inner .search-close span:after,
    .search-form .inner .search-close span:before {
        width: 20px;
    }
    .search-form .inner .load-inspirations h4.title-line {
        font-size: 20px;
    }
    .search-form .inner .load-inspirations ul li {
        width: 100%;
        margin-right: 0;
    }
    .banner {
        min-height: 500px;
    }
    .banner.banner-half-width .banner-img {
        height: 300px;
    }
    .banner.banner-half-width .single-banner-content h1 {
        font-size: 36px;
    }
    .banner.banner-half-width .single-banner-content .subtitle,
    .banner.banner-half-width .single-banner-content h4 {
        font-size: 16px;
    }
    #destination .banner h1,
    #inspirations .banner h1 {
        font-size: 36px;
    }
    #carousel .carousel .carousel-inner .carousel-item .content {
        padding: 20px;
    }
    #carousel .carousel .carousel-inner .carousel-item .content h4 {
        font-size: 12px;
        letter-spacing: 3px;
    }
    #carousel .carousel .carousel-inner .carousel-item .content .title,
    #carousel .carousel .carousel-inner .carousel-item .content .title:focus,
    #carousel .carousel .carousel-inner .carousel-item .content .title:hover,
    #carousel .carousel .carousel-inner .carousel-item .content h2,
    #carousel .carousel .carousel-inner .carousel-item .content h4 {
        font-size: 28px;
        line-height: 1.3;
    }
    #carousel .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    #carousel .carousel-indicators li.active:before {
        width: 10px;
        height: 10px;
        top: 0;
        left: 0;
    }
    #carousel .carousel-indicators li.active:after {
        display: none;
    }
    #carousel .carousel-control-next,
    #carousel .carousel-control-prev {
        display: none;
    }
    h2.title-cls {
        font-size: 26px;
        letter-spacing: 0;
        padding-top: 30px;
    }
    h2.title-line:before {
        top: -7px;
    }
    h2.title-line:after {
        top: 5px;
    }
    h3.title {
        font-size: 32px;
    }
    .block.overlay .content .title,
    .block.overlay .content .title:active,
    .block.overlay .content .title:focus,
    .block.overlay .content .title:hover {
        font-size: 22px !important;
        line-height: 1.2 !important;
    }
    .block.block-md .title,
    .block.block-md .title:active,
    .block.block-md .title:focus,
    .block.block-md .title:hover {
        font-size: 20px !important;
    }
    .block.block-promotion .content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .block.block-promotion .content .title,
    .block.block-promotion .content .title:active,
    .block.block-promotion .content .title:focus,
    .block.block-promotion .content .title:hover {
        font-size: 24px;
    }
    .block-pro-border-cls .image {
        border: none;
    }
    .block .image .title-middle {
        font-weight: 700;
        font-size: 28px;
    }
    .block .image .label {
        font-size: 12px;
    }
    .block-list {
        max-height: none;
    }
    .block-list::-webkit-scrollbar {
        display: none;
    }
    .block-list li .list-item .content .city {
        font-size: 14px;
    }
    .block-list li .list-item .content .title,
    .block-list li .list-item .content .title:active,
    .block-list li .list-item .content .title:focus,
    .block-list li .list-item .content .title:hover {
        font-size: 16px;
    }
    .single .main-content h2,
    .single-article .main-content h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .single .main-content .section,
    .single-article .main-content .section {
        padding-top: 20px;
    }
    .single .sidebar,
    .single-article .sidebar {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .single .sidebar h2,
    .single-article .sidebar h2 {
        font-size: 32px;
        text-align: center;
        letter-spacing: 0;
    }
    .feature .block .sponsor img {
        width: 60px;
    }
    .feature .block .image .content {
        padding: 20px;
    }
    .feature .block .image .content h4 {
        font-size: 14px;
    }
    .feature .block .image .content h2 {
        font-size: 20px;
        margin-top: 5px;
        letter-spacing: 1px;
        margin-bottom: 0;
    }
    .feature .block .content .title,
    .feature .block .content .title:active,
    .feature .block .content .title:focus,
    .feature .block .content .title:hover {
        font-size: 18px;
    }
    .related-discover .content .sponsor img {
        display: block;
        max-height: 100px;
        max-width: 60px;
        margin-bottom: 15px;
    }
    .page .sitemap .panel .panel-body ul li {
        display: block;
        width: 100%;
    }
    .page .sitemap .panel .panel-body ul li ul li {
        display: inline-block;
        width: 48%;
    }
    .page .sitemap .panel.panel-destination .panel-body ul li {
        display: inline-block;
        width: 48%;
    }
    .related-discover .items .image.portrait .img-wrapper {
        padding-bottom: 100%;
    }
    #search h1 {
        font-size: 32px;
    }
    #search #search-results {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #search #search-results .sections {
        margin-top: 40px;
    }
    footer .logo {
        max-width: 450px;
    }
    footer .menu ul {
        display: block;
    }
    footer .menu ul li {
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }
    #page-404 .banner {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    #page-404 .banner h2 {
        font-size: 32px;
    }
    #page-404 .banner h1 {
        font-size: 48px;
    }
    #cookie-banner .inner {
        display: block;
    }
    #cookie-banner .inner button,
    #cookie-banner .inner p {
        display: block;
    }
    #cookie-banner .inner p {
        margin-bottom: 15px;
    }
    #cookie-banner .inner button {
        margin: 0 auto;
    }
}
@media screen and (max-width: 575px) {
    .category-icons i {
        font-size: 42px;
    }
    .category-icons span {
        font-size: 14px;
    }
    #carousel {
        height: 350px;
    }
    #carousel .carousel .carousel-inner .carousel-item .content .title,
    #carousel .carousel .carousel-inner .carousel-item .content .title:active,
    #carousel .carousel .carousel-inner .carousel-item .content .title:focus,
    #carousel .carousel .carousel-inner .carousel-item .content .title:hover,
    #carousel .carousel .carousel-inner .carousel-item .content h2 {
        font-size: 22px;
    }
    #carousel .carousel .carousel-inner .carousel-item .content h4 {
        font-size: 16px;
        line-height: 1;
        letter-spacing: 1px;
    }
    #carousel .sponsor {
        bottom: 40px;
    }
    #carousel .sponsor .img {
        margin-top: 5px;
    }
    #carousel .carousel-indicators {
        top: auto;
        bottom: 0;
        margin-bottom: 0;
    }
    .download-magazine {
        bottom: 15px;
    }
    .download-magazine .bth:active,
    .download-magazine .btn,
    .download-magazine .btn:focus,
    .download-magazine .btn:hover {
        max-width: 220px;
        text-align: left;
        border-radius: 12px;
        padding: 12px 30px 9px 30px;
        white-space: normal;
    }
    .banner-book-now .content h3 {
        font-size: 32px;
    }
    .banner-book-now .content p {
        font-size: 20px;
    }
    .banner-book-now .content .btn {
        font-size: 14px;
    }
    .banner-book-now img {
        max-width: 90px;
    }
    #toTop {
        bottom: 80px;
        right: 10px;
    }
    footer .logo {
        max-width: 300px;
    }
    footer .menu ul {
        display: block;
    }
    footer .menu ul li {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .banner-book-now .content {
        margin-bottom: 80px;
    }
}
body {
    padding-top: 98.0729px;
}