@charset "UTF-8";


dl, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
    margin-top: 0
}
address, dl, ol, p, pre, ul {
    margin-bottom: 1rem
}
body, caption {
}
dd, h1, h2, h3, h4, h5, h6, label {
    margin-bottom: .5rem
}
*, .slick-slider, ::after, ::before {
    box-sizing: border-box
}
pre, textarea {
    overflow: auto
}
article, aside, figcaption, figure, footer, header, hgroup, legend, main, nav, section {
    display: block
}
address, legend {
    line-height: inherit
}
.badge, progress, sub, sup {
    vertical-align: baseline
}
label, output {
    display: inline-block
}
button, hr, input {
    overflow: visible
}
.btn, .slick-slider {
    -ms-user-select: none
}
.btn-outline-danger, .btn-outline-dark, .btn-outline-info, .btn-outline-light, .btn-outline-primary, .btn-outline-success, .btn-outline-warning, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none
}
.dropdown-menu, .form-control, .popover {
    background-clip: padding-box
}
.dropdown-menu, .nav, .navbar-nav {
    list-style: none
}
.owl-carousel .owl-item, .slick-slider {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}
: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
}
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
}
.text-monospace, code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #F9F9F9;
    background-color: #fff
}
[tabindex="-1"]:focus {
    outline: 0!important
}
abbr[data-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}
.btn:not(:disabled):not(.disabled), .navbar-toggler:not(:disabled):not(.disabled), .page-link:not(:disabled):not(.disabled), summary {
    cursor: pointer
}
address {
    font-style: normal
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
blockquote, figure {
    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
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a:hover {
    color: #0056b3;
    text-decoration: underline
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}
a:not([href]):not([tabindex]):focus {
    outline: 0
}
code, kbd, pre, samp {
    font-size: 1em
}
pre {
    -ms-overflow-style: scrollbar
}
img {
    vertical-align: middle;
    border-style: none
}
svg:not(:root) {
    overflow: hidden
}
table {
    border-collapse: collapse
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    caption-side: bottom
}
th {
    text-align: inherit
}
button {
    border-radius: 0
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
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 {
    resize: vertical
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    color: inherit;
    white-space: normal
}
.badge, .btn, .dropdown-header, .input-group-text, .navbar-brand, .progress-bar {
    white-space: nowrap
}
[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
}
.display-1, .display-2, .display-3, .display-4 {
    line-height: 1.2
}
summary {
    display: list-item
}
template {
    display: none
}
[hidden] {
    display: none!important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}
.blockquote, hr {
    margin-bottom: 1rem
}
.display-1, .display-2, .display-3, .display-4, .lead {
    font-weight: 300
}
.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
}
.display-1 {
    font-size: 6rem
}
.display-2 {
    font-size: 5.5rem
}
.display-3 {
    font-size: 4.5rem
}
.display-4 {
    font-size: 3.5rem
}
hr {
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}
.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto
}
.small, small {
    font-size: 80%;
    font-weight: 400
}
.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline-item {
    display: inline-block
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
.blockquote {
    font-size: 1.25rem
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}
.blockquote-footer::before {
    content: "\2014 \00A0"
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}
.figure {
    display: inline-block
}
.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}
.figure-caption {
    font-size: 90%;
    color: #6c757d
}
code, kbd {
    font-size: 87.5%
}
a>code, pre code {
    color: inherit
}
code {
    color: #e83e8c;
    word-break: break-word
}
kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}
.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}
.page-id-74 .contents.inner ul>li, .page-id-704 .contents.inner ul>li, .page-id-883 .contents.inner ul>li, .page-id-1715 .contents.inner ul>li, .page-id-2236 .contents.inner ul>li, .page-id-2669 .contents.inner ul>li , .page-id-3486 .contents.inner ul>li, .page-id-3669 .contents.inner ul>li, .page-id-3839 .contents.inner ul>li , .page-id-4079 .contents.inner ul>li  {
    padding-left: 28px;
    margin-right: -14px;
    margin-left: 0;
    background-position: 4px 3px;
}
.service-info ul>li {
    margin: 0!important
}
.tour-list .points li::before {
    display: block;
    background: url(../img/point-img.png);
    */width: 16px;
    height: 16px;
    position: relative;
    white-space: pre-line;
    left: -22px;
    top: 0
}
.tour-points li::before {
    display: block;
    background: url(../img/point-img.png);
    width: 16px;
    height: 16px;
    position: relative;
    white-space: pre-line;
    left: -22px;
    top: 0
}
.btn, .btn-link {
    font-weight: 400
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}
pre code {
    font-size: inherit;
    word-break: normal
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}
@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}
@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}
@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.no-gutters {
    margin-right: 0;
    margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
.order-first {
    -ms-flex-order: -1;
    order: -1
}
.order-last {
    -ms-flex-order: 13;
    order: 13
}
.order-0 {
    -ms-flex-order: 0;
    order: 0
}
.order-1 {
    -ms-flex-order: 1;
    order: 1
}
.order-2 {
    -ms-flex-order: 2;
    order: 2
}
.order-3 {
    -ms-flex-order: 3;
    order: 3
}
.order-4 {
    -ms-flex-order: 4;
    order: 4
}
.order-5 {
    -ms-flex-order: 5;
    order: 5
}
.order-6 {
    -ms-flex-order: 6;
    order: 6
}
.order-7 {
    -ms-flex-order: 7;
    order: 7
}
.order-8 {
    -ms-flex-order: 8;
    order: 8
}
.order-9 {
    -ms-flex-order: 9;
    order: 9
}
.order-10 {
    -ms-flex-order: 10;
    order: 10
}
.order-11 {
    -ms-flex-order: 11;
    order: 11
}
.order-12 {
    -ms-flex-order: 12;
    order: 12
}
.offset-1 {
    margin-left: 8.333333%
}
.offset-2 {
    margin-left: 16.666667%
}
.offset-3 {
    margin-left: 25%
}
.offset-4 {
    margin-left: 33.333333%
}
.offset-5 {
    margin-left: 41.666667%
}
.offset-6 {
    margin-left: 50%
}
.offset-7 {
    margin-left: 58.333333%
}
.offset-8 {
    margin-left: 66.666667%
}
.offset-9 {
    margin-left: 75%
}
.offset-10 {
    margin-left: 83.333333%
}
.offset-11 {
    margin-left: 91.666667%
}
@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}
@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}
@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}
@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}
.table td, .table th {
    padding: .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: .3rem
}
.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}
.table-primary, .table-primary>td, .table-primary>th {
    background-color: #b8daff
}
.table-hover .table-primary:hover, .table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
    background-color: #9fcdff
}
.table-secondary, .table-secondary>td, .table-secondary>th {
    background-color: #d6d8db
}
.table-hover .table-secondary:hover, .table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}
.table-success, .table-success>td, .table-success>th {
    background-color: #c3e6cb
}
.table-hover .table-success:hover, .table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: #b1dfbb
}
.table-info, .table-info>td, .table-info>th {
    background-color: #bee5eb
}
.table-hover .table-info:hover, .table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: #abdde5
}
.table-warning, .table-warning>td, .table-warning>th {
    background-color: #ffeeba
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}
.table-danger, .table-danger>td, .table-danger>th {
    background-color: #f5c6cb
}
.table-hover .table-danger:hover, .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, .table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
    background-color: #ececf6
}
.table-dark, .table-dark>td, .table-dark>th {
    background-color: #c6c8ca
}
.table-hover .table-dark:hover, .table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}
.table-active, .table-active>td, .table-active>th, .table-hover .table-active:hover, .table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .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
}
.icon-arrow-right {
    background: url(../img/select-arrow.png) no-repeat;
    display: block;
    width: 18px;
    height: 17px;
    background-position: center;
    transform: rotate(-90deg)
}
.icon-arrow-left {
    background: url(../img/select-arrow.png) no-repeat;
    display: block;
    width: 18px;
    height: 17px;
    background-position: center;
    transform: rotate(90deg)
}
.table-dark {
    color: #fff;
    background-color: #212529
}
.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e
}
.table-dark.table-bordered, .table-responsive>.table-bordered {
    border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .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
}
.collapsing, .modal, .modal-open, .progress {
    overflow: hidden
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control:focus {
    color: #495057;
    border-color: #80bdff
}
.form-control::-webkit-input-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:focus::-ms-value {
    color: #495057;
    background-color: #fff
}
.form-control-file, .form-control-range {
    display: block;
    width: 100%
}
.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}
.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}
.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}
.content-col1 p, .form-group {
    margin-bottom: 1rem
}
.custom-file-input.is-valid~.custom-file-label, .custom-select.is-valid, .form-control.is-valid, .was-validated .custom-file-input:valid~.custom-file-label, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}
.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: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .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: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .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-text {
    display: block;
    margin-top: .25rem
}
.content-col1 p {
    padding: 0
}

.page-id-2184 .content-col1 p, .page-id-514 .content-col1 p, .page-id-830 .content-col1 p, .page-id-1651 .content-col1 p,
.page-id-2179 .content-col1 p, .page-id-2361 .content-col1 p, .page-id-3209 .content-col1 p, .page-id-3612 .content-col1 p,
.page-id-3781 .content-col1 p, .page-id-4019 .content-col1 p, .page-id-43 .content-col1 p, .page-id-731 .content-col1 p,
.page-id-839 .content-col1 p, .page-id-1673 .content-col1 p, .page-id-2186 .content-col1 p, .page-id-2364 .content-col1 p,
.page-id-3272 .content-col1 p, .page-id-3616 .content-col1 p, .page-id-3783 .content-col1 p, .page-id-4021 .content-col1 p,
.page-id-40 .content-col1 p, .page-id-744 .content-col1 p, .page-id-1064 .content-col1 p, .page-id-1675 .content-col1 p,
.page-id-2190 .content-col1 p, .page-id-2626 .content-col1 p, .page-id-3282 .content-col1 p, .page-id-3620 .content-col1 p,
.page-id-3788 .content-col1 p, .page-id-4023 .content-col1 p   {
    line-height: 26px;   
}




.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
    color: #6c757d
}
.form-check-label {
    margin-bottom: 0
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}
.invalid-tooltip, .valid-tooltip {
    position: absolute;
    z-index: 5;
    max-width: 100%;
    padding: .5rem;
    line-height: 1;
    border-radius: .2rem;
    top: 100%
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}
.valid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(40, 167, 69, .8)
}
.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip, .form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip, .was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
    display: block
}
.custom-control-input.is-valid~.custom-control-label, .form-check-input.is-valid~.form-check-label, .was-validated .custom-control-input:valid~.custom-control-label, .was-validated .form-check-input:valid~.form-check-label {
    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 .2rem rgba(40, 167, 69, .25)
}
.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: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 .2rem rgba(40, 167, 69, .25)
}
.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-invalid~.custom-file-label, .custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-file-input:invalid~.custom-file-label, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}
.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}
.invalid-tooltip {
    display: none;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, .8)
}
.collapsing, .dropdown, .dropleft, .dropright, .dropup {
    position: relative
}
.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip, .form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip, .was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}
.custom-control-input.is-invalid~.custom-control-label, .form-check-input.is-invalid~.form-check-label, .was-validated .custom-control-input:invalid~.custom-control-label, .was-validated .form-check-input:invalid~.form-check-label {
    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 .2rem rgba(220, 53, 69, .25)
}
.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: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 .2rem rgba(220, 53, 69, .25)
}
.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:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}
.form-inline .form-check {
    width: 100%
}
@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}
.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}
.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.custom-control-label::before, .slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none
}
@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}
.btn:focus, .btn:hover {
    text-decoration: none
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn-primary.focus, .btn-primary:focus, .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 .2rem rgba(0, 123, 255, .5)
}
.btn.disabled, .btn:disabled {
    opacity: .65
}
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.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-secondary.focus, .btn-secondary:focus, .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 .2rem rgba(108, 117, 125, .5)
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}
.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-success.focus, .btn-success:focus, .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 .2rem rgba(40, 167, 69, .5)
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}
.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-info.focus, .btn-info:focus, .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 .2rem rgba(23, 162, 184, .5)
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}
.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-warning.focus, .btn-warning:focus, .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 .2rem rgba(255, 193, 7, .5)
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}
.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-danger.focus, .btn-danger:focus, .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 .2rem rgba(220, 53, 69, .5)
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}
.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-light.focus, .btn-light:focus, .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 .2rem rgba(248, 249, 250, .5)
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}
.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-dark.focus, .btn-dark:focus, .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 .2rem rgba(52, 58, 64, .5)
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}
.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-outline-primary.focus, .btn-outline-primary:focus, .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 .2rem rgba(0, 123, 255, .5)
}
.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    border-color: #007bff
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.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-secondary.focus, .btn-outline-secondary:focus, .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 .2rem rgba(108, 117, 125, .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.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-success.focus, .btn-outline-success:focus, .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 .2rem rgba(40, 167, 69, .5)
}
.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    border-color: #28a745
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}
.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-info.focus, .btn-outline-info:focus, .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 .2rem rgba(23, 162, 184, .5)
}
.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    border-color: #17a2b8
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}
.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-warning.focus, .btn-outline-warning:focus, .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 .2rem rgba(255, 193, 7, .5)
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    border-color: #ffc107
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}
.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-danger.focus, .btn-outline-danger:focus, .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 .2rem rgba(220, 53, 69, .5)
}
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    border-color: #dc3545
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}
.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-light.focus, .btn-outline-light:focus, .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 .2rem rgba(248, 249, 250, .5)
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    border-color: #f8f9fa
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}
.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-dark.focus, .btn-outline-dark:focus, .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 .2rem rgba(52, 58, 64, .5)
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}
.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-link, .btn-link:hover {
    background-color: transparent
}
.btn-link.focus, .btn-link:focus, .btn-link:hover {
    text-decoration: underline;
    border-color: transparent
}
.btn-link {
    color: #007bff
}
.btn-link:hover {
    color: #0056b3
}
.btn-link.focus, .btn-link:focus {
    box-shadow: none
}
.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}
.btn-block {
    display: block
}
.btn-block+.btn-block {
    margin-top: .5rem
}
.dropdown-toggle::after, .dropup .dropdown-toggle::after {
    width: 0;
    height: 0;
    vertical-align: .255em;
    content: ""
}
.fade {
    transition: opacity .15s linear
}
@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}
.fade:not(.show) {
    opacity: 0
}
.collapse:not(.show) {
    display: none
}
.collapsing {
    height: 0;
    transition: height .35s ease
}
@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}
.dropdown-toggle::after {
    margin-left: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .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: .5rem 0;
    margin: .125rem 0 0;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15)
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after, .input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child), .input-group>.custom-file:not(:first-child) .custom-file-label, .input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.dropdown-menu-right {
    right: 0;
    left: auto
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}
.dropleft .dropdown-toggle::before, .dropright .dropdown-toggle::after {
    width: 0;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    height: 0
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-right: 0;
    border-left: .3em solid;
    vertical-align: 0
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    border-right: .3em solid;
    vertical-align: 0
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}
.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn, .custom-control-label, .custom-file, .dropdown-header, .input-group-text, .nav {
    margin-bottom: 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: #d7bd64
}
.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}
.dropdown-menu.show {
    display: block
}
.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    font-size: .875rem;
    color: #6c757d
}
.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.pll-parent-menu-item .dropdown-menu {
    left: 7px;
    min-width: 10px;
    width: 50px;
}

.pll-parent-menu-item .dropdown-item {
    padding: .5rem 10px;
}


.dropdown:hover>.dropdown-menu {
    display: block
}





.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 1
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group, .btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}
.btn-group>.btn:first-child, .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}
.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.btn-toolbar .input-group {
    width: auto
}
.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}
.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}
.input-group-append, .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, .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
}
.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 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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}
.input-group>.custom-file:focus, .input-group>.custom-select:focus, .input-group>.form-control:focus {
    z-index: 3
}
.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}
.input-group-prepend {
    margin-right: -1px
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}
.alert-link, .badge {
    font-weight: 700
}
.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: -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 .2rem rgba(0, 123, 255, .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 {
    position: relative
}
.custom-control-label::after, .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}
.custom-control-label::before {
    pointer-events: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff
}
.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}
.custom-file-input:lang(en)~.custom-file-label::after, .custom-file-label::after {
    content: "Browse"
}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}
.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::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, .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .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, .5)
}
.content-col1 ol>li {
    color: #666;
    font-size: 16px;
    margin-bottom: 13px
}
.content-col1 ul.collist {
    column-count: 3
}
.table1 tbody>tr:nth-child(2n+1)>td {
    background-color: #e1bf81;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff
}
.table1 tbody>tr:nth-child(2n+1)>td:last-child {
    background-color: #fffccb
}
.table1 tbody>tr:nth-child(2n)>td {
    background-color: #d2d2d2;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff
}

.content-col1 .table tr td:first-child {
    width: 70%;
}

.content-col1 .table tr td:nth-child(2) {
    width: 15%;
}
.content-col1 .table tr{
	color:#000;
}


.table tr td:first-child {
    width: 12%;
}
.table tr td:nth-child(2) {
    /*width: 15%*/
}
.table1 tbody>tr:nth-child(2n)>td:last-child {
    background-color: #d2d2d2
}
.table1 tbody>tr:nth-child(2n+1)>td:last-child {
    background-color: #e1bf81
}
.table2 thead tr th {
    background-color: #e1bf81;
    font-size: 13px
}
.table2 tbody>tr:nth-child(2n+1)>td {
    background-color: #d2d2d2;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    background-color: #d2d2d2;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff
}
.table2 tbody>tr:nth-child(2n+1)>td:last-child {
    background-color: #e1e1e1
}
.table2 tbody>tr:nth-child(2n)>td {
    background-color: #f4f4f4;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff
}
.table2 tbody>tr:nth-child(2n)>td:last-child {
    background-color: #f8f8f8
}
.content-col1 .table td, .content-col1 .table th {
    padding: 2px
}
.table2 tbody>tr:nth-child(2n+1)>td {
    background-color: #d2d2d2;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: 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") right .75rem center no-repeat #fff;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.custom-select-lg, .custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}
.custom-file-input:focus~.custom-file-label::after, .custom-select:focus {
    border-color: #80bdff
}
.custom-select:focus {
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .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);
    font-size: 75%
}
.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%
}
.custom-file, .custom-file-input, .custom-file-label {
    height: calc(2.25rem + 2px)
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0
}
.custom-file-label, .custom-file-label::after {
    position: absolute;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    top: 0;
    right: 0
}
.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-file-label {
    left: 0;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}
.custom-file-label::after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}
.nav, .navbar {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap
}
.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.custom-range:focus {
    outline: 0
}
.custom-range::-moz-focus-outer {
    border: 0
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
    appearance: none
}
.custom-range::-webkit-slider-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
    appearance: none
}
.custom-range::-moz-range-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}
.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none
}
.custom-range::-ms-thumb:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}
.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}
.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0
}
.nav-link, .navbar {
    padding: .5rem 1rem
}
.nav-link {
    display: block
}
.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: .25rem;
    border-top-right-radius: .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: .25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.navbar>.container, .navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    font-size: 1.25rem;
    line-height: inherit
}
.card, .navbar-nav {
    display: -ms-flexbox
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}
.navbar-nav {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}
.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: .5rem;
    padding-bottom: .5rem
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: center center no-repeat;
    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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}
@media (max-width:767.98px) {
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}
@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}
@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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}
@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 {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}
.navbar-expand .navbar-toggler {
    display: none
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .6)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(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, 1)
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(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, .5)
}
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .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, .5);
    border-color: rgba(255, 255, 255, .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, .5)
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}
.card {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}
.card>hr {
    margin-right: 0;
    margin-left: 0
}
.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}
.card-footer, .card-header {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03)
}
.card-title {
    margin-bottom: .75rem
}
.card-header, .card-subtitle, .card-text:last-child {
    margin-bottom: 0
}
.card-subtitle {
    margin-top: -.375rem
}
.card-link:hover {
    text-decoration: none
}
.card-link+.card-link {
    margin-left: 1.25rem
}
.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}
.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}
.card-footer {
    border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}
.alert, .btn .badge, .list-group-item, .page-link {
    position: relative
}
.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}
.card-deck .card {
    margin-bottom: 15px
}
@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}
.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}
.card-group>.card {
    margin-bottom: 15px
}
@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-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: .25rem
    }
    .card-group>.card:only-child .card-header, .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-footer, .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child), .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 {
        -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;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}
.card-columns .card {
    margin-bottom: .75rem
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}
.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}
.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.breadcrumb, .pagination {
    border-radius: .25rem;
    list-style: none
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}
.breadcrumb-item.active {
    color: #6c757d
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0
}
.page-link {
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}
.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.service-info ul>li {
    background: url(../img/point-img.png);
    background-repeat: no-repeat;
    list-style: none;
    margin-bottom: 12px;
    color: #666;
    background-position: 0 top;
    padding-left: 33px;
    margin-left: 0!important;
    margin-right: -14px
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .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: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    line-height: 1;
    text-align: center;
    border-radius: .25rem
}
.badge:empty {
    display: none
}
.btn .badge {
    top: -1px
}
.badge-pill {
    padding-right: .6em;
    padding-left: .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: .3rem
}
@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}
.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}
.alert-heading {
    color: inherit
}
.alert-dismissible {
    padding-right: 4rem
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .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: -ms-flexbox;
    display: flex;
    height: 1rem;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease
}
.popover, .tooltip {
    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;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    word-wrap: break-word
}
@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}
.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}
.media-body {
    -ms-flex: 1;
    flex: 1
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}
.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}
.list-group-item {
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .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:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}
.modal-backdrop.fade, .tooltip {
    opacity: 0
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-header {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}
.popover, .popover .arrow, .popover .arrow::after, .popover .arrow::before, .tooltip, .tooltip .arrow {
    position: absolute;
    display: block
}
.modal-footer>:not(:first-child) {
    margin-left: .25rem
}
.modal-footer>:not(:last-child) {
    margin-right: .25rem
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}
@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}
.tooltip {
    z-index: 1070;
    margin: 0;
    text-align: left;
    text-align: start
}
.tooltip.show {
    opacity: .9
}
.tooltip .arrow {
    width: .8rem;
    height: .4rem
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .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: .4rem .4rem 0;
    border-top-color: #000
}
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .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 .4rem .4rem;
    border-bottom-color: #000
}
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}
.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    text-align: left;
    text-align: start;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}
.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}
.popover .arrow::after, .popover .arrow::before {
    content: "";
    border-color: transparent;
    border-style: solid
}
.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}
.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
    bottom: calc((.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: .5rem .5rem 0
}
.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(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: .5rem
}
.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .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: .5rem .5rem .5rem 0
}
.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(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: .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((.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 .5rem .5rem
}
.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(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: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}
.carousel, .carousel-inner, .carousel-item {
    position: relative
}
.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}
.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .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: .5rem 0 .5rem .5rem
}
.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(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: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}
.popover-header:empty {
    display: none
}
.popover-body {
    padding: .5rem .75rem;
    color: #212529
}
.carousel-inner {
    width: 100%;
    overflow: hidden
}
.carousel-item {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}
@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}
.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}
.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .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: .9
}
.carousel-control-prev {
    left: 0
}
.carousel-control-next {
    right: 0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: center center no-repeat;
    background-size: 100% 100%
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}
.carousel-indicators li::after, .carousel-indicators li::before {
    left: 0;
    display: inline-block;
    height: 10px;
    position: absolute;
    content: "";
    width: 100%
}
.carousel-indicators li::before {
    top: -10px
}
.carousel-indicators li::after {
    bottom: -10px
}
.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
}
.rounded-right, .rounded-top {
    border-top-right-radius: .25rem!important
}
.rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem!important
}
.rounded-left, .rounded-top {
    border-top-left-radius: .25rem!important
}
.rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem!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: .25rem!important
}
.rounded-circle {
    border-radius: 50%!important
}
.rounded-0 {
    border-radius: 0!important
}
.clearfix::after {
    display: block;
    clear: both;
    content: ""
}
.d-none {
    display: none!important
}
.d-inline {
    display: inline!important
}
.d-inline-block {
    display: inline-block!important
}
.d-block {
    display: block!important
}
.d-table {
    display: table!important
}
.d-table-row {
    display: table-row!important
}
.d-table-cell {
    display: table-cell!important
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}
.d-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}
@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-row {
        display: table-row!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}
@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-row {
        display: table-row!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}
@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-row {
        display: table-row!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}
@media (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-row {
        display: table-row!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}
@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: -ms-flexbox!important;
        display: flex!important
    }
    .d-print-inline-flex {
        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 {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}
.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}
.flex-grow-0 {
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}
.flex-grow-1 {
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}
.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}
.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}
.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}
.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}
.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}
.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}
.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}
.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}
.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}
.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}
.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}
.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}
.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}
.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}
.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}
.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}
.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}
@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-sm-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}
@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-md-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}
@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-lg-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}
.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
    }
}
.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-bottom, .fixed-top {
    position: fixed;
    right: 0;
    z-index: 1030;
    left: 0
}
.fixed-top {
    top: 0
}
.fixed-bottom {
    bottom: 0
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}
.shadow-none {
    box-shadow: none!important
}
.w-25 {
    width: 25%!important
}
.w-50 {
    width: 50%!important
}
.w-75 {
    width: 75%!important
}
.w-100 {
    width: 100%!important
}
.w-auto {
    width: auto!important
}
.h-25 {
    height: 25%!important
}
.h-50 {
    height: 50%!important
}
.h-75 {
    height: 75%!important
}
.h-100 {
    height: 100%!important
}
.h-auto {
    height: auto!important
}
.mw-100 {
    max-width: 100%!important
}
.mh-100 {
    max-height: 100%!important
}
.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: .25rem!important
}
.mt-1, .my-1 {
    margin-top: .25rem!important
}
.mr-1, .mx-1 {
    margin-right: .25rem!important
}
.mb-1, .my-1 {
    margin-bottom: .25rem!important
}
.ml-1, .mx-1 {
    margin-left: .25rem!important
}
.m-2 {
    margin: .5rem!important
}
.mt-2, .my-2 {
    margin-top: .5rem!important
}
.mr-2, .mx-2 {
    margin-right: .5rem!important
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important
}
.ml-2, .mx-2 {
    margin-left: .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: .25rem!important
}
.pt-1, .py-1 {
    padding-top: .25rem!important
}
.pr-1, .px-1 {
    padding-right: .25rem!important
}
.pb-1, .py-1 {
    padding-bottom: .25rem!important
}
.pl-1, .px-1 {
    padding-left: .25rem!important
}
.p-2 {
    padding: .5rem!important
}
.pt-2, .py-2 {
    padding-top: .5rem!important
}
.pr-2, .px-2 {
    padding-right: .5rem!important
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important
}
.pl-2, .px-2 {
    padding-left: .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: .25rem!important
    }
    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2, .mx-sm-2 {
        margin-left: .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: .25rem!important
    }
    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2, .px-sm-2 {
        padding-left: .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: .25rem!important
    }
    .mt-md-1, .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1, .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1, .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2, .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2, .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2, .mx-md-2 {
        margin-left: .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: .25rem!important
    }
    .pt-md-1, .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1, .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1, .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2, .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2, .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2, .px-md-2 {
        padding-left: .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: .25rem!important
    }
    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2, .mx-lg-2 {
        margin-left: .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: .25rem!important
    }
    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2, .px-lg-2 {
        padding-left: .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
    }
}
.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
    }
    #bsPhotoGalleryModal .modal-lg {
        max-width: 1000px
    }
}
@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }
    .justify-content-xl-start {
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
    .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: .25rem!important
    }
    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2, .mx-xl-2 {
        margin-left: .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: .25rem!important
    }
    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2, .px-xl-2 {
        padding-left: .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-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-body {
    color: #212529!important
}
.text-muted {
    color: #6c757d!important
}
.text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}
.text-white-50 {
    color: rgba(255, 255, 255, .5)!important
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.visible {
    visibility: visible!important
}
.invisible {
    visibility: hidden!important
}
.flexslider .slides:after, .owl-carousel .owl-stage:after, .owl-carousel.owl-refresh .owl-item, .slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}
@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }
    *, ::after, ::before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote, pre {
        border: 1px solid #adb5bd
    }
    thead {
        display: table-header-group
    }
    h2, h3, p {
        orphans: 3;
        widows: 3
    }
    h2, h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container, body {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .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 #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}
.slick-slider {
    user-select: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: 0
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.compact-theme span, .slick-dots li, .slick-dots li button, span.ellipse.clickable {
    cursor: pointer
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}
.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir=rtl] .slick-slide {
    float: right
}
.slick-slide img {
    display: block;
    width: 100%
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-display: auto;
    font-style: normal
}
.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 100%;
    padding: 0 48px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(-1%, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-prev {
    left: -1px
}
[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}
.slick-next {
    right: 0
}
[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}
.slick-dotted.slick-slider {
    margin-bottom: 30px
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}
.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}
ul.simple-pagination {
    list-style: none
}
.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0
}
.simple-pagination li, .simple-pagination ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.simple-pagination li {
    float: left
}
.ellipse input {
    width: 3em
}
.compact-theme a, .compact-theme span {
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #AAA;
    border-left: none;
    min-width: 14px;
    padding: 0 7px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(top, #fff 0, #efefef 100%)
}
.compact-theme a:hover, .compact-theme li:not(.disabled):not(.active) span:hover {
    text-decoration: none;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0, #bbb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(100%, #bbb));
    background: -webkit-linear-gradient(top, #efefef 0, #bbb 100%);
    background: -o-linear-gradient(top, #efefef 0, #bbb 100%);
    background: -ms-linear-gradient(top, #efefef 0, #bbb 100%);
    background: linear-gradient(top, #efefef 0, #bbb 100%)
}
.compact-theme li:first-child a, .compact-theme li:first-child span {
    border-left: 1px solid #AAA;
    border-radius: 3px 0 0 3px
}
.compact-theme li:last-child a, .compact-theme li:last-child span {
    border-radius: 0 3px 3px 0
}

span.gapfixed {
    position: relative;
    display: block;
    height: 18px;
}
.compact-theme .current {
    background: #bbb;
    background: -moz-linear-gradient(top, #bbb 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bbb), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #bbb 0, #efefef 100%);
    background: -o-linear-gradient(top, #bbb 0, #efefef 100%);
    background: -ms-linear-gradient(top, #bbb 0, #efefef 100%);
    background: linear-gradient(top, #bbb 0, #efefef 100%);
    cursor: default
}
.compact-theme .ellipse {
    background: #EAEAEA;
    padding: 0 10px;
    cursor: default
}
.dark-theme a, .dark-theme span, .light-theme a, .light-theme span {
    line-height: 24px;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    font-size: 14px;
    float: left;
    text-align: center
}
.light-theme span {
    cursor: pointer
}
.light-theme a, .light-theme span {
    color: #666;
    font-weight: 400;
    border: 1px solid #BBB;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: #efefef;
    background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 0, #efefef 100%);
    background: linear-gradient(top, #fff 0, #efefef 100%)
}
.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
    text-decoration: none;
    background: #FCFCFC
}
.light-theme .current {
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, .3) inset;
    cursor: default
}
.light-theme .ellipse {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 700;
    cursor: default
}
.dark-theme span {
    cursor: pointer
}
.dark-theme a, .dark-theme span {
    color: #CCC;
    font-weight: 400;
    border: 1px solid #222;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: #555;
    background: -moz-linear-gradient(top, #555 0, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, #555 0, #333 100%);
    background: -o-linear-gradient(top, #555 0, #333 100%);
    background: -ms-linear-gradient(top, #555 0, #333 100%);
    background: linear-gradient(top, #555 0, #333 100%)
}
.dark-theme a:hover, .dark-theme li:not(.disabled):not(.active) span:hover {
    text-decoration: none;
    background: #444
}
.dark-theme .current {
    background: #222;
    color: #FFF;
    border-color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2), 0 0 1px 1px rgba(0, 0, 0, .1) inset;
    cursor: default
}
.section-4 ul {
    column-count: 2
}
.boxstyle2 li {
    text-align: left
}
.page-template-rates .tarif-list {
    width: 27%
}
.page-id-4099.page-template-rates .tarif-list {
    width: 30%;
}
.dark-theme .ellipse {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 700;
    cursor: default
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}
a.bsp-controls.next, a.bsp-controls.previous {
    border-top: 1px solid rgba(0, 0, 0, .49);
    border-bottom: 1px solid rgba(0, 0, 0, .49)
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    animation-name: fadeOut
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
ul[data-bsp-ul-index] {
    padding: 0;
    margin: 0 0 40px
}
ul[data-bsp-ul-index] li {
    list-style: none;
    margin-bottom: 10px
}
#bsPhotoGalleryModal .modal-content {
    border-radius: 0
}
#bsPhotoGalleryModal .modal-dialog img {
    text-align: center;
    margin: 0 auto;
    width: 100%
}
#bsPhotoGalleryModal .modal-body {
    padding: 0!important;
    text-align: center
}
#bsPhotoGalleryModal .bsp-text-container {
    text-align: left;
    padding-top: 10px
}
#bsPhotoGalleryModal .bsp-close {
    position: absolute;
    right: -8px;
    top: -7px;
    background: rgba(255, 255, 255, .89);
    padding: 0 8px 5px;
    border: 1px solid rgba(0, 0, 0, .49);
    border-radius: 50%
}
#bsPhotoGalleryModal .bsp-close:hover {
    cursor: pointer;
    opacity: .6
}
#bsPhotoGalleryModal .bsp-close img {
    width: 13px;
    height: 13px
}
.bspHasModal {
    cursor: pointer
}
.bspText.bspShortText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.bspText {
    color: #666;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 12px;
    background: #fff
}
#bsPhotoGalleryModal a.bsp-controls img {
    width: 20px;
    height: 35px
}
a.bsp-controls, a.bsp-controls:active, a.bsp-controls:visited {
    position: absolute;
    top: 46%;
    background: rgba(255, 255, 255, .49)
}
a.bsp-controls.next {
    right: 0;
    border-left: 1px solid rgba(0, 0, 0, .49);
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 4px;
    border-right: none
}
a.bsp-controls.previous {
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, .49);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding-right: 4px;
    border-left: none
}
a.bsp-controls:hover {
    opacity: .6;
    text-shadow: none
}
.bsp-text-container {
    clear: both;
    display: block;
    padding-bottom: 5px
}
#bsPhotoGalleryModal h6 {
    font-weight: 700;
    color: #000;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 5px
}
.flex-direction-nav a, .flex-direction-nav a:before {
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}
#bsPhotoGalleryModal .pText {
    font-size: 11px;
    margin-bottom: 0;
    padding: 0 12px 5px
}
.bspImgWrapper {
    overflow: hidden;
    background-position-x: center!important;
    background-position-y: center!important;
    background-size: cover!important
}
@media screen and (max-width:575px) {
    .bspImgWrapper {
        height: 150px
    }
}
@font-face {
    font-family: flexslider-icon;
    font-style: normal;
    font-display: auto
}
.flex-container a:hover, .flex-slider a:hover {
    outline: 0
}
.flex-control-nav, .flex-direction-nav, .slides, .slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}
.flex-pauseplay span {
    text-transform: capitalize
}
.btn.inquiry, .navbar, h6.title3 {
    text-transform: uppercase
}
.flexslider {
    padding: 0;
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}
.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    line-height: 0;
    height: 0
}
html[xmlns] .flexslider .slides {
    display: block
}
* html .flexslider .slides {
    height: 1%
}
.no-js .flexslider .slides>li:first-child {
    display: block
}
.flexslider .slides {
    zoom: 1
}
.flexslider .slides img {
    width: 100%;
    display: block;
    height: auto;
    -moz-user-select: none
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.loading .flex-viewport {
    max-height: 300px
}
.carousel li {
    margin-right: 5px
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: '\f001'
}
.flex-direction-nav a.flex-next:before {
    content: '\f002'
}
.flex-direction-nav .flex-prev {
    left: -50px
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}
.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}
.flex-pauseplay a:hover {
    opacity: 1
}
.flex-pauseplay a.flex-play:before {
    content: '\f003'
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}
.flex-control-paging li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}
.datepicker, .datepicker td, .datepicker th {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}
.flex-control-paging li a.flex-active {
    cursor: default
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}
.datepicker-dropdown:after, .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    position: absolute
}
.flex-control-thumbs img:hover {
    opacity: 1
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}
@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}
.datepicker {
    padding: 4px;
    margin-top: 1px;
    border-radius: 4px;
    direction: ltr
}
.datepicker-inline {
    width: 220px
}
.datepicker.datepicker-rtl {
    direction: rtl
}
.datepicker.datepicker-rtl table tr td span {
    float: right
}
.destination, .flag, .skltbs-tab-item {
    float: left
}
.datepicker-dropdown {
    top: 0;
    left: 0
}
.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    top: -7px;
    left: 6px
}
.datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 7px
}
.datepicker>div {
    display: none
}
.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
    display: block
}
.datepicker table {
    margin: 0
}
.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: none
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}
.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}
.datepicker table tr td.new, .datepicker table tr td.old {
    color: #999
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
    background-color: #fdf59a
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
    background-color: #fbf069\9
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #04c
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
    background-color: #039\9
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.datepicker table tr td span:hover {
    background: #eee
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -ms-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(top, #08c, #04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #04c
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
    background-color: #039\9
}
.datepicker table tr td span.old {
    color: #999
}
.datepicker th.switch {
    width: 145px
}
.datepicker tfoot tr:first-child th, .datepicker thead tr:first-child th {
    cursor: pointer
}
.datepicker tfoot tr:first-child th:hover, .datepicker thead tr:first-child th:hover {
    background: #eee
}
.input-append.date .add-on i, .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}
.skltbs-tab-group::after {
    clear: both;
    display: table;
    content: ""
}
.destination::after, .points li::before {
    content: ''
}
.skltbs-tab {
    display: block;
    touch-action: manipulation;
    padding: 1em 1.2em
}
.is-disabled>.skltbs-tab {
    cursor: default;
    pointer-events: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f2f2f2;
    color: #c7c7c7
}
.skltbs-panel-heading {
    margin: 0;
    font: inherit
}
.skltbs.has-animation .skltbs-tab {
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}
.skltbs.has-animation .skltbs-panel-group {
    transition: height .3s ease-in-out;
    transition-delay: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.addguest, .fixed-top, .linkmore, .navbar, .navbar-brand img, .social-wrap ul li a {
    transition: all .5s ease
}
.skltbs.has-animation .skltbs-panel {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.skltbs.has-animation .skltbs-panel.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1
}
.skltbs.has-animation .skltbs-panel.is-getting-in, .skltbs.has-animation .skltbs-panel.is-getting-out {
    visibility: visible
}
.skltbs.has-animation.fade .skltbs-panel.is-getting-out {
    -webkit-animation: fade .3s ease-in-out forwards;
    animation: fade .3s ease-in-out forwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}
.skltbs.has-animation.fade .skltbs-panel.is-getting-in {
    -webkit-animation: fade .3s ease-in-out forwards;
    animation: fade .3s ease-in-out forwards;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}
.skltbs.has-animation.fade-scale .skltbs-panel.is-getting-out {
    -webkit-animation: fade-scale-out .3s ease-in-out forwards;
    animation: fade-scale-out .3s ease-in-out forwards
}
.skltbs.has-animation.fade-scale .skltbs-panel.is-getting-in {
    -webkit-animation: fade-scale-in .3s ease-in-out forwards;
    animation: fade-scale-in .3s ease-in-out forwards;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}
.skltbs.has-animation.drop .skltbs-panel.is-getting-out {
    -webkit-animation: slide-down-out .4s ease-in-out forwards;
    animation: slide-down-out .4s ease-in-out forwards
}
.skltbs.has-animation.drop .skltbs-panel.is-getting-in {
    -webkit-animation: scale-up .4s ease-in-out forwards;
    animation: scale-up .4s ease-in-out forwards
}
.skltbs.has-animation.rotate .skltbs-panel-group {
    overflow: hidden
}
.skltbs.has-animation.rotate .skltbs-panel.is-getting-out {
    -webkit-animation: rotate-out .5s ease-in-out forwards;
    animation: rotate-out .5s ease-in-out forwards
}
.skltbs.has-animation.rotate .skltbs-panel.is-getting-in {
    -webkit-animation: rotate-in .5s ease-in-out forwards;
    animation: rotate-in .5s ease-in-out forwards
}
@-webkit-keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fade-scale-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes fade-scale-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes fade-scale-out {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
}
@keyframes fade-scale-out {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
}
@-webkit-keyframes scale-up {
    from {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes scale-up {
    from {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes slide-down-out {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        -ms-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
}
@keyframes slide-down-out {
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        -ms-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }
}
@-webkit-keyframes rotate-in {
    from {
        -webkit-transform: translate3d(50%, 0, 0);
        -ms-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes rotate-in {
    from {
        -webkit-transform: translate3d(50%, 0, 0);
        -ms-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@-webkit-keyframes rotate-out {
    to {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}
@keyframes rotate-out {
    to {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}
.skltbs {
    margin-top: 1.5em;
    margin-bottom: 1.5em
}
@font-face {
    font-family: flexslider-icon;
    font-display: auto;
    src: url(../fonts/flexslider-icon.eot);
    src: url(../fonts/flexslider-icon.ttf) format("truetype"), url(../fonts/flexslider-icon.woff) format("woff")
}
@font-face {
    font-family: open_sansregular;
    src: url(../fonts/opensans-regular-webfont.woff2) format("woff2"), url(../fonts/opensans-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-display: auto;
    font-style: normal
}
body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f9f9f9;
    overflow-x: hidden;
    margin: 0;
    padding: 0
}
p {
    font-size: 16px!important;
}
.navbar {
    font-family: "Times New Roman", Times, serif;
    font-size: 13px;
    color: #5e5e5e;
    max-height: 50px;
    margin: 0 auto;
    max-width: 1366px;
    width: 100%;
    background: #fff;
}
.container {
    max-width: 1160px
}
.fixed-top {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.container-banner {
    margin: 0 18px
}
.level-0, .level-1 {
    list-style: none!important
}
.f-links, .points li, .social-wrap ul {
    list-style: none
}
.lpage a {
    color: #6b6b6b!important;
    line-height: 28px!important;
    background: url(../img/point-img.png) no-repeat!important;
    padding: 0 0 0 32px!important
}
.service-info.sides h2 {
    font-size: 20px;
    padding: 20px 0 4px
}
.content-col1 p, .points li {
    line-height: 22px;
    color: #666;
    font-size: 15px;
}
.points {
    padding: 0 0 0 21px;
    margin-bottom: 0
}
.points span {
    position: relative;
    top: -19px
}
.points li::before {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    white-space: pre-line;
    left: -22px;
    top: 0
}
.content-col1 ul>li {
    background: url(../img/point-img.png);
    background-repeat: no-repeat;
    list-style: none;
    margin-bottom: 12px;
    color: #666;
    background-position: 0 3px;
    padding-left: 28px;
    line-height: 26px;
    font-size: 16px;
}
.content-col1 h4 {
    font-size: 18px;
    margin: 18px 0
}
.content-col1 h5 {
    text-decoration: underline
}
.fs-16 {
    font-size: 16px;
    margin-bottom: 22px;
    color: #666
}
h2.fs-16 {
    text-decoration: underline;
    margin-top: 25px
}
.contents.inner ul>li {
    background: url(../img/point-img.png);
    background-repeat: no-repeat;
    list-style: none;
    margin-bottom: 12px;
    color: #666;
    background-position: 4px 1px;
    margin-left: 28px;
    margin-right: -14px
}
.page-template-rates .contents.inner ul>li {
    padding-left: 28px;
    margin-left: 0;
    margin-right: 0
}
.page-template-rate-calculator .contents.inner ul>li {
    padding-left: 28px;
    margin-left: 0;
    margin-right: 0
}
.advicewrap {
    position: relative;
    display: block;
    margin-top: 17px
}
.feature-list ul>li {
    background: url(../img/point-img.png);
    background-repeat: no-repeat;
    list-style: none;
    margin-bottom: 12px;
    color: #666;
    background-position: 0 top;
    padding-left: 28px
}
.page-template-gallery .contents.inner ul>li {
    background-image: none!important
}
.contents.inner ul {
    padding: 0
}
.content-col1 ul {
    padding: 0
}
.feature-list ul {
    padding: 0
}
.feature-list .points a, .tarif-list .points a {
    position: relative;
    top: -20px
}
.content-col2 .owl-nav, .service-info.sides h2::after {
    display: none
}
.service-info.sides {
    height: auto;
    margin: 6px 0 0;
    display: flex;
    width: 100%;
    padding-bottom: 26px
}
.scrolled .navbar-brand img {
    transform: scale(.7);
    transition: all .5s ease
}
.banner-wrap .container {
    max-width: 100%!important;
    width: 100%!important
}
h6.title3 {
    font-family: times;
    font-size: 17px;
    font-weight: 500;
    color: #7b7979
}
.btn.inquiry, .btn.signup, .datepicker.dropdown-menu {
    font-size: 13px
}
.navbar-expand-xl .navbar-collapse {
    top: 4px;
    position: relative;
    max-height: 800px !important;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 0;
    margin: 0 13px;
}

.page.language-de .navbar-expand-xl .navbar-nav .nav-link{
    padding-top: 0;
    margin: 0 15px;
}

.language-jp .navbar-nav li.menu-item {
    margin: 0 6px;
}

.language-fr .navbar-expand-xl .navbar-nav .nav-link {
    margin: 0 10px;
}
.language-nl .navbar-expand-xl .navbar-nav .nav-link {
    margin: 0 15px;
}
.language-it .navbar-expand-xl .navbar-nav .nav-link {
    margin: 0 12px;
}
.language-sv .navbar-expand-xl .navbar-nav .nav-link {
    margin: 0 14px;
}
.language-es .navbar-expand-xl .navbar-nav .nav-link {
    margin: 0 16px;
}
.language-da .navbar-expand-xl .navbar-nav .nav-link {
    margin: 0 18px;
}

.language-at .navbar-expand-xl .navbar-nav .nav-link {
    margin: 0 19px;
}

.pll-parent-menu-item a img {
    width: 17px;
}


.swiss-flag {
    display: none;
}
#mc-embedded-subscribe{
    min-width: 100px !important;
}

.pll-parent-menu-item a span {
    transform: translateY(2px);
}
.page-id-3507.page-template-rates .tarif-list, .page-id-3689.page-template-rates .tarif-list {
    width: 35%;
}

.swiss-flag a.nav-link {
    margin: 0 5px !important;
    padding: 0 !important;
}



.navbar-nav .lang-item .nav-link {
    margin: 0
}
.flag {
    margin: -2px 3px;
    display: block
}
.navbar-brand {
    margin-right: 0;
    z-index: 99;
    margin-top: 52px;
}
.menuwrap {
    background: #fff
}
.searchwrap {
    background: #f4f4f4;
    padding: 24px;
    position: relative;
    margin: 51px 0 0;
    display: none;
}
.b-form {
    margin: 0 0 0 7%
}
.form-group.chck-in {
    margin: 0 18px 0 0
}
.b-form .form-control {
    border-radius: 0;
    border: 1px solid #e0dede;
    font-size: 13px;
    color: #5e5e5e
}
.form-control.datepicker {
    background: url(../img/calender-icon.png) 120px 10px no-repeat;
    padding: 10px 0 7px 8px
}
.form-control::-moz-placeholder {
    color: #5e5e5e;
    opacity: 1
}
.day.active {
    background: #a7843c!important;
    border-radius: 0
}
.form-group.destination {
    margin: 0 4px 0 9px
}
select.form-control {
    width: 170px!important
}
.c-form-wrap select.form-control {
    width: 100%!important
}
.selectgapp {
    margin-right: 0!important;
    margin-left: 20px!important
}
.selectgapp select {
    margin-right: 2px;
    margin-left: 9px
}
.selectgapp2 {
    margin-left: 0!important
}
.btn.inquiry {
    background: #565555;
    border-radius: 0;
    color: #dadada;
    font-family: 'Times New Roman';
    padding: 9px 63px;
    line-height: 20px
}
.btn.signup {
    background: #d7bd64;
    color: #fff;
    padding: 7px 20px
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 3px)
}
.destination {
    position: relative;
    min-width: 188px;
    margin: 50px 33%;
    overflow: hidden
}
.destination::after {
    background: url(../img/select-arrow.png) no-repeat;
    right: 32px;
    top: 21px;
    height: 7px;
    padding: 15px 0 0 8px;
    position: absolute;
    pointer-events: none;
    width: 12px
}
.form-control.arrowicon {
    background: url(../img/select-arrow.png) 96% 15px no-repeat
}
.booking_Inquire select.form-control {
    width: 100%!important
}
select::-ms-expand {
    display: none
}
.destination select {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    display: block;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    -ms-word-break: normal;
    word-break: normal;
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: 0 0
}
.flex-direction-nav a::before {
    font-family: flexslider-icon;
    font-size: 33px!important;
    display: inline-block;
    content: '\f001';
    color: rgba(62, 61, 61, .8)!important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}
.destination select:focus {
    outline: 0
}
.banner-wrap {
    margin: 0 auto;
    background: #f4f4f4;
    position: relative
}
.slider-wrap .flexslider {
    border: none;
    margin: 0
}
.banner-wrap .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 43px;
    z-index: 9;
    right: 0;
    display: flex;
    justify-content: flex-end;
    margin: 0 69px
}
.flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 1)!important
}
.flex-control-paging li a {
    background: rgba(0, 0, 0, 0)!important;
    border: 2px solid #fff;
    box-shadow: none!important;
    width: 16px!important;
    height: 16px!important
}
.flex-control-paging li a:hover {
    background: #fff!important
}
.scroll {
    width: 100px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 50%;
    text-align: center;
    color: #fff;
    font-family: Times New Roman;
    font-size: 16px;
    transform: translate(-50%, 0)
}
.scroll a {
    color: #fff;
    font-size: 17px!important;
    text-decoration: none
}
.scroll p {
    margin-top: 21px
}
#open-close-toggle {
    cursor: pointer
}
.scroll p::before {
    content: "";
    display: block;
    background: url(../img/scrollarrow.png) no-repeat;
    width: 11px;
    height: 27px;
    position: relative;
    margin: 0 auto;
    animation: scroll-line 2s infinite
}
@keyframes scroll-line {
    0%, 100% {
        bottom: 20px
    }
    50% {
        bottom: 10px
    }
}
.contents {
    padding: 40px;
    font-family: Arial
}
.contents h1, .contents-2 h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Times New Roman';
    color: #484848;
    margin: 0 0 4%
}
.contents h1::after, .contents-2 h1::after {
    content: " ";
    display: block;
    position: relative;
    width: 91px;
    height: 2px;
    background: #bfbbae;
    margin: 25px auto 0;
}
.page-template-activity .contents h1 {
    margin: 0 0 17px
}
.page-template-activity .contents h1::after {
    margin: 24px auto 25px
}
.resp-tabs-list {
    display: flex;
    justify-content: center
}
.resp-tabs-list li.resp-tab-active {
    background: #d7bd64!important;
    border: 0!important;
    color: #fff
}
.resp-tab-content.hor_1.resp-tab-content-active {
    border: 0;
    background: #efefef
}
.resp-tab-item.hor_1 {
    background: #e1e1e1!important
}
.resp-tabs-list li {
    background: #333;
    font-family: times;
    text-transform: uppercase
}
.contents h2, .contents h3, .contents-2 h2, .contents-2 h3, .home .contents h2, .home .contents-2 h2 {
    text-transform: uppercase;
    font-family: 'Times New Roman';
    color: #484848
}
.contents h2, .contents-2 h2 {
    font-size: 29px;
    margin: 0 0 4%
}
.home .contents h2, .home .contents-2 h2 {
    font-size: 26px;
    margin: 4% 0
}
.ausfluge .feature-list h2, .hausinterne-aktivaten .feature-list h2, .unterkunft .feature-list h2 {
    padding-top: 0
}
.ausfluge .contents-2, .hausinterne-aktivaten .contents-2 {
    margin-bottom: 0
}
.contents h3, .contents-2 h3 {
    font-size: 18px;
    margin: 4% 0 9%;
    text-align: left!important
}
.contents h2::after, .contents-2 h2::after {
    content: " ";
    display: block;
    position: relative;
    width: 91px;
    height: 2px;
    background: #bfbbae;
    margin: 20px auto 0
}
.contents-2 .img-fluid {
    height: 100%;
    object-fit: cover;
}
.grecaptcha-badge {
    display: none
}
.page-template-contact .grecaptcha-badge {
    display: block
}
.accommodation .contents-2 {
    border-bottom: 0
}
.px-6 {
    padding: 0 6rem!important
}
.feature-list h2, .tarif-list h2 {
    border-bottom: 1px solid #e8ded4;
    padding-bottom: 14px;
    font-family: 'Times New Roman';
    text-transform: uppercase
}
#toggle-section, .hidden {
    display: none
}
.service-info {
    border: 1px solid #e8ded4;
    border-left: 6px solid #e8ded4;
    font-size: 13px;
    color: #666;
    padding-left: 33px;
    padding-right: 33px;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    line-height: 27px;
    display: flex;
    font-family: Arial;
    padding-top: 20px
}
.feature-list h2 {
    font-size: 17px;
    color: #484848;
    padding-top: 45px;

}

.page-template-activity .feature-list h2 {
padding-top: 0;
}



.tours .boxstyle-1 {
    margin-bottom: 0
}
.feature-list {
    display: block;
    width: 50%
}
.help-block.form-error {
    color: #c00
}
.tarif-list h2::after, .tour-list h2::after {
    display: inline
}
.tarif-list ul li {
    float: left;
    width: 50%;
    color: #666;
    font-size: 15px;
}
.tarif-list h2 {
    font-size: 17px;
    color: #484848;
    padding-top: 2px
}
.feature-list ul li {
    float: left;
    width: 50%;
    color: #666;
    font-size: 15px;
}
.feature-list .points, .tarif-list .points, .tour-list .points {
    margin: 25px 0 0
}
.contents-2 .col-md-4, .contents-2 .col-md-8 {
    padding-left: 0
}
.linkmore {
    background: #d7bb59;
    padding: 10px 33px;
    display: inline-block;
    color: #e8ded4;
    font-size: 13px;
    font-family: 'Times New Roman';
    text-transform: uppercase;
    margin: 22px auto 20px;
    cursor: pointer;
}
a.linkmore.blg {
    color: #fff;
    padding: 12px 35px;
}
.linkmore:hover {
    color: #fff !important;
    background: #8d6f07;
}
.blgwrap {
    margin-top: 20px;
}
.contents-2 {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 40px;
    margin-bottom: 35px
}
.b-left {
    border-left: 1px solid #e8ded4;
    border-right: 6px solid #e8ded4
}
.cal-col1 {
    border: 1px solid #e8ded4;
    border-right: 6px solid #e8ded4;
    font-size: 13px;
    color: #666;
    padding-left: 33px;
    padding-right: 33px;
    line-height: 27px
}
.cal-col1 h3 {
    font-size: 21px;
    margin: 34px 0
}
.rate-form .form-control {
    border-radius: 0
}
.cal-col1 .chck-in, .cal-col1 .chck-out {
    width: 47%
}
.rate-form .form-control.datepicker {
    background-position: 225px 11px;
    font-size: 13px;
    width: 100%
}
.rate-form .form-control::-moz-placeholder {
    color: #969696;
    opacity: 1;
    font-size: 12px
}
.rate-form .form-control::-webkit-placeholder {
    color: #969696;
    opacity: 1;
    font-size: 12px
}
.rate-form .form-control::placeholder {
    color: #969696;
    opacity: 1;
    font-size: 12px
}
.contents-2:last-child {
    border: 0
}
footer {
    background: #fff;
    color: #969696;
    font-size: 13px;
    padding: 64px 0 0;
    margin: 30px auto 0
}
.padding-fix {
    padding-left: 78px
}
.subscribe {
    font-size: 15px;
    font-family: 'Times New Roman'
}
.f-links {
    padding: 0
}
.f-links li {
    margin: 9px 0 0
}
footer .btn, footer .form-control {
    border-radius: 0
}
.form-row .col {
    padding: 0;
    margin: 0
}
.f-links a {
    color: #a5a3a4
}
.f-contact {
    display: flex;
    margin: 0 0 16px
}
.f-contact a {
    color: #969696
}
.btnwrap {
    display: block;
    border-top: 1px dashed #aea7a7;
    padding: 15px 0 0;
    margin: 0 57px 0 0;
    text-align: center
}
.btnres {
    border: 1px solid #333;
    color: #333;
    text-transform: uppercase;
    display: block;
    font-family: 'Times New Roman';
    padding: 10px
}
.no-padding-right, .no-padding-x {
    padding-right: 0!important
}
.btnres:hover {
    background: #666;
    color: #fff
}
footer h3 {
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Times New Roman';
    margin: 0 0 22px
}
.mb-6 {
    margin-bottom: 4rem!important
}
.no-padding-x {
    padding-left: 0!important
}
.f-contact .footer-icons {
    opacity: .41
}
.f-bottom img {
    margin: 0 8px
}
.f-bottom a {
    color: #a5a3a4
}
.social-wrap ul {
    padding: 0
}
.social-wrap ul li {
    padding: 5px;
    display: inline-block
}
.f-bottom {
    display: flex;
    justify-content: space-between;
    margin: 51px auto 0;
    font-family: 'Times New Roman'
}
.social-wrap ul li a {
    opacity: .4
}
.owl-thumb-item.active, .social-wrap ul li a:hover {
    opacity: 1
}
.footer-icons {
    background-image: url(../img/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin: 5px 9px 0 0
}
.btn-bottom, .nav-item-flags.mobi {
    display: none
}
.footer-icons-btn-icon {
    width: 16px;
    height: 16px;
    background-position: -5px -5px
}
.footer-icons-fb {
    width: 8px;
    height: 15px;
    background-position: -5px -31px
}
.footer-icons-inst {
    width: 17px;
    height: 16px;
    background-position: -5px -56px
}
.footer-icons-mail {
    width: 17px;
    height: 13px;
    background-position: -5px -82px
}
.footer-icons-pinrest {
    width: 12px;
    height: 15px;
    background-position: -5px -105px
}
.footer-icons-telicon {
    width: 16px;
    height: 16px;
    background-position: -5px -130px
}
.footer-icons-youtube {
    width: 20px;
    height: 16px;
    background-position: -5px -173px
}
.footer-icons-tw {
    width: 15px;
    height: 13px;
    background-position: -5px -156px
}
.btn-bottom, .btn-bottom:hover {
    background: #d7bd64
}
.btn-bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 10px 114px 52px 0;
    padding: 8px 20px;
    color: #fff!important;
    font-family: time;
    text-transform: uppercase;
    z-index: 99
}
.form-rates, .owl-nav, .owl-next {
    position: relative
}
.breadcrumbs, .breadcrumbs a {
    color: #b8b8b8;
    font-size: 13px
}
.c-form-wrap .wpcf7-select {
    font-size: 13px
}
.breadcrumbs {
    margin: 20px auto 21px;
    text-align: center
}
.price, .t-price, .t-price2 {
    text-align: right
}
.breadcrumbs a {
    padding: 0 5px
}
.contents.inner {
    padding: 0;
    color: #666;
    font-family: arial;
    font-size: 16px;
}
.language-en .wpcf7-form-control-wrap.about-us, .language-es .wpcf7-form-control-wrap.about-us, .language-sv .wpcf7-form-control-wrap.about-us {
    top: 24px;
}
.language-de .wpcf7-form-control-wrap.about-us, .language-jp .wpcf7-form-control-wrap.about-us, .language-fr .wpcf7-form-control-wrap.about-us,
.language-nl .wpcf7-form-control-wrap.about-us, .language-da .wpcf7-form-control-wrap.about-us {
    top: 0px;
}

 .language-it .wpcf7-form-control-wrap.about-us {
    top: 6px;
}


.inner-banner2 {
    max-width: 844px;
    margin: 0 auto
}
.owl-nav {
    display: block;
    top: -186px
}
.owl-next {
    top: 50%;
    float: right
}
.owl-nav button span {
    font-size: 43px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    padding: 1px 19px;
    line-height: 45px
}
.rate-form {
    width: 100%
}
.form-rates {
    float: left;
    overflow: hidden
}
.form-rates::after, .rate-form .form-rates::after {
    content: '';
    position: absolute;
    pointer-events: none
}
.form-inline label {
    display: block;
    width: 100%;
    font-size: 13px
}
.form-rates::after {
    background: url(../img/select-arrow.png) no-repeat;
    right: 32px;
    top: 21px;
    height: 7px;
    padding: 15px 0 0 8px;
    width: 12px
}
.form-rates select {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    display: block;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    -ms-word-break: normal;
    word-break: normal;
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: 0 0
}
.form-rates select:focus {
    outline: 0
}
.form-rates label {
    width: 100%;
    display: block
}
.form-rates select.form-control {
    border: 1px solid #ced4da;
    width: 44%
}
.rate-form .form-group.form-rates {
    width: 47%
}
.rate-form select.form-control {
    width: 100%!important;
    float: left;
    max-width: 98%
}
.rate-form label {
    margin: 14px 0 0
}
.rate-form .form-rates::after {
    background: url(../img/select-arrow.png) no-repeat;
    right: 13px;
    top: 63px;
    height: 7px;
    padding: 15px 0 0 8px;
    width: 12px
}
.form-check-label {
    margin: 0!important
}
.radio1 label {
    margin: 0
}
.rate-form .form-check.form-check-inline {
    float: right;
    width: auto
}
.option2 {
    float: left;
    width: auto;
    line-height: 17px
}
.option2 small {
    display: block;
    color: #c4c4c4
}
.rate-form hr {
    clear: both;
    margin: 20px auto;
    display: block
}
.rate-form .form-check-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 20px
}
.form-group.radio1 {
    display: block;
    float: left;
    width: 50%
}
.treatments-wrap {
    font-family: Arial, Helvetica, sans-serif
}
.treatments-wrap h3 {
    font-size: 15px;
    color: #666;
    font-weight: 700;
    margin: 0
}
.rate-form select {
    font-size: 12px;
    color: #bababa
}
.treatments-wrap .form-rates::after {
    top: 21px
}
.treatments-wrap .form-group.form-rates {
    width: 43%
}

.page-id-3855 .treatments-wrap .form-group.form-rates {
    width: 39%;
}

.heateor_sss_sharing_container {
    margin-left: 80px;
}
.bottom-social .heateor_sss_sharing_container {
    margin-left: 0;
}



.fix-width {
    width: 31%!important
}
.wpcf7-select.form-control {
    background: url(../img/select-arrow.png) 96% 15px no-repeat
}
.sitemaplinks {
    column-count: 3
}
.sitemaplinks li {
    padding-left: 28px
}
.sitemaplinks li a {
    color: #484848
}
.addguest {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 4px 12px;
    font-size: 12px;
    margin: 10px 0;
    float: right;
    cursor: pointer
}
.addguest:hover {
    background: #333;
    color: #fff!important;
    border: 1px solid transparent
}
.btn.cal, .btn.submitinquire {
    font-family: 'Times New Roman';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase
}
.booking_Inquire .form-control, .btn.cal {
    border-radius: 0
}
.trans-text {
    float: left;
    /*width: 21%*/
}
.transferwrap {
    float: left;
    width: auto
}
.btn.cal {
    background: #a2a19c;
    margin: 13px auto 38px;
    display: inherit;
    padding: 9px 57px
}
.btn.cal:hover {
    background: #333
}
.btn.submitinquire {
    background: #ab9443;
    border-radius: 0;
    padding: 10px 50px;
    display: block;
    margin: 14px 0
}
.btn.submitinquire:hover {
    background: #333
}
.contactinfo, .contactinfo a {
    font-size: 16px;
    color: #666
}
.contactinfo h3 {
    margin: 0 0 5%
}
.content-col1, .content-col2 {
    font-size: 12px;
    font-family: Arial
}
.home .contents h1, .contents-2 h1 {
    margin: 33px 0 4%;
    line-height: 46px;
}
.content-col2 .feature-list, .content-col2 .tour-list {
    display: block;
    width: 100%;
    margin-left: 4px
}
#mc_embed_signup .button, #mc_embed_signup input.email {
    height: 32px;
    display: inline-block;
    box-sizing: border-box
}
.service-info.sides.gap-fix {
    margin: 125px 0 0
}
.service-info.sides.gap-fix2 {
    margin: -36px 0 0
}
#mc_embed_signup .button {
    font-size: 13px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0!important;
    letter-spacing: .03em;
    color: #fff;
    background-color: #d7bd64!important;
    line-height: 32px;
    padding: 0 18px;
    margin: -37px 0 -1px;
    transition: all .23s ease-in-out 0;
    top: 0;
    position: relative;
    right: 70px
}
#mc_embed_signup input.email {
    font-family: "Helvetica Neue", Arial, Helvetica, Arial, sans-serif;
    font-size: 15px;
    border: 1px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0!important;
    color: #343434;
    background-color: #fff;
    padding: 0 .4em;
    margin: 0;
    width: 230px!important;
    vertical-align: top
}
.price, .t-price, .tour-list h2 {
    font-family: 'Times New Roman'
}
#mc_embed_signup_scroll {
    margin: 0 0 0 -21px
}
.tour-list h2 {
    font-size: 17px;
    text-transform: uppercase;
    color: #484848;
    border-bottom: 1px solid #e8ded4;
    padding-bottom: 14px;
    padding-top: 45px
}
.contents p {
    font-size: 13px;
    line-height: 26px;
    color: #666
}
.tour-list .points a {
    position: relative;
    top: -20px
}
.booking_Inquire textarea {
    width: 212%;
    height: 150px
}
.cal-col2 {
    background: #fff;
    padding: 17px 20px
}
.cal-col2 h3 {
    font-size: 18px;
    padding: 0;
    margin: 5px 0
}
.t-price {
    font-size: 20px
}
.price {
    font-size: 13px
}
.cal-col2 small, .subfeild {
    font-family: Arial, Helvetica, sans-serif
}
.subfeild {
    color: #b9b9b9
}
.t-types {
    color: #b2b2b2;
    font-size: 12px
}
.t-types td:last-child {
    padding: .75rem 0;
    background: 0 0
}
.t-types td {
    background: #fbfbfb
}
.cal-col2 small {
    font-size: 13px!important;
    text-transform: capitalize;
    color: #ababab;
    float: left;
    margin: 0
}
.btn-rm, .feature-list h3, .skltbs-tab-group {
    text-transform: uppercase
}
.t-price2 {
    font-size: 35px;
    font-family: 'Times New Roman'
}
.cal-col2 hr {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem
}
.c-form-wrap {
    background: #fff;
    padding: 30px;
    margin-bottom: 90px
}
.c-form-wrap h3 {
    border-bottom: 1px solid #cf9833;
    padding: 0 0 18px;
    font-size: 19px;
    margin-bottom: 30px
}
.c-gap {
    margin: 21px 0 0
}
.textaria2 {
    width: 100%!important;
    height: 150px
}
.owl-thumbs {
    position: relative;
    display: flex;
    justify-content: space-between
}
.owl-thumb-item {
    display: table-cell;
    border: none;
    background: 0 0;
    padding: 0 3px;
    width: 33%;
    position: relative
}
.points p {
    position: relative;
    top: -19px
}
.owl-thumb-item img {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0
}
.owl-thumb-item.active::before {
    content: "";
    position: absolute;
    width: 96%;
    height: 100%;
    background: url(../img/eye.png) rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    display: flex;
    top: 0;
    z-index: 9;
    background-position: center
}
h3.title2 {
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #d29e40;
    margin-bottom: 30px
}
.feature-list h3, .title3 {
    border-bottom: 1px solid #cf9833
}
.title4 {
    font-family: "Times New Roman";
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    padding: 14px 0 19px;
    line-height: 37px
}
.feature-list h3, .sf-col h3, .sf-col2 h3 {
    font-family: 'Times New Roman'
}
.points a {
    color: #666;
    transition: all .5s ease;
    text-decoration: none
}
.points a:hover {
    color: #000
}
.pricebox p {
    font-size: 17px;
    line-height: 10px
}
.modal-backdrop.show {
    opacity: .8
}
.boxstyle {
    background-color: #efece6;
    overflow: hidden;
    padding: 5px 20px;
    margin-top: 50px;
    color: #000;
    margin-bottom: 2px
}
.boxstyle ul {
    column-count: 3;
    color: #000
}
.boxstyle ul li {
    color: #000
}
.boxstyle p, .title3 {
    padding-bottom: 10px
}
.boxstyle p {
    color: #010101;
    font-size: 12px
}
.boxstyle2 h6, .title3 {
    font-size: 14px;
    font-weight: 700
}
.boxstyle2 {
    margin: 36px 0
}
.boxstyle2 h6::after, .boxstyle2 h6::before {
    position: relative;
    content: "";
    width: 20%;
    left: 40%;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #cf9833
}
.boxstyle2 h6 {
    color: #cf9833
}
.title3 {
    color: #000;
    margin-bottom: 20px
}
.full .title3 {
    width: 100%
}
.feature-list h3 {
    font-size: 17px;
    color: #6a6253;
    font-weight: 400;
    padding-top: 30px
}
.drk-brown {
    background: #c39330!important
}
.lit-brown {
    background: #b99242!important
}
.btn-rm, .modal-content {
    background-color: transparent;
    color: #fff
}
.sf-col, .sf-col2 {
    position: relative;
    margin: 3% 0 0 6%;
    color: #fff
}
.sf-col h3, .sf-col2 h3 {
    margin-bottom: 20px;
}
.btn-rm {
    border-radius: 3px;
    padding: 5px 30px;
    border: 1px solid #fff;
    margin-top: 3%;
    font-size: 13px
}
.modal-dialog {
    max-width: 70%;
    margin: 1.75rem auto
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0
}
.modal-header {
    display: block
}
.close {
    float: right;
    font-size: 38px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=20)
}
.typical_treatment_schedule .table1, .typical_treatment_schedule .table2, .typical_treatment_schedule .table3 {
    color: #2a2828;
    font-size: 12px
}
.typical_treatment_schedule .table td, .typical_treatment_schedule .table th {
    padding: 6px
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 50px
}
.service-info .points a {
    position: relative;
    top: -18px
}
.t-table-title {
    font-family: "Times New Roman";
    font-size: 17px;
    color: #666;
    font-weight: 400;
    display: block;
    margin-bottom: 20px
}
.skltbs-tab-group, .tour-content h3, .tour-content>span {
    font-family: 'Times New Roman'
}
.typical_treatment_schedule .table1 tbody>tr:nth-child(2n+1)>td {
    background-color: #e1bf81;
    border-bottom: 2px solid #dee2e6;
    border-top: 2px solid #dee2e6
}
.typical_treatment_schedule .table1 tbody>tr:nth-child(2n)>td {
    background-color: #d2d2d2;
    border-bottom: 2px solid #f9f9f9;
    border-top: 2px solid #fff
}
.typical_treatment_schedule .table2 thead tr th {
    background-color: #e1bf81;
    font-size: 13px
}
.typical_treatment_schedule .table2 tbody>tr:nth-child(2n+1)>td {
    background-color: #d2d2d2;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff
}
.typical_treatment_schedule .table2 tbody>tr:nth-child(2n)>td {
    background-color: #f4f4f4;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff
}
.thumbs {
    width: 243px!important;
    margin: 5px
}
.bspImgWrapper {
    height: 161px!important;
    opacity: .5;
    transition: all .5s ease
}
.bspImgWrapper:hover {
    opacity: 1
}
.dropdown-menu {
    font-size: 12px;
    border-radius: 0
}
.skltbs-tab {
    text-decoration: none!important;
    color: #666;
    background: #f4f3f3!important;
    text-align: center
}
.skltbs-tab:hover {
    color: #333
}
.skltbs-tab-group {
    margin: 0 auto;
    text-align: center
}
.skltbs-tab-item {
    padding: 0;
    display: inline-block!important;
    margin: 0!important
}
.skltbs-tab-group {
    padding: 0;
    display: flex;
    justify-content: center;
    font-size: 15px
}
.is-active>.skltbs-tab {
    touch-action: none;
    background: #d7bd64!important;
    color: #fff;
    text-shadow: none!important;
    border: 0!important
}
.skltbs-tab:focus {
    outline: 0!important;
    box-shadow: none!important
}
.skltbs-panel {
    background: 0 0!important;
    padding: 0;
    box-sizing: border-box
}
.skltbs-panel-group {
    clear: both;
    background: 0 0!important
}
.first {
    display: flex!important;
    flex-wrap: wrap;
    align-items: center
}
.form-control:focus {
    background-color: transparent!important;
    border-color: #0!important;
    outline: 0!important;
    box-shadow: 0!important
}
option {
    font-weight: 400;
    display: block;
    white-space: pre;
    min-height: 50px;
    height: 60px!important;
    padding: 20px 0!important
}
.success_message p {
    color: #09c611
}
.tours .owl-nav {
    display: block;
    position: relative;
    top: -160px
}
div.wpcf7-response-output {
    margin: -33px 0 0
}

.tour-list ul li {
    float: left;
    width: 50%;
    color: #666;
    font-size: 13px
}


.blog-breadcrumbs .container {
    max-width: 1260px;
}
.blog-breadcrumbs-wrap {
    color: #bdbdbd;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    position: relative;
    display: block;
    padding: 17px 0;
}

.blog-breadcrumbs-wrap a {
    color: #bdbdbd; 
    
}
.single-post{
    background: #fff;
}
.single-post .banner-wrap{
    background: #fff;
}

/*    font-family: 'Montserrat', sans-serif;

    font-family: 'Open Sans', sans-serif;*/

section.contents.bloginner {
    position: relative;
    display: block;
    background: #fff;
    margin-top: -65px;
    z-index: 9;
    padding-top: 30px;
}

.blog-social {
    position: relative;
    display: block;
}

.blog-social li {
    display: inline-block;
    margin: 0 18px 0 0;
}

.contents.bloginner {
    position: relative;
    display: block;
}


.contents.bloginner h1 {
    color: #484848;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    margin-bottom: 20px;
}

.contents.bloginner  h1::after{
    display: none;
}
.blog-social ul {
    margin-left: 33px;
    margin-bottom: 30px;
    display: flex;
}

.blog-social ul li:nth-child(1) {
    order: 2;
}
.blog-social ul li:nth-child(2){
    order: 2;
}
.blog-social ul li:nth-child(3) {
    order: 1;
}
.blog-social ul li:nth-child(4) {
    order: 4;
}

.blog-info-wrap {
    position: relative;
    display: block;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 14px;
}
span.postdate {
    position: relative;
    display: inline-block;
    border-left: 1px solid #333;
    line-height: 15px;
    margin-left: 15px;
    padding-left: 15px;
}

.blogpad {
    position: relative;
    display: block;
    padding: 0 115px;
}

.blogposts {
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif !important;
}
/*
.blogposts .content-col1 p {
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    color: #000;
}*/

.blogposts .content-col1.blogpad p {
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    color: #000;
}

.blogposts .content-col1 ol>li{
    font-size: 16px;    
}

.blogposts figcaption, .blogpad pre {
    color: #888686;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    font-size: 13px;
}
.blogposts h5, .blogposts h6 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 20px;
    text-decoration: none;
}

.blogpad h2, .blogpad h3, .blogpad h4, .blogpad h6{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 28px;
    margin-bottom: 20px;
    text-decoration: none;
    font-size: 24px;
}

.blogposts a {
    color: #d7bd64;
}

.bottom-social ul>li {
    background: none;
    background-repeat: no-repeat;
    list-style: none;
    margin-bottom: 0px;
    color: #666;
    background-position: 0 3px;
    padding-left: 0;
    line-height: 22px;
    font-size: 13px;
}

.bottom-social {
    position: relative;
    display: block;
    border-top: 1px solid #b7b3b3;
    border-bottom: 1px solid #b7b3b3;
    margin-top: 75px;
    margin-bottom: 30px;
}

.bottom-social .blog-social ul {
    margin-left: 20px;
    margin-bottom: 0;
}
.bottom-social .blog-social {
    position: relative;
    display: block;
    padding: 15px 0;
}

.related-title {
    position: relative;
    display: block;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}
.related-title h3{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.blogcat-title h5{
    font-size: 15px;
    font-family: 'times', sans-serif;
    text-transform: uppercase;
    color: #000;  
}
.blogcat-title h1{
    font-size: 15px;
    font-family: 'times', sans-serif;
    text-transform: uppercase;
    color: #000;  
}

.blogcat-title h1:before {
    content: '';
    position: absolute;
    display: block;
    width: 40%;
    top: 8px;
    left: 0px;
    height: 1px;
    background: #eaeaea;
}
.blogcat-title h1:after {
    content: '';
    position: absolute;
    display: block;
    width: 40%;
    top: 8px;
    right: 0px;
    height: 1px;
    margin-top: 0;
    background: #eaeaea;
}



section.relative-posts-block {
    position: relative;
    display: block;
    margin-top: 25px;
}

.related-title h3:before {
    content: '';
    position: absolute;
    display: block;
    width: 42%;
    top: 8px;
    left: 0px;
    height: 1px;
    background: #b7b3b3;
}
.related-title h3:after {
    content: '';
    position: absolute;
    display: block;
    width: 42%;
    top: 8px;
    right: 0px;
    height: 1px;
    background: #b7b3b3;
}

.blogcat-title h5:before {
    content: '';
    position: absolute;
    display: block;
    width: 40%;
    top: 8px;
    left: 0px;
    height: 1px;
    background: #eaeaea;
}
.blogcat-title h5:after {
    content: '';
    position: absolute;
    display: block;
    width: 40%;
    top: 8px;
    right: 0px;
    height: 1px;
    margin-top: 0;
    background: #eaeaea;
}

.blogcat-title {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.realted-box {
    position: relative;
    display: block;
    color: #000;
    transition: 0.5s;
    margin-bottom: 35px;
    box-shadow: 1px 1px 6px #1b1818a3;
}

.recent_blocks{
    display: none;
}


.tax-ayurveda_category .slider-wrap {
    height: 655px;
    overflow: hidden;
    object-fit: cover;
}
.single .slider-wrap {
    height: 655px;
    overflow: hidden;
}

/*.realted-box:hover {
    box-shadow: 1px 1px 6px #1b181821;
}*/
/*.realted-box:hover .related-post-info{
    border: 0;
}
*/
.relative-posts-wrap {
    position: relative;
    display: block;
    padding-bottom: 75px;
}

.relatedpost-title a {
    color: #2b2b2b;
    font-size: 21px;
    font-weight: 500;
    transition: 0.5s;
    display: block;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.relatedpost-title a:hover{
    color: #000;
}
.relatedpost-title {
    position: relative;
    display: block;
    min-height: 80px;
}
.related-post-content {
    position: relative;
    display: block;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    min-height: 80px;
}
.related-post-info {
    position: relative;
    display: block;
    border-top: 1px solid #ededed;
}
.related-boxwrap {
    position: relative;
    display: block;
    padding: 20px 20px 10px 20px;
}

.related-post-info {
    position: relative;
    display: block;
    border-top: 1px solid #ededed;
    padding: 21px 20px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    min-height: 60px;
}
.blog-social .footer-icons-youtube{
    display: none;
}

.single-post .relative-posts-wrap {
    padding-bottom: 0;
}

.relative-posts-wrap .container {
    max-width: 1250px;
}
.catblock {
    position: relative;
    display: block;
    box-shadow: 1px 1px 6px #1b1818a3;
    padding-bottom: 18px;
    margin-bottom: 35px;
}
.catblock a {
    position: relative;
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
}
.catblock h4 {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    margin: 16px 0 6px 0;
    text-transform: uppercase;
    color: #2b2b2b;
}


.single-post .blog-breadcrumbs-wrap a {
    margin: 0 11px;
}
body.page-template-blog, body.category, body.page-template-faq {
    background-color: #fff;
}

.bloghead .container {
    max-width: 1250px;
}
.content-col1.blogpad ul>li {
    background: no-repeat;
    list-style: disc;
    padding-left: 0;
    font-size: 16px;
    color: #000;
}
.content-col1.blogpad ul {
    padding-left: 17px;
}

.recentblogs {
    position: relative;
    display: block;
    margin-bottom: 75px;
}

.paginationwrap {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 6px;
}
.paginationwrap a.page-numbers {
    position: relative;
    display: inline-block;
    color: #000;
    margin: 0 8px;
    padding: 10px 14px;
}
span.page-numbers.current{
    position: relative;
    display: inline-block;
    color: #000;
    padding: 10px 14px;
    margin: 0 8px;
    background: #d7bd64;
    color: #fff;
}
span.page-numbers:hover {
    background: #d7bd64;
    color: #fff;
}

.paginationwrap a.page-numbers:hover{
    background: #d7bd64;
    color: #fff;
    text-decoration: none;
}

.category .breadcrumbs, .page-template-blog .breadcrumbs {
    margin: 40px 0 30px 0;
}

.page-template-blog footer, .category footer, .single-post footer {   
    border-top: 1px solid #f9f9f9;
}



.blogmainwrap .container {
    max-width: 1220px;
}

.wp-block-image img {
    max-width: 100%;
    width: 100%;
}
.blogpad img {
    margin: 20px 0 0;
    width: 100%;
    height: auto;
}

body.single, body.tax-ayurveda_category {
    background: #fff !important;
}

.tax-ayurveda_category .banner-wrap {
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding-top: 26px;
}



/*.tax-ayurveda_category .relatedpost-title a {
    font-family: 'times', sans-serif;
}*/

.heateor_sss_standard_follow_icons_container .heateorSssPinterestSvg, .heateor_sss_horizontal_sharing .heateorSssPinterestSvg, #heateor_sss_rearrange .heateorSssPinterestSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}
.heateor_sss_standard_follow_icons_container .heateorSssFacebookSvg, .heateor_sss_horizontal_sharing .heateorSssFacebookSvg, #heateor_sss_rearrange .heateorSssFacebookSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23000%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateor_sss_standard_follow_icons_container .heateorSssTwitterSvg, .heateor_sss_horizontal_sharing .heateorSssTwitterSvg, #heateor_sss_rearrange .heateorSssTwitterSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23000%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E) no-repeat center center;
}

.heateor_sss_standard_follow_icons_container .heateorSssPinterestSvg, .heateor_sss_horizontal_sharing .heateorSssPinterestSvg, #heateor_sss_rearrange .heateorSssPinterestSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateor_sss_standard_follow_icons_container .heateorSssInstagramSvg, .heateor_sss_horizontal_sharing .heateorSssInstagramSvg, #heateor_sss_rearrange .heateorSssInstagramSvg {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23000%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}


.heateor_sss_standard_follow_icons_container .heateorSssPinterestSvg:hover, .heateor_sss_horizontal_sharing .heateorSssPinterestSvg:hover, #heateor_sss_rearrange .heateorSssPinterestSvg:hover {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2%20-2%2035%2035%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M16.539%204.5c-6.277%200-9.442%204.5-9.442%208.253%200%202.272.86%204.293%202.705%205.046.303.125.574.005.662-.33.061-.231.205-.816.27-1.06.088-.331.053-.447-.191-.736-.532-.627-.873-1.439-.873-2.591%200-3.338%202.498-6.327%206.505-6.327%203.548%200%205.497%202.168%205.497%205.062%200%203.81-1.686%207.025-4.188%207.025-1.382%200-2.416-1.142-2.085-2.545.397-1.674%201.166-3.48%201.166-4.689%200-1.081-.581-1.983-1.782-1.983-1.413%200-2.548%201.462-2.548%203.419%200%201.247.421%202.091.421%202.091l-1.699%207.199c-.505%202.137-.076%204.755-.039%205.019.021.158.223.196.314.077.13-.17%201.813-2.247%202.384-4.324.162-.587.929-3.631.929-3.631.46.876%201.801%201.646%203.227%201.646%204.247%200%207.128-3.871%207.128-9.053.003-3.918-3.317-7.568-8.361-7.568z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateor_sss_standard_follow_icons_container .heateorSssTwitterSvg:hover, .heateor_sss_horizontal_sharing .heateorSssTwitterSvg:hover, #heateor_sss_rearrange .heateorSssTwitterSvg:hover {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2039%2039%22%3E%0A%3Cpath%20d%3D%22M28%208.557a9.913%209.913%200%200%201-2.828.775%204.93%204.93%200%200%200%202.166-2.725%209.738%209.738%200%200%201-3.13%201.194%204.92%204.92%200%200%200-3.593-1.55%204.924%204.924%200%200%200-4.794%206.049c-4.09-.21-7.72-2.17-10.15-5.15a4.942%204.942%200%200%200-.665%202.477c0%201.71.87%203.214%202.19%204.1a4.968%204.968%200%200%201-2.23-.616v.06c0%202.39%201.7%204.38%203.952%204.83-.414.115-.85.174-1.297.174-.318%200-.626-.03-.928-.086a4.935%204.935%200%200%200%204.6%203.42%209.893%209.893%200%200%201-6.114%202.107c-.398%200-.79-.023-1.175-.068a13.953%2013.953%200%200%200%207.55%202.213c9.056%200%2014.01-7.507%2014.01-14.013%200-.213-.005-.426-.015-.637.96-.695%201.795-1.56%202.455-2.55z%22%20fill%3D%22%23666%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E) no-repeat center center;
}

.heateor_sss_standard_follow_icons_container .heateorSssFacebookSvg:hover, .heateor_sss_horizontal_sharing .heateorSssFacebookSvg:hover, #heateor_sss_rearrange .heateorSssFacebookSvg:hover {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23666%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center;
}

.heateor_sss_standard_follow_icons_container .heateorSssInstagramSvg:hover, .heateor_sss_horizontal_sharing .heateorSssInstagramSvg:hover, #heateor_sss_rearrange .heateorSssInstagramSvg:hover {
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%22-10%20-10%20148%20148%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23666%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23666%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23666%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat center center;
}

 .page-template-blog .swissicon, .archive.category .swissicon, .single-post .swissicon, .single .swissicon, .tax-ayurveda_category .swissicon, .page-template-faq .swissicon{
        display: none !important;
}

.faq-content {
    position: relative;
    display: block;
    color: #000;
    padding: 0 50px;
}
/*.faq-content .panel-heading .accordion-toggle:after {
    position: absolute;
    display: block;
    content: "";
    top: 18px;
    transform: rotate(-45deg);
    right: 20px;
    width: 18px;
    height: 18px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transition: 0.5s;
}

.faq-content .panel-heading .accordion-toggle.collapsed:after {
    transform: rotate(45deg);
}*/



/* Accordion styles */
.faq-content .tabs {

  overflow: hidden;
  
}

.faq-content .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.faq-content .tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 14px 15px;
    background: #f4f4f4;
    color: #474444;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #c4c4c4;
    position: relative;
    margin-bottom: 25px;
}

.faq-content p {
    font-size: 16px!important;
    color: #474444;
}

.tab-content a{
    color: #474444;
}

/*.faq-content .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}*/

.faq-content .tab-label::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    display: block;
    text-align: center;
    right: 14px;
    transform: rotate(-44deg);
    top: 21px;
    -webkit-transition: all .35s;
    transition: all .35s;
}



.faq-content .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  -webkit-transition: all .35s;
  transition: all .35s;
  overflow:hidden;
}
.faq-content .tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.faq-content .tab-close:hover {
  background: #1a252f;
}

/*input:checked + .tab-label {
  background: #1a252f;
}*/
input:checked + .tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(45deg);
}
input:checked ~ .tab-content {
  max-height: 100%;
  padding: 0 1em .4em;
}

.faq-content input[type=radio] {
    opacity: 0;
    display: none;
}











.faq-content .panel-heading h4{
    font-size: 20px;
}

.faq-content .panel-heading a {
    background: #f4f4f4;
    border: 1px solid #c4c4c4;
    color: #474444;
    display: block;
    padding: 15px;
    text-shadow: 0px 0px 1px #797979;
    text-decoration: none !important;
    position: relative;
}

.faq-content .panel-heading h4 {
    font-size: 20px;
    margin-bottom: 25px;
}
.faq-content .panel-body p {
    color: #6f6f6f;
    font-size: 18px !important;
    margin-bottom: 25px;
}

.faq-content .panel-body {
    padding: 0 20px;
}


.page-id-72 p, .points li {
    font-size: 16px!important;
}
footer .col-lg-4 p {
    font-size: 13px !important;
}

@media only screen and (min-width:1200px) {
    .galerie #gallery-tab {
        max-height: 600px
    }
}
@media only screen and (max-width:1024px) {
    .flag-wrap {
        display: none
    }
    .btn.inquiry, .nav-item-flags.mobi {
        display: block
    }
    .navbar-brand {
        margin-right: 0;
        -moz-margin-top: 0!important;
        -webkit-margin-top: 57px!important;
        margin-top: 0;
        height: 53px
    }
    .b-form {
        margin: 0 auto;
        width: 80%
    }
    .btn.inquiry {
        margin: 10px auto
    }
    .form-group.chck-in {
        margin: 0
    }
    .resp-accordion.hor_1.resp-tab-active {
        border-top: 0!important
    }
    .linkmore {
        margin: 10px auto
    }
    .points {
        padding-left: 19px!important
    }
    .home .contents h2, .home .contents-2 h2 {
        font-size: 17px
    }
    .chck-in, .chck-out {
        padding: 0 10px 0 0
    }
    .selectgapp {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .navbar {
        max-height: inherit
    }
    .navbar-nav {
        text-align: center;
        font-size: 19px;
        padding: 0 10%;
        background-color: #fff;
    }
    .nav-item {
        border-bottom: 1px dashed #e4e4e4
    }
    .nav-item-flags {
        display: inline-block;
        position: absolute;
        right: 81px;
        top: 29px
    }
    .destination {
        position: relative;
        float: left;
        min-width: 180px;
        margin: 50px 33%
    }
    .rate-form .form-rates::after {
        right: 23px
    }
    .rate-form .form-control.datepicker {
        background-position: 96% 11px
    }
    .option2 {
        float: left;
        width: 31%;
        line-height: 17px
    }
    .rate-form .form-check.form-check-inline {
        float: left;
        width: auto
    }
    .fix-width {
        width: 38%!important
    }
    .img-carousel {
        width: 75%;
        display: block;
        margin: 0 auto
    }
    .owl-thumb-item img {
        float: left;
        width: 99%;
        height: auto;
        position: relative;
        margin: 0
    }
    .skltbs-panel {
        max-height: 100%
    }
    .contents-2 .img-fluid {
        height: auto
    }
    .boxstyle {
        margin-bottom: 35px;
        margin-top: 35px;
    }
    .thumbs {
        width: 310px!important
    }
    .dropdown-menu, .navbar-nav {
        text-align: center
    }
    .offimg {
        order: 2;
        
    }
    .btn-rm {
        margin: 28px auto
    }
    .offerwraps img {
        width: 100%
    }
    ul.flex-direction-nav {
        display: none
    }
    .fx-mb {
        margin-bottom: 23px
    }
    .c-form-wrap {
        margin-bottom: 31px
    }
    .contactinfo h3 {
        margin: 0 0 2%
    }

      .offimg {
       margin-bottom: 0;
    }

    .pll-parent-menu-item .dropdown-menu {
        width: 100%;
    }
    a.lang-item.dropdown-item {
        width: 9%;
        display: inline-block;
    }

/*    .table tr td:first-child {
        width: 13%;
    }
   .table tr td:nth-child(2) {
            width: 42%;
        }*/

    .feature-list {
        padding: 0 40px;
        width: 64%;
    }

    .catblock h4 {
        font-size: 16px;
    }
    .relatedpost-title a {
        font-size: 16px;
    }

    .language-jp .feature-list,  .language-fr  .feature-list{
        width: 100%;
    }
    .page-template-rates .tarif-list {
        width: 50%;
    }

    .language-nl span.gapfixed,.language-it span.gapfixed{
        height: 0;
    }

    .language-it .wpcf7-form-control-wrap.about-us {
        top: 0;
    }

    .language-sv .wpcf7-form-control-wrap.about-us {
        top: 0px;
    }

    .language-es .wpcf7-form-control-wrap.about-us{
          top: 0px;
    }





}
@media only screen and (max-width:980px) {
    .btnwrap, .contents-2 .col-lg-7, .f-contact, footer {
        text-align: center
    }
    .form-inline {
        flex-direction: column;
        width: 100%
    }
    .b-form .form-control, .form-inline .form-group {
        width: 100%
    }

    .dropdown:hover > .dropdown-menu {
        display: none;
    }

    .dropdown.show > .dropdown-menu{
        display: block;
    }



    .destination select {
        max-width: 100%;
        margin: 0 0 12px
    }
    .b-form select.form-control {
        width: 100%!important
    }
    .chck-in, .chck-out {
        padding: 0;
        margin-bottom: 11px!important
    }
    .selectgapp2 {
        margin-right: 0!important
    }
    .form-control.datepicker {
        background-position: 96% 10px;
        padding: 10px 0 7px 8px
    }
    .destination::after {
        right: 22px;
        top: 15px
    }
    .navbar-brand img {
        transform: scale(.6);
        transition: all .5s ease;
        margin-top: -24px
    }
    .scrolled .navbar-brand img {
        transform: scale(.5);
        transition: all .5s ease
    }
    .service-info {
        padding: 26px;
        width: 91%;
        margin: 0 auto
    }
    .contents-2 .col-lg-5 {
        margin: 18px 0
    }
    .padding-fix {
        padding-left: 0
    }
    .f-contact {
        display: flex;
        margin: 0;
        justify-content: center;
        padding: 11px 0
    }
    .btnwrap {
        margin: 36px auto;
        width: 150px!important
    }
    .no-padding-right {
        padding-right: 0!important
    }
    .subscribewrap .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 0;
        max-width: 100%
    }
    .subscribewrap {
        width: auto!important;
        margin: 0 auto!important
    }
    .mr-3, .mx-3 {
        margin-right: 0!important
    }
    .rate-form .form-group.form-rates {
        width: 102%
    }
    .fix-width {
        width: 100%!important
    }
    .px-6 {
        padding: 0!important
    }
    .contents p {
     
    }
    .dropdown-menu, .navbar-nav {
        text-align: center
    }
    .banner-wrap .flex-control-nav {
        justify-content: center!important;
        margin: 0 auto!important
    }
    #mc_embed_signup_scroll {
        margin: 0!important
    }
    #mc_embed_signup .button {
        position: relative;
        right: 0;
        width: 230px!important
    }
    .clear.btnwraps {
        display: block!important;
        margin: 10px auto
    }
    .navbar-nav {
        font-size: 15px
    }
    .booking_Inquire textarea {
        width: 210%;
        height: 150px;
    }
    .navbar {
        max-height: 800px;
        overflow: hidden
    }
    .sf-col, .sf-col2 {
        
        margin: 3% 0 0 0;       
        text-align: center;
    }

    .btn.submitinquire {
      float: none !important;
      margin: 14px auto;
   }

   .nav-click {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        /*background-color: #c00;*/
        top: 10px;
        right: 0;
        z-index: 999;
        background: url(../img/select-arrow.png) no-repeat;
    }

    .blog-social ul {   
        display: flex;
        justify-content: center;
        margin-bottom: 20px !important;
    }

    .heateor_sss_sharing_container {
        margin-left: 0;
    }

    .single .slider-wrap {
        height: auto;
        
    }

    .tax-ayurveda_category .slider-wrap {
        height: auto;
        object-fit: cover;
    }

    .feature-list ul li {
        display: block;
    }
    .catblock h4 {
        font-size: 12px;
    }
    .related-post-content {
       min-height: 120px;
    }

     .language-jp  .about-us .form-control {
        margin-top: 23px;
    }


 


}
@media only screen and (max-width:768px) {
    .points {
        padding: 0
    }
    .px-6 {
        padding: 1rem!important
    }
    .owl-nav {
        display: none
    }
    body.tours>.owl-nav {
        display: none!important
    }
    .contents h2, .contents-2 h2 {
        font-size: 23px;
    }
    .feature-list {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }
    .scroll {
        display: none!important
    }
    .contents p {
        text-align: left!important;
    }
    .container.mb-6.no-padding-x {
        margin-bottom: 0!important
    }
    footer {
        padding: 20px 0 0!important;
        margin: 10px auto 0!important
    }
    .home .contents h1, .contents-2 h1 {
        margin: 11px 0 4%
    }
    .page-template-gallery .contents.inner ul>li {
        margin-left: 50px;
        margin-right: -14px
    }
    div.wpcf7-response-output {
        margin: -33px 0 0
    }
    .service-info.sides {
        margin: 15px auto 20px auto;
        width: 50%
    }
    #gallery-tab ul[data-bsp-ul-index] {
        margin: 0
    }
    #gallery-tab .contents.inner ul>li {
        margin-bottom: 7px!important
    }

    .contactinfo h3 {
             text-align: center !important;
    }
    .contactinfo p {
        text-align: center !important;
    }
    .c-form-wrap {
        
        padding: 30px 30px 0 30px;
    }

    span.gapfixed {
         height: 0;
    }
	
	.page-id-3507.page-template-rates .tarif-list, .page-id-3689.page-template-rates .tarif-list {
		width: 59%;
	}
	.row.guest_one {
		margin-left: 0px;
	}
	
	.page-template-rates .tarif-list {
        width: 67%;
    }
	
	.points {
		padding-left: 0px !important;
	}
	.page-id-3855 .treatments-wrap .form-group.form-rates {
		width: 39% !important;
	}

    .relatedpost-title a {
        color: #2b2b2b;
        font-size: 14px;
    }

    .blogcat-title h5:before, .blogcat-title h5:after {      
        width: 38%;       
    }

    .blogpad {
        padding: 0 7px;
    }

    .banner-wrap {
        margin-top: 87px;
    }
    .language-de .about-us .form-control, .language-at .about-us .form-control {
        margin-top: 23px;
    }

  
}
@media only screen and (max-width:767px) {
    .form-row .col {
        padding: 0;
        margin: 10px auto
    }
    .subscribe {
        font-size: 15px;
        font-family: 'Times New Roman';
        border: 1px solid #ccc!important
    }
    .contents-2 .img-fluid {
        height: auto
    }
    .boxstyle {
		margin-bottom: 24px;
		margin-top: 25px;
	}
    .boxstyle ul li {
        font-size: 12px
    }
    .boxstyle ul {
        column-count: 2
    }
    .sides .points li {
        line-height: 16px
    }
	
	.contents h1, .contents-2 h1 {
		font-size: 23px;
	}

    .heateor_sss_sharing_container {
        margin-left: 0;
    }
		
    .first {
        display: flex!important;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center
    }
    .bspImgWrapper {
        min-height: 300px
    }
    .page-template-gallery .contents.inner ul>li {
        background-image: none!important;
        width: 100%;
        min-width: 100%;
        min-height: 300px;
        margin: 10px auto;
        max-width:100%
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-top: 3px;
    }
    .navbar-nav {
        font-size: 13px;
    }
    .offerwraps img {
        width: 100%
    }
    .btn-rm {
        margin: 28px auto
    }
    .offimg {
        order: 2;
       
    }
   a.lang-item.dropdown-item {
        width: 46%;
        display: inline-block;
	    padding: 5px;	   
    }

    .fx-mb {
        margin-bottom: 23px
    }
    .f-contact a {
        font-size: 15px
    }
    .page-template-rates .tarif-list {
        width: 100%
    }

    .btn.submitinquire {
        width: 100%;
        text-align: center;
        white-space: normal;
    }

    .page-template-rates .tarif-list {
        width: 78%;
    }
	
	.linkmore {
		text-align: center;
	}
	
	.page-id-3507.page-template-rates .tarif-list, .page-id-3689.page-template-rates .tarif-list {
		width: 100%;
	}
	
	.tarif-list ul li {    
		width: 100%;
	}
	
	.room-category .wpcf7-select {
		margin-bottom: 12px;
	}
	.section-4 ul {
		column-count: 1;
	}
	h6.title3 {		
		text-align: center;		
	}
	
	h3.title2 {   
		text-align: center !important;    
	}
	.page-template-rates .contents.inner ul>li {  
		margin-bottom: 12px;
		background-position: 4px 4px;
	}
	.page-template-rates .contents.inner ul>li p {
		line-height: 23px;
	}
	
	.contents h3, .contents-2 h3 {
	
		line-height: 28px;
	}
	
	 .contents h2, .contents-2 h2 {
        font-size: 23px;
    }
	
	.page-template-contact .c-form-wrap .content-col1 p, .form-group {
		margin-bottom: 0;
	}
	
	.page-template-contact .c-form-wrap label {
		margin-bottom: 0;
	}
	.page-template-contact .c-form-wrap .content-col1 p, .form-group span.wpcf7-form-control-wrap {
		display: block;
		margin-bottom: 13px;
	}
	
	.tour-list ul li {	
		width: 76%;		
	}
	
	.tour-list .points {
      padding-left: 19px !important;
	}
	
	.page-id-4099.page-template-rates .tarif-list {
		width: 100%;
	}
	
	.resp-tab-content.hor_1 {
		display: block !important;
		background: #efefef;
	}
	
	h2.resp-accordion {
		display: none !important;
	}	
	.points-list {
		padding-left: 18px;
	}
	.tour-list h2 {
	   padding-top: 0;
	}
	
	.resp-tab-content-active .tour-list{
		display:none		
	}
	.tarif-list .points a {	
		top: -14px;
	}

    .blogcat-title h5:before {
        width: 30%;
    }

    .blogcat-title h5:after {
        width: 30%;
    }

    .blogpad {
        position: relative;
        display: block;
        padding: 0 10px;
    }

    .contents.bloginner h1 {
        font-size: 22px;
        margin-top: 20px;
    }

    .blog-social ul {
        margin-left: 0;
        margin-bottom: 30px;
        justify-content: center;
        padding: 0;
        text-align: center;
    }

     section.contents.bloginner {
        margin-top: 0;
        padding: 10px 21px;
    }
    .blogposts figcaption {
        text-align: center;
    }

    .related-title h3:before, .related-title h3:after  {
        width: 28%;
    }
    .relatedpost-title {
        position: relative;
        display: block;
        margin-bottom: 15px;
        min-height: auto;
    }

    .single-post .swissicon, .single .swissicon{
        display: none !important;
    }

    .single-post .pll-parent-menu-item .dropdown-menu {
         width: 100%;
    }
    .pll-parent-menu-item .dropdown-menu {
         width: 100%;
    }

    a.lang-item.dropdown-item {
        width: 12%;
    }

    .page-template-blog .swissicon, .archive.category .swissicon, .single-post .swissicon, .single .swissicon {
        display: none !important;
    }

    .faq-content .tab-label {
        padding: 14px 35px 14px 15px;
    }

    .faq-content .tab-label::after {
        top: 44%;
    }

    .catblock h4 {
        font-size: 19px;
    }

    .language-de .about-us .form-control, .language-at .about-us .form-control {
        margin-top: 0;
    }

    	

}
@media only screen and (max-width:640px) {
    .subscribewrap {
        width: 350px;
        margin: 0 auto
    }
}
@media only screen and (max-width:420px) {
    .feature-list ul li {
        float: none;
        width: 100%;
        color: #666;
        font-size: 13px
    }
    .service-info.sides {
        width: 100%
    }
}
.tour-content h3, .tour-content>span, span.tour-box-span {
    text-transform: uppercase;
    color: #484848
}
.tours .skltbs-panel {
    max-height: 100%!important
}
.tour-content h3 {
    font-size: 25px;
    margin: 4% 0
}
.tour-content>span {
    font-size: 18px;
    margin: 4% 0!important
}
.tour-points {
    padding-left: 24px
}
.tour-points li {
    padding-bottom: 10px!important
}
span.tour-box-span {
    font-family: 'Times New Roman', Times, serif;
    padding-bottom: 25px
}
.tour-points p {
    font-family: Arial, Helvetica, sans-serif;
    font-family: 13;
    text-transform: none;
    padding-top: 15px
}
.text-note, .tour-box {
    padding-top: 20px
}
.tour-box {
    border-bottom: 1px solid #cf9833
}
.tours .owl-carousel {
    margin-top: 124px
}
.boxstyle-1 p {
    padding-top: 15px
}
.points-list {
    list-style-image: url(../img/point-img-1.png);
    padding-bottom: 11px
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    letter-spacing: 1px
}
.pll-parent-menu-item .dropdown-item{
     text-align: center;
}

.dropdown-item:hover, .navbar-light .navbar-toggler {
    background-color: #d7bd64
}
.dropdown-item:hover {
    color: #fff;
    text-decoration: none
}
.tour-block {
    margin-top: 60px
}
.tour-list {
    display: block;
    margin-left: 0;
    width: 100%
}

p.text-prah {
    padding-top: 15px
}
.note-span {
    font-weight: 700
}
.boxstyle-1 {
    background-color: #d7be64;
    overflow: hidden;
    padding: 5px 20px;
    margin-top: 50px;
    margin-bottom: 41px
}
.boxstyle-1 .points-list span {
    position: relative;
    top: -3px
}
.boxstyle-1>div {
    color: #000;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    padding: 23px 0 0 20px
}
.points-list li {
    padding-top: 10px;
    color: #000;
    list-style-image: url(../img/point-img-1.png)!important;
    padding-bottom: 11px;
    font-size: 16px;
}
.section-1, .section-2, .section-3, .section-4, .section-5 {
    background: #f5f5f5;
    padding: 20px 20px 38px;
    border: 1px dashed #ccc;
    margin-bottom: 20px
}
.boxstyle-1 p {
    color: #010101;
    font-size: 12px;
    padding-bottom: 10px
}
.box-heading {
    font-size: 16px
}
.dropdown-toggle::after, .points li .img {
    display: none
}

.dropdown>.dropdown-toggle:active {
    /*pointer-events: none*/
}

.dropdown-menu span {
    width: 78px;
    display: inline-block;
    text-align: left;
    padding-left: 9px;
}

/*img.swisstext {
    margin-right: 0.3em;
}
*/



button:focus {
    outline: -webkit-focus-ring-color 0!important
}
.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left
}
.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left
}
h2.resp-accordion {
    cursor: pointer;
    display: none
}
.resp-tab-content {
    display: none;
    padding: 15px
}
.resp-accordion-active, .resp-content-active, .resp-easy-accordion h2.resp-accordion, .resp-tab-content-active {
    display: block
}
.resp-tab-active {
    border: 1px solid #5AB1D0!important;
    margin-bottom: -1px!important;
    padding: 12px 14px 14px!important;
    border-top: 4px solid #5AB1D0!important;
    border-bottom: 0 #fff solid!important;
    background-color: #fff
}
.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5AB1D0
}
h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px
}
h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1!important;
    margin-bottom: 0!important;
    padding: 10px 15px!important
}
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1!important;
    background: #00f
}
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px!important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}
.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none
}
.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word
}
.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px!important;
    padding: 14px 15px 15px 14px!important;
    border: 1px solid #5AB1D0!important;
    border-left: 4px solid #5AB1D0!important;
    margin-bottom: 4px!important;
    border-right: 1px #FFF solid!important
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1
}
h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797
}
h2.resp-tab-active {
    background: #DBDBDB
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1
}
.resp-jfit {
    width: 100%;
    margin: 0
}
h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1
}
@media only screen and (max-width:768px) {
    ul.resp-tabs-list {
        display: none
    }
    h2.resp-accordion {
        display: block
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }
    .resp-accordion-closed {
        display: none!important
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1!important
    }
}
#mc_embed_signup form {
    text-align: center;
    padding: 10px 0
}
.mc-field-group {
    display: inline-block
}
#mc_embed_signup input.email {
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 15px;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0 .4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top
}
#mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 700
}
#mc_embed_signup .clear {
    display: inline-block
}
#mc_embed_signup .button {
    font-size: 13px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #fff;
    background-color: #aaa;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all .23s ease-in-out 0
}
#mc_embed_signup .button:hover {
    background-color: #777;
    cursor: pointer
}
#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0 .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both
}
#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: 700;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%
}
#mc_embed_signup #mce-error-response {
    display: none
}
#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none
}
#mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0
}
@media (max-width:768px) {
    #mc_embed_signup input.email {
        width: 100%;
        margin-bottom: 5px
    }
    #mc_embed_signup .clear {
        display: block;
        width: 100%
    }
    #mc_embed_signup .button {
        width: 100%;
        margin: 0
    }
	
	.section-3, .section-4, .section-5{  
		padding: 20px 20px 9px; 
	}
	
	
}

.wp-admin table.fixed {
    table-layout: auto;
}